/** Shopify CDN: Minification failed

Line 4348:60 Unexpected "="

**/
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/flickity/dist/flickity.min.css ***!
  \*********************************************************************************************************************************************************************/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}
.flickity-enabled:focus{outline:0}
.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y}
.flickity-slider{position:absolute;width:100%;height:100%;left:0}
.flickity-rtl .flickity-slider{left:auto;left:initial;right:0}
.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}
.flickity-cell{position:absolute;left:0}
.flickity-rtl .flickity-cell{left:auto;left:initial;right:0}
.flickity-button{position:absolute;background:hsla(0, 0%, 100%, 0.75);border:none;color:#333}
.flickity-button:hover{background:#fff;cursor:pointer}
.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-button:active{opacity:.6}
.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}
.flickity-button-icon{fill:currentColor}
.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}
.flickity-prev-next-button.previous{left:10px}
.flickity-prev-next-button.next{right:10px}
.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}
.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}
.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}
.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}
.flickity-rtl .flickity-page-dots{direction:rtl}
.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsla(0, 0%, 20%, 0.25);border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;text-indent:-9999px;overflow:hidden}
.flickity-rtl .flickity-page-dot{text-indent:9999px}
.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}
.flickity-page-dot.is-selected{background:hsla(0, 0%, 20%, 1)}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/flickity-fade/flickity-fade.css ***!
  \**********************************************************************************************************************************************************************/
/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/components/styles/theme.scss ***!
  \**********************************************************************************************************************************************************/
/**
 * Main theme stylesheet
 * Imports all component stylesheets and Tailwind CSS layers
 */

/**
 * Typography styles
 * Defines font families, sizes, weights, and text styling utilities
 */

/**
 * Layout and structural styles
 * Defines body, page, and section-level layout behaviors
 */

/**
 * Utility classes and global helpers
 * Provides touch handling, focus states, and other cross-browser utility styles
 */

/**
 * CSS custom properties and variables
 * Defines theme colors, grid settings, spacing, and other design tokens
 */

:root {
  --grid-columns: 4;
  --grid-main: repeat(var(--grid-columns), 1fr);
  --padding-margin: 1rem;
  --padding-gutter: 0.5rem;
  --colour-primary: #111111;
  --colour-secondary: #ffffff;
  --height-topbar: 28px;
  --height-menu: 52px;
  --height-header: calc(var(--height-topbar) + var(--height-menu));
  --height-view: 100vh;
  --height-screen: calc(var(--height-view) - var(--height-header));
  --height-screen-headerless: calc(var(--height-screen) - var(--height-header));
  --text-2xl: 1.5rem;
  --text-xl: 1.25rem;
  --text-l: 1.125rem;
  --text-m: 1rem;
  --text-s: 0.875rem;
  --text-xs: 0.75rem;
  --text-2xs: 0.625rem;
  --z-index: 0;
}

@media (min-width: 375px) {

:root {
    --grid-columns: 6
}
  }

@media (min-width: 768px) {

:root {
    --grid-columns: 8;
    --padding-margin: 2rem
}
  }

@media (min-width: 1024px) {

:root {
    --grid-columns: 12;
    --height-menu: 62px;
    --text-2xl: 1.875rem
}
  }

@media (min-width: 1440px) {
  }

@media (min-width: 1828px) {

:root {
    --grid-columns: 16
}
  }

@supports (height: 100dvh) {

:root {
    --height-view: 100dvh
}
  }

/**
 * Third-party library styling overrides
 * Custom styles for Flickity carousel and other external libraries
 */

/* Flickity Styling */

.flickity-viewport {
  width: 100%;
  overflow: visible;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.flickity-viewport .flickity-slider {
  will-change: transform;
}

.flickity-viewport .flickity-slider .flickity-cell {
  position: absolute !important;
}

.flickity-viewport .flickity-slider .flickity-cell {
  min-height: -moz-fit-content;
  min-height: fit-content;
  flex-shrink: 0;
}

.flickity-enabled.is-fade .flickity-viewport {
  overflow: hidden;
  transition: height 0.3s ease;
}

.flickity-button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.flickity-button {
  color: #111111;
  color: var(--colour-primary);
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.flickity-button:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
  --tw-ring-offset-width: 0px !important;
}

.flickity-button.focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.flickity-button.focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.flickity-button.focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.flickity-button:focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.flickity-button:disabled {
  opacity: 0.5;
}

@media (max-width: 767px) {

  .flickity-button {
    display: none !important;
  }
}

.flickity-button {
  background-color: color-mix(in srgb, #ffffff 50%, transparent);
  background-color: color-mix(in srgb, var(--colour-secondary) 50%, transparent);
}

.flickity-button:hover,
  .flickity-button:focus,
  .flickity-button:active {
    background-color: color-mix(in srgb, #ffffff 50%, transparent);
    background-color: color-mix(in srgb, var(--colour-secondary) 50%, transparent);
  }

.flickity-button.flickity-prev-next-button {
  z-index: 2;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .flickity-button.flickity-prev-next-button:hover {
    opacity: 0.5;
  }
}

.flickity-button.flickity-prev-next-button.next {
  right: 0;
  cursor: e-resize;
}

.flickity-button.flickity-prev-next-button.previous {
  left: 0;
  cursor: w-resize;
}

.flickity-button.flickity-prev-next-button .flickity-button-icon {
  position: static;
  height: 12px;
  width: auto;
  fill: currentColor;
}

@media (min-width: 768px) {

  .flickity-button.flickity-prev-next-button .flickity-button-icon {
    height: 16px;
  }
}

.flickity-page-dots {
  bottom: 1rem;
  z-index: 2;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {

  .flickity-page-dots {
    bottom: 1.5rem;
  }
}

.flickity-page-dots {
  left: 1rem;
  left: var(--padding-left, var(--padding-margin));
  width: calc(100% - 1rem - 1rem);
  width: calc(100% - var(--padding-left, var(--padding-margin)) - var(--padding-right, var(--padding-margin)));
}

@media (max-width: 767px) {

.flickity-page-dots {
    left: 1rem;
    left: var(--padding-margin);
    width: calc(100% - (1rem * 2));
    width: calc(100% - (var(--padding-margin) * 2))
}
  }

.flickity-page-dots .flickity-page-dot {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  height: 4px;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, 1);
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity, 1));
  opacity: 1;
}

.flickity-page-dots .flickity-page-dot.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 43, 43, 1);
  background-color: rgba(43, 43, 43, var(--tw-bg-opacity, 1));
}

.flickity-dots-bottom-left .flickity-page-dots {
    width: calc(100% - (1rem * 2));
    width: calc(100% - (var(--padding-margin) * 2));
}

@media (min-width: 768px) {

.flickity-dots-bottom-left .flickity-page-dots {
    width: calc(50% - 1rem - 1rem);
    width: calc(50% - var(--padding-left, var(--padding-margin)) - var(--padding-right, var(--padding-margin)))
}
  }

.flickity-dots-bottom-right .flickity-page-dots {
  left: auto;
  right: 1rem;
  right: var(--padding-margin);
  width: calc(100% - (1rem * 2));
  width: calc(100% - (var(--padding-margin) * 2));
}

@media (min-width: 768px) {

.flickity-dots-bottom-right .flickity-page-dots {
    right: 1rem;
    right: var(--padding-right, var(--padding-margin));
    width: calc(50% - 1rem - 1rem);
    width: calc(50% - var(--padding-right, var(--padding-margin)) - var(--padding-left, var(--padding-margin)))
}
  }

.product-gallery-carousel.flickity-enabled.is-draggable .flickity-viewport {
    cursor: pointer;
  }

.product-gallery-carousel.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: grabbing;
    }

.product-gallery-carousel .flickity-prev-next-button.previous {
  display: none;
}

.product-gallery-carousel .flickity-prev-next-button.next {
  background-color: transparent !important;
}

.product-gallery-carousel .flickity-prev-next-button.next {
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0px;
  opacity: 0;
}

.product-gallery-carousel .flickity-prev-next-button.next:hover,
    .product-gallery-carousel .flickity-prev-next-button.next:focus,
    .product-gallery-carousel .flickity-prev-next-button.next:active {
  background-color: transparent !important;
}

.product-gallery-carousel .flickity-prev-next-button.next:hover,
    .product-gallery-carousel .flickity-prev-next-button.next:focus,
    .product-gallery-carousel .flickity-prev-next-button.next:active {
  opacity: 0;
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.product-gallery-carousel .flickity-prev-next-button.next .flickity-button-icon {
  display: none;
}

.product-gallery-carousel .flickity-page-dots {
  left: 50%;
  z-index: 2;
  width: calc(100% - (1rem * 2));
  width: calc(100% - (var(--padding-margin) * 2));
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Klaviyo Styling */

.klaviyo-form-inline * strong {
  font-weight: 500;
}

.klaviyo-form-inline * {
  font-family: Geist, Arial, sans-serif !important;
  line-height: 130% !important;
}

.klaviyo-form-inline input strong::-moz-placeholder {
  font-weight: 500;
}

.klaviyo-form-inline input strong::placeholder {
  font-weight: 500;
}

.klaviyo-form-inline input::-moz-placeholder {
  font-family: Geist, Arial, sans-serif !important;
  line-height: 130% !important;
}

.klaviyo-form-inline input::placeholder {
  font-family: Geist, Arial, sans-serif !important;
  line-height: 130% !important;
}

.klaviyo-form-inline input:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
  --tw-ring-offset-width: 0px !important;
}

.klaviyo-form-inline button {
  font-weight: 600;
  letter-spacing: 1px;
}

.klaviyo-form-inline button strong {
  font-weight: 700;
}

.klaviyo-form-inline button {
  font-weight: 600;
  letter-spacing: 1px;
}

.klaviyo-form-inline button strong {
  font-weight: 700;
}

.klaviyo-form-inline button {
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.klaviyo-form-inline button:hover,
    .klaviyo-form-inline button.active {
  opacity: 0.5 !important;
}

/* Policy Pages */

.shopify-policy__container {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  max-width: initial !important;
  padding-left: 1rem !important;
  padding-left: var(--padding-margin) !important;
  padding-right: 1rem !important;
  padding-right: var(--padding-margin) !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 1024px) {

  .shopify-policy__container {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.shopify-policy__container .shopify-policy__title {
  font-size: 1.25rem;
  font-size: var(--text-xl);
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1px;
}

.shopify-policy__container .shopify-policy__title strong {
  font-weight: 700;
}

.shopify-policy__container .shopify-policy__title {
  font-size: 1.25rem;
  font-size: var(--text-xl);
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1px;
}

.shopify-policy__container .shopify-policy__title strong {
  font-weight: 700;
}

.shopify-policy__container .shopify-policy__title {
  text-align: left !important;
}

.shopify-policy__container .shopify-policy__title {
  margin-bottom: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.shopify-policy__container .shopify-policy__body {
  text-align: left !important;
}

.shopify-policy__container .shopify-policy__body {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
}

.shopify-policy__container .shopify-policy__body .rte>div {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
}

.shopify-policy__container .shopify-policy__body .rte>div a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .shopify-policy__container .shopify-policy__body .rte>div a:hover {
    opacity: 0.5;
  }
}

.shopify-policy__container .shopify-policy__body .rte>div a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .shopify-policy__container .shopify-policy__body .rte>div a:hover {
    opacity: 0.5;
  }
}

.shopify-policy__container .shopify-policy__body .rte>div>*:not(:last-child) {
  margin-bottom: 1em;
}

.shopify-policy__container .shopify-policy__body .rte>div ul {
  margin-left: 2rem;
}

.shopify-policy__container .shopify-policy__body .rte>div ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.shopify-policy__container .shopify-policy__body .rte>div ol {
  margin-left: 2rem;
}

.shopify-policy__container .shopify-policy__body .rte>div ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

.shopify-policy__container .shopify-policy__body .rte>div * {
  max-width: 100%;
}

.shopify-policy__container .shopify-policy__body .rte>div {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
}

.shopify-policy__container .shopify-policy__body .rte>div a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .shopify-policy__container .shopify-policy__body .rte>div a:hover {
    opacity: 0.5;
  }
}

.shopify-policy__container .shopify-policy__body .rte>div a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .shopify-policy__container .shopify-policy__body .rte>div a:hover {
    opacity: 0.5;
  }
}

.shopify-policy__container .shopify-policy__body .rte>div>*:not(:last-child) {
  margin-bottom: 1em;
}

.shopify-policy__container .shopify-policy__body .rte>div ul {
  margin-left: 2rem;
}

.shopify-policy__container .shopify-policy__body .rte>div ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.shopify-policy__container .shopify-policy__body .rte>div ol {
  margin-left: 2rem;
}

.shopify-policy__container .shopify-policy__body .rte>div ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

.shopify-policy__container .shopify-policy__body .rte>div * {
  max-width: 100%;
}

/* App Blocks */

.shopify-app-block {
  width: 100% !important;
}

/**
 * Form field styling
 * Defines consistent styles for inputs, selects, and form controls
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body.overflow-hidden #shopify-section-topbar {
  z-index: 10;
}

body > svg {
  display: none;
}

@media print {

  header,
    footer,
    [data-id="topbar"] {
    display: none !important;
  }
}

.additional-checkout-buttons--horizontal,
  .additional-checkout-buttons--vertical {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-inline-size: 44px;
  --shopify-accelerated-checkout-skeleton-background-colour: transparent;
  --shopify-accelerated-checkout-button-border-radius: 0px;
  --shopify-accelerated-checkout-skeleton-animation-duration: 0.3s;
}

body.additional-checkout-buttons--horizontal.is-collapsed #shopify-section-topbar {
  z-index: 10;
}

.additional-checkout-buttons--horizontal.is-collapsed {
  padding-bottom: 0 !important;
}

.additional-checkout-buttons--horizontal.is-collapsed {
  pointer-events: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

bodybody[\:has\(\[data-body-lock\]\[data-ui\%3D\%22visible\%22\]\)] #shopify-section-topbar {
  z-index: 10;
}

bodybody:has([data-body-lock][data-ui="visible"]) #shopify-section-topbar {
  z-index: 10;
}

body[\:has\(\[data-body-lock\]\[data-ui\%3D\%22visible\%22\]\)] {
  overflow: hidden;
}

body:has([data-body-lock][data-ui="visible"]) {
  overflow: hidden;
}

.grid-main {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: var(--grid-main);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-column-gap: var(--padding-gutter);
  -moz-column-gap: var(--padding-gutter);
       column-gap: var(--padding-gutter);
}

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html strong {
  font-weight: 500;
}

html {
  font-family: Geist, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

:root {
  touch-action: pan-x pan-y;
}

html,
  body {
  touch-action: manipulation;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 fill=%27%23fff%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z%27/%3E%3C/svg%3E");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 fill=%27%23fff%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/svg%3E");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-translate-z: 0;
  --tw-scale-z: 1;
  --tw-rotate-3d: 0,0,0,0deg;
}

html {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
  }

html strong {
  font-weight: 500;
}

html {
  font-family: Geist, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

body.overflow-hidden #shopify-section-topbar {
  z-index: 10;
}

body > svg {
      display: none;
    }

@media print {
    header,
    footer,
    [data-id="topbar"] {
    display: none !important;
  }
  }

/* Layout classes for the checkout buttons for the mini cart */

.additional-checkout-buttons--horizontal,
  .additional-checkout-buttons--vertical {
    --shopify-accelerated-checkout-button-block-size: 44px;
    --shopify-accelerated-checkout-button-inline-size: 44px;
    --shopify-accelerated-checkout-skeleton-background-colour: transparent;
    --shopify-accelerated-checkout-button-border-radius: 0px;
    --shopify-accelerated-checkout-skeleton-animation-duration: 0.3s;
  }

body.additional-checkout-buttons--horizontal.is-collapsed #shopify-section-topbar {
  z-index: 10;
}

.additional-checkout-buttons--horizontal.is-collapsed {
  padding-bottom: 0 !important;
}

.additional-checkout-buttons--horizontal.is-collapsed {
  pointer-events: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* Body lock class added to visibility components to lock scroll on body while open*/

bodybody[\:has\(\[data-body-lock\]\[data-ui\%3D\%22visible\%22\]\)] #shopify-section-topbar {
  z-index: 10;
}

bodybody:has([data-body-lock][data-ui="visible"]) #shopify-section-topbar {
  z-index: 10;
}

body[\:has\(\[data-body-lock\]\[data-ui\%3D\%22visible\%22\]\)] {
  overflow: hidden;
}

body:has([data-body-lock][data-ui="visible"]) {
  overflow: hidden;
}

/* Main grid class for various content areas */

.grid-main {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: var(--grid-main);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  grid-column-gap: 0.5rem;
  grid-column-gap: var(--padding-gutter);
  -moz-column-gap: var(--padding-gutter);
       column-gap: var(--padding-gutter);
}

:root {
    touch-action: pan-x pan-y;
  }

html,
  body {
    touch-action: manipulation;
  }

.container {
  width: 100%;
}

@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1828px) {

  .container {
    max-width: 1828px;
  }
}

@media (min-width: 2560px) {

  .container {
    max-width: 2560px;
  }
}

.field-m {
  height: 44px;
}

.field-container {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 1rem;
  color: #111111;
  color: var(--colour-primary);
}

.field-input {
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
  color: #111111;
  color: var(--colour-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.field-input strong::-moz-placeholder {
  font-weight: 500;
}

.field-input strong::placeholder {
  font-weight: 500;
}

.field-input::-moz-placeholder {
  font-family: Geist, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.field-input::placeholder {
  font-family: Geist, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.field-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-offset-width: 0px;
}

select.field-input {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  select.field-input:hover {
    opacity: 0.5;
  }
}

select.field-input {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  select.field-input:hover {
    opacity: 0.5;
  }
}

input.field-input {
  cursor: text;
}

textarea.field-input {
  cursor: text;
  resize: none;
}

.paragraph-2xl {
  font-size: 1.5rem;
  font-size: var(--text-2xl);
  line-height: 130%;
}

.paragraph-xl {
  font-size: 1.25rem;
  font-size: var(--text-xl);
  line-height: 130%;
}

.paragraph-l {
  font-size: 1.125rem;
  font-size: var(--text-l);
  line-height: 130%;
}

.paragraph-m {
  font-size: 1rem;
  font-size: var(--text-m);
  line-height: 130%;
}

.paragraph-s {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
}

.paragraph-xs {
  font-size: 0.75rem;
  font-size: var(--text-xs);
  line-height: 130%;
}

.paragraph-2xs {
  font-size: 0.625rem;
  font-size: var(--text-2xs);
  line-height: 130%;
}

.\!font-base strong {
  font-weight: 500;
}

.font-base strong {
  font-weight: 500;
}

.\!font-base-heading {
  font-weight: 600;
  letter-spacing: 1px;
}

.font-base-heading {
  font-weight: 600;
  letter-spacing: 1px;
}

.\!font-base-heading strong {
  font-weight: 700;
}

.font-base-heading strong {
  font-weight: 700;
}

.richtext a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .richtext a:hover {
    opacity: 0.5;
  }
}

.richtext a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .richtext a:hover {
    opacity: 0.5;
  }
}

.richtext>*:not(:last-child) {
  margin-bottom: 1em;
}

.richtext ul {
  margin-left: 2rem;
}

.richtext ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.richtext ol {
  margin-left: 2rem;
}

.richtext ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

.richtext * {
  max-width: 100%;
}

/* Paragraph Styles */

.paragraph-2xl {
  font-size: 1.5rem;
  font-size: var(--text-2xl);
  line-height: 130%;
}

.paragraph-xl {
  font-size: 1.25rem;
  font-size: var(--text-xl);
  line-height: 130%;
}

.paragraph-l {
  font-size: 1.125rem;
  font-size: var(--text-l);
  line-height: 130%;
}

.paragraph-m {
  font-size: 1rem;
  font-size: var(--text-m);
  line-height: 130%;
}

.paragraph-s {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
}

.paragraph-xs {
  font-size: 0.75rem;
  font-size: var(--text-xs);
  line-height: 130%;
}

.paragraph-2xs {
  font-size: 0.625rem;
  font-size: var(--text-2xs);
  line-height: 130%;
}

/* Text Styles */

.\!font-base strong {
  font-weight: 500;
}

.font-base strong {
  font-weight: 500;
}

.\!font-base-heading {
  font-weight: 600;
  letter-spacing: 1px;
}

.font-base-heading {
  font-weight: 600;
  letter-spacing: 1px;
}

.\!font-base-heading strong {
  font-weight: 700;
}

.font-base-heading strong {
  font-weight: 700;
}

.richtext a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .richtext a:hover {
    opacity: 0.5;
  }
}

.richtext a {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .richtext a:hover {
    opacity: 0.5;
  }
}

.richtext>*:not(:last-child) {
  margin-bottom: 1em;
}

.richtext ul {
  margin-left: 2rem;
}

.richtext ul li {
  list-style-position: outside;
  list-style-type: disc;
}

.richtext ol {
  margin-left: 2rem;
}

.richtext ol li {
  list-style-position: outside;
  list-style-type: decimal;
}

.richtext * {
  max-width: 100%;
}

.field-m {
  height: 44px;
}

.field-container {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 1rem;
  color: #111111;
  color: var(--colour-primary);
}

.field-input {
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
  color: #111111;
  color: var(--colour-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.field-input strong::-moz-placeholder {
  font-weight: 500;
}

.field-input strong::placeholder {
  font-weight: 500;
}

.field-input::-moz-placeholder {
  font-family: Geist, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.field-input::placeholder {
  font-family: Geist, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.field-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-offset-width: 0px;
}

select.field-input {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  select.field-input:hover {
    opacity: 0.5;
  }
}

select.field-input {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  select.field-input:hover {
    opacity: 0.5;
  }
}

input.field-input {
  cursor: text;
}

textarea.field-input {
  cursor: text;
  resize: none;
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.-right-0\.25 {
  right: -0.25rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-1 {
  bottom: 1rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.top-0\.25 {
  top: 0.25rem;
}

.-z-1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-51 {
  z-index: 51;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-\[110\] {
  z-index: 110;
}

.z-index {
  z-index: 0;
  z-index: var(--z-index);
}

.col-\[--column-span\] {
  grid-column: var(--column-span);
}

.col-span-full {
  grid-column: 1 / -1;
}

.mx-0\.125 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-margin {
  margin-left: calc(1rem * -1);
  margin-left: calc(var(--padding-margin) * -1);
}

.-mt-px {
  margin-top: -1px;
}

.mb-\[1em\] {
  margin-bottom: 1em;
}

.mr-0\.5 {
  margin-right: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.5rem;
}

.mt-0\.75 {
  margin-top: 0.75rem;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-1\/1 {
  aspect-ratio: 1/1;
}

.aspect-1\/2 {
  aspect-ratio: 1/2;
}

.aspect-10\/9 {
  aspect-ratio: 10/9;
}

.aspect-16\/9 {
  aspect-ratio: 16/9;
}

.aspect-2\/1 {
  aspect-ratio: 2/1;
}

.aspect-2\/3 {
  aspect-ratio: 2/3;
}

.aspect-21\/9 {
  aspect-ratio: 21/9;
}

.aspect-3\/2 {
  aspect-ratio: 3/2;
}

.aspect-3\/4 {
  aspect-ratio: 3/4;
}

.aspect-4\/3 {
  aspect-ratio: 4/3;
}

.aspect-4\/5 {
  aspect-ratio: 4/5;
}

.aspect-5\/4 {
  aspect-ratio: 5/4;
}

.aspect-9\/10 {
  aspect-ratio: 9/10;
}

.aspect-9\/16 {
  aspect-ratio: 9/16;
}

.aspect-9\/21 {
  aspect-ratio: 9/21;
}

.\!size-0 {
  width: 0 !important;
  height: 0 !important;
}

.size-2\.75 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-\[12px\] {
  width: 12px;
  height: 12px;
}

.size-\[16px\] {
  width: 16px;
  height: 16px;
}

.size-\[17px\] {
  width: 17px;
  height: 17px;
}

.size-\[18px\] {
  width: 18px;
  height: 18px;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0;
}

.h-6 {
  height: 6rem;
}

.h-\[--custom-height-pc\] {
  height: var(--custom-height-pc);
}

.h-\[--custom-height-px\] {
  height: var(--custom-height-px);
}

.h-\[--override-height\] {
  height: var(--override-height);
}

.h-\[12px\] {
  height: 12px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[15\.33px\] {
  height: 15.33px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[60px\] {
  height: 60px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-menu {
  height: 52px;
  height: var(--height-menu);
}

.h-screen-height {
  height: calc(100vh - (28px + 52px));
  height: calc(100vh - calc(28px + 52px));
  height: var(--height-screen);
}

.h-view {
  height: 100vh;
  height: var(--height-view);
}

.max-h-view {
  max-height: 100vh;
  max-height: var(--height-view);
}

.min-h-\[36px\] {
  min-height: 36px;
}

.min-h-\[44px\] {
  min-height: 44px;
}

.min-h-\[56px\] {
  min-height: 56px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-topbar {
  min-height: 28px;
  min-height: var(--height-topbar);
}

.min-h-view {
  min-height: 100vh;
  min-height: var(--height-view);
}

.\!w-full {
  width: 100% !important;
}

.w-6 {
  width: 6rem;
}

.w-\[--override-width\] {
  width: var(--override-width);
}

.w-\[14px\] {
  width: 14px;
}

.w-\[90px\] {
  width: 90px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-full-margin {
  width: calc(100% + (1rem * 2));
  width: calc(100% + (var(--padding-margin) * 2));
}

.w-full-marginless {
  width: calc(100% - (1rem * 2));
  width: calc(100% - (var(--padding-margin) * 2));
}

.w-px {
  width: 1px;
}

.\!max-w-unset {
  max-width: none !important;
  max-width: initial !important;
}

.max-w-\[--custom-width-pc\] {
  max-width: var(--custom-width-pc);
}

.max-w-\[--custom-width-px\] {
  max-width: var(--custom-width-px);
}

.max-w-\[20rem\] {
  max-width: 20rem;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[89vw\] {
  max-width: 89vw;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.grid-cols-\[--grid-columns\] {
  grid-template-columns: 4;
  grid-template-columns: var(--grid-columns);
}

.grid-cols-main {
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: var(--grid-main);
}

.\!grid-rows-\[0fr\] {
  grid-template-rows: 0fr !important;
}

.\!grid-rows-\[1fr\] {
  grid-template-rows: 1fr !important;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 1rem;
}

.gap-1\.5 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-x-0\.125 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-0\.75 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-1 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-\[--display-gap-inline\] {
  -moz-column-gap: var(--display-gap-inline);
       column-gap: var(--display-gap-inline);
}

.gap-x-gutter {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  -moz-column-gap: var(--padding-gutter);
       column-gap: var(--padding-gutter);
}

.gap-y-0\.125 {
  row-gap: 0.125rem;
}

.gap-y-0\.5 {
  row-gap: 0.5rem;
}

.gap-y-0\.75 {
  row-gap: 0.75rem;
}

.gap-y-1 {
  row-gap: 1rem;
}

.gap-y-1\.5 {
  row-gap: 1.5rem;
}

.gap-y-\[--display-gap-block\] {
  row-gap: var(--display-gap-block);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-none {
  border-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[--border-colour\] {
  border-color: var(--border-colour);
}

.border-\[--text-colour\] {
  border-color: var(--text-colour);
}

.border-borders-default {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[--bg-colour\] {
  background-color: var(--bg-colour);
}

.bg-\[--section-bg-colour\] {
  background-color: var(--section-bg-colour);
}

.bg-brand-black {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity, 1));
}

.bg-brand-black\/60 {
  background-color: rgba(17, 17, 17, 0.6);
}

.bg-button-black-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(43, 43, 43, 1);
  background-color: rgba(43, 43, 43, var(--tw-bg-opacity, 1));
}

.bg-button-white-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, 1);
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity, 1));
}

.bg-inherit {
  background-color: inherit;
}

.bg-primary {
  background-color: #111111;
  background-color: var(--colour-primary);
}

.bg-secondary {
  background-color: #ffffff;
  background-color: var(--colour-secondary);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.from-\[\#f0f0f0\] {
  --tw-gradient-from: #f0f0f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(240, 240, 240, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#9b9b9b\] {
  --tw-gradient-to: #9b9b9b var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.\!px-margin {
  padding-left: 1rem !important;
  padding-left: var(--padding-margin) !important;
  padding-right: 1rem !important;
  padding-right: var(--padding-margin) !important;
}

.\!py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-0\.625 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-1\.5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-margin {
  padding-left: 1rem;
  padding-left: var(--padding-margin);
  padding-right: 1rem;
  padding-right: var(--padding-margin);
}

.py-0\.25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1\.25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-1\.5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-6\.25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-1\.5 {
  padding-bottom: 1.5rem;
}

.pb-\[--padding-bottom\] {
  padding-bottom: var(--padding-bottom);
}

.pb-margin {
  padding-bottom: 1rem;
  padding-bottom: var(--padding-margin);
}

.pb-px {
  padding-bottom: 1px;
}

.pl-\[--padding-left\] {
  padding-left: var(--padding-left);
}

.pl-margin {
  padding-left: 1rem;
  padding-left: var(--padding-margin);
}

.pr-0\.625 {
  padding-right: 0.625rem;
}

.pr-\[--padding-right\] {
  padding-right: var(--padding-right);
}

.pr-margin-rem {
  padding-right: calc(1rem - 1rem);
  padding-right: calc(var(--padding-margin) - 1rem);
}

.pt-1\.5 {
  padding-top: 1.5rem;
}

.pt-\[--padding-top\] {
  padding-top: var(--padding-top);
}

.\!text-left {
  text-align: left !important;
}

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

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

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

.\!font-base {
  font-family: Geist, Arial, sans-serif !important;
}

.font-base {
  font-family: Geist, Arial, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  font-size: var(--text-2xl);
}

.text-2xs {
  font-size: 0.625rem;
  font-size: var(--text-2xs);
}

.text-l {
  font-size: 1.125rem;
  font-size: var(--text-l);
}

.text-m {
  font-size: 1rem;
  font-size: var(--text-m);
}

.text-s {
  font-size: 0.875rem;
  font-size: var(--text-s);
}

.text-xl {
  font-size: 1.25rem;
  font-size: var(--text-xl);
}

.text-xs {
  font-size: 0.75rem;
  font-size: var(--text-xs);
}

.\!font-bold {
  font-weight: 700 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.\!uppercase {
  text-transform: uppercase !important;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.tracking-1 {
  letter-spacing: 1px;
}

.text-\[--text-colour\] {
  color: var(--text-colour);
}

.text-brand-black {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgba(199, 80, 0, 1);
  color: rgba(199, 80, 0, var(--tw-text-opacity, 1));
}

.text-brand-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.text-primary {
  color: #111111;
  color: var(--colour-primary);
}

.text-secondary {
  color: #ffffff;
  color: var(--colour-secondary);
}

.text-type-black-secondary {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.text-type-error {
  --tw-text-opacity: 1;
  color: rgba(201, 33, 27, 1);
  color: rgba(201, 33, 27, var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.line-through {
  text-decoration-line: line-through;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-none {
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.transition-all {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.duration-300 {
  transition-duration: 300ms;
}

.btn {
  font-weight: 600;
  letter-spacing: 1px;
}

.btn strong {
  font-weight: 700;
}

.btn {
  font-weight: 600;
  letter-spacing: 1px;
}

.btn strong {
  font-weight: 700;
}

.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.btn.focus-visible {
  outline-width: 0px !important;
}

.btn:focus-visible {
  outline-width: 0px !important;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn.btn-fill:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, 1);
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.btn.btn-border:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.btn.btn-transparent:hover,
      .btn.btn-transparent.active {
  opacity: 0.5;
}

.btn .btn-loading-overlay {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  top: 0;
  left: 0;
}

.btn .btn-loading-overlay[data-ui~="visible"] {
  display: flex;
}

.btn .btn-loading-overlay >div {
  width: 18px;
  height: 18px;
}

.btn .btn-loading-overlay >div > * {
  pointer-events: none;
  width: 100%;
  height: 100%;
  animation: spinner 1.4s linear infinite;
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, 1);
  border-color: rgba(17, 17, 17, var(--tw-border-opacity, 1));
}

.btn-primary.btn-fill {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.btn-primary.btn-fill:hover,
      .btn-primary.btn-fill.active {
  --tw-border-opacity: 1;
  border-color: rgba(43, 43, 43, 1);
  border-color: rgba(43, 43, 43, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(43, 43, 43, 1);
  background-color: rgba(43, 43, 43, var(--tw-bg-opacity, 1));
}

.btn-primary.btn-border {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

.btn-primary.btn-border:hover,
      .btn-primary.btn-border.active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, 1);
  border-color: rgba(17, 17, 17, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.btn-primary.btn-transparent,
    .btn-primary.btn-text {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

.btn-transparent {
  border-color: transparent;
}

.btn-l {
  font-size: 1rem;
  font-size: var(--text-m);
  line-height: 130%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-l:not(.btn-text) {
  min-height: 56px;
}

.btn-l.btn-text {
  min-height: 44px;
}

.btn-m {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
  min-height: 44px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-s {
  font-size: 0.75rem;
  font-size: var(--text-xs);
  line-height: 130%;
  min-height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-square {
  padding: 0 !important;
}

.btn-square {
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.link-fade {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .link-fade:hover {
    opacity: 0.5;
  }
}

.container-full {
  margin-left: calc(1rem * -1);
  margin-left: calc(var(--padding-margin) * -1);
  width: calc(100% + (1rem * 2));
  width: calc(100% + (var(--padding-margin) * 2));
  padding-left: 1rem;
  padding-left: var(--padding-margin);
  padding-right: 1rem;
  padding-right: var(--padding-margin);
}

.inset-tr {
  top: 0;
  right: 0;
}

.inset-tl {
  top: 0;
  left: 0;
}

.inset-bl {
  bottom: 0;
  left: 0;
}

.inset-br {
  bottom: 0;
  right: 0;
}

input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration,
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
    input[type="number"]:focus {
  -moz-appearance: number-input;
}

[data-visibility-open] {
  cursor: pointer;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

details {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

details summary {
  list-style-type: none;
}

details summary::marker,
      details summary::-webkit-details-marker {
  display: none;
}

.dropdown-modal .dropdown-content {
  grid-template-rows: 0fr !important;
}

.dropdown-modal .dropdown-content {
  display: grid;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.dropdown-modal[data-ui="visible"] .dropdown-content {
  grid-template-rows: 1fr !important;
}

.mob-alt>*:first-child {
  display: none;
}

@media (min-width: 768px) {

  .mob-alt>*:first-child {
    display: block;
  }

  .mob-alt>*:nth-child(2) {
    display: none;
  }
}

.transform {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotateX(0) rotateY(0) rotateZ(var(--tw-rotate)) rotate3d(0,0,0,0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scale3d(var(--tw-scale-x),var(--tw-scale-y),1) !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate)) rotate3d(var(--tw-rotate-3d)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scale3d(var(--tw-scale-x),var(--tw-scale-y),var(--tw-scale-z)) !important;
}

/* Button Styles */

/* Button Base */

.btn {
  font-weight: 600;
  letter-spacing: 1px;
}

.btn strong {
  font-weight: 700;
}

.btn {
  font-weight: 600;
  letter-spacing: 1px;
}

.btn strong {
  font-weight: 700;
}

.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-width: 1px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.btn.focus-visible {
  outline-width: 0px !important;
}

.btn:focus-visible {
  outline-width: 0px !important;
}

.btn:disabled {
  cursor: not-allowed;
}

.btn.btn-fill:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, 1);
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.btn.btn-border:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, 1);
  border-color: rgba(234, 234, 234, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.btn.btn-transparent:hover,
      .btn.btn-transparent.active {
  opacity: 0.5;
}

.btn .btn-loading-overlay {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  top: 0;
  left: 0;
}

.btn .btn-loading-overlay[data-ui~="visible"] {
  display: flex;
}

.btn .btn-loading-overlay >div {
  width: 18px;
  height: 18px;
}

.btn .btn-loading-overlay >div > * {
  pointer-events: none;
  width: 100%;
  height: 100%;
  animation: spinner 1.4s linear infinite;
}

/* Button Colours */

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, 1);
  border-color: rgba(17, 17, 17, var(--tw-border-opacity, 1));
}

.btn-primary.btn-fill {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.btn-primary.btn-fill:hover,
      .btn-primary.btn-fill.active {
  --tw-border-opacity: 1;
  border-color: rgba(43, 43, 43, 1);
  border-color: rgba(43, 43, 43, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(43, 43, 43, 1);
  background-color: rgba(43, 43, 43, var(--tw-bg-opacity, 1));
}

.btn-primary.btn-border {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

.btn-primary.btn-border:hover,
      .btn-primary.btn-border.active {
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, 1);
  border-color: rgba(17, 17, 17, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, 1);
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.btn-primary.btn-transparent,
    .btn-primary.btn-text {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}

.btn-transparent {
  border-color: transparent;
}

/* Button Sizes */

.btn-l {
  font-size: 1rem;
  font-size: var(--text-m);
  line-height: 130%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-l:not(.btn-text) {
  min-height: 56px;
}

.btn-l.btn-text {
  min-height: 44px;
}

.btn-m {
  font-size: 0.875rem;
  font-size: var(--text-s);
  line-height: 130%;
  min-height: 44px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-s {
  font-size: 0.75rem;
  font-size: var(--text-xs);
  line-height: 130%;
  min-height: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-square {
  padding: 0 !important;
}

.btn-square {
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Link Styles */

.link-fade {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {

  .link-fade:hover {
    opacity: 0.5;
  }
}

/* Spacing Settings */

.container-full {
  margin-left: calc(1rem * -1);
  margin-left: calc(var(--padding-margin) * -1);
  width: calc(100% + (1rem * 2));
  width: calc(100% + (var(--padding-margin) * 2));
  padding-left: 1rem;
  padding-left: var(--padding-margin);
  padding-right: 1rem;
  padding-right: var(--padding-margin);
}

.inset-tr {
  top: 0;
  right: 0;
}

.inset-tl {
  top: 0;
  left: 0;
}

.inset-bl {
  bottom: 0;
  left: 0;
}

.inset-br {
  bottom: 0;
  right: 0;
}

/* Input Settings */

input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration,
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
  }

input[type="number"] {
    -moz-appearance: textfield;
  }

input[type="number"]:hover,
    input[type="number"]:focus {
      -moz-appearance: number-input;
    }

[data-visibility-open] {
    cursor: pointer;
  }

/* Scrollbar Settings */

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

.no-scrollbar::-webkit-scrollbar {
      display: none;
    }

/* Details + Summary Default Styling */

details {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

details summary {
  list-style-type: none;
}

details summary::marker,
      details summary::-webkit-details-marker {
  display: none;
}

.dropdown-modal .dropdown-content {
  grid-template-rows: 0fr !important;
}

.dropdown-modal .dropdown-content {
  display: grid;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}

.dropdown-modal[data-ui="visible"] .dropdown-content {
  grid-template-rows: 1fr !important;
}

/* Mobile Alternate Content */

.mob-alt>*:first-child {
  display: none;
}

@media (min-width: 768px) {

  .mob-alt>*:first-child {
    display: block;
  }

  .mob-alt>*:nth-child(2) {
    display: none;
  }
}

.placeholder\:\!font-base strong::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:\!font-base strong::placeholder {
  font-weight: 500;
}

.placeholder\:font-base strong::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:font-base strong::placeholder {
  font-weight: 500;
}

.placeholder\:\!font-base strong::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:\!font-base strong::placeholder {
  font-weight: 500;
}

.placeholder\:font-base strong::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:font-base strong::placeholder {
  font-weight: 500;
}

@media (max-width: 767px) {

  .md-max\:paragraph-2xl {
    font-size: 1.5rem;
    font-size: var(--text-2xl);
    line-height: 130%;
  }

  .md-max\:paragraph-xl {
    font-size: 1.25rem;
    font-size: var(--text-xl);
    line-height: 130%;
  }

  .md-max\:paragraph-l {
    font-size: 1.125rem;
    font-size: var(--text-l);
    line-height: 130%;
  }

  .md-max\:paragraph-m {
    font-size: 1rem;
    font-size: var(--text-m);
    line-height: 130%;
  }

  .md-max\:paragraph-s {
    font-size: 0.875rem;
    font-size: var(--text-s);
    line-height: 130%;
  }

  .md-max\:paragraph-xs {
    font-size: 0.75rem;
    font-size: var(--text-xs);
    line-height: 130%;
  }

  .md-max\:paragraph-2xs {
    font-size: 0.625rem;
    font-size: var(--text-2xs);
    line-height: 130%;
  }
   .md-max\:paragraph-2xl {
    font-size: 1.5rem;
    font-size: var(--text-2xl);
    line-height: 130%;
  }

  .md-max\:paragraph-xl {
    font-size: 1.25rem;
    font-size: var(--text-xl);
    line-height: 130%;
  }

  .md-max\:paragraph-l {
    font-size: 1.125rem;
    font-size: var(--text-l);
    line-height: 130%;
  }

  .md-max\:paragraph-m {
    font-size: 1rem;
    font-size: var(--text-m);
    line-height: 130%;
  }

  .md-max\:paragraph-s {
    font-size: 0.875rem;
    font-size: var(--text-s);
    line-height: 130%;
  }

  .md-max\:paragraph-xs {
    font-size: 0.75rem;
    font-size: var(--text-xs);
    line-height: 130%;
  }

  .md-max\:paragraph-2xs {
    font-size: 0.625rem;
    font-size: var(--text-2xs);
    line-height: 130%;
  }
}

.placeholder\:\!font-base::-moz-placeholder {
  font-family: Geist, Arial, sans-serif !important;
}

.placeholder\:\!font-base::placeholder {
  font-family: Geist, Arial, sans-serif !important;
}

.placeholder\:font-base::-moz-placeholder {
  font-family: Geist, Arial, sans-serif;
}

.placeholder\:font-base::placeholder {
  font-family: Geist, Arial, sans-serif;
}

.placeholder\:\!leading-130::-moz-placeholder {
  line-height: 130% !important;
}

.placeholder\:\!leading-130::placeholder {
  line-height: 130% !important;
}

.placeholder\:text-type-black-secondary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.placeholder\:text-type-black-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.before\:content-\[var\(--price-compare\)\]::before {
  --tw-content: var(--price-compare);
  content: var(--tw-content);
}

.before\:content-\[var\(--price-current\)\]::before {
  --tw-content: var(--price-current);
  content: var(--tw-content);
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}

@media (hover: hover) and (pointer: fine) {

  .hover\:opacity-50:hover {
    opacity: 0.5;
  }
}

.focus\:\!outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:\!ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:\!ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus-visible\:\!shadow-none.focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.focus-visible\:\!shadow-none.focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.focus-visible\:\!shadow-none.focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.focus-visible\:\!shadow-none:focus-visible {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.focus-visible\:\!outline-0.focus-visible {
  outline-width: 0px !important;
}

.focus-visible\:\!outline-0:focus-visible {
  outline-width: 0px !important;
}

.disabled\:bg-page-secondary:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, 1);
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity, 1));
}

.disabled\:text-type-black-secondary:disabled {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.has-\[data-ui\=\"visible\"\]\:overflow-y-hidden[\:has\(data-ui\%3D\%22visible\%22\)] {
  overflow-y: hidden;
}

.has-\[data-ui\=\"visible\"\]\:overflow-y-hidden:has(data-ui="visible") {
  overflow-y: hidden;
}

.data-visible\:block[data-ui~="visible"] {
  display: block;
}

.data-visible\:flex[data-ui~="visible"] {
  display: flex;
}

.data-visible\:pb-1\.5[data-ui~="visible"] {
  padding-bottom: 1.5rem;
}

.data-\[item-count\=\'0\'\]\:opacity-0[data-item-count='0'] {
  opacity: 0;
}

.group\/mini-cart[data-ui~="visible"] .group-data-visible\/mini-cart\:pointer-events-auto {
  pointer-events: auto;
}

.group[data-ui~="visible"] .group-data-visible\:block {
  display: block;
}

.group\/form[data-ui~="visible"] .group-data-visible\/form\:\!flex {
  display: flex !important;
}

.group\/form[data-ui~="visible"] .group-data-visible\/form\:\!hidden {
  display: none !important;
}

.group[data-ui~="visible"] .group-data-visible\:hidden {
  display: none;
}

.group\/mini-cart[data-ui~="visible"] .group-data-visible\/mini-cart\:translate-x-0 {
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/mini-cart[data-ui~="visible"] .group-data-visible\/mini-cart\:opacity-100 {
  opacity: 1;
}

.group\/form[data-ui~="disabled"] .group-data-disabled\/form\:\!flex {
  display: flex !important;
}

.group\/form[data-ui~="disabled"] .group-data-disabled\/form\:\!hidden {
  display: none !important;
}

.group\/price[data-sale="true"] .group-data-\[sale\=true\]\/price\:block {
  display: block;
}

.children\:size-full > * {
  width: 100%;
  height: 100%;
}

.children\:h-full > * {
  height: 100%;
}

.children\:min-h-fit > * {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.children\:w-auto > * {
  width: auto;
}

.children\:shrink-0 > * {
  flex-shrink: 0;
}

.children\:animate-spinner > * {
  animation: spinner 1.4s linear infinite;
}

.children\:object-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

.children\:object-cover > * {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 375px) {

  .sm\:aspect-1\/1 {
    aspect-ratio: 1/1;
  }

  .sm\:aspect-1\/2 {
    aspect-ratio: 1/2;
  }

  .sm\:aspect-10\/9 {
    aspect-ratio: 10/9;
  }

  .sm\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .sm\:aspect-2\/1 {
    aspect-ratio: 2/1;
  }

  .sm\:aspect-2\/3 {
    aspect-ratio: 2/3;
  }

  .sm\:aspect-21\/9 {
    aspect-ratio: 21/9;
  }

  .sm\:aspect-3\/2 {
    aspect-ratio: 3/2;
  }

  .sm\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }

  .sm\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .sm\:aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .sm\:aspect-5\/4 {
    aspect-ratio: 5/4;
  }

  .sm\:aspect-9\/10 {
    aspect-ratio: 9/10;
  }

  .sm\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }

  .sm\:aspect-9\/21 {
    aspect-ratio: 9/21;
  }
}

@media (min-width: 768px) {

  .md\:sticky {
    position: sticky;
  }

  .md\:bottom-1\.5 {
    bottom: 1.5rem;
  }

  .md\:top-header {
    top: calc(28px + 52px);
    top: var(--height-header);
  }

  .md\:block {
    display: block;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-1\/1 {
    aspect-ratio: 1/1;
  }

  .md\:aspect-1\/2 {
    aspect-ratio: 1/2;
  }

  .md\:aspect-10\/9 {
    aspect-ratio: 10/9;
  }

  .md\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .md\:aspect-2\/1 {
    aspect-ratio: 2/1;
  }

  .md\:aspect-2\/3 {
    aspect-ratio: 2/3;
  }

  .md\:aspect-21\/9 {
    aspect-ratio: 21/9;
  }

  .md\:aspect-3\/2 {
    aspect-ratio: 3/2;
  }

  .md\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }

  .md\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .md\:aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .md\:aspect-5\/4 {
    aspect-ratio: 5/4;
  }

  .md\:aspect-9\/10 {
    aspect-ratio: 9/10;
  }

  .md\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }

  .md\:aspect-9\/21 {
    aspect-ratio: 9/21;
  }

  .md\:h-\[16px\] {
    height: 16px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen-height {
    height: calc(100vh - (28px + 52px));
    height: calc(100vh - calc(28px + 52px));
    height: var(--height-screen);
  }

  .md\:w-\[110px\] {
    width: 110px;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1024px) {

  .lg\:col-\[-1\/-7\] {
    grid-column: -1/-7;
  }

  .lg\:col-\[1\/5\] {
    grid-column: 1/5;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-1\/1 {
    aspect-ratio: 1/1;
  }

  .lg\:aspect-1\/2 {
    aspect-ratio: 1/2;
  }

  .lg\:aspect-10\/9 {
    aspect-ratio: 10/9;
  }

  .lg\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .lg\:aspect-2\/1 {
    aspect-ratio: 2/1;
  }

  .lg\:aspect-2\/3 {
    aspect-ratio: 2/3;
  }

  .lg\:aspect-21\/9 {
    aspect-ratio: 21/9;
  }

  .lg\:aspect-3\/2 {
    aspect-ratio: 3/2;
  }

  .lg\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }

  .lg\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .lg\:aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .lg\:aspect-5\/4 {
    aspect-ratio: 5/4;
  }

  .lg\:aspect-9\/10 {
    aspect-ratio: 9/10;
  }

  .lg\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }

  .lg\:aspect-9\/21 {
    aspect-ratio: 9/21;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-x-1\.875 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-y-4 {
    row-gap: 4rem;
  }

  .lg\:\!py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1440px) {

  .xl\:aspect-1\/1 {
    aspect-ratio: 1/1;
  }

  .xl\:aspect-1\/2 {
    aspect-ratio: 1/2;
  }

  .xl\:aspect-10\/9 {
    aspect-ratio: 10/9;
  }

  .xl\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .xl\:aspect-2\/1 {
    aspect-ratio: 2/1;
  }

  .xl\:aspect-2\/3 {
    aspect-ratio: 2/3;
  }

  .xl\:aspect-21\/9 {
    aspect-ratio: 21/9;
  }

  .xl\:aspect-3\/2 {
    aspect-ratio: 3/2;
  }

  .xl\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }

  .xl\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .xl\:aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .xl\:aspect-5\/4 {
    aspect-ratio: 5/4;
  }

  .xl\:aspect-9\/10 {
    aspect-ratio: 9/10;
  }

  .xl\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }

  .xl\:aspect-9\/21 {
    aspect-ratio: 9/21;
  }
}

@media (max-width: 767px) {

  .md-max\:col-\[--column-span-mb\] {
    grid-column: var(--column-span-mb);
  }

  .md-max\:flex {
    display: flex;
  }

  .md-max\:grid {
    display: grid;
  }

  .md-max\:\!hidden {
    display: none !important;
  }

  .md-max\:aspect-1\/1 {
    aspect-ratio: 1/1;
  }

  .md-max\:aspect-1\/2 {
    aspect-ratio: 1/2;
  }

  .md-max\:aspect-16\/9 {
    aspect-ratio: 16/9;
  }

  .md-max\:aspect-2\/1 {
    aspect-ratio: 2/1;
  }

  .md-max\:aspect-2\/3 {
    aspect-ratio: 2/3;
  }

  .md-max\:aspect-21\/9 {
    aspect-ratio: 21/9;
  }

  .md-max\:aspect-3\/2 {
    aspect-ratio: 3/2;
  }

  .md-max\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }

  .md-max\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .md-max\:aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .md-max\:aspect-5\/4 {
    aspect-ratio: 5/4;
  }

  .md-max\:aspect-9\/16 {
    aspect-ratio: 9/16;
  }

  .md-max\:aspect-9\/21 {
    aspect-ratio: 9/21;
  }

  .md-max\:h-\[--custom-height-pc-mb\] {
    height: var(--custom-height-pc-mb);
  }

  .md-max\:h-\[--custom-height-px-mb\] {
    height: var(--custom-height-px-mb);
  }

  .md-max\:h-\[--override-height-mb\] {
    height: var(--override-height-mb);
  }

  .md-max\:h-auto {
    height: auto;
  }

  .md-max\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .md-max\:h-full {
    height: 100%;
  }

  .md-max\:h-screen-height {
    height: calc(100vh - (28px + 52px));
    height: calc(100vh - calc(28px + 52px));
    height: var(--height-screen);
  }

  .md-max\:h-view {
    height: 100vh;
    height: var(--height-view);
  }

  .md-max\:w-auto {
    width: auto;
  }

  .md-max\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md-max\:w-full {
    width: 100%;
  }

  .md-max\:max-w-\[--custom-width-pc-mb\] {
    max-width: var(--custom-width-pc-mb);
  }

  .md-max\:max-w-\[--custom-width-px-mb\] {
    max-width: var(--custom-width-px-mb);
  }

  .md-max\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .md-max\:max-w-full {
    max-width: 100%;
  }

  .md-max\:grow {
    flex-grow: 1;
  }

  .md-max\:grid-cols-\[--grid-columns-mb\] {
    grid-template-columns: var(--grid-columns-mb);
  }

  .md-max\:flex-row {
    flex-direction: row;
  }

  .md-max\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md-max\:flex-col {
    flex-direction: column;
  }

  .md-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md-max\:flex-wrap {
    flex-wrap: wrap;
  }

  .md-max\:items-start {
    align-items: flex-start;
  }

  .md-max\:items-end {
    align-items: flex-end;
  }

  .md-max\:items-center {
    align-items: center;
  }

  .md-max\:items-stretch {
    align-items: stretch;
  }

  .md-max\:justify-start {
    justify-content: flex-start;
  }

  .md-max\:justify-end {
    justify-content: flex-end;
  }

  .md-max\:justify-center {
    justify-content: center;
  }

  .md-max\:justify-between {
    justify-content: space-between;
  }

  .md-max\:justify-around {
    justify-content: space-around;
  }

  .md-max\:gap-x-\[--display-gap-inline-mb\] {
    -moz-column-gap: var(--display-gap-inline-mb);
         column-gap: var(--display-gap-inline-mb);
  }

  .md-max\:gap-y-\[--display-gap-block-mb\] {
    row-gap: var(--display-gap-block-mb);
  }

  .md-max\:whitespace-normal {
    white-space: normal;
  }

  .md-max\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md-max\:border {
    border-width: 1px;
  }

  .md-max\:border-0 {
    border-width: 0px;
  }

  .md-max\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .md-max\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .md-max\:border-b {
    border-bottom-width: 1px;
  }

  .md-max\:border-l {
    border-left-width: 1px;
  }

  .md-max\:border-r {
    border-right-width: 1px;
  }

  .md-max\:border-t {
    border-top-width: 1px;
  }

  .md-max\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md-max\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md-max\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md-max\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md-max\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md-max\:pb-\[--padding-bottom-mb\] {
    padding-bottom: var(--padding-bottom-mb);
  }

  .md-max\:pl-\[--padding-left-mb\] {
    padding-left: var(--padding-left-mb);
  }

  .md-max\:pr-\[--padding-right-mb\] {
    padding-right: var(--padding-right-mb);
  }

  .md-max\:pt-\[--padding-top-mb\] {
    padding-top: var(--padding-top-mb);
  }

  .md-max\:text-left {
    text-align: left;
  }

  .md-max\:text-center {
    text-align: center;
  }

  .md-max\:text-right {
    text-align: right;
  }
}

@media (max-width: 1023px) {

  .lg-max\:pb-0 {
    padding-bottom: 0;
  }

  .lg-max\:pt-0 {
    padding-top: 0;
  }
}

.\[\&_\.flickity-cell\]\:mr-\[--carousel-gap-mb\] .flickity-cell {
  margin-right: var(--carousel-gap-mb);
}

.\[\&_\.flickity-cell\]\:\!h-full .flickity-cell {
  height: 100% !important;
}

.\[\&_\.flickity-cell\]\:w-\[--carousel-columns-mb\] .flickity-cell {
  width: var(--carousel-columns-mb);
}

@media (min-width: 768px) {

  .\[\&_\.flickity-cell\]\:md\:mr-\[--carousel-gap\] .flickity-cell {
    margin-right: var(--carousel-gap);
  }

  .\[\&_\.flickity-cell\]\:md\:w-\[--carousel-columns\] .flickity-cell {
    width: var(--carousel-columns);
  }
}

.\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\:not\(\[data-role\=\'carousel-counter\'\]\)\]\:mr-\[--carousel-gap-mb\] >*:not(style):not([class*='flickity-']):not([data-role='carousel-counter']) {
  margin-right: var(--carousel-gap-mb);
}

.\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\:not\(\[data-role\=\'carousel-counter\'\]\)\]\:w-\[--carousel-columns-mb\] >*:not(style):not([class*='flickity-']):not([data-role='carousel-counter']) {
  width: var(--carousel-columns-mb);
}

@media (min-width: 768px) {

  .\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\:not\(\[data-role\=\'carousel-counter\'\]\)\]\:md\:mr-\[--carousel-gap\] >*:not(style):not([class*='flickity-']):not([data-role='carousel-counter']) {
    margin-right: var(--carousel-gap);
  }

  .\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\:not\(\[data-role\=\'carousel-counter\'\]\)\]\:md\:w-\[--carousel-columns\] >*:not(style):not([class*='flickity-']):not([data-role='carousel-counter']) {
    width: var(--carousel-columns);
  }
}

.\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\]\:mr-\[--carousel-gap-mb\] >*:not(style):not([class*='flickity-']) {
  margin-right: var(--carousel-gap-mb);
}

.\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\]\:w-\[--carousel-columns-mb\] >*:not(style):not([class*='flickity-']) {
  width: var(--carousel-columns-mb);
}

@media (min-width: 768px) {

  .\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\]\:md\:mr-\[--carousel-gap\] >*:not(style):not([class*='flickity-']) {
    margin-right: var(--carousel-gap);
  }

  .\[\&_\>\*\:not\(style\)\:not\(\[class\*\=\'flickity-\'\]\)\]\:md\:w-\[--carousel-columns\] >*:not(style):not([class*='flickity-']) {
    width: var(--carousel-columns);
  }
}

