/*
! tailwindcss v3.1.8 | 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: 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 */
  font-weight: inherit; /* 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::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;
}

*, ::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-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:  ;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }

  .\!container {
    max-width: 1800px !important;
  }
}

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

.visible {
  visibility: visible;
}

.\!visible {
  visibility: visible !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-1 {
  left: 0.25rem;
}

.-top-badget {
  top: -0.5em;
}

.left-badgel {
  left: 0.75em;
}

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

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

.m-auto {
  margin: auto;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mb-md {
  margin-bottom: 24px;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-opt {
  margin-bottom: 20px;
}

.ml-sm {
  margin-left: 16px;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mt-2xs {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-24 {
  height: 6rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-0 {
  height: 0px;
}

.h-screen {
  height: 100vh;
}

.h-96 {
  height: 24rem;
}

.max-h-28 {
  max-height: 7rem;
}

.w-full {
  width: 100%;
}

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

.w-96 {
  width: 24rem;
}

.min-w-badge {
  min-width: 1.5em;
}

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
  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-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2xs {
  gap: 8px;
}

.gap-sm {
  gap: 16px;
}

.gap-xs {
  gap: 12px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4xs {
  gap: 4px;
}

.gap-md {
  gap: 24px;
}

.gap-4 {
  gap: 1rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-0 {
  gap: 0px;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-lg {
  gap: 32px;
}

.gap-3\.5 {
  gap: 0.875rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-primary-black {
  border-color: var(--color-primary);
}

.border-primary-theme {
  border-color: var(--color-theme-primary);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-primary-black {
  background-color: var(--color-primary);
}

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

.bg-primary-theme {
  background-color: var(--color-theme-primary);
}

.bg-panel {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 254 / var(--tw-bg-opacity));
}

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

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.p-md {
  padding: 24px;
}

.p-3 {
  padding: 0.75rem;
}

.p-sm {
  padding: 16px;
}

.p-4 {
  padding: 1rem;
}

.p-badge {
  padding: 0.25em;
}

.px-sm {
  padding-left: 16px;
  padding-right: 16px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pt-lg {
  padding-top: 32px;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-md {
  padding-left: 24px;
}

.pr-sm {
  padding-right: 16px;
}

.pt-mobile-menu-pt {
  padding-top: 72px;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

.font-semibold {
  font-family: SourceSans3-SemiBold;
}

.font-medium {
  font-family: SourceSans3-Medium;
}

.font-bold {
  font-family: SourceSans3-Bold;
}

.font-title-semibold {
  font-family: CormorantGaramond-SemiBold;
}

.font-regular {
  font-family: SourceSans3-Regular;
}

.font-main {
  font-family: SourceSans3-Regular;
}

.font-title-regular {
  font-family: CormorantGaramond-Regular;
}

.font-boldItalic {
  font-family: SourceSans3-BoldItalic;
}

.font-italic {
  font-family: SourceSans3-Italic;
}

.font-mediumItalic {
  font-family: SourceSans3-MediumItalic;
}

.text-lg {
  font-size: 20px;
  line-height: 24px;
}

.text-2xs {
  font-size: 12px;
  line-height: 14px;
}

.text-xs {
  font-size: 14px;
  line-height: 16px;
}

.text-base {
  font-size: 18px;
  line-height: 21px;
}

.text-item {
  font-size: 16px;
  line-height: 19px;
}

.text-xl {
  font-size: 20px;
  line-height: 27px;
}

.text-logo-lg {
  font-size: 24px;
  line-height: 29px;
}

.text-3xl {
  font-size: 32px;
  line-height: 43px;
}

.text-2xl {
  font-size: 28px;
  line-height: 37px;
}

.text-checkout {
  font-size: 22px;
  line-height: 26px;
}

.text-sm {
  font-size: 15px;
  line-height: 18px;
}

.text-badge {
  font-size: 13px;
  line-height: 13px;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!italic {
  font-style: italic !important;
}

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

.text-primary-black {
  color: var(--color-primary);
}

.text-primary-theme {
  color: var(--color-theme-primary);
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

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

.opacity-40 {
  opacity: 0.4;
}

.outline {
  outline-style: solid;
}

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

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

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.last\:border-none:last-child {
  border-style: none;
}

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

@media (max-width: 600px) {

  .phone\:-mt-2xs {
    margin-top: -8px;
  }

  .phone\:gap-sm {
    gap: 16px;
  }

  .phone\:gap-2xs {
    gap: 8px;
  }

  .phone\:text-base {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 601px) {

  .\!phone\:mt-sm {
    margin-top: 16px;
  }

  .\!phone\:justify-end {
    justify-content: flex-end;
  }

  .\!phone\:gap-lg {
    gap: 32px;
  }

  .\!phone\:gap-sm {
    gap: 16px;
  }

  .\!phone\:bg-panel {
    --tw-bg-opacity: 1;
    background-color: rgb(250 252 254 / var(--tw-bg-opacity));
  }

  .\!phone\:px-md {
    padding-left: 24px;
    padding-right: 24px;
  }

  .\!phone\:text-2xl {
    font-size: 28px;
    line-height: 37px;
  }
}

body {
  font-family: var(--font-regular);
  color: var(--color-primary);
  font-size: 14px;
  height: 100dvh;
}

a {
  color: #7f7f7f;
}

a:hover {
  color: #7f7f7f !important;
}

.ant-spin-dot-item {
  background-color: black !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

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

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: inset 0 0 0 1000px #fff !important;
  -webkit-text-fill-color: var(--color-primary);
}

.gradient-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-right: 15px;
  height: 5px;
  /* background: rgba(255, 255, 255, 0.6); */
  border-radius: 5px;
  background: linear-gradient(90deg, white, black);
}

/* Input Thumb */
.gradient-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.gradient-slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.gradient-slider::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.gradient-slider::-webkit-slider-thumb:hover {
  background: #aaa;
}

.gradient-slider::-moz-range-thumb:hover {
  background: #aaa;
}

.gradient-slider::-ms-thumb:hover {
  background: #aaa;
}

/* Input Track */
.gradient-slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.gradient-slider::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.gradient-slider::-ms-track {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.backdrop {
  visibility: hidden;
  opacity: 0;
}

.incart-card,
.itemcard:hover .backdrop {
  visibility: visible;
  opacity: 1;
}

.message-visible {
  visibility: visible;
  opacity: 1;
}

.message-hidden {
  visibility: hidden;
  opacity: 0;
}

.message {
  transition: all 0.25s ease-in-out;
}

button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

button,
button:focus {
  border: 0 none;
  outline: none;
}

.form-input:focus {
  outline: none;
}

.form-input {
  border: 1px solid #979797;
  background: white;
  width: 100%;
  padding: 20px 24px 20px 24px;
}

.form-input-disabled {
  background: rgba(0, 0, 0, 0.1);
}

.form-input-invalid {
  border-color: red;
}

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

select::-ms-expand {
  display: none;
}

.close-button {
  visibility: hidden;
}

.clearable-item:hover .close-button {
  visibility: visible;
}

::-moz-selection {
  background-color: #e8a084;
}

::selection {
  background-color: #e8a084;
}

.trigger {
  transition: max-height 2s ease-in-out;
}

.trigger-expand {
  display: grid;
}

.trigger-collapse {
  display: none;
}

.menu-link a {
  color: var(--color-primary);
}

@font-face {
  font-family: "CormorantGaramond-Regular";
  src: url("/fonts/CormorantGaramond-Regular.ttf");
  font-display: block;
}

@font-face {
  font-family: "CormorantGaramond-SemiBold";
  src: url("/fonts/CormorantGaramond-SemiBold.ttf");
  font-display: block;
}

@font-face {
  font-family: "CormorantGaramond-Medium";
  src: url("/fonts/CormorantGaramond-Medium.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-Light";
  src: url("/fonts/SourceSans3-Light.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-Regular";
  src: url("/fonts/SourceSans3-Regular.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-Italic";
  src: url("/fonts/SourceSans3-Italic.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-Medium";
  src: url("/fonts/SourceSans3-Medium.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-MediumItalic";
  src: url("/fonts/SourceSans3-MediumItalic.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-SemiBold";
  src: url("/fonts/SourceSans3-SemiBold.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-Bold";
  src: url("/fonts/SourceSans3-Bold.ttf");
  font-display: block;
}

@font-face {
  font-family: "SourceSans3-BoldItalic";
  src: url("/fonts/SourceSans3-BoldItalic.ttf");
  font-display: block;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate180 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes rotate180 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}

.menu-holder {
  display: flex;
  gap: 48px;
  justify-content: center;
  font-size: 14px;
}

.menu-template {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.menu-template::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 105;
  background-color: #ff8080;
  display: block;
  transition: all 0.2s ease-in-out;
  transform: scaleX(0);
}

.menu-template:hover::after {
  transform: scaleX(100%);
}

.menu-template-selected::after {
  transform: scaleX(100%);
}

.tabpane-tab {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.tabpane-tab-backdrop {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scaleX(0);
  transition: all 0.2s ease-out;
}

/* .tabpane-tab:hover .tabpane-tab-backdrop {
  background: gray;
  opacity: 0.5;
  transform: scaleX(100%);
} */

.tabpane-tab-text {
  transition: all 0.2s ease-out;
}

.tabpane-tab-text:after {
  content: " ";
  display: block;
  border-bottom: 2px solid gold;
  transition: all 0.2s ease-in-out;
  transform: scaleX(0);
}

.tabpane-tab-selected .tabpane-tab-text::after {
  border-color: #ff8080;
  transform: scaleX(100%);
}

.tabpane-tab:hover .tabpane-tab-text {
  opacity: 0.6;
}

/* .tabpane-tab:hover .tabpane-tab-text::after {
  transition: all 0.1s ease-in-out;
  transform: scaleX(100%);
} */

.tabpane-tablist {
  display: flex;
  gap: 64px;
}

:root{--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 36px;--font-title-regular: CormorantGaramond-Regular;--font-title-semibold: CormorantGaramond-SemiBold;--font-title-medium: CormorantGaramond-Medium;--font-main: SourceSans3-Regular;--font-light: SourceSans3-Light;--font-regular: SourceSans3-Regular;--font-italic: SourceSans3-Italic;--font-medium: SourceSans3-Medium;--font-mediumItalic: SourceSans3-MediumItalic;--font-semibold: SourceSans3-SemiBold;--font-bold: SourceSans3-Bold;--font-boldItalic: SourceSans3-BoldItalic;--color-theme-primary: #000000;--color-theme-secondary: #f5f5f9;--color-primary: #262422;--color-secondary: rgba(0, 0, 0, 0.65);--color-danger: #e02020;--color-border: #ccc;--color-bg: #f5f5f5}
