/*
! tailwindcss v3.0.16 | 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.
*/

html {
  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: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}
.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}
.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}
.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}
.splide--rtl{direction:rtl}
.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide__progress__bar{width:0}
.splide{outline:none;position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__slider{position:relative}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__track{overflow:hidden;position:relative;z-index:0}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  src: url('/font/Source_Sans_Pro/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  src: url('/font/Source_Sans_Pro/SourceSansPro-Light.otf');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  src: url('/font/Source_Sans_Pro/SourceSansPro-ExtraLight.otf');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  src: url('/font/Source_Sans_Pro/SourceSansPro-Semibold.otf');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  src: url('/font/Source_Sans_Pro/SourceSansPro-Bold.otf');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  src: url('/font/Source_Sans_Pro/SourceSansPro-Black.otf');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 400;
  src: url('/font/Playfair_Display/PlayfairDisplay-Regular.otf');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 500;
  src: url('/font/Playfair_Display/PlayfairDisplay-Medium.otf');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 600;
  src: url('/font/Playfair_Display/PlayfairDisplay-SemiBold.otf');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 700;
  src: url('/font/Playfair_Display/PlayfairDisplay-Bold.otf');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 800;
  src: url('/font/Playfair_Display/PlayfairDisplay-ExtraBold.otf');
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 900;
  src: url('/font/Playfair_Display/PlayfairDisplay-Black.otf');
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Source Sans Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(78 79 81 / var(--tw-text-opacity));
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
[x-cloak] {
  display: none !important;
}
.title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  text-align: center;
  margin-bottom: 1.5rem;
}
a {
  cursor: pointer;
  transition-duration: 300ms;
}
.user-content ul {
  list-style-type: disc;
}
.user-content ul {
  padding-left: 1rem;
}
.user-content ul:not(:last-child) {
  margin-bottom: 1rem;
}
.user-content p:not(:last-child) {
  margin-bottom: 1rem;
}
.user-content h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.user-content h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.user-content h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.user-content h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.user-content h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.user-content h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.user-content table {
  width: 100%;
  max-width: 40rem;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
}
.user-content table td,
.user-content table th {
  border: 1px solid #d4d4d4;
  padding: 0.4rem 0.75rem;
  vertical-align: top;
}
.user-content--plain-tables table,
.user-content--plain-tables table td,
.user-content--plain-tables table th {
  border: 0;
}
.search {
  width: 100%;
}
@media (min-width: 1024px) {

  .search {
    width: 20rem;
  }
}
.search {
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 3rem;
}
@media (min-width: 1024px) {

  .search {
    padding-right: 0.75rem;
  }
}
.search {
  padding-left: 0.75rem;
}
@media (min-width: 1024px) {

  .search {
    padding-left: 3rem;
  }
}
.search {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {

  .search {
    margin-bottom: 0px;
  }
}
.logo-wrapper {
  max-width: calc(100% - 3rem);
}
.cart-dropdown::before {
    content: "";
    border-bottom: 10px solid #4e4f51;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
.cart-dropdown::before {
  position: absolute;
}
.cart-dropdown::before {
  top: 0px;
}
.cart-dropdown::before {
  left: 173px;
}
@media (min-width: 1024px) {

  .cart-dropdown::before {
    left: 74px;
  }
}
.logo {
  width: auto;
}
.breadcrumb-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumb-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item:last-child {
  pointer-events: none;
}
.breadcrumb a:not(:last-child):hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.menu {
  display: flex;
}
.menu .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.menu .nav-item {
  display: flex;
}
.menu .nav-item {
  align-items: center;
}
.menu .nav-item {
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .menu .nav-item {
    height: 100%;
  }
}
.menu .nav-item {
  transition-duration: 300ms;
}
@media screen and (min-width: 1024px) {
.menu-wrapper {
      display: flex !important
  }
    }
.header-menu {
  z-index: 30;
}
.header-menu .nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {

  .header-menu .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {

  .header-menu .nav-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 238 228 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px) {

  .header-menu .nav-item.is-open {
    --tw-bg-opacity: 1;
    background-color: rgb(249 238 228 / var(--tw-bg-opacity));
  }
}
.footer-menu {
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {

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

  .footer-menu > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
}
.footer-menu {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .footer-menu {
    flex-direction: row;
  }
}
.footer-menu {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 1.5rem;
}
.footer-menu .nav-item {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer-menu .nav-item {
  line-height: 1rem;
}
.footer-menu .nav-item {
  font-weight: 300;
}
.footer-menu .nav-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.footer-menu .nav-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .footer-menu .nav-item {
    white-space: nowrap;
  }
}
.footer-menu .nav-item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.dropdown {
  position: relative;
  display: flex;
  gap: 0.75rem;
}
.dropdown-menu {
    top: calc(100% - 6px)
  }
@media (min-width: 1024px) {

  .dropdown-menu {
    position: absolute;
  }
}
.dropdown-menu {
  left: 0px;
}
@media (min-width: 1024px) {

  .dropdown-menu {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.dropdown-menu {
  width: 100%;
}
.dropdown-menu {
  z-index: 10;
}
.dropdown-menu {
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  .dropdown-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.dropdown-menu {
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {

  .dropdown-menu {
    border-top-width: 6px;
  }
}
.dropdown-menu {
  --tw-border-opacity: 1;
  border-color: rgb(78 79 81 / var(--tw-border-opacity));
}
.dropdown-menu .nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-menu .nav-item {
  position: relative;
}
@media (min-width: 1024px) {

  .dropdown-menu .nav-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 238 228 / var(--tw-bg-opacity));
  }
}
.dropdown-menu .nav-item::after {
        content: "";
      }
.dropdown-menu .nav-item::after {
  position: absolute;
}
.dropdown-menu .nav-item::after {
  top: 100%;
}
.dropdown-menu .nav-item::after {
  width: 83.333333%;
}
.dropdown-menu .nav-item::after {
  height: 1px;
}
.dropdown-menu .nav-item::after {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.dropdown-menu .nav-item::after {
  z-index: 10;
}
.dropdown-menu-grid {
    top: calc(100% - 6px)
  }
@media (min-width: 1024px) {

  .dropdown-menu-grid {
    position: absolute;
  }
}
.dropdown-menu-grid {
  left: 0px;
}
@media (min-width: 1024px) {

  .dropdown-menu-grid {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.dropdown-menu-grid {
  width: 100%;
}
.dropdown-menu-grid {
  z-index: 10;
}
.dropdown-menu-grid {
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  .dropdown-menu-grid {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.dropdown-menu-grid {
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .dropdown-menu-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {

  .dropdown-menu-grid {
    border-top-width: 6px;
  }
}
.dropdown-menu-grid {
  --tw-border-opacity: 1;
  border-color: rgb(78 79 81 / var(--tw-border-opacity));
}
.dropdown-menu-grid {
  display: grid;
}
.dropdown-menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dropdown-menu-grid {
  min-width: 270px;
}
.dropdown-menu-grid .nav-item {
      /* @apply min-w-[135px]; */
    }
.dropdown-menu-grid .nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-menu-grid .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.dropdown-menu-grid .nav-item {
  position: relative;
}
@media (min-width: 1024px) {

  .dropdown-menu-grid .nav-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 238 228 / var(--tw-bg-opacity));
  }
}
.dropdown-menu-grid .nav-item::after {
        content: "";
      }
.dropdown-menu-grid .nav-item::after {
  position: absolute;
}
.dropdown-menu-grid .nav-item::after {
  top: 100%;
}
.dropdown-menu-grid .nav-item::after {
  width: 83.333333%;
}
.dropdown-menu-grid .nav-item::after {
  height: 1px;
}
.dropdown-menu-grid .nav-item::after {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.dropdown-menu-grid .nav-item::after {
  z-index: 10;
}
.dropdown-catalog {
  position: relative;
}
.dropdown-catalog .dropdown-menu {
  position: absolute;
}
.dropdown-catalog .dropdown-menu {
  top: 100%;
}
.dropdown-catalog .dropdown-menu {
  width: auto;
}
.dropdown-catalog .dropdown-menu {
  left: auto;
}
.dropdown-catalog .dropdown-menu {
            max-height: 50vh
        }
.dropdown-catalog .dropdown-menu {
  overflow-y: auto;
}
.dropdown-catalog .dropdown-menu {
  overflow-x: hidden;
}
.dropdown-catalog .dropdown-menu .nav-item, .dropdown-catalog .dropdown-menu .nav-item label {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
.mobile-dropdown:not(.is-open) {
    display: none !important
}
  }
@media screen and (min-width: 1024px) {
.mobile-dropdown {
    display: flex !important
}
  }
.button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.125rem;
  transition-duration: 300ms;
}
.button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(112 29 73 / var(--tw-bg-opacity));
}
.button-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 63 13 / var(--tw-bg-opacity));
}
.button-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.button-gray {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}
.button-gray-outline {
  border-width: 1px;
}
.button-gray-outline {
  --tw-border-opacity: 1;
  border-color: rgb(78 79 81 / var(--tw-border-opacity));
}
.button-gray-outline {
  --tw-text-opacity: 1;
  color: rgb(78 79 81 / var(--tw-text-opacity));
}
.button-gray-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.button-gray-outline:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(30 191 199 / var(--tw-bg-opacity));
}
.button-teal {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 181 189 / var(--tw-bg-opacity));
}
.button-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(50 78 139 / var(--tw-bg-opacity));
}
.button-facebook {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-facebook:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 117 / var(--tw-bg-opacity));
}
.button-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(229 70 41 / var(--tw-bg-opacity));
}
.button-warning {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 43 16 / var(--tw-bg-opacity));
}
.main-carousel {
  overflow: hidden;
}
.main-carousel .splide__slide {
  background-position: center center;
}
@media only screen and (min-width: 1600px) {
.main-carousel .splide__slide {
        background-size: 1600px 100%;
        background-position: center center
  }
    }
.main-carousel .splide__arrow {
      top: calc(50% - 20px)
    }
.main-carousel .splide__arrow {
  position: absolute;
}
.main-carousel .splide__arrow {
  z-index: 10;
}
.main-carousel .splide__arrow {
  display: none;
}
@media (min-width: 1024px) {

  .main-carousel .splide__arrow {
    display: block;
  }
}
.main-carousel .splide__arrow--prev {
        transform: rotate(180deg)
      }
.main-carousel .splide__arrow--prev {
  left: 0px;
}
@media screen and (min-width: calc(1024px + 40px)) {
.main-carousel .splide__arrow--prev {
          right: calc(100% + 1024px / 4 - 25vw);
          left: unset
      }
        }
@media screen and (min-width: calc(1440px + 40px)) {
.main-carousel .splide__arrow--prev {
          right: calc(100% + 1440px / 4 - 25vw);
          left: unset
      }
        }
.main-carousel .splide__arrow--next {
  right: 0px;
}
@media screen and (min-width: calc(1024px + 40px)) {
.main-carousel .splide__arrow--next {
          left: calc(100% + 1024px / 4 - 25vw);
          right: unset
      }
        }
@media screen and (min-width: calc(1440px + 40px)) {
.main-carousel .splide__arrow--next {
          left: calc(100% + 1440px / 4 - 25vw);
          right: unset
      }
        }
.main-carousel .splide__arrow svg {
  fill: #fff;
}
.main-carousel .splide__pagination {
  position: absolute;
}
.main-carousel .splide__pagination {
  bottom: 2rem;
}
@media (min-width: 1024px) {

  .main-carousel .splide__pagination {
    bottom: 2.5rem;
  }
}
.main-carousel .splide__pagination {
  display: flex;
}
.main-carousel .splide__pagination {
  gap: 0.375rem;
}
.main-carousel .splide__pagination {
  margin-left: 0.75rem;
}
.main-carousel .splide__pagination {
  left: 0px;
}
@media screen and (min-width: calc(1024px)) {
.main-carousel .splide__pagination {
        left: calc(50vw - 1024px / 2)
    }
      }
@media screen and (min-width: calc(1440px)) {
.main-carousel .splide__pagination {
        left: calc(50vw - 1440px / 2)
    }
      }
.main-carousel .splide__pagination li button {
  width: 0.75rem;
}
.main-carousel .splide__pagination li button {
  height: 0.75rem;
}
.main-carousel .splide__pagination li button {
  border-radius: 9999px;
}
.main-carousel .splide__pagination li button {
  border-width: 1px;
}
.main-carousel .splide__pagination li button {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.main-carousel .splide__pagination li button.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.partner-carousel img {
        max-height: 150px;
    }
.partner-carousel .splide__arrow {
      top: calc(50% - 20px)
    }
.partner-carousel .splide__arrow {
  position: absolute;
}
.partner-carousel .splide__arrow {
  z-index: 10;
}
.partner-carousel .splide__arrow--prev {
        transform: rotate(180deg);
      }
.partner-carousel .splide__arrow--prev {
  left: -0.75rem;
}
.partner-carousel .splide__arrow--next {
  right: -0.75rem;
}
.catalog-carousel {
    height: calc(100vh - 158px);
}
.catalog-carousel .splide {
  position: relative;
}
.catalog-carousel .splide {
        height: calc(100vh - 158px);
    }
.catalog-carousel .splide .splide-title {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
        }
.catalog-carousel .splide .splide-content {
            flex: 2 1 auto;
        }
.catalog-carousel .splide .splide-content {
  width: 100%;
}
.catalog-carousel .splide .splide-content {
  height: 100%;
}
.catalog-carousel .splide .splide-content {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
        }
.catalog-carousel .splide .splide-bottom {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
        }
.catalog-carousel .splide .container {
  height: 100%;
}
.catalog-carousel .image-wrapper {
        max-height: 60vh;
    }
.catalog-carousel .image-wrapper img {
            /* max-height: 50vh; */
            height: 100%;
            width: auto;
            margin: 0 auto;
        }
.catalog-carousel .splide__arrow {
        top: calc(50% - 20px)
    }
.catalog-carousel .splide__arrow {
  position: absolute;
}
.catalog-carousel .splide__arrow {
  z-index: 10;
}
.catalog-carousel .splide__arrow {
  display: none;
}
@media (min-width: 1024px) {

  .catalog-carousel .splide__arrow {
    display: block;
  }
}
.catalog-carousel .splide__arrow--prev {
            transform: rotate(180deg)
        }
.catalog-carousel .splide__arrow--prev {
  left: 0px;
}
@media screen and (min-width: calc(1024px + 40px)) {
.catalog-carousel .splide__arrow--prev {
                right: calc(100% + 1024px / 4 - 25vw);
                left: unset
        }
            }
@media screen and (min-width: calc(1440px + 40px)) {
.catalog-carousel .splide__arrow--prev {
                right: calc(100% + 1440px / 4 - 25vw);
                left: unset
        }
            }
.catalog-carousel .splide__arrow--next {
  right: 0px;
}
@media screen and (min-width: calc(1024px + 40px)) {
.catalog-carousel .splide__arrow--next {
                left: calc(100% + 1024px / 4 - 25vw);
                right: unset
        }
            }
@media screen and (min-width: calc(1440px + 40px)) {
.catalog-carousel .splide__arrow--next {
                left: calc(100% + 1440px / 4 - 25vw);
                right: unset
        }
            }
.catalog-carousel .splide__arrow svg {
  fill: #000;
}
.product-image-modal-carousel {
  height: 100%;
  position: relative;
}
.product-image-modal-carousel .splide__arrows .splide__arrow {
            position: absolute;
            top: calc(50% - 20px);
            z-index: 10;
        }
.product-image-modal-carousel .splide__arrows .splide__arrow--prev {
            transform: rotate(180deg);
            left: -40px;
        }
.product-image-modal-carousel .splide__arrows .splide__arrow--next {
            right: -40px;
        }
.product-image-modal-carousel .splide__track {
  height: 100%;
}
.product-image-modal-carousel .splide__track .splide__slide {
  width: 100%;
}
.product-image-modal-carousel .splide__track .splide__slide {
  height: 100%;
}
.product-image-modal-carousel .splide__track .splide__slide img {
  margin-left: auto;
  margin-right: auto;
}
.product-image-modal-carousel .splide__track .splide__slide img {
  height: auto;
}
.product-image-modal-carousel .splide__track .splide__slide img {
  max-height: 100%;
}
.product-image-modal-carousel .splide__track .splide__slide img {
  width: auto;
}
.product-image-modal-carousel .splide__track .splide__slide img {
  max-width: 100%;
  object-fit: contain;
}
input, select {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
inputselect::-webkit-inner-spin-button {
  display: none;
}
select {
  position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"></path></svg>');
    background-position: right 0.25rem top 0.3rem;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}
input.appearance-none::-webkit-inner-spin-button {
  display: none;
}
.form-control:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-control label {
  padding-bottom: 1rem;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
inputinput[type="checkbox"]::-webkit-inner-spin-button, inputinput[type="radio"]::-webkit-inner-spin-button {
  display: none;
}
input[type="checkbox"], input[type="radio"] {
  width: 1rem;
  height: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-radius: 0.125rem;
  position: relative;
  flex: none;
}
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
      content: "";
    }
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
  position: absolute;
}
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
  left: 1px;
}
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
  right: 1px;
}
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
  top: 1px;
}
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
  bottom: 1px;
}
input[type="checkbox"].is-active::before, input[type="checkbox"]:checked::before, input[type="radio"].is-active::before, input[type="radio"]:checked::before {
  --tw-bg-opacity: 1;
  background-color: rgb(202 204 206 / var(--tw-bg-opacity));
}
input[type="checkbox"] + label, input[type="radio"] + label {
  padding-bottom: 0px;
}
.teal input[type="checkbox"]:checked::before, .teal input[type="radio"]:checked::before {
  --tw-bg-opacity: 1;
  background-color: rgb(30 191 199 / var(--tw-bg-opacity));
}
.warning input[type="checkbox"]:checked::before, .warning input[type="radio"]:checked::before {
  --tw-bg-opacity: 1;
  background-color: rgb(229 70 41 / var(--tw-bg-opacity));
}
.select-arrow.light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 236 / var(--tw-bg-opacity));
}
.select-arrow.light {
  --tw-text-opacity: 1;
  color: rgb(78 79 81 / var(--tw-text-opacity));
}
.select-arrow.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.select-arrow.primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.error {
  left: calc(50% - 72px);
}
.error::before {
    content: "";
    border-top: 8px solid #fd5b36;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: calc(50% - 8px);
  }
.error::before {
  position: absolute;
}
.error::before {
  bottom: 0px;
}
.registration input {
  border-bottom-width: 1px;
  text-align: center;
}
.centered .checkbox-wrapper {
  justify-content: center;
}
.right .checkbox-wrapper {
  justify-content: flex-end;
}
.left .checkbox-wrapper {
  justify-content: flex-start;
}
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  width: 100vw;
  height: 100vh;
  transition-duration: 300ms;
}
.modal-bg {
  position: fixed;
}
.modal-bg {
  top: 0px;
}
.modal-bg {
  left: 0px;
}
.modal-bg {
  width: 100vw;
}
.modal-bg {
  height: 100vh;
}
.modal-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.modal-bg {
  --tw-bg-opacity: 0.5;
}
.modal-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.modal-inner {
  margin-left: auto;
  margin-right: auto;
}
.modal-inner {
  max-width: 100vw;
}
.modal-inner {
  max-height: 100vh;
}
.modal-inner {
  z-index: 50;
}
.modal-inner {
  width: -moz-max-content;
  width: max-content;
}
.modal-inner {
  height: -moz-max-content;
  height: max-content;
}
.modal-inner {
  position: relative;
}
.modal-inner {
    min-width: 300px;
  }
@media screen and (min-width: 640px) {
.modal-inner {
      margin-top: 1rem
  }
    }
@media screen and (min-width: 768px) {
.modal-inner {
      margin-top: calc(50vh - 22.5rem);
      min-width: 480px
  }
    }
.modal-close {
  position: absolute;
}
.modal-close {
  right: 0px;
}
.modal-close {
  top: 0px;
}
.modal-close {
  width: 2.5rem;
}
.modal-close {
  height: 2.5rem;
}
.modal-close {
  display: flex;
}
.modal-close {
  align-items: center;
}
.modal-close {
  justify-content: center;
}
.modal-close {
  transition-duration: 300ms;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 0.25rem;
  position: relative;
}
.pagination-item {
  width: 1.5rem;
}
.pagination-item {
  height: 1.5rem;
}
.pagination-item {
  display: flex;
}
.pagination-item {
  align-items: center;
}
.pagination-item {
  justify-content: center;
}
.pagination-item {
  transition-duration: 300ms;
}
.pagination-item.number {
  border-width: 1px;
}
.pagination-item.number:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.pagination-item.number:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination-item.number.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.pagination-item.number.is-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.costum-table-header {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.costum-table-header {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.costum-table-header {
  text-transform: uppercase;
}
.costum-table-row {
  display: flex;
}
.costum-table-row {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {

  .costum-table-row {
    flex-wrap: nowrap;
  }
}
.costum-table-row {
  gap: 1rem;
}
.costum-table-row {
  align-items: center;
}
.costum-table-row {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.costum-table-row:not(:first-child) {
  border-bottom-width: 1px;
}
.costum-table-row .color {
  flex: none;
}
.costum-table-row .color {
  width: 6rem;
}
.costum-table-row .color {
  margin-left: auto;
  margin-right: auto;
}
.costum-table-row .color .color-sample {
  width: 5.5rem;
}
.costum-table-row .color .color-sample {
  height: 2rem;
}
.costum-table-row .color .color-sample {
  margin-top: 0.5rem;
}
.costum-table-row .color .color-sample {
  border-radius: 0.375rem;
}
.costum-table-row .color .color-sample {
  border-width: 1px;
}
.costum-table-row .sizes {
  flex: 1 1 auto;
}
.costum-table-row .sizes {
  display: flex;
}
.costum-table-row .sizes {
  flex-wrap: wrap;
}
.costum-table-row .sizes {
  justify-content: center;
}
.costum-table-row .sizes {
  align-items: center;
}
.costum-table-row .sizes {
  gap: 0.5rem;
}
.costum-table-row .sizes > * {
  width: 3rem;
}
.costum-table-row .sizes > * {
  flex: none;
}
.costum-table-row .sizes > * {
  text-align: center;
}
.costum-table input {
  border-width: 1px;
}
.costum-table input {
  border-radius: 0.375rem;
}
.costum-table input {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 243 / var(--tw-bg-opacity));
}
.costum-table input {
  font-weight: 600;
}
.costum-table input {
  padding: 0.25rem;
}
.costum-table input {
  width: 3rem;
}
.costum-table input {
  text-align: center;
}
.costum-table input::-webkit-inner-spin-button {
  display: none;
}
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
}
.popup-container:target {
        display: block;
        width: 100%;
        height: 100%;
    }
.popup-container--show {
        display: block;
        width: 100%;
        height: 100%;
    }
.popup-container__layer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100vw;
        height: 100vh;
        content: '';
        background-color: rgba(#070000, 0.4);
    }
.popup-container__element {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 300px;
        min-height: 30vh;
        margin: 0 auto;
        text-align: left;
        border-radius: 5px;
        background-color: $bwhite;
        @include bb;
    }
.popup__header {
        @include flex(space-between, center);
        padding: 0.75rem 1.5rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
.popup__content,
    .popup__login {
        padding: 1.5em;
    }
.popup__product {
        padding: 1.5em;
    }
.popup__custom {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.75);
        overflow: hidden;
    }
.popup__custom .popup {
            min-width: initial;
            min-height: initial;
            max-width: 90vw;
            max-height: 90vh;
            width: auto;
            margin-top: 0;
        }
.popup__custom .content {
            position: relative;
            background-color: white;
            padding: 1rem;
        }
.popup__custom .content .popup-custom__close {
                position: absolute;
                top: 0;
                right: 0;
                width: 54px;
                height: 54px;
                background-color: white;
                color: $gray09;
                border: none;
                z-index: 5;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
            }
.popup__custom .content img {
                display: block;
                max-height: calc(90vh - 4rem);
                max-width: calc(90vw - 4rem);
                width: auto;
            }
.popup__custom .content a:not(.popup-custom__close) {
                position: absolute;
                bottom: 4rem;
                left: 4rem;
                z-index: 5;
            }
.popup .header__title {
            color: $bbrown;
            font-size: em(24);
            font-weight: $fwl;
            font-style: italic;
            font-family: $sfaf;
        }
.popup .header__close {
            color: $bbrown;
            font-size: em(24);
            cursor: pointer;
        }
.popup .header--green {
            background-color: $bgreen;
        }
.popup .header--green .header__title {
                    color: $bwhite;
                    font-size: em(32);
                }
.popup .header--green .header__close {
                    color: $bwhite;
                }
.popup .login__title {
            display: block;
            margin-bottom: 2em;
            color: $bbrown;
            font-size: em(15);
            font-weight: $fwb;
            line-height: 1.5em;
            text-transform: uppercase;
        }
.popup .login .form__block {
                display: block;
                margin-bottom: 1rem;
            }
.popup .login .form .block__label {
                    color: $bbrown;
                }
.popup .login .form .block__label em {
                        display: inline-block;
                        margin-left: 0.25em;
                        color: $borange;
                        font-weight: $fwr;
                        font-style: normal;
                    }
.popup .login .form .block__input {
                    border-color: $gray02;
                }
.popup .login .form .block__radio span,
                .popup .login .form .block__checkbox span {
                    color: $bbrown;
                }
/* white-space: nowrap; */
.popup .login .form .block__radio span em, .popup .login .form .block__checkbox span em {
                        display: inline-block;
                        margin-left: 1em;
                        color: $borange;
                        font-weight: $fwb;
                        font-style: normal;
                        white-space: nowrap;
                    }
.popup .login .form .block__btn .btn--forgot {
                        font-size: em(15);
                    }
.popup .login .form .inline {
                @include flex(space-between, center);
                flex-flow: row wrap;
            }
.popup .login .form .inline .form__block {
                    flex: 0 0 100%;
                    margin-bottom: 0;
                }
.popup .product__item {
            @include flex(flex-start, center);
        }
.popup .product__details {
            margin-top: 1rem;
        }
.popup .product__controls {
            @include flex(center, center);
            flex-flow: column;
            margin-top: 2rem;
        }
.popup .product .item__image {
                @include flex(center, center);
                width: 105px;
                height: 105px;
                margin-right: 1.5rem;
                overflow: hidden;
            }
.popup .product .item__image img {
                    display: block;
                    width: 100%;
                }
.popup .product .item .info__label {
                    color: $bbrown;
                    font-size: em(15);
                    font-weight: $fwb;
                    line-height: 1.2em;
                    text-transform: uppercase;
                }
.popup .product .item .info__price {
                    color: $bbrown;
                    font-size: em(24);
                    font-weight: $fwb;
                    line-height: 1.2em;
                }
.popup .product .item .info__status {
                    margin-top: 1rem;
                }
.popup .product .item .info span {
                    display: block;
                }
.popup .product .controls__col:last-child {
                margin-top: 1rem;
            }
@media screen and (min-width: 640px) {
        .popup-container__element {
            max-width: 425px;
            margin-top: calc((100vw - 650px)/2);
        }
        .popup .login .form .inline .form__block {
            flex: 0 0 auto;
        }
            .popup .product__details {
                @include flex(flex-start, flex-end);
            }
            .popup .product__controls {
                flex-flow: row;
            }
                    .popup .product .details__col:first-child {
                        flex: 1 0 0;
                    }
                    .popup .product .details__col:last-child {
                        margin: 0 0 0.5em 1rem;
                    }
                .popup .product .controls__col:last-child {
                    margin: 0 0 0 1rem;
                }
}
@media screen and (min-width: 768px) {
        .popup-container__element {
            max-width: 425px;
            margin-top: 100px;
        }
}
.product-item .product-image img {
        max-height: 445px;
        max-width: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }
.badge {
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.badge.new {
  --tw-bg-opacity: 1;
  background-color: rgb(225 168 121 / var(--tw-bg-opacity));
}
.badge.new {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.badge.best {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.badge.best {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.badge.discount {
  --tw-bg-opacity: 1;
  background-color: rgb(229 70 41 / var(--tw-bg-opacity));
}
.badge.discount {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.badge > div:first-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.badge > div:first-child {
  line-height: 1rem;
}
.badge > div:last-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.badge > div:last-child {
  line-height: 1rem;
}
.product-list.discount .title {
  --tw-text-opacity: 1;
  color: rgb(229 70 41 / var(--tw-text-opacity));
}
.product-list.presentation-list .product-item:nth-child(n + 5) {
        display: none;
      }
@media screen and (min-width: 1024px) {
.product-list.presentation-list .product-item:nth-child(n + 5) {
          display: flex
      }
        }
@media screen and (min-width: 1024px) {
.filters {
    display: flex !important
}
  }
.product-image-main {
  display: flex;
}
.product-image-main {
  align-items: center;
}
.product-image-main {
  justify-content: center;
}
.product-image-main {
  flex-wrap: wrap;
}
.product-image-main {
  padding: 0.5rem;
}
.product-image-main {
  border-width: 1px;
}
.product-image-main {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.product-image-main {
  position: relative;
}
.product-image-main {
    height: calc(28rem + 36px);
  }
.product-image-main img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-image-main img {
      /* @apply max-h-full; */
      max-height: calc(100% - 36px);
    }
.product-image-main label {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.product-image-main label {
  text-align: center;
}
.product-image-main label {
  display: block;
}
.product-image-main label {
            }
.product-image-main label {
  width: 100%;
}
.product-image-main label {
  padding-top: 0.5rem;
}
.product-image-main label {
  padding-bottom: 0.25rem;
}
.product-image-carousel {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-image-carousel .splide__slide {
        max-height: 90px
      }
.product-image-carousel .splide__slide {
  padding: 0.25rem;
}
.product-image-carousel .splide__slide {
  display: flex;
}
.product-image-carousel .splide__slide {
  align-items: center;
}
.product-image-carousel .splide__slide {
  justify-content: center;
}
.product-image-carousel .splide__slide.is-active {
  border-width: 1px;
}
.product-image-carousel .splide__slide.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.product-image-carousel .splide__slide.is-active {
  margin-left: 1px;
}
.product-image-carousel .splide__slide img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.stock {
  text-transform: uppercase;
  font-weight: 600;
}
.stock.in-stock {
  --tw-text-opacity: 1;
  color: rgb(30 191 199 / var(--tw-text-opacity));
}
.stock.in-stock .dot {
  --tw-bg-opacity: 1;
  background-color: rgb(30 191 199 / var(--tw-bg-opacity));
}
.stock.out-stock {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.stock.out-stock .dot {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.stock .dot {
  width: 1rem;
}
.stock .dot {
  height: 1rem;
}
.stock .dot {
  border-radius: 9999px;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
.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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.left-\[173px\] {
  left: 173px;
}
.top-full {
  top: 100%;
}
.left-7 {
  left: 1.75rem;
}
.top-\[1\.125rem\] {
  top: 1.125rem;
}
.right-2 {
  right: 0.5rem;
}
.right-full {
  right: 100%;
}
.right-0 {
  right: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.right-px {
  right: 1px;
}
.left-0 {
  left: 0px;
}
.top-\[158px\] {
  top: 158px;
}
.right-4 {
  right: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.z-0 {
  z-index: 0;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.clear-both {
  clear: both;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.-mt-px {
  margin-top: -1px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2 / 1;
}
.h-auto {
  height: auto;
}
.h-\[100px\] {
  height: 100px;
}
.h-20 {
  height: 5rem;
}
.h-8 {
  height: 2rem;
}
.h-4 {
  height: 1rem;
}
.h-\[70px\] {
  height: 70px;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.h-15 {
  height: 3.75rem;
}
.h-7 {
  height: 1.75rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-180 {
  height: 45rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-40 {
  height: 10rem;
}
.h-16 {
  height: 4rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-14 {
  max-height: 3.5rem;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-full {
  min-height: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-104 {
  width: 26rem;
}
.w-12 {
  width: 3rem;
}
.w-8 {
  width: 2rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-20 {
  width: 5rem;
}
.w-\[calc\(100\%_-_5rem\)\] {
  width: calc(100% - 5rem);
}
.w-1\/2 {
  width: 50%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-\[225px\] {
  width: 225px;
}
.w-6 {
  width: 1.5rem;
}
.w-4 {
  width: 1rem;
}
.w-\[70px\] {
  width: 70px;
}
.w-5 {
  width: 1.25rem;
}
.w-44 {
  width: 11rem;
}
.w-\[110px\] {
  width: 110px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-7 {
  width: 1.75rem;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[65px\] {
  width: 65px;
}
.w-16 {
  width: 4rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[41px\] {
  width: 41px;
}
.w-180 {
  width: 45rem;
}
.w-80 {
  width: 20rem;
}
.w-\[445px\] {
  width: 445px;
}
.w-10 {
  width: 2.5rem;
}
.w-3\/12 {
  width: 25%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-6\/12 {
  width: 50%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-10\/12 {
  width: 83.333333%;
}
.min-w-\[290px\] {
  min-width: 290px;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-screen {
  max-width: 100vw;
}
.flex-none {
  flex: none;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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-5 {
  --tw-translate-x: 1.25rem;
  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));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-\[1fr_2fr\] {
  grid-template-columns: 1fr 2fr;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.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-items-start {
  justify-items: start;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-0 {
  gap: 0px;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-normal {
  white-space: normal;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(202 204 206 / var(--tw-border-opacity));
}
.border-gray-primary {
  --tw-border-opacity: 1;
  border-color: rgb(78 79 81 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-\[\#5b2c08\] {
  --tw-border-opacity: 1;
  border-color: rgb(91 44 8 / var(--tw-border-opacity));
}
.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-primary-light {
  --tw-border-opacity: 1;
  border-color: rgb(227 168 124 / var(--tw-border-opacity));
}
.border-teal-primary {
  --tw-border-opacity: 1;
  border-color: rgb(30 191 199 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg-teal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(1 181 189 / var(--tw-bg-opacity));
}
.bg-gray-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(78 79 81 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 236 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-warning-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 70 41 / var(--tw-bg-opacity));
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(251 84 2 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(227 168 124 / var(--tw-bg-opacity));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(116 63 13 / var(--tw-bg-opacity));
}
.bg-\[\#f1d3bd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 211 189 / var(--tw-bg-opacity));
}
.bg-teal-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 191 199 / var(--tw-bg-opacity));
}
.bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(185 247 251 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-serif {
  font-family: Playfair Display, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(251 84 2 / var(--tw-text-opacity));
}
.text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(1 181 189 / var(--tw-text-opacity));
}
.text-warning-primary {
  --tw-text-opacity: 1;
  color: rgb(229 70 41 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#E8502F\] {
  --tw-text-opacity: 1;
  color: rgb(232 80 47 / var(--tw-text-opacity));
}
.text-\[\#00949F\] {
  --tw-text-opacity: 1;
  color: rgb(0 148 159 / var(--tw-text-opacity));
}
.text-teal-primary {
  --tw-text-opacity: 1;
  color: rgb(30 191 199 / var(--tw-text-opacity));
}
.text-\[\#008994\] {
  --tw-text-opacity: 1;
  color: rgb(0 137 148 / var(--tw-text-opacity));
}
.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(185 247 251 / var(--tw-text-opacity));
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(202 204 206 / var(--tw-text-opacity));
}
.text-gray-primary {
  --tw-text-opacity: 1;
  color: rgb(78 79 81 / var(--tw-text-opacity));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-primary {
  --tw-shadow-color: #4e4f51;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --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), var(--tw-shadow, 0 0 #0000);
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.placeholder\:text-gray-light::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(202 204 206 / var(--tw-text-opacity));
}
.placeholder\:text-gray-light:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(202 204 206 / var(--tw-text-opacity));
}
.placeholder\:text-gray-light::placeholder {
  --tw-text-opacity: 1;
  color: rgb(202 204 206 / var(--tw-text-opacity));
}
.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-warning-light:hover {
  --tw-text-opacity: 1;
  color: rgb(253 91 54 / var(--tw-text-opacity));
}
.hover\:text-gray-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.hover\:shadow-\[0_0_1px_var\(--tw-shadow-color\)\]:hover {
  --tw-shadow: 0 0 1px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-104 {
    width: 26rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-56 {
    width: 14rem;
  }

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

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

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

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

  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {

  .md\:block {
    display: block;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:right-unset {
    right: unset;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:bottom-unset {
    bottom: unset;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-104 {
    width: 26rem;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

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

  .lg\:w-112 {
    width: 28rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

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

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

  .lg\:bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(242 240 236 / var(--tw-bg-opacity));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[3\.25rem\] {
    line-height: 3.25rem;
  }

  .lg\:text-gray-primary {
    --tw-text-opacity: 1;
    color: rgb(78 79 81 / var(--tw-text-opacity));
  }
}


/* Local overrides / missing helpers from reference HTML */
.stressed-text { color: #743F0D; font-weight: 600; }
.quote { margin-top: 0.75rem; }
.flash { position: relative; z-index: 60; }
.inline { display: inline; }
button.nav-item { background: transparent; border: 0; cursor: pointer; font: inherit; color: inherit; }

/* Admin bar (shop header, when admin is logged in) */
.admin-bar {
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.8125rem;
  line-height: 1.25;
}
.admin-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.45rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.admin-bar-label {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #94a3b8;
}
.admin-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: #5eead4;
  text-decoration: none;
}
.admin-bar-link:hover { color: #99f6e4; }
.admin-bar-link svg { width: 0.95rem; height: 0.95rem; }

.contents { display: contents; }

.account-hello {
  margin: 0 auto 1rem;
  max-width: 36rem;
  color: #743F0D;
}
.account-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
}
.account-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid #d9d4cf;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: inherit;
  text-decoration: none;
}
.account-nav a:hover,
.account-nav a.is-active {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}
.account-nav-count {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  font-size: 0.7rem;
}
.account-nav a:not(.is-active) .account-nav-count {
  background: #0f766e;
  color: #fff;
}
.account-hint {
  font-size: 0.8rem;
  opacity: 0.7;
  margin-top: 0.35rem;
}
.account-last-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 40rem;
  margin: 1.75rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid #e5e0db;
  text-align: left;
}
.account-orders {
  display: grid;
  gap: 0.85rem;
  max-width: 44rem;
  margin: 1.5rem auto 0;
}
.account-order-card {
  display: block;
  padding: 1rem 1.15rem;
  border: 1px solid #e5e0db;
  color: inherit;
  text-decoration: none;
  text-align: left;
}
.account-order-card:hover {
  border-color: #0f766e;
}
.account-order-head,
.account-order-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.account-order-meta {
  margin-top: 0.65rem;
  font-size: 0.9rem;
}
.account-status {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.account-status-ok { background: #d1fae5; color: #065f46; }
.account-status-info { background: #e0f2fe; color: #075985; }
.account-status-warn { background: #fef3c7; color: #92400e; }
.account-status-err { background: #fee2e2; color: #991b1b; }
.account-status-neutral { background: #f3f4f6; color: #374151; }
.account-order-detail { max-width: 64rem; }
.account-order-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .account-order-grid { grid-template-columns: 1.4fr 1fr; }
}
.account-panel {
  border: 1px solid #e5e0db;
  padding: 1.25rem;
}
.account-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1eee9;
}
.account-line-img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  flex: none;
}
.account-totals {
  margin-top: 1rem;
  text-align: left;
}
.account-totals > div,
.account-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
}
.account-total {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.05rem;
}

