*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(20 165 247 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(20 165 247 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

abbr:where([title]) {
  -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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

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

  .container {
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-\[5px\] {
  right: -5px;
}
.-top-\[3px\] {
  top: -3px;
}
.bottom-full {
  bottom: 100%;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-8 {
  right: 2rem;
}
.top-1\/2 {
  top: 50%;
}
.z-30 {
  z-index: 30;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!size-\[16px\] {
  width: 16px !important;
  height: 16px !important;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.125rem\] {
  height: 1.125rem;
}
.h-\[1\.25rem\] {
  height: 1.25rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
}
.h-\[1\.875rem\] {
  height: 1.875rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2\.375rem\] {
  height: 2.375rem;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[3\.126rem\] {
  height: 3.126rem;
}
.h-\[3\.25rem\] {
  height: 3.25rem;
}
.h-\[31\.25rem\] {
  height: 31.25rem;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-\[6\.87rem\] {
  height: 6.87rem;
}
.h-full {
  height: 100%;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[15\.625rem\] {
  max-height: 15.625rem;
}
.\!w-full {
  width: 100% !important;
}
.w-9 {
  width: 2.25rem;
}
.w-\[--logo-img-width\] {
  width: var(--logo-img-width);
}
.w-\[1\.125rem\] {
  width: 1.125rem;
}
.w-\[1\.25rem\] {
  width: 1.25rem;
}
.w-\[1\.375rem\] {
  width: 1.375rem;
}
.w-\[1\.875rem\] {
  width: 1.875rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[3\.126rem\] {
  width: 3.126rem;
}
.w-\[31\.25rem\] {
  width: 31.25rem;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[40vw\] {
  width: 40vw;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-\[9\.375rem\] {
  width: 9.375rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-4 {
  min-width: 1rem;
}
.\!max-w-96 {
  max-width: 24rem !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-\[18\.75rem\] {
  max-width: 18.75rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[56\.25rem\] {
  max-width: 56.25rem;
}
.max-w-\[65\.625em\] {
  max-width: 65.625em;
}
.max-w-none {
  max-width: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.list-none {
  list-style-type: none;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[11\%_78\%_11\%\] {
  grid-template-columns: 11% 78% 11%;
}
.grid-cols-\[40px\2c 40px\2c 40px\] {
  grid-template-columns: 40px 40px 40px;
}
.grid-cols-\[43\%_50\%\] {
  grid-template-columns: 43% 50%;
}
.grid-cols-\[50\%_19\%_12\%_19\%\] {
  grid-template-columns: 50% 19% 12% 19%;
}
.grid-cols-\[auto\2c 1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-content-start {
  place-content: start;
}
.place-content-end {
  place-content: end;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.place-self-end {
  place-self: end;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-\[6px\] {
  border-radius: 6px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.\!border-\[\#E5E0E2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 224 226 / var(--tw-border-opacity)) !important;
}
.\!border-grey-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 59 60 / var(--tw-border-opacity)) !important;
}
.border-\[\#E5E0E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 224 226 / var(--tw-border-opacity));
}
.border-\[\#F2F0F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 240 241 / var(--tw-border-opacity));
}
.border-\[\#f5f5f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(205 232 247 / var(--tw-border-opacity));
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(237 247 252 / var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 240 241 / var(--tw-border-opacity));
}
.border-grey-150 {
  --tw-border-opacity: 1;
  border-color: rgb(229 224 226 / var(--tw-border-opacity));
}
.border-grey-400 {
  --tw-border-opacity: 1;
  border-color: rgb(166 159 161 / var(--tw-border-opacity));
}
.border-grey-800 {
  --tw-border-opacity: 1;
  border-color: rgb(64 59 60 / var(--tw-border-opacity));
}
.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(242 201 217 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-grey-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 247 248 / var(--tw-border-opacity));
}
.\!bg-\[\#2B2829\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 40 41 / var(--tw-bg-opacity)) !important;
}
.\!bg-grey-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 247 248 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#2B2829\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 40 41 / var(--tw-bg-opacity));
}
.bg-\[\#F7F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#FCFCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-based {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 245 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 232 247 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 247 252 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 209 / var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 248 / var(--tw-bg-opacity));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 29 / var(--tw-bg-opacity));
}
.bg-grey-900\/20 {
  background-color: rgb(31 28 29 / 0.2);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 230 239 / var(--tw-bg-opacity));
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 201 217 / var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 205 247 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 205 210 / var(--tw-bg-opacity));
}
.bg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 241 206 / var(--tw-bg-opacity));
}
.\!fill-black {
  fill: #000 !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-3 {
  padding: 0.75rem !important;
}
.\!p-\[10px\] {
  padding: 10px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[7px\] {
  padding: 7px;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.\!font-\[\'Fraunces\'\] {
  font-family: 'Fraunces' !important;
}
.font-\[\'Fraunces\'\] {
  font-family: 'Fraunces';
}
.font-\[\'Messina_Sans\'\] {
  font-family: 'Messina Sans';
}
.font-body {
  font-family: "Messina Sans", sans-serif;
}
.font-heading {
  font-family: "Fraunces", serif;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 1.5;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.5;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}
.\!leading-\[150\%\] {
  line-height: 150% !important;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#1F1C1D\] {
  --tw-text-opacity: 1;
  color: rgb(31 28 29 / var(--tw-text-opacity));
}
.text-\[\#595355\] {
  --tw-text-opacity: 1;
  color: rgb(89 83 85 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(15 102 153 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(10 68 102 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 89 20 / var(--tw-text-opacity));
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(191 186 187 / var(--tw-text-opacity));
}
.text-grey-50 {
  --tw-text-opacity: 1;
  color: rgb(250 247 248 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(140 132 135 / var(--tw-text-opacity));
}
.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(89 83 85 / var(--tw-text-opacity));
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgb(64 59 60 / var(--tw-text-opacity));
}
.text-grey-900 {
  --tw-text-opacity: 1;
  color: rgb(31 28 29 / var(--tw-text-opacity));
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(171 84 119 / var(--tw-text-opacity));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(68 15 153 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(153 15 51 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(153 130 15 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-grey-900 {
  text-decoration-color: #1F1C1D;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 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-sm {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: 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, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.font-body {
  letter-spacing: -0.01em;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
}

#judgeme_product_reviews {
    .jdgm-rev-widg {
        .jdgm-rev-widg__header {
            display: flex;
            flex-direction: column;
            align-items: start;
            position: relative;

            .jdgm-rev-widg__title {
                display: inline-block;
                margin-bottom: 0.375rem;
                font-weight: 600;
            }

            .jdgm-rev-widg__title {
        font-family: "Messina Sans", sans-serif;
      }

            .jdgm-rev-widg__title {
        font-size: 1.125rem;
        line-height: 1.5;
      }

.jdgm-rev-widg__title {
        letter-spacing: -0.01em;
      }

            .jdgm-rev-widg__summary {
                .jdgm-rev-widg__summary-inner {
                    display: flex;
                    align-items: center;
                    gap: 0.5rem;
                }
            }

            .jdgm-widget-actions-wrapper {
                display: none;
            }

            .jdgm-rev-widg__sort-wrapper {
                position: static;
                width: 100%;

                .jdgm-sort-dropdown-wrapper {
                    right: 0;
                    top: 0;
                    height: -moz-max-content;
                    height: max-content;
                    padding-block: 0.375rem;
                    padding-inline: 0.75rem;
                    border-width: 1px;
                    border-style: solid;
                    border-radius: 6px;
                    margin-top: 1rem;
                    width: 100%;
                    @media (min-width: 768px) {
                        margin-top: 1.25rem;
                        width: -moz-max-content;
                        width: max-content;
                    }
                }

                .jdgm-sort-dropdown-wrapper {
          --tw-border-opacity: 1;
          border-color: rgb(229 224 226 / var(--tw-border-opacity));
        }

                .jdgm-sort-dropdown-wrapper {
          --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
          --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }

                .jdgm-sort-dropdown-wrapper {

                    &::after {
                        content: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M213.66%2C101.66l-80%2C80a8%2C8%2C0%2C0%2C1-11.32%2C0l-80-80A8%2C8%2C0%2C0%2C1%2C53.66%2C90.34L128%2C164.69l74.34-74.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        height: 1rem;
                        width: 1rem;
                    }

                    .jdgm-sort-dropdown {
                        padding: 0;
                        border: none;
                        margin-right: 0.5rem;
                        width: 100%;
                        text-align: center;
                        border-radius: 6px;
                        @media (min-width: 768px) {
                            border-radius: 8px;
                            text-align: left;
                        }
                    }

                    .jdgm-sort-dropdown {
            font-size: 0.875rem;
            line-height: 1.5;
          }

                    .jdgm-sort-dropdown-arrow {
                        display: none;
                    }
                }
            }

            .jdgm-question-form-wrapper {
                display: block !important;
                width: 100%;

                .jdgm-question-form {
                    border-width: 1px;
                    border-style: solid;
                    border-radius: 6px;
                    padding: 0.75rem;
                    @media (min-width: 768px) {
                        display: grid;
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                        -moz-column-gap: 1.5rem;
                             column-gap: 1.5rem;
                    }
                }

                .jdgm-question-form {
          --tw-border-opacity: 1;
          border-color: rgb(229 224 226 / var(--tw-border-opacity));
        }

                .jdgm-question-form {
          --tw-bg-opacity: 1;
          background-color: rgb(250 247 248 / var(--tw-bg-opacity));
        }

                .jdgm-question-form {

                    label {
                        margin: 0;

                        &::after {
                            content: "*";
                        }

                        &::after {
              font-size: 1.125rem;
              line-height: 1.5;
            }

                        &::after {
              --tw-text-opacity: 1;
              color: rgb(247 20 78 / var(--tw-text-opacity));
            }

                        & + input,
                        & + textarea {
                            padding: 0.75rem;
                            margin-bottom: 1rem;
                            resize: none;
                            border-width: 1px;
                            border-style: solid;

                            &:focus {
                                outline-style: solid;
                                outline-width: 3px;
                            }
                        }

                        & + input,
                        & + textarea {
              --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
              --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
              box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            }

                        & + input:focus,
                        & + textarea:focus {
              --tw-border-opacity: 1;
              border-color: rgb(211 124 159 / var(--tw-border-opacity));
            }

                        & + input:focus,
                        & + textarea:focus {
              outline-color: rgb(232 174 197 / 0.4);
            }

                        & + input:hover:not\(:focus\),
                        & + textarea:hover:not\(:focus\) {
              --tw-border-opacity: 1;
              border-color: rgb(191 186 187 / var(--tw-border-opacity));
            }
                    }

                    .jdgm-submit-question {
                        width: 100%;
                        @media (min-width: 768px) {
                            grid-row-start: 3;
                            width: -moz-max-content;
                            width: max-content;
                        }
                    }
                }
            }
        }

        .jdgm-rev-widg__body,
        .jdgm-quest-widg__body {
            .jdgm-rev-widg__reviews,
            .jdgm-quest-widg__questions {
                display: grid;
                grid-template-columns: max-content 1fr;
                -moz-column-gap: 2rem;
                     column-gap: 2rem;

                .jdgm-rev,
                .jdgm-quest {
                    grid-template-columns: subgrid;
                    grid-column: span 2 / span 2;
                    @media (min-width: 768px) {
                        display: grid;
                    }

                    .jdgm-rev__header {
                        display: grid;
                        grid-template-columns: repeat(3, max-content);
                        grid-template-rows: repeat(4, min-content);
                        align-items: center;
                        gap: 0.25rem;
                        margin-bottom: 0;

                        .jdgm-rev__icon,
                        .jdgm-rev__br {
                            display: none;
                        }

                        .jdgm-rev__author-wrapper {
                            display: grid;
                            grid-template-columns: subgrid;
                            grid-template-rows: subgrid;
                            grid-row: 1 / -1;
                            grid-column: 1 / -1;
                        }

                        .jdgm-rev__author {
                            grid-column-start: 1;
                            grid-row-start: 1;
                            grid-column: span 2 / span 2;
                            display: flex;
                            align-items: center;
                        }

                        .jdgm-rev__author {
              font-size: 0.875rem;
              line-height: 1.5;
            }

                        .jdgm-rev__location {
                            grid-column-start: 1;
                            grid-row-start: 3;
                            opacity: 1;
                            font-weight: 400;
                            display: inline-block;
                            width: calc(100% - 0.375rem);
                            white-space: nowrap;
                            position: relative;
                            left: -0.4rem;
                            overflow: hidden;
                        }

                        .jdgm-rev__location {
              --tw-text-opacity: 1;
              color: rgb(115 108 110 / var(--tw-text-opacity));
            }

                        .jdgm-rev__buyer-badge-wrapper,
                        .jdgm-rev__source {
                            grid-row-start: 1;
                            grid-column-start: 3;

                            .jdgm-rev__buyer-badge {
                                border-width: 1px;
                                border-style: solid;
                                border-radius: 4px;
                                font-weight: 700;
                            }

                            .jdgm-rev__buyer-badge {
                --tw-border-opacity: 1;
                border-color: rgb(209 237 209 / var(--tw-border-opacity));
              }

                            .jdgm-rev__buyer-badge {
                --tw-bg-opacity: 1;
                background-color: rgb(235 252 235 / var(--tw-bg-opacity));
              }

                            .jdgm-rev__buyer-badge {
                font-size: 0.75rem;
                line-height: 1.5;
              }

                            .jdgm-rev__buyer-badge {
                --tw-text-opacity: 1;
                color: rgb(21 89 20 / var(--tw-text-opacity));
              }
                        }

                        .jdgm-rev__rating {
                            grid-column-start: 1;
                            grid-row-start: 2;
                            position: static;
                        }

                        .jdgm-rev__timestamp {
                            margin: 0;
                            grid-row-start: 4;
                            grid-column: span 3 / span 3;
                            grid-column-start: 1;
                            position: static;
                        }

                        .jdgm-rev__timestamp {
              font-size: 0.875rem;
              line-height: 1.5;
            }

                        .jdgm-rev__timestamp {
              --tw-text-opacity: 1;
              color: rgb(115 108 110 / var(--tw-text-opacity));
            }
                    }

                    .jdgm-rev__content {
                        margin-left: 0;
                        width: 100%
                    }

                    .jdgm-rev__content {
            font-size: 0.875rem;
            line-height: 1.5;
          }

                    .jdgm-rev__content {

                        .jdgm-rev__title {
                            margin-bottom: 0.25rem;
                        }

                        .jdgm-rev__title {
              font-size: 0.875rem;
              line-height: 1.5;
            }

                        .jdgm-rev__body {
              font-size: 0.875rem;
              line-height: 1.5;
            }

                        @media (min-width: 768px) {

              .jdgm-rev__body {
                font-size: 1rem;
                line-height: 1.5;
              }
            }
                    }

                    .jdgm-rev__actions {
                        display: none;
                    }

                    .jdgm-quest__answers {
                        display: grid;
                        grid-template-rows: subgrid;
                        grid-column-start: 2;
                    }
                }
            }
        }

        .jdgm-subtab {
            border-width: 1px;
            border-style: solid;
            width: -moz-max-content;
            width: max-content;
            padding: 0;
            margin-block: 1rem;
            border-radius: 8px;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            place-items: center;
            overflow: hidden
        }

        .jdgm-subtab {
      --tw-border-opacity: 1;
      border-color: rgb(229 224 226 / var(--tw-border-opacity));
    }

        .jdgm-subtab {
      --tw-bg-opacity: 1;
      background-color: rgb(250 247 248 / var(--tw-bg-opacity));
    }

        .jdgm-subtab {
      --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
      --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .jdgm-subtab {

            .jdgm-subtab__name {
                margin: 0;
                padding-block: 0.5rem;
                padding-inline: 1.25rem;
                text-align: center;
                position: relative;
                isolation: isolate;
                align-items: center;
                width: 100%;
                display: grid;
                grid-template-columns: auto 0 auto 0;
                visibility: hidden;

                &::before {
                    content: attr(data-tabname);
                    visibility: visible;
                    margin-right: 1rem;
                    text-transform: capitalize;
                }

                &.jdgm--active {
                    border-style: none;

                    &::after {
                        content: "";
                        position: absolute;
                        inset: 0;
                        visibility: visible;
                        z-index: -10;
                    }

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

                .jdgm-subtab__count {
                    border-width: 1px;
                    border-style: solid;
                    padding: 0.25rem;
                    border-radius: 4px;
                    visibility: visible;
                }

                .jdgm-subtab__count {
          --tw-border-opacity: 1;
          border-color: rgb(229 224 226 / var(--tw-border-opacity));
        }

                .jdgm-subtab__count {
          --tw-bg-opacity: 1;
          background-color: rgb(242 240 241 / var(--tw-bg-opacity));
        }

                .jdgm-subtab__count {
          --tw-text-opacity: 1;
          color: rgb(31 28 29 / var(--tw-text-opacity));
        }
            }
        }

        .jdgm-histogram {
            display: none;
        }
    }
}

.product-purchase-form {
    .bold_options {
        padding-inline: 3px;
    }

    .bold_option_total {
        display: none;
    }

    .bold_option label {
        display: contents;
    }

    .bold_option_element {
        position: relative;
        display: inline-block;
        isolation: isolate;
        border-radius: 8px;

        input,
        select {
            border-radius: 6px;
            @media (min-width: 768px) {
                border-radius: 8px;
            }
        }

        &[data-extra-cost] select {
            padding-right: 95%;
        }

        &[data-extra-cost]::after {
            content: "+ " attr(data-extra-cost);
            box-shadow: 6px 0 0 0 white;
            right: 2rem;
            position: absolute;
            z-index: 30;
            top: 50%;
            pointer-events: none;
            transform: translateY(-50%);
            border-width: 1px;
            line-height: 1;
            border-style: solid;
            font-weight: 600;
            border-radius: 4px;
            padding: 0.25rem;
        }

        &[data-extra-cost]::after {
      --tw-border-opacity: 1;
      border-color: rgb(242 201 217 / var(--tw-border-opacity));
    }

        &[data-extra-cost]::after {
      --tw-bg-opacity: 1;
      background-color: rgb(252 230 239 / var(--tw-bg-opacity));
    }

        &[data-extra-cost]::after {
      font-size: 0.875rem;
      line-height: 1.5;
    }

        &[data-extra-cost]::before {
            content: attr(data-selected-option);
            z-index: 20;
            pointer-events: none;
            inset: 0.5rem;
            position: absolute;
            right: 2rem;
        }

        &[data-extra-cost]::before {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

        input[type="file"]::file-selector-button {
            padding-inline: 1.5rem;
            border-radius: 6px;
            border-style: none;
        }

        input[type="file"]::file-selector-button {
      --tw-bg-opacity: 1;
      background-color: rgb(31 28 29 / var(--tw-bg-opacity));
    }

        input[type="file"]::file-selector-button {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    }

    &.reveal {
        height: 300px;
        overflow: hidden;
        position: relative;

        &::after {
            inset: 0;
            top: 30%;
            content: "";
            position: absolute;
            background: linear-gradient(to bottom, transparent, white);
            pointer-events: none;
        }

        .reveal-button {
            position: absolute;
            bottom: 1.25rem;
            z-index: 10;
            width: 100%;
            border-radius: 8px;
            padding: 0.75rem;
            color: white;
        }

        .reveal-button {
      --tw-bg-opacity: 1;
      background-color: rgb(31 28 29 / var(--tw-bg-opacity));
    }
    }

    .bold_option_swatch {
        .bold_option_element {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            -moz-column-gap: 0.5rem;
                 column-gap: 0.5rem;
            row-gap: 0.25rem;
            
            .bold_option_value {
                margin: 0;
                width: 100%;
                aspect-ratio: 1 / 1;

                .bold_option_value_element {
                    width: 100%;
                    height: 100%;
                    border-radius: 0;
                    border-style: none !important
                }

                .bold_option_value_element {
          --tw-shadow: 0 0 #0000;
          --tw-shadow-colored: 0 0 #0000;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }

                .bold_option_value_element {

                    .bold_option_value_swatch {
                        display: block;
                        width: 100%;
                        height: 100%;
                        border-radius: 8px;
                        border-width: 1px;
                    }

                    .bold_option_value_swatch {
            --tw-border-opacity: 1;
            border-color: rgb(229 224 226 / var(--tw-border-opacity));
          }

                    &.bold_swatch_selected {
                        .bold_option_value_swatch {
              border-width: 1px;
            }
                        .bold_option_value_swatch {
              --tw-border-opacity: 1;
              border-color: rgb(31 28 29 / var(--tw-border-opacity));
            }
                    }
                }

                .bold_option_swatch_title {
          font-family: "Messina Sans", sans-serif;
        }

                .bold_option_swatch_title {
          font-size: 1rem;
          line-height: 1.5;
        }

                .bold_option_swatch_title {
          --tw-text-opacity: 1;
          color: rgb(31 28 29 / var(--tw-text-opacity));
        }

.bold_option_swatch_title {
          letter-spacing: -0.01em;
        }

                .bold_option_swatch_title {
                    opacity: 1;
                    background: transparent;
                    position: static;
                    display: block;
                    height: auto;
                    transform: translateX(0);
                    width: auto;
                    margin-bottom: 0 !important;
                    padding: 0 !important;

                    &:after {
                        content: none;
                    }

                    .bold_option_value_title {
                        height: auto;
                        line-height: 1;
                        text-align: center;
                    }
                }
            }
        }
    }
}

.owl-item .selected {
  --tw-border-opacity: 1;
  border-color: rgb(31 28 29 / var(--tw-border-opacity));
}

.product-detail .slick-list {
    margin-right: -16px;
}

.product-detail .slick-slide {
    padding-right: 16px;
}

.slick-dots {
    padding: 0;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    align-items: center;
    @media (min-width: 768px) {
        display: none !important;
    }

    li {
        list-style: none;

        button {
            width: 6px;
            height: 6px;
            border-style: none;
            color: transparent;
            background-color: transparent;
        }
    }
}

.template-product .slick-dots li button {
  --tw-bg-opacity: 1;
  background-color: rgb(191 186 187 / var(--tw-bg-opacity));
}

.template-product .slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(31 28 29 / var(--tw-bg-opacity));
}

.section-slideshow .slick-dots {
    display: none !important;
}

.slideshow-controls {
    padding: 1.25rem;
    position: absolute;
    inset: 0;
    width: 100%;
    display: none;
    align-items: center;
    --tw-border-opacity: 1;
    border-color: rgb(229 224 226 / var(--tw-border-opacity));

    @media (min-width: 768px) {
        display: grid;
    }

    &:hover {
        .slideshow-controls__arrows {
            opacity: 1;
        }
    }

    .slideshow-controls__arrows {
        display: flex;
        justify-content: space-between;
        width: 100%;
        opacity: 0;
        transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);

        button {
            height: 44px;
            width: 44px;
            display: grid;
            place-content: center;
            border-radius: 9999px;
            border-style: none
        }

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

        button {

            &.slick-disabled {
                opacity: 0;
                pointer-events: none;
            }
        }
    }
}

.thumbnails {
    display: none !important;
    @media (min-width: 768px) {
        display: block !important;
    }
}

.jdgm-widget {
    margin-top: 0.75rem;

    .jdgm-star {
    font-size: 0.875rem;
    line-height: 1.5;
  }

    .jdgm-prev-badge__text {
        text-decoration-line: underline;
        margin-left: 0.25rem;
        text-underline-offset: 4px;
    }
}

/* Hide old Klaviyo 10% discount */
.kl-teaser-XRDnmM {
    opacity: 0 !important;
    cursor: default;
}


.bold_options .bold_option_checkbox {
    margin-top: 20px;

    label {
        /* display: inline; */
        display: grid;
        grid-template-columns: 64px 100px;
        grid-template-rows: auto;
        grid-template-areas:
    "thelabel thelabel"
    "thecheckbox theprice";
        align-items: center;
        justify-content: start;
        justify-items: start;

        .bold_option_element {
            display: flex;
            margin-right: 0.5rem;
            vertical-align: middle;
            grid-area: thecheckbox;
            align-items: center;

            input[type="checkbox"] {
                box-shadow: none;
            }

            &::after {
                content: "Yes";
                margin-left: 8px;
            }
        }

        .bold_option_title {
            display: inline;
            margin-right: 0.5rem;
            grid-area: thelabel;
        }

        .bold_option_value_price {
            border-width: 1px;
            line-height: 1;
            border-style: solid;
            font-weight: 600;
            border-radius: 4px;
            padding: 0.15rem 0.25rem;
            grid-area: theprice;
            width: auto
        }

        .bold_option_value_price {
      --tw-border-opacity: 1;
      border-color: rgb(242 201 217 / var(--tw-border-opacity));
    }

        .bold_option_value_price {
      --tw-bg-opacity: 1;
      background-color: rgb(252 230 239 / var(--tw-bg-opacity));
    }

        .bold_option_value_price {
      font-size: 0.875rem;
      line-height: 1.5;
    }

        .bold_option_value_price {

            .money::before {
                content: "+";
            }
        }
    }
}


.template-list-collections {
    .collection-listing .product-block {
        padding-left: 24px;
    }
}

.overlay-text--for-banner .overlay-text__inner {
    max-width: 750px;
}

.template-cart {
    .bold_cart_edit_button, .bold_options_lightbox_cart_edit_update_btn + button {
        background: white;
    }
    .bold_cart_edit_button, .bold_options_lightbox_cart_edit_update_btn + button {
    --tw-border-opacity: 1;
    border-color: rgb(229 224 226 / var(--tw-border-opacity));
  }
    .bold_cart_edit_button, .bold_options_lightbox_cart_edit_update_btn + button {
    --tw-text-opacity: 1 !important;
    color: rgb(31 28 29 / var(--tw-text-opacity)) !important;
  }
    .bold_cart_edit_button, .bold_options_lightbox_cart_edit_update_btn + button {
    --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .bold_cart_edit_button:hover, .bold_options_lightbox_cart_edit_update_btn + button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 247 248 / var(--tw-bg-opacity));
  }
    .bold_cart_edit_button:active, .bold_options_lightbox_cart_edit_update_btn + button:active {
    --tw-bg-opacity: 1;
    background-color: rgb(242 240 241 / var(--tw-bg-opacity));
  }

    .bold_lightbox {
        border-radius: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        background-color: #FCFCFC;
        max-width: 31.25rem;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        position: fixed !important;

        .bold_lightbox_content {
            padding-inline: 16px;
            overflow: visible;
            background-color: transparent;
            max-height: none !important;
            @media (min-width: 768px) {
                padding-inline: 24px;
            }

            .bold_option_product_info {
                display: grid;
                gap: 8px;
                margin-block: 16px;
                line-height: 150%; /* 21px */
                letter-spacing: -0.14px;
                @media (min-width: 768px) {
                    margin-block: 24px;
                    grid-template-columns: auto 1fr;
                    -moz-column-gap: 24px;
                         column-gap: 24px;
                }
                grid-template-rows: auto auto auto auto;

                .bold_option_product_info_title {
                    text-align: left;
                    grid-row: 2;
                    font-family: "Messina Sans" !important;
                    font-size: 14px !important;
                    font-weight: 600;
                    @media (min-width: 768px) {
                        grid-row: 2;
                        font-size: 16px !important;
                        max-width: 14.6875rem;
                    }
                }

                .bold_option_product_info_price {
                    grid-row: 3;
                    text-align: left;
                    font-size: 14px;
                    font-weight: 400;
                    @media (min-width: 768px) {
                        grid-row: 3;
                        text-align: left;
                    }
                }

                .bold_option_product_info_image {
                    grid-row: 1;
                    max-width: 60px;
                    border: 1px solid #E5E0E2;
                    @media (min-width: 768px) {
                        grid-row: 1 / -1;
                        grid-column: 1;
                        max-width: 100px;
                    }
                }
            }

            /* .bold_option_checkbox {
              margin-top: 20px;
              label {
                display: inline;
                .bold_option_element {
                  display: inline;
                  margin-right: 0.5rem;
                  vertical-align: middle;
                }
                .bold_option_title {
                  display: inline;
                  margin-right: 0.5rem;
                }
              }
            } */

            .bold_option_total {
                display: none;
            }
        }


        .bold_lightbox_buttons {
            /* position: static; */
            position: relative;
            background: rgb(251, 251, 251);
            background: linear-gradient(0deg, rgba(251, 251, 251, 1) 0%, rgba(252, 252, 252, 1) 80%, rgba(251, 254, 255, 0.4234068627450981) 100%);
            display: grid;
            gap: 16px;
            padding-inline: 16px;
            padding-bottom: 16px;
            padding-top: 16px;
            @media (min-width: 768px) {

                grid-template-columns: 1fr 1fr;
            }
            @media (max-width: 768px) {
                position: sticky;
                bottom: 0;
            }

            & > button {
                margin: 0;
                padding-block: 12px;

                &:hover {
                    color: white;
                }
            }

            .bold_options_lightbox_cart_edit_update_btn {
                color: white;
                grid-row: 2;
                @media (min-width: 768px) {
                    grid-row: 1;
                    grid-column: 2;
                }
            }
        }

        .bold_option_swatch {
            .bold_option_element {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                -moz-column-gap: .5rem;
                     column-gap: .5rem;
                row-gap: 0.25rem;

                .bold_option_value {
                    margin: 0;
                    width: 100%;
                    aspect-ratio: 1 / 1;

                    label {
                        cursor: pointer;
                    }

                    .bold_option_value_element {
                        width: 100%;
                        height: 100%;
                        border-radius: 0;
                        border-style: none !important
                    }

                    .bold_option_value_element {
            --tw-shadow: 0 0 #0000;
            --tw-shadow-colored: 0 0 #0000;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }

                    .bold_option_value_element {

                        .bold_option_value_swatch {
                            display: block;
                            width: 100%;
                            height: 100%;
                            border-radius: 8px;
                            border-width: 1px;
                        }

                        .bold_option_value_swatch {
              --tw-border-opacity: 1;
              border-color: rgb(229 224 226 / var(--tw-border-opacity));
            }

                        &.bold_swatch_selected {
                            .bold_option_value_swatch {
                border-width: 1px;
              }
                            .bold_option_value_swatch {
                --tw-border-opacity: 1;
                border-color: rgb(31 28 29 / var(--tw-border-opacity));
              }
                        }
                    }

                    .bold_option_swatch_title {
            font-family: "Messina Sans", sans-serif;
          }

                    .bold_option_swatch_title {
            font-size: 1rem;
            line-height: 1.5;
          }

                    .bold_option_swatch_title {
            --tw-text-opacity: 1;
            color: rgb(31 28 29 / var(--tw-text-opacity));
          }

.bold_option_swatch_title {
            letter-spacing: -0.01em;
          }

                    .bold_option_swatch_title {
                        opacity: 1;
                        background: transparent;
                        position: static;
                        display: block;
                        height: auto;
                        transform: translateX(0);
                        width: auto;
                        margin-bottom: 0 !important;
                        padding: 0 !important;

                        &:after {
                            content: none;
                        }

                        .bold_option_value_title {
                            height: auto;
                            line-height: 1;
                            text-align: center;
                        }
                    }
                }
            }
        }

    }
}

@media (min-width: 768px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }
}

.placeholder\:text-grey-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(191 186 187 / var(--tw-text-opacity));
}

.placeholder\:text-grey-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(191 186 187 / var(--tw-text-opacity));
}

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

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(211 124 159 / var(--tw-border-opacity));
}

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

.focus-within\:bg-grey-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(232 174 197 / var(--tw-bg-opacity));
}

.focus-within\:outline:focus-within {
  outline-style: solid;
}

.focus-within\:outline-\[3px\]:focus-within {
  outline-width: 3px;
}

.focus-within\:outline-pink-300\/40:focus-within {
  outline-color: rgb(232 174 197 / 0.4);
}

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 247 252 / var(--tw-border-opacity));
}

.hover\:border-grey-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 108 110 / var(--tw-border-opacity));
}

.hover\:border-grey-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 28 29 / var(--tw-border-opacity));
}

.hover\:bg-\[\#F2F0F1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#F7F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 245 / var(--tw-bg-opacity));
}

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

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 232 247 / var(--tw-bg-opacity));
}

.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 174 197 / var(--tw-bg-opacity));
}

.hover\:bg-subtle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

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

.hover\:text-grey-600:hover {
  --tw-text-opacity: 1;
  color: rgb(115 108 110 / var(--tw-text-opacity));
}

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

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:\!border-pink-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 124 159 / var(--tw-border-opacity)) !important;
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(237 247 252 / var(--tw-border-opacity));
}

.focus\:bg-\[\#F7F5F5\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 245 / var(--tw-bg-opacity));
}

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

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(205 232 247 / var(--tw-bg-opacity));
}

.focus\:bg-grey-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(232 174 197 / var(--tw-bg-opacity));
}

.focus\:\!outline:focus {
  outline-style: solid !important;
}

.focus\:\!outline-\[3px\]:focus {
  outline-width: 3px !important;
}

.focus\:\!outline-pink-300\/40:focus {
  outline-color: rgb(232 174 197 / 0.4) !important;
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(237 247 252 / var(--tw-border-opacity));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(205 232 247 / var(--tw-bg-opacity));
}

.active\:bg-grey-150:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 224 226 / var(--tw-bg-opacity));
}

.active\:bg-grey-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(64 59 60 / var(--tw-bg-opacity));
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 230 239 / var(--tw-bg-opacity));
}

.disabled\:border-grey-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(166 159 161 / var(--tw-border-opacity));
}

.disabled\:bg-grey-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(191 186 187 / var(--tw-bg-opacity));
}

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

.disabled\:text-grey-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(166 159 161 / var(--tw-text-opacity));
}

.group[open] .group-open\:block {
  display: block;
}

.group[open] .group-open\:hidden {
  display: none;
}

.group:focus-within .group-focus-within\:pointer-events-auto {
  pointer-events: auto;
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:pointer-events-none {
  pointer-events: none;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:pointer-events-none {
  pointer-events: none;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
  opacity: 0;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
  opacity: 0;
}

.peer:valid ~ .peer-valid\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 201 217 / var(--tw-bg-opacity));
}

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

.aria-expanded\:bg-grey-100[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
}

.aria-expanded\:\!shadow-none[aria-expanded="true"] {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.aria-hidden\:pointer-events-none[aria-hidden="true"] {
  pointer-events: none;
}

.aria-hidden\:opacity-0[aria-hidden="true"] {
  opacity: 0;
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

@media not all and (min-width: 1024px) {

  .max-lg\:right-2 {
    right: 0.5rem;
  }

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

  .max-lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .max-lg\:block {
    display: block;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

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

  .max-lg\:h-\[5rem\] {
    height: 5rem;
  }

  .max-lg\:w-\[3\.75rem\] {
    width: 3.75rem;
  }

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

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

  .max-lg\:w-\[7\.5rem\] {
    width: 7.5rem;
  }

  .max-lg\:w-\[9\.375rem\] {
    width: 9.375rem;
  }

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

  .max-lg\:max-w-\[12\.125rem\] {
    max-width: 12.125rem;
  }

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

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

  .max-lg\:grid-cols-\[45\%_50\%\] {
    grid-template-columns: 45% 50%;
  }

  .max-lg\:grid-cols-\[50\%_15\%_20\%_15\%\] {
    grid-template-columns: 50% 15% 20% 15%;
  }

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

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

  .max-lg\:gap-6 {
    gap: 1.5rem;
  }

  .max-lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .max-lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

  .max-lg\:border-none {
    border-style: none;
  }

  .max-lg\:\!p-0 {
    padding: 0px !important;
  }

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

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

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

  .max-lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.5;
  }

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

@media not all and (min-width: 768px) {

  .max-md\:relative {
    position: relative;
  }

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

  .max-md\:col-start-1 {
    grid-column-start: 1;
  }

  .max-md\:col-start-2 {
    grid-column-start: 2;
  }

  .max-md\:col-end-3 {
    grid-column-end: 3;
  }

  .max-md\:col-end-4 {
    grid-column-end: 4;
  }

  .max-md\:m-2 {
    margin: 0.5rem;
  }

  .max-md\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .max-md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:\!grid {
    display: grid !important;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-\[10\.75rem\] {
    height: 10.75rem;
  }

  .max-md\:h-\[3\.126rem\] {
    height: 3.126rem;
  }

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

  .max-md\:h-\[4\.375rem\] {
    height: 4.375rem;
  }

  .max-md\:h-\[5\.625rem\] {
    height: 5.625rem;
  }

  .max-md\:w-\[16\.5625rem\] {
    width: 16.5625rem;
  }

  .max-md\:w-\[3\.126rem\] {
    width: 3.126rem;
  }

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

  .max-md\:w-\[4\.375rem\] {
    width: 4.375rem;
  }

  .max-md\:w-\[6\.25rem\] {
    width: 6.25rem;
  }

  .max-md\:max-w-\[15\.5rem\] {
    max-width: 15.5rem;
  }

  .max-md\:\!grid-cols-\[11\%_78\%_11\%\] {
    grid-template-columns: 11% 78% 11% !important;
  }

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

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:gap-3 {
    gap: 0.75rem;
  }

  .max-md\:gap-4 {
    gap: 1rem;
  }

  .max-md\:border {
    border-width: 1px;
  }

  .max-md\:border-r-0 {
    border-right-width: 0px;
  }

  .max-md\:border-solid {
    border-style: solid;
  }

  .max-md\:border-grey-150 {
    --tw-border-opacity: 1;
    border-color: rgb(229 224 226 / var(--tw-border-opacity));
  }

  .max-md\:p-0 {
    padding: 0px;
  }

  .max-md\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

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

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

  .max-md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

  .max-md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .max-md\:text-center {
    text-align: center;
  }

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

  .max-md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .max-md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 640px) {

  .max-sm\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

  .max-sm\:h-9 {
    height: 2.25rem;
  }

  .max-sm\:w-9 {
    width: 2.25rem;
  }

  .max-sm\:gap-10 {
    gap: 2.5rem;
  }

  .max-sm\:p-3 {
    padding: 0.75rem;
  }

  .max-sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .max-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media (min-width: 640px) {

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

  .sm\:right-auto {
    right: auto;
  }

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

  .sm\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

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

@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:max-h-\[18\.75rem\] {
    max-height: 18.75rem;
  }

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

  .md\:grid-cols-\[max-content\2c _1fr\] {
    grid-template-columns: max-content 1fr;
  }

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .md\:\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 1.5 !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.5;
  }

  .md\:text-4xl {
    font-size: 2.125rem;
    line-height: 1.5;
  }

  .md\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .md\:\!leading-\[1\.4\] {
    line-height: 1.4 !important;
  }
}

@media (min-width: 1024px) {

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:mx-\[6\.875rem\] {
    margin-left: 6.875rem;
    margin-right: 6.875rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .lg\:max-h-\[25rem\] {
    max-height: 25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

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

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

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

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

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .lg\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:border {
    border-width: 1px;
  }

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

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

  .lg\:border-grey-150 {
    --tw-border-opacity: 1;
    border-color: rgb(229 224 226 / var(--tw-border-opacity));
  }

  .lg\:\!p-0 {
    padding: 0px !important;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:py-\[1\.3125rem\] {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .lg\:text-6xl {
    font-size: 2.625rem;
    line-height: 1.1;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

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

@media (min-width: 1280px) {

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.\[\&\.filter-container--show-filters-desktop\]\:gap-6.filter-container--show-filters-desktop {
  gap: 1.5rem;
}

.\[\&\.product-list--one-column-mobile\]\:grid-cols-1.product-list--one-column-mobile {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {

  .lg\:\[\&\.toggle-btn--revealed-desktop\]\:bg-grey-100.toggle-btn--revealed-desktop {
    --tw-bg-opacity: 1;
    background-color: rgb(242 240 241 / var(--tw-bg-opacity));
  }

  .lg\:\[\&\.toggle-btn--revealed-desktop\]\:shadow-none.toggle-btn--revealed-desktop {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.\[\&\:\:-webkit-search-cancel-button\]\:appearance-none::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:not\(\:focus\)\]\:hover\:\!border-grey-300:hover:not(:focus) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 186 187 / var(--tw-border-opacity)) !important;
}

.\[\&\:not\(\:focus-within\)\]\:hover\:border-grey-300:hover:not(:focus-within) {
  --tw-border-opacity: 1;
  border-color: rgb(191 186 187 / var(--tw-border-opacity));
}

.\[\&\>li\]\:list-none>li {
  list-style-type: none;
}

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

.\[\&\>svg\]\:fill-current>svg {
  fill: currentColor;
}

@media (min-width: 768px) {

  .\[\&\>svg\]\:md\:size-\[22px\]>svg {
    width: 22px;
    height: 22px;
  }
}

.\[\&_img\]\:rounded-bl-none img {
  border-bottom-left-radius: 0px;
}

.\[\&_img\]\:rounded-br-none img {
  border-bottom-right-radius: 0px;
}

.\[\&_svg\]\:h-\[1\.125rem\] svg {
  height: 1.125rem;
}

.\[\&_svg\]\:stroke-\[\#0A4466\] svg {
  stroke: #0A4466;
}

@media(min-width:400px) {

  .\[\@media\(min-width\:400px\)\]\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}