*, ::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(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:  ;
  --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(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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

:root{
  --primary: #cd5837;
}

/*
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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: Inter;
}

.btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  opacity: 0.8;
}

@media not all and (min-width: 1024px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn.ghost {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

.btn[disabled] {
  background: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
}

.btn.ghost:not([disabled]):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.btn.primary {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
}

.btn.primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.btn.primary.ghost {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(205 88 55 / var(--tw-text-opacity, 1));
}

.btn.primary.ghost:hover {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.mid {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn.sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.app-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1398px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media not all and (min-width: 1024px) {
  .app-container {
    overflow-x: hidden;
  }
}

.full-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .full-container {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.main-hd {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}

@media not all and (min-width: 1024px) {
  .main-hd {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .main-hd {
    margin-bottom: 1.5rem;
  }
}

.radio-box {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.25rem;
  color: rgb(0 0 0 / 0.7);
}

.radio-box > input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.radio-box > .radio {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.radio-box > .radio:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.radio-box > input:checked + .radio {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

.radio-box > input:checked + .radio:before {
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
}

.radio-box > input:checked ~ .text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.check-box {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Inter;
}

.check-box > input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.check-box > .checkbox {
  position: relative;
  display: flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.check-box > .checkbox > .icon-correct {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.check-box > input:checked + .checkbox {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
}

.check-box > input:checked ~ .text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-2 {
  right: -0.5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[15\%\] {
  bottom: 15%;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.left-\[1\.4\%\] {
  left: 1.4%;
}

.left-\[1\.9\%\] {
  left: 1.9%;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[11\%\] {
  left: 11%;
}

.left-\[12\%\] {
  left: 12%;
}

.left-\[2\.6\%\] {
  left: 2.6%;
}

.left-\[4\%\] {
  left: 4%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[1\.4\%\] {
  right: 1.4%;
}

.right-\[11\%\] {
  right: 11%;
}

.right-\[18\%\] {
  right: 18%;
}

.right-\[4\%\] {
  right: 4%;
}

.right-\[4\.5\%\] {
  right: 4.5%;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[13\%\] {
  top: 13%;
}

.top-\[16\%\] {
  top: 16%;
}

.top-\[2\%\] {
  top: 2%;
}

.top-\[33\%\] {
  top: 33%;
}

.top-\[42\%\] {
  top: 42%;
}

.top-\[60px\] {
  top: 60px;
}

.top-\[8\.8\%\] {
  top: 8.8%;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.\!mb-10 {
  margin-bottom: 2.5rem !important;
}
.\!mt-0 {
  margin-bottom: 2.5rem !important;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

.mt-12 {
  margin-top: 3rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-\[15\/11\] {
  aspect-ratio: 15/11;
}

.aspect-\[43\/50\] {
  aspect-ratio: 43/50;
}

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

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

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

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

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

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

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

.h-\[20\%\] {
  height: 20%;
}

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

.h-\[24\%\] {
  height: 24%;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[46vh\] {
  height: 46vh;
}

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

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

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

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

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

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

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

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

.h-\[96\%\] {
  height: 96%;
}

.h-\[96vh\] {
  height: 96vh;
}

.h-\[calc\(100vh-60px\)\] {
  height: calc(100vh - 60px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-\[40vh\] {
  max-height: 40vh;
}

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

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

.min-h-\[58vh\] {
  min-height: 58vh;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.w-\[15\%\] {
  width: 15%;
}

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

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

.w-\[19\%\] {
  width: 19%;
}

.w-\[27\%\] {
  width: 27%;
}

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

.w-\[36\%\] {
  width: 36%;
}

.w-\[38vh\] {
  width: 38vh;
}

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

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

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

.w-\[57\%\] {
  width: 57%;
}

.w-\[6\.6\%\] {
  width: 6.6%;
}

.w-\[6\.8\%\] {
  width: 6.8%;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.min-w-12 {
  min-width: 3rem;
}

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

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

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

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

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[50\%\] {
  max-width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

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

.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-x-16 {
  --tw-translate-x: -4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

.-scale-x-100 {
  --tw-scale-x: -1;
  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));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[14px\] {
  border-radius: 14px;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[36px\] {
  border-radius: 36px;
}

.rounded-\[44\%\] {
  border-radius: 44%;
}

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

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

.border {
  border-width: 1px;
}

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

.border-\[3px\] {
  border-width: 3px;
}

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

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

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

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

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

.\!border-none {
  border-style: none !important;
}

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

.border-\[\#2C252B\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 37 43 / var(--tw-border-opacity, 1));
}

.border-\[\#2c252b\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 37 43 / var(--tw-border-opacity, 1));
}

.border-\[\#989898\] {
  --tw-border-opacity: 1;
  border-color: rgb(152 152 152 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.border-\[\#F4A08E\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 160 142 / var(--tw-border-opacity, 1));
}

.border-\[\#F6F6F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}

.border-\[\#FD5634\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 86 52 / var(--tw-border-opacity, 1));
}

.border-\[\#c99335\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 147 53 / var(--tw-border-opacity, 1));
}

.border-\[\#d29a44\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 154 68 / var(--tw-border-opacity, 1));
}

.border-\[\#d84a3a\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 74 58 / var(--tw-border-opacity, 1));
}

.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

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

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

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

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-b-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.border-t-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#100f0d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 15 13 / var(--tw-bg-opacity, 1));
}

.bg-\[\#13110d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 17 13 / var(--tw-bg-opacity, 1));
}

.bg-\[\#17120d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 18 13 / var(--tw-bg-opacity, 1));
}

.bg-\[\#17120d\]\/90 {
  background-color: rgb(23 18 13 / 0.9);
}

.bg-\[\#2C252B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 37 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2c252b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 37 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3f7cff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 124 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#713939\]\/80 {
  background-color: rgb(113 57 57 / 0.8);
}

.bg-\[\#B2FCE4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 252 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D4D1CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 209 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F4EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 238 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FBF6F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FD5634\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 86 52 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFB3C7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 179 199 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFEEEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d29a44\]\/20 {
  background-color: rgb(210 154 68 / 0.2);
}

.bg-\[\#d84a3a\]\/10 {
  background-color: rgb(216 74 58 / 0.1);
}

.bg-\[\#d8a24c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 162 76 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f1e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f4f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f2eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8ebd5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 235 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fbf5f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 245 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
}

.bg-primary\/5 {
  background-color: rgb(205 88 55 / 0.05);
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

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

.bg-\[linear-gradient\(135deg\2c \#8fa5b8\2c \#56606c_52\%\2c \#9ca8b1\)\] {
  background-image: linear-gradient(135deg,#8fa5b8,#56606c 52%,#9ca8b1);
}

.bg-\[linear-gradient\(180deg\2c \#fff\2c \#f4eee1\)\] {
  background-image: linear-gradient(180deg,#fff,#f4eee1);
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.12\)\2c rgba\(0\2c 0\2c 0\2c 0\.02\)_38\%\2c rgba\(0\2c 0\2c 0\2c 0\.32\)\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.12),rgba(0,0,0,0.02) 38%,rgba(0,0,0,0.32));
}

.bg-\[linear-gradient\(180deg\2c rgba\(210\2c 154\2c 68\2c 0\.06\)\2c rgba\(210\2c 154\2c 68\2c 0\.12\)\)\] {
  background-image: linear-gradient(180deg,rgba(210,154,68,0.06),rgba(210,154,68,0.12));
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(216\2c 162\2c 76\2c 0\.15\)\2c transparent_40\%\)\2c linear-gradient\(180deg\2c \#fff\2c \#efe8da\)\] {
  background-image: radial-gradient(circle at top,rgba(216,162,76,0.15),transparent 40%),linear-gradient(180deg,#fff,#efe8da);
}

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/35 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

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

.\!object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

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

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

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

.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}

.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.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-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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-\[250px\] {
  padding-bottom: 250px;
}

.pb-\[3px\] {
  padding-bottom: 3px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-fg {
  font-family: FamiljenGrotesk, sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[52px\] {
  font-size: 52px;
}

.text-\[54px\] {
  font-size: 54px;
}

.text-\[60px\] {
  font-size: 60px;
}
.text-\[68px\] {
  font-size: 68px;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[0\.92\] {
  line-height: 0.92;
}

.leading-\[0\.95\] {
  line-height: 0.95;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-\[\#17120d\] {
  --tw-text-opacity: 1;
  color: rgb(23 18 13 / var(--tw-text-opacity, 1));
}

.text-\[\#2C252B\] {
  --tw-text-opacity: 1;
  color: rgb(44 37 43 / var(--tw-text-opacity, 1));
}

.text-\[\#3F3330\] {
  --tw-text-opacity: 1;
  color: rgb(63 51 48 / var(--tw-text-opacity, 1));
}

.text-\[\#5E585D\] {
  --tw-text-opacity: 1;
  color: rgb(94 88 93 / var(--tw-text-opacity, 1));
}

.text-\[\#989898\] {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.text-\[\#B8B8B8\] {
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity, 1));
}

.text-\[\#F7F4EE\] {
  --tw-text-opacity: 1;
  color: rgb(247 244 238 / var(--tw-text-opacity, 1));
}

.text-\[\#FD5634\] {
  --tw-text-opacity: 1;
  color: rgb(253 86 52 / var(--tw-text-opacity, 1));
}

.text-\[\#FF5A3C\] {
  --tw-text-opacity: 1;
  color: rgb(255 90 60 / var(--tw-text-opacity, 1));
}

.text-\[\#cc9b42\] {
  --tw-text-opacity: 1;
  color: rgb(204 155 66 / var(--tw-text-opacity, 1));
}

.text-\[\#cf9b46\] {
  --tw-text-opacity: 1;
  color: rgb(207 155 70 / var(--tw-text-opacity, 1));
}

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

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

.text-dark\/50 {
  color: rgb(43 43 43 / 0.5);
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(161 67 67 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-muted {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(205 88 55 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(79 171 74 / var(--tw-text-opacity, 1));
}

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

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow-\[0_0_0_6px_rgba\(63\2c 124\2c 255\2c 0\.16\)\] {
  --tw-shadow: 0 0 0 6px rgba(63,124,255,0.16);
  --tw-shadow-colored: 0 0 0 6px 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-\[0_10px_24px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 10px 24px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 10px 24px 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-\[0_12px_28px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 12px 28px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 12px 28px 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-\[0_12px_28px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 12px 28px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 12px 28px 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-\[0_12px_32px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 12px 32px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 12px 32px 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-\[0_14px_34px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 14px 34px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 14px 34px 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-\[0_14px_34px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: 0 14px 34px rgba(0,0,0,0.22);
  --tw-shadow-colored: 0 14px 34px 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-\[0_30px_120px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: 0 30px 120px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 30px 120px 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-\[inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card {
  --tw-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-up {
  --tw-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 -2px 10px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[\#c99335\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 147 53 / var(--tw-ring-opacity, 1));
}

.ring-transparent {
  --tw-ring-color: transparent;
}

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

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-\[4px\] {
  --tw-ring-offset-width: 4px;
}

.ring-offset-\[\#f5f4f2\] {
  --tw-ring-offset-color: #f5f4f2;
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

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

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

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

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

.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-opacity {
  transition-property: opacity;
  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-200 {
  transition-duration: 200ms;
}

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.apply {
  left: 0.5rem;
  right: 0.5rem;
  margin-left: 0.25rem;
  margin-left: auto;
  margin-right: 1.5rem;
  height: 0.5rem;
  max-width: 20rem;
  border-radius: 0.375rem;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
@font-face {
  font-family: 'iconfont';  /* Project id 5063174 */
  src: url('//at.alicdn.com/t/c/font_5063174_czxepcpi28m.woff2?t=1788488790182') format('woff2');
}

.iconfont {
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e612";
}
.icon-check:before {
  content: "\e66e";
}
.icon-upload:before {
  content: "\ea5f";
}

.icon-help:before {
  content: "\e688";
}

.icon-camera:before {
  content: "\e667";
}

.icon-save:before {
  content: "\e80a";
}

.icon-filter:before {
  content: "\e61f";
}

.icon-single-column:before {
  content: "\e641";
}

.icon-double-column:before {
  content: "\e609";
}

.icon-minus:before {
  content: "\e6dd";
}

.icon-plus:before {
  content: "\e601";
}

.icon-correct:before {
  content: "\e614";
}

.icon-heart-fill:before {
  content: "\e7d1";
}

.icon-heart:before {
  content: "\e6de";
}

.icon-star:before {
  content: "\e660";
}

.icon-phone:before {
  content: "\e71d";
}

.icon-email:before {
  content: "\e66f";
}

.icon-chat:before {
  content: "\e6f9";
}

.icon-yutube:before {
  content: "\e61e";
}

.icon-twitter:before {
  content: "\e608";
}

.icon-pinterest:before {
  content: "\e6f4";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-facebook:before {
  content: "\eb8d";
}

.icon-tiktok:before {
  content: "\ecdc";
}

.icon-like:before {
  content: "\e63b";
}

.icon-user:before {
  content: "\e657";
}

.icon-cart:before {
  content: "\e8f6";
}

.icon-search:before {
  content: "\e6b9";
}

.icon-up:before {
  content: "\ea96";
}

.icon-down:before {
  content: "\ea97";
}

.icon-left:before {
  content: "\e600";
}

.icon-right:before {
  content: "\e684";
}

.icon-close:before {
  content: "\e677";
}
.icon-lock:before {
  content: "\ea15";
}
.icon-eye:before {
  content: "\ea18";
}
.icon-eye-off:before {
  content: "\ea17";
}
.icon-info:before {
  content: "\e618";
}
.icon-package:before {
  content: "\ea00";
}

@font-face {
  font-family: "FamiljenGrotesk";

  src: url("./fonts/FamiljenGrotesk-Regular.7099dfc47054.woff2") format("woff2"),
       url("./fonts/FamiljenGrotesk-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;

  font-weight: 400;
}

@font-face {
  font-family: "FamiljenGrotesk";

  src: url("./fonts/FamiljenGrotesk-Medium.84ec7f5ec921.woff2") format("woff2"),
       url("./fonts/FamiljenGrotesk-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;

  font-weight: 500;
}

@font-face {
  font-family: "FamiljenGrotesk";

  src: url("./fonts/FamiljenGrotesk-SemiBold.274460a727d4.woff2") format("woff2"),
       url("./fonts/FamiljenGrotesk-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;

  font-weight: 600;
}

@font-face {
  font-family: "FamiljenGrotesk";

  src: url("./fonts/FamiljenGrotesk-Bold.1c07c5b6ad91.woff2") format("woff2"),
       url("./fonts/FamiljenGrotesk-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;

  font-weight: 700;
}

/* Inter: self-hosted unicode subsets; see css/fonts/Inter-OFL.txt. */
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-cyrillic-ext.ca157063339a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-cyrillic.71d5ee93cc1e.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-greek-ext.6e9e020a25f9.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-greek.1be3448e292f.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-vietnamese.5c66f9e07e90.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-latin-ext.34b9c504cab7.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(./fonts/Inter-latin.3100e775e861.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --headerHeight: 117px;
}

@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 89px;
  }
}

/* 解决移动端点击高亮 & 更贴近稿件的细节 */

* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "FamiljenGrotesk", sans-serif;
  color: #2c252b;
}

.shadow-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.text-xxs {
  font-size: 10px;
  line-height: 12px;
}

.rating-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #ef4444;
}

/* product detail */

/* 为 Swiper 导航按钮添加样式 */

.swiper-wrapper{
  cursor: inherit !important;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #333;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}

.weidu-carousel-nav.swiper-button-prev,
.weidu-carousel-nav.swiper-button-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.weidu-carousel-nav.swiper-button-prev:hover,
.weidu-carousel-nav.swiper-button-next:hover {
  background-color: #000;
}

.weidu-carousel-nav.swiper-button-prev:after,
.weidu-carousel-nav.swiper-button-next:after {
  display: none;
}

.weidu-carousel-nav .iconfont {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.weidu-carousel-nav.swiper-button-disabled,
.weidu-carousel-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.5);
}

.weidu-carousel-nav.swiper-button-disabled:hover,
.weidu-carousel-nav:disabled:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .weidu-carousel-nav-mobile-hidden {
    display: none !important;
  }
}

.product-gallery .swiper {
  height: 300px;
  width: 100%;
}

@media (min-width: 1024px) {
  .product-gallery .swiper {
    height: 480px;
  }
}

.product-gallery .swiper-slide {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.product-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}

.product-gallery .swiper-slide img {
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1024px) {
  .product-gallery .swiper-slide img {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.product-gallery .product-gallery-nav {
  opacity: 0;
  pointer-events: none;
}

.product-gallery .product-gallery-magnifier-lens,
.product-gallery .product-gallery-magnifier-zoom {
  display: none;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .product-gallery .product-gallery-magnifier-lens {
    position: absolute;
    z-index: 35;
    pointer-events: none;
    border: 1px solid rgba(82, 130, 255, 0.62);
    background-color: rgba(73, 128, 255, 0.18);
    background-image:
      linear-gradient(rgba(82, 130, 255, 0.34) 1px, transparent 1px),
      linear-gradient(90deg, rgba(82, 130, 255, 0.34) 1px, transparent 1px);
    background-size: 4px 4px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  }

  .product-gallery .product-gallery-magnifier-zoom {
    position: absolute;
    z-index: 34;
    pointer-events: none;
    border: 1px solid #d4d4d8;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.18);
  }

  .product-gallery.is-magnifying .product-gallery-magnifier-lens,
  .product-gallery.is-magnifying .product-gallery-magnifier-zoom {
    display: block;
  }
}

#product-gallery:hover .product-gallery-nav,
#product-gallery:focus-within .product-gallery-nav {
  opacity: 1;
  pointer-events: auto;
}

#product-gallery:hover .product-gallery-nav.swiper-button-disabled,
#product-gallery:focus-within .product-gallery-nav.swiper-button-disabled {
  opacity: 0.5;
}

.product-details-layout {
  display: grid;
  grid-template-columns: minmax(210px, 320px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.product-details-specs {
  display: grid;
  gap: 22px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.25;
}

.product-details-spec-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(110px, 1fr);
  column-gap: 24px;
  align-items: baseline;
}

.product-details-spec-row span {
  font-weight: 400;
}

.product-details-spec-row strong {
  font-weight: 700;
}

.product-details-diagrams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.product-details-diagram {
  position: relative;
  width: 100%;
}

.product-details-diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.product-details-measurements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: #3b2a24;
  font-size: 16px;
  line-height: 1;
}

.product-measure {
  position: absolute;
  white-space: nowrap;
}

.product-measure-frame-width {
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}

.product-measure-bridge-width {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.product-measure-lens-width {
  top: 50%;
  left: 23%;
  transform: translate(-50%, -50%);
}

.product-measure-lens-height {
  top: 58%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.product-measure-temple-length {
  top: -11%;
  left: 52%;
  transform: translateX(-50%);
}

.product-measure-frame-thickness {
  bottom: -10%;
  left: 4.5%;
  transform: translateX(-50%);
}

@media not all and (min-width: 1024px) {
  .product-tab-content {
    padding-bottom: 2rem;
  }

  .product-details-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-details-specs {
    gap: 14px;
    font-size: 15px;
  }

  .product-details-spec-row {
    grid-template-columns: minmax(120px, 0.9fr) 1fr;
    column-gap: 16px;
  }

  .product-details-diagrams {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .product-details-measurements {
    font-size: 13px;
  }
}

.by-your-side-swiper .by-your-side-nav {
  top: var(--weidu-carousel-nav-top, 50%);
  opacity: 1;
  pointer-events: auto;
}

.by-your-side-swiper:hover .by-your-side-nav,
.by-your-side-swiper:focus-within .by-your-side-nav {
  opacity: 1;
  pointer-events: auto;
}

.recently-viewed-carousel .recently-viewed-nav {
  top: var(--weidu-carousel-nav-top, 50%);
  opacity: 1;
  pointer-events: auto;
}

.recently-viewed-carousel:hover .recently-viewed-nav,
.recently-viewed-carousel:focus-within .recently-viewed-nav {
  opacity: 1;
  pointer-events: auto;
}

.by-your-side-swiper .by-your-side-nav.swiper-button-disabled,
.by-your-side-swiper .by-your-side-nav.swiper-button-lock,
.recently-viewed-carousel .recently-viewed-nav.swiper-button-disabled,
.recently-viewed-carousel .recently-viewed-nav.swiper-button-lock {
  display: none !important;
}
.by-your-side-swiper:not(.swiper-initialized) .swiper-wrapper,
#recentlyViewed:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}

.by-your-side-swiper:not(.swiper-initialized) .swiper-slide,
#recentlyViewed:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 calc((100% - 2.4px) / 1.2);
  width: calc((100% - 2.4px) / 1.2);
  margin-right: 12px;
}

@media (min-width: 640px) {
  .by-your-side-swiper:not(.swiper-initialized) .swiper-slide,
  #recentlyViewed:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 16.8px) / 2.4);
    width: calc((100% - 16.8px) / 2.4);
  }
}

@media (min-width: 1024px) {
  .by-your-side-swiper:not(.swiper-initialized) .swiper-slide,
  #recentlyViewed:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 31.2px) / 3.6);
    width: calc((100% - 31.2px) / 3.6);
    margin-right: 12px;
  }
}

.thumbnail-list {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  scroll-behavior: smooth;
}

.thumbnail-list::-webkit-scrollbar {
  display: none;
}

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

.product-gallery .thumbnail-item {
  width: 66px;
  height: 66px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  -o-object-fit: contain;
     object-fit: contain;
}

.product-gallery .thumbnail-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .product-gallery .thumbnail-item {
    width: 5rem;
    height: 5rem;
  }
}

.product-gallery .thumbnail-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}

.rate-box {
  position: relative;
  margin-left: -0.125rem;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity, 1));
}

.rate-box .icon-star {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.rate-box-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

.rate-box.big {
  font-size: 1.5rem;
  line-height: 2rem;
}

.splitter {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.badge {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 221 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(205 88 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .badge {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.badge.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(194 239 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(7 121 156 / var(--tw-text-opacity, 1));
}

.similar-frames-slider .color-option {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ship-table img.similar-frames-slider .color-option {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.similar-frames-slider .color-option:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.similar-frames-slider .color-option > img {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar-frames-slider .color-option.selected {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 88 55 / var(--tw-ring-opacity, 1));
}

/* filter */

.filter-group {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.filter-header {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.filter-header span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.filter-header h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.filter-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.filter-content {
  padding-bottom: 1rem;
}

.filter-content .color-dot {
  display: flex;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
}

.sort-select .simple-select-dropdown {
  left: auto;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 1023px) {
  html {
    scrollbar-width: none;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.sort-select .simple-select-option {
  white-space: nowrap;
}

.sort-select .simple-select-arrow {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

.product-card {
  display: block;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.home .product-card {
  cursor: pointer;
}

.product-card .img {
  position: relative;
  aspect-ratio: 5/3.6;
  overflow: hidden;
  --tw-bg-opacity: 1;
  --weidu-product-card-image-bg: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  background-color: var(--weidu-product-card-image-bg);
}

.product-card .product-card-image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}


.product-card .badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  border-radius: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.1;
  font-family: Inter;
}

.product-card .product-card-stock-note {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 10;
  color: #CD5837;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .product-card .badge {
    top: 0.75rem;
    left: 0.75rem;
  }

  .product-card .product-card-stock-note {
    left: 1rem;
    bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-card .btn-fav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 1024px) {
  .product-card .btn-fav {
    bottom: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.product-card .btn-fav .iconfont {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.product-card .J_Product_VTO_Trigger {
  height: 34px;
  padding: 0 36px;
  font-size: 16px;
  line-height: 32px;
}

/* Account Wishlist / Visit History: keep Try on identical to home cards. */


@media (min-width: 1024px) {
  .product-card .J_Product_VTO_Trigger.weidu-account-vto-button {
    flex: 0 0 auto;
    height: 34px !important;
    padding: 0 36px !important;
    font-size: 16px !important;
    line-height: 32px !important;
    white-space: nowrap;
  }
  .product-card .btn-fav .iconfont {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.product-card .product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 1rem;
  padding-right: 1rem;
  mix-blend-mode: darken;
  transition: opacity 0.2s ease;
}

.product-card .product-card-hover-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .product-card .product-card-image-link.has-hover-image:hover > .product-image:not(.product-card-hover-image) {
    opacity: 0;
  }

  .product-card .product-card-image-link.has-hover-image:hover > .product-card-hover-image {
    opacity: 1;
  }
}

.product-card .infos {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .product-card .infos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .grid-cols-2 .product-card .infos {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .product-card .infos {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.product-card .color-options {
  display: flex;
  gap: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.product-card .color-option {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ship-table img.product-card .color-option {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-card .color-option:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.product-card .color-option > img {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}

.product-card .color-option.active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 88 55 / var(--tw-ring-opacity, 1));
}

@media (min-width: 1024px) {
  #product-grid > .weidu-list-ad {
    position: relative;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    overflow: hidden;
  }

  #product-grid > .weidu-list-ad > a,
  #product-grid > .weidu-list-ad > div {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  #product-grid > .weidu-list-ad > a > div,
  #product-grid > .weidu-list-ad picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  #product-grid > .weidu-list-ad img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 1023px) {
  #product-grid.grid-cols-2 > .weidu-list-ad,
  #product-grid.sm\:grid-cols-2 > .weidu-list-ad {
    grid-column: 1 / -1;
  }

  #product-grid.grid-cols-2 .product-card .img,
  #product-grid.sm\:grid-cols-2 .product-card .img {
    aspect-ratio: 6/4;
  }
}

@media screen and (max-width: 1024px) {
  .filter-aside {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    background-color: rgb(0 0 0 / 0.5);
  }

  .filter-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 100%;
    width: 80%;
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .filter-block {
    width: 100%;
    flex: 1 1 0%;
    overflow: auto;
  }
}

/* custom */

.custom-option {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.custom-option:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.custom-option.selected {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 88 55 / var(--tw-ring-opacity, 1));
}

.custom-option.has-accordion {
  flex-direction: column;
}

.custom-option .img {
  width: 60px;
  height: 70px;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .custom-option .img {
    width: 120px;
    height: 120px;
  }
}

.custom-option .img.case-img {
  height: 106px;
  width: 120px;
}

@media (min-width: 1024px) {
  .custom-option .img.case-img {
    height: 135px;
    width: 170px;
  }
}

.custom-option .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-option .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .custom-option .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.custom-option .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(43 43 43 / 0.7);
}

@media (min-width: 1024px) {
  .custom-option .desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.custom-option .accordion-header {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
}

.custom-option .accordion-content {
  width: 100%;
}

.custom-option .accordion-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.custom-option .accordion-content {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

.custom-option .sub-option {
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  --tw-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.custom-option .sub-option.selected {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 88 55 / var(--tw-ring-opacity, 1));
}

.custom-option .sub-option-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.custom-option .sub-option .img {
  height: 70px;
  width: 60px;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .custom-option .sub-option .img {
    height: 120px;
    width: 120px;
  }
}

.custom-option .sub-option .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* .custom-option .sub-option .desc {
  @apply text-sm;
} */

.custom-option .tag {
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(194 239 253 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}

.custom-option .tag-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

.custom-option .tag-wrapper .tag:not(:last-child) {
  border-bottom-right-radius: 0.75rem;
}

.custom-option .tag.org {
  --tw-bg-opacity: 1;
  background-color: rgb(255 201 171 / var(--tw-bg-opacity, 1));
}

.custom-option .tag.gray {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}

.custom-option .tag.popular {
  position: static;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(253 86 52 / var(--tw-text-opacity, 1));
}

.custom-option .tag.popular.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-option .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .custom-option .price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.diopter-option {
  width: 100%;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
  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;
}

.diopter-option:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .diopter-option {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.diopter-option.selected {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  background-color: rgb(205 88 55 / 0.1);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(205 88 55 / var(--tw-text-opacity, 1));
}

.lens-color {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
}

.lens-color-option {
  position: relative;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lens-color-option > span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0.75rem;
  display: none;
  --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));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.lens-color-option > span:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  height: 0px;
  width: 0px;
  --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));
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.lens-color-option:hover span {
  display: block;
}

.lens-color-option.selected {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 88 55 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table td,
.table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  text-align: center;
}

@media not all and (min-width: 1024px) {
  .table td,
.table th {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .table td,
.table th {
    padding: 0.5rem;
  }
}

.table td.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.table th {
  --tw-bg-opacity: 1;
  background-color: #fbf6f1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table tbody .desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.left-pd-cell-hidden {
  border-style: none !important;
  background-color: transparent !important;
  opacity: 0;
}

@media (min-width: 1024px) {
  .left-pd-cell-hidden {
    display: none;
  }
}
.pd-number-table th:nth-child(1){
  width: 40%;
}
.pd-number-table td:nth-child(2),
.pd-number-table td:nth-child(3){
  width: 30%;
}
@media (min-width: 1024px) {
  .pd-number-table th:nth-child(1){
    width: 19%;
  }
  .pd-number-table td:nth-child(2),
  .pd-number-table td:nth-child(3),
  .pd-number-table td:nth-child(4){
    width: 27%;
  }
}

.pd-section {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .pd-section > .check-box {
    position: absolute;
    top: 50%;
    left: 47%;
    z-index: 10;
    --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));
  }

  .pd-section.number2 .check-box {
    left: 77%;
  }
}

.pd-section .left-pd-cell {
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 0;
}


.pd-section.number2 .left-pd-cell {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1;
}


.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 85vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .modal {
    max-width: 760px;
    padding: 2rem;
  }
}

.modal.full-screen {
  height: 100%;
  width: 100%;
}

/* Keep routine Woo notices out of the custom storefront, while allowing
   validation errors (including checkout AJAX errors) to remain visible. */
body:not(.wp-admin) .woocommerce-message,
body:not(.wp-admin) .woocommerce-info {
  display: none !important;
}

body:not(.wp-admin) .woocommerce-notices-wrapper:empty,
body:not(.wp-admin) .woocommerce-NoticeGroup:empty {
  display: none !important;
}

body:not(.wp-admin) .woocommerce-error {
  display: block !important;
  margin: 0 0 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid #fecaca;
  border-left: 4px solid #dc2626;
  background: #fef2f2;
  color: #991b1b;
  list-style: none;
}

body:not(.wp-admin) .weidu-checkout-page > .woocommerce-error,
body:not(.wp-admin) .weidu-checkout-page .woocommerce-NoticeGroup-checkout {
  box-sizing: border-box;
  width: calc(100% - 2rem);
  max-width: 1366px;
  margin: 1rem auto 0;
}

body:not(.wp-admin) .weidu-checkout-page .woocommerce-error::before {
  display: none;
}

body:not(.wp-admin) .weidu-checkout-page > .woocommerce-error,
body:not(.wp-admin) .weidu-checkout-page .woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding-left: 1rem;
}

body:not(.wp-admin) .weidu-checkout-page .woocommerce-NoticeGroup-checkout .woocommerce-error {
  width: 100%;
  max-width: none;
  margin: 0;
}

.modal .mfp-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

#addAccessoryPopup .weidu-add-accessory-popup-panel {
  width: 703px;
  max-width: calc(100vw - 32px);
  margin-left: auto;
  margin-right: auto;
}

#addAccessoryPopup #confirmAccessoryBtn {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.modal-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.modal-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media not all and (min-width: 1024px) {
  .guide-modal {
    margin: 0px;
    width: 100%;
    max-width: none;
    padding: 1rem;
  }
}

.jq-toast-wrap {
  left: 50% !important;
  top: 20px !important;
  --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));
}

.jq-toast-single {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.season-item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  color: #fff;
}

.season-thumb {
  position: relative;
  display: flex;
  aspect-ratio: 432 / 469;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.season-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .season-thumb img {
    transition: transform .35s ease;
  }

  .season-item:hover .season-thumb img,
  .season-item:focus-visible .season-thumb img {
    transform: scale(1.06);
  }
}
.season-item:hover .season-item-button{
  background: #fff;
  color: #2b2b2b;
}

.season-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 34%, rgb(0 0 0 / 0.66) 100%);
  pointer-events: none;
}

.season-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #fff;
}

.season-item-title {
  margin: 0;
  color: inherit;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.season-item-description {
  margin: 8px 0 14px;
  color: inherit;
  font-size: 16px;
  line-height: 1.25;
}

.season-item-button {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.season-frames-slider {
  overflow: hidden;
  padding-bottom: 30px !important;
}

.season-frames-pagination {
  position: static;
  margin-top: 25px;
  line-height: 1;
}

.season-frames-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background: #d9d9d9;
  opacity: 1;
}

.season-frames-pagination .swiper-pagination-bullet-active {
  background: #2b2b2b;
}

.virtual-tryon-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.virtual-tryon-copy {
  order: 1;
  text-align: center;
}

.virtual-tryon-copy h2 {
  margin: 0;
  color: #2b2b2b;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}

.virtual-tryon-copy p {
  margin: 0.5rem 0 0;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.35;
}

.virtual-tryon-button {
  width: 100%;
  margin: 25px 0;
  height: 50px;
}

.virtual-tryon-media {
  order: 2;
}

.virtual-tryon-media img,
.virtual-tryon-media video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .season-frames-slider {
    overflow: visible;
    padding-bottom: 0;
  }

  .season-frames-pagination {
    display: none;
  }

  .season-item-content {
    padding: 32px;
  }

  .season-item-title {
    font-size: 34px;
    line-height: 1.1;
  }

  .season-item-description {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  .season-item-button {
    min-height: 46px;
  }

  .virtual-tryon-content {
    max-width: 1286px;
    flex-direction: row;
    align-items: center;
    gap: 86px;
    margin-right: auto;
    margin-left: auto;
  }

  .virtual-tryon-copy {
    order: 2;
    flex: 1 1 0;
    text-align: left;
    max-width: 430px;
  }

  .virtual-tryon-copy h2 {
    font-size: 60px;
    line-height: 1.1;
  }

  .virtual-tryon-copy p {
    max-width: 540px;
    margin-top: 2rem;
    font-size: 20px;
    line-height: 1.25;
  }

  .virtual-tryon-button {
    display: inline-flex;
    width: auto;
    margin: 3.5rem 0 0;
  }

  .virtual-tryon-media {
    order: 1;
    flex: 0 0 550px;
  }

  .virtual-tryon-media img,
  .virtual-tryon-media video {
    width: 550px;
    height: 550px;
  }
}

.face-shape-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
  gap: 1.5rem 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.face-shape-item {
  grid-column: span 2;
}

.face-shape-item:nth-child(4) {
  grid-column: 2 / span 2;
}

.face-shape-item:nth-child(5) {
  grid-column: 4 / span 2;
}

.face-shape-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: #2b2b2b;
  font-size: 1.125rem;
  line-height: 1.25;
  text-decoration: none;
}

.face-shape-link img {
  display: block;
  width: 102px;
  height: 102px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.face-shape-link:hover img {
  transform: scale(1.04);
}

.face-shape-link:focus-visible {
  outline: 2px solid #cd5837;
  outline-offset: 4px;
}

@media (min-width: 1024px) {
  .face-shape-list {
    grid-template-columns: repeat(5, 248px);
    justify-content: space-between;
    max-width: 1540px;
    margin-right: auto;
    margin-left: auto;
  }

  .face-shape-item,
  .face-shape-item:nth-child(4),
  .face-shape-item:nth-child(5) {
    grid-column: auto;
  }

  .face-shape-link {
    gap: 1rem;
    font-size: 1.25rem;
  }

  .face-shape-link img {
    width: 248px;
    height: 248px;
  }
}

.need-help-section .section-header {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.hone-season-section .section-header .need-help-title,
.need-help-section .section-header .need-help-title {
  font-size: 28px;
  line-height: 1.2;
}

.need-help-slider {
  overflow: hidden;
  padding-bottom: 32px !important;
}

.need-help-slide {
  height: 525px;
}

.need-help-card {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  color: #2b2b2b;
  text-decoration: none;
}

.need-help-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0));
  content: '';
  pointer-events: none;
}

.need-help-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.need-help-card:hover img {
  transform: scale(1.03);
}
.need-help-card:hover .need-help-card-button {
  background: #2b2b2b;
  color: #fff;
}

.need-help-card-content {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 0.75rem;
  left: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.need-help-card-content h3 {
  margin: 0 0 19px;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 700;
}

.need-help-card-button {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 0.875rem;
  line-height: 1;
}

.need-help-card:focus-visible {
  outline: 2px solid #cd5837;
  outline-offset: -4px;
}


.need-help-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
  background: #d9d9d9;
  opacity: 1;
}

.need-help-pagination .swiper-pagination-bullet-active {
  background: #2b2b2b;
}

@media (min-width: 1024px) {
  .need-help-section .section-header {
    margin-bottom: 3.75rem;
  }

  .hone-season-section .section-header .need-help-title,
  .need-help-section .section-header .need-help-title {
    font-size: 40px;
  }

  .need-help-slider {
    max-width: 1788px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px !important;
  }

  .need-help-slide {
    width: 432px;
    height: 580px;
  }

  .need-help-card-content {
    top: 2.5rem;
    right: 1.5rem;
    left: 1.5rem;
  }

  .need-help-card-content h3 {
    margin-bottom: 23px;
    font-size: clamp(34px, 33.38px, 40px);
  }

  .need-help-card-button {
    width: min(100%, 216px);
    min-height: 38px;
  }

}

.inspired-card {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .inspired-card {
    font-size: 22px;
  }
}

.section-header {
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

@media not all and (min-width: 1024px) {
  .section-header {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .section-header {
    gap: 1rem;
  }
}

.section-header .section-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .section-header .section-title {
    font-size:60px;
    line-height: 1;
  }
}

.section-header .section-desc {
  max-width: 462px;
  font-size: 1.125rem;
  line-height: normal;
}

@media (min-width: 1024px) {
  .section-header .section-desc {
    font-size: 1.25rem;
  }
}

.tab-list {
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .tab-list {
    gap: 2rem;
    font-size: 34px;
  }
}

.tab-list .tab-item {
  border-bottom-width: 1px;
  border-color: transparent;
  padding-bottom: 0.25rem;
  font-weight: 500;
}

.tab-list .tab-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#inspiredSlider {
  padding-bottom: 1.25rem;
}

.get-inspired-header {
  align-items: flex-start;
  text-align: left;
}

@media not all and (min-width: 1024px) {
  #inspiredSlider {
    padding-bottom: 2rem;
  }
}

#inspiredSlider .swiper-pagination {
  display: flex;
  justify-content: center;
  --swiper-pagination-bottom: 0px;
}

#inspiredSlider .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(152 152 152 / var(--tw-bg-opacity, 1));
}

#inspiredSlider .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color:#2b2b2b;
}

.blog-center-page {
  background: #f8f8f8;
}

.blog-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 3.2 / 1;
  overflow: hidden;
}

.blog-hero picture {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-hero-copy {
  position: absolute;
  top: 50%;
  left: 0;
  width:100%;
  color: #231f20;
  transform: translateY(-50%);
}

.blog-hero-title {
  margin: 0 0 10px;
  max-width: 495px;
  font-size: 76px;
  font-weight: 800;
  line-height: 0.95;
}

.blog-hero-description {
  margin: 0;
  font-size: 20px;
  max-width: 410px;
  line-height: 1.35;
}


.blog-content-shell {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 56px 56px 72px;
}

.blog-breadcrumb {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.4;
}

.blog-sidebar-heading h1 {
  max-width: 180px;
  font-size: 23px;
  line-height: 1.25;
}

.blog-sidebar .filter-group {
  padding-right: 10px;
  padding-left: 10px;
}

.blog-sidebar .filter-header {
  padding-top: 14px;
  padding-bottom: 10px;
}

.blog-sidebar .filter-header h4 {
  font-size: 24px;
  line-height: 1.5;
}

.blog-sidebar .filter-content {
  padding-bottom: 14px;
  font-size: 12px;
  line-height: 1.35;
}

.blog-sidebar .filter-content a {
  display: block;
  font-size: 18px;
}

.blog-sidebar .filter-content a.is-active {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #CD5837;
  color: #CD5837;
}

.blog-main-content {
  width: 100%;
  min-width: 0;
}

.blog-latest-articles {
  margin-top: 44px;
}


.blog-card {
  display: block;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blog-card .infos {
  padding: 30px;
}

.blog-card .img {
  position: relative;
  aspect-ratio: 25 / 13;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.blog-card .img > img {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.blog-card:hover .img > img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.blog-card .time {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.blog-card .title {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-card .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.2;
}

.blog-card .infos > span {
  display: none;
}

.blog-card:hover .title {
  color:var(--primary)
}

@media (min-width: 1024px) {
  .blog-sidebar {
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    height: auto;
    overflow: visible;
    background: transparent;
  }

  .blog-sidebar .filter-wrapper {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    background: transparent;
    transform: none;
  }
}

@media (max-width: 1023px) {
  .blog-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: rgb(0 0 0 / 0.5);
  }

  .blog-sidebar .filter-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 80%;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
  }

  .blog-center-page {
    background: #fff;
  }

  .blog-mobile-toolbar {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 24px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .blog-mobile-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }

  .blog-mobile-toolbar .sort-select {
    min-width: 0;
    max-width: 260px;
    border: 0;
    background-color: transparent;
    font: inherit;
    text-align: right;
  }

  .blog-hero {
    aspect-ratio: 0.593 / 1;
  }

  .blog-hero img {
    -o-object-position: center;
       object-position: center;
  }

  .blog-hero-copy {
    top: 8.5%;
    right: 7%;
    left: 7%;
    width: auto;
    text-align: center;
    transform: translateY(0);
  }

  .blog-hero-title {
    margin-bottom: 12px;
    font-size: clamp(46px, 12vw, 60px);
    line-height: 0.95;
  }

  .blog-hero-description {
    font-size: clamp(18px, 4.15vw, 23px);
    line-height: 1.3;
  }

  .blog-content-shell {
    display: block;
    padding: 0 20px 24px;
    background: #fff;
  }
  .blog-main-content{
    padding-top: 24px;
    border-top: 1px solid #E0E0E0;
  }

  .blog-mobile-heading {
    margin-bottom: 32px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
  }

  .blog-mobile-heading .blog-breadcrumb {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .blog-mobile-heading h1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
  }


  .blog-latest-articles {
    margin-top: 52px;
  }

  .blog-card .img {
    aspect-ratio: 1.77 / 1;
  }

  .blog-card .infos {
    padding: 16px 16px 32px;
  }

  .blog-card .time {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .blog-card .title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.2;
  }

  .blog-card .desc {
    font-size: 16px;
    line-height: 1.35;
  }
}

/* Blog listing redesign */
.blog-center-page {
  background: #f6f6f6;
}

.blog-listing-controls {
  background: #fff;
}

.blog-listing-controls-inner {
  display: block;
  padding: 20px 56px;
}

.blog-listing-controls .blog-breadcrumb {
  margin: 0 0 12px;
  color: #2c252b;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.blog-listing-controls .blog-breadcrumb a:hover {
  text-decoration: underline;
}

.blog-category-scroll {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.blog-category-scroll::-webkit-scrollbar {
  display: none;
}

.blog-category-tabs {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  padding: 14px 0;
}

.blog-category-tab {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #989898;
  border-radius: 999px;
  background-color: transparent;
  color: #2c252b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
.blog-category-tab:hover,
.blog-category-tab.is-active {
  border-color: #2c252b;
  background: #2c252b;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .blog-category-tab:hover {
    border-color: #2c252b;
    background: #2c252b;
    color: #fff;
  }
}

@media (hover: none), (pointer: coarse) {
  .blog-category-tab:not(.is-active):hover,
  .blog-category-tab:not(.is-active):focus {
    border-color: #989898;
    background-color: transparent;
    color: #2c252b;
  }

  .blog-category-tab:not(.is-active):active {
    border-color: #2c252b;
    background-color: #2c252b;
    color: #fff;
  }
}

.blog-section-title {
  margin: 0 0 24px;
  color: #2c252b;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.blog-latest-articles {
  margin-top: 56px;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}


.blog-pagination-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  margin-top: 56px;
}

.blog-pagination-row .weidu-product-pagination {
  grid-column: 2;
  justify-content: center;
}

.blog-per-page-form {
  grid-column: 3;
  justify-self: end;
}

.blog-per-page-form select {
  min-height: 28px;
  border: 0;
  background: transparent;
  color: #2c252b;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}

.blog-per-page-form select:focus-visible {
  outline: 1px solid #2c252b;
  outline-offset: 2px;
}


@media (max-width: 1023px) {
  .blog-listing-controls-inner {
    display: block;
    min-height: 0;
    padding: 20px;
  }

  .blog-listing-controls .blog-breadcrumb {
    margin: 0 0 12px;
    font-size: 14px;
  }

  .blog-category-scroll {
    margin-right: -6px;
  }

  .blog-category-tabs {
    min-width: max-content;
    justify-content: flex-start;
    gap: 7px;
    margin: 0;
    padding: 0;
  }

  .blog-category-tab {
    min-height: 30px;
    padding: 0 16px;
    font-size: 16px;
  }


  .blog-section-title {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .blog-latest-articles {
    margin-top: 28px;
  }

  .blog-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .blog-pagination-row {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 28px;
  }

  .blog-pagination-row .weidu-product-pagination {
    grid-column: 1;
  }

  .blog-per-page-form {
    display: none;
  }
}

/* Blog single post */

.blog-single-header {
  padding-top: 52px;
  padding-bottom: 48px;
}

.blog-single-page .weidu-single-post {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  color: #2B2B2B;
}

.blog-single-page .weidu-single-post-title {
  max-width: 1220px;
  margin: 0 0 18px;
  font-size: clamp(42px, 3.25vw, 60px);
  font-weight: 700;
  line-height: 1.08;
}

.blog-single-meta {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #2B2B2B;
}

.blog-single-meta a:hover {
  text-decoration: underline;
}

.blog-single-hero {
  width: 100%;
  max-height: clamp(420px, 40.625vw, 780px);
  overflow: hidden;
  background: #F6F6F6;
}

.blog-single-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-single-content-wrap {
  max-width: 900px;
  padding-top: 32px;
  padding-bottom: 80px;
}

.blog-single-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 1.5;
}

.blog-single-breadcrumb a:hover {
  text-decoration: underline;
}


.blog-single-page-links {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}

.blog-single-share {
  margin-top: 54px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E0E0E0;
}

.blog-single-share-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.blog-single-author {
  display: flex;
  align-items: center;
  gap: 28px;
  color: inherit;
  text-decoration: none;
}

.blog-single-author:hover p {
  text-decoration: underline;
}

.blog-single-author:focus-visible {
  outline: 2px solid #2B2B2B;
  outline-offset: 4px;
}

.blog-single-author-avatar {
  display: inline-flex;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #FCF8F4;
}

.blog-single-author-avatar img {
  display: block;
  width: 62px;
  height: auto;
}

.blog-single-author p,
.blog-single-share-actions h2 {
  margin: 0;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.blog-single-share-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.blog-single-share-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.blog-single-share-links a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #989898;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  transition: color 150ms ease;
}
.blog-single-share-links a:last-child{
  font-size: 36px;
}

.blog-single-share-links a:hover,
.blog-single-share-links a:focus-visible {
  color: #000;
  opacity: 1;
}

.blog-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 0;
}

.blog-post-navigation-wrap {
  max-width: 1232px;
  padding-top: 82px;
  padding-bottom: 92px;
}

.blog-post-navigation-card {
  min-width: 0;
  background: #F6F6F6;
  padding: 34px 38px 40px;
}

.blog-post-navigation-label {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  color: #989898;
}

.blog-post-navigation-card h2 {
  margin: 0 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
}

.blog-post-navigation-desc {
  margin: 0 0 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.35;
}

.blog-post-navigation-button {
  display: inline-flex;
  min-width: 180px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #2C252B;
  padding: 0 26px;
  font-size: 16px;
  color: #fff;
  transition: opacity 150ms ease;
}

.blog-post-navigation-button:hover {
  opacity: 0.85;
}

.blog-single-suggested {
  background: #F6F6F6;
  padding: 64px 16px 72px;
}

.blog-single-suggested-inner.app-container {
  max-width: 1232px;
  padding: 0;
}

.blog-single-suggested h2 {
  margin: 0 0 32px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}

.blog-single-suggested-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.blog-single-suggested-featured {
  min-width: 0;
}

.blog-single-suggested-related {
  min-width: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
}

.blog-single-suggested-related {
  display: flex;
  min-height: 100%;
  align-items: center;
  padding: 48px 50px;
}

.blog-single-suggested-related h3 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-single-suggested-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single-suggested-related li + li {
  margin-top: 14px;
}

.blog-single-suggested-related a {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-single-empty {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Blog author archive */
.blog-author-page {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  color: #2B2B2B;
}

.blog-author-profile {
  padding: 50px 48px 58px;
}

.blog-author-profile-inner {
  display: flex;
  max-width: 970px;
  align-items: center;
  gap: 76px;
  margin: 0 auto;
}

.blog-author-profile-avatar {
  display: inline-flex;
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #FCF8F4;
}

.blog-author-profile-avatar img {
  display: block;
  max-width: 174px;
  max-height: 174px;
  object-fit: contain;
}

.blog-author-profile-content {
  min-width: 0;
}

.blog-author-profile-content h1 {
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}

.blog-author-profile-company {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.blog-author-profile-bio {
  margin: 0;
  max-width: 100%;
  color: #989898;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.blog-author-listing-controls {
  padding: 0 48px;
  background: transparent;
}

.blog-author-listing-controls .blog-listing-controls-inner {
  padding: 20px 0 0;
  border-top: 1px solid #E0E0E0;
}

.blog-author-listing-controls .blog-breadcrumb {
  margin: 0;
}

.blog-author-content.blog-content-shell {
  box-sizing: border-box;
  padding: 36px 48px 72px;
}

.blog-author-posts .blog-section-title {
  margin-bottom: 24px;
}

.blog-author-empty {
  margin: 0;
  color: #989898;
  font-size: 16px;
}

.weidu-omnisend-footer-form {
  background-color: #cc5837 !important;
  width: 100%;
}

body.single-post #omnisend-embedded-v2-6a97cff10979d63c90d4dfb8 {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .blog-single-header {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .blog-single-page .weidu-single-post-title {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.12;
  }
  .blog-single-meta{
    font-size: 18px;
  }

  .blog-single-hero {
    max-height: min(72vw, 400px);
  }

  .blog-single-content-wrap {
    overflow: visible;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .blog-single-breadcrumb {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .blog-single-share {
    margin-top: 42px;
    padding-bottom: 24px;
  }

  .blog-single-share-inner {
    display: block;
  }

  .blog-single-author {
    gap: 24px;
  }

  .blog-single-share-actions {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
  }

  .blog-single-share-actions h2 {
    font-size: 16px;
  }

  .blog-single-share-links {
    gap: 12px;
  }

  .blog-single-share-links a {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }

  .blog-post-navigation {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    gap: 16px;
    margin-top: 0;
    overflow: visible;
    overscroll-behavior-inline: auto;
    scroll-snap-type: none;
  }

  .blog-post-navigation-card {
    scroll-snap-align: none;
    padding: 24px 22px 28px;
  }

  .blog-post-navigation-wrap {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .blog-post-navigation-label {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .blog-post-navigation-card h2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .blog-post-navigation-desc {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .blog-post-navigation-button {
    min-width: 150px;
    height: 40px;
    font-size: 14px;
  }

  .blog-single-suggested {
    padding: 40px 20px 56px;
  }

  .blog-single-suggested h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .blog-single-suggested-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .blog-single-suggested-related {
    min-height: 330px;
    padding: 52px 30px;
  }

  .blog-single-suggested-related h3 {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .blog-single-suggested-related li + li {
    margin-top: 16px;
  }

  .blog-single-suggested-related a {
    font-size: 16px;
    line-height: 1.4;
  }

  .blog-author-profile {
    padding: 44px 24px 40px;
  }

  .blog-author-profile-inner {
    display: block;
    max-width: 430px;
    text-align: center;
  }

  .blog-author-profile-avatar {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
  }

  .blog-author-profile-avatar img {
    max-width: 144px;
    max-height: 144px;
  }

  .blog-author-profile-content h1 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .blog-author-profile-company {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .blog-author-profile-bio {
    font-size: 16px;
    line-height: 1.4;
  }

  .blog-author-listing-controls {
    padding: 0 24px;
  }

  .blog-author-listing-controls .blog-listing-controls-inner {
    padding-top: 20px;
  }

  .blog-author-content.blog-content-shell {
    padding: 12px 24px 40px;
  }

  .blog-author-content .blog-main-content {
    padding-top: 0;
    border-top: 0;
  }

  .blog-author-posts .blog-section-title {
    margin-bottom: 16px;
    font-size: 34px;
  }
}


.about-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .about-container {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.wd-card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .wd-card {
    padding: 1.5rem;
  }
}

.input-group {
  position: relative;
  height: 40px;
  width: 100%;
}

.input-group input {
  height: 100%;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(44 37 43 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 90px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-group input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

.input-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  cursor: pointer;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(44 37 43 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 37 43 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-group input:focus + button {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.form-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
}

.form-row .label {
  display: block;
  min-width: 140px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-row .input {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-row .input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ship-table {
  border-collapse: collapse;
}

.ship-table th,
.ship-table td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  text-align: center;
}

.ship-table img.size-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Home: Shop by Prescription button hover color */

.shop-by-prescription-grid .shop-prescription-btn {
  border-color: #2c252b;
  color: #2c252b;
  background: transparent;
}

.shop-by-prescription-grid a.group:hover .shop-prescription-btn {
  border-color: #2c252b;
  background: #2c252b;
  color: #fff;
}

@media (max-width: 1023px) {
  .shop-by-prescription-grid a.group:hover .shop-prescription-btn,
  .shop-by-prescription-grid a.group:focus .shop-prescription-btn {
    border-color: #2c252b;
    background: transparent;
    color: #2c252b;
  }
}

/* Ensure some utility classes are generated in this build */

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

.placeholder\:text-\[\#989898\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#989898\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder\:text-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:text-\[\#5E585D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(94 88 93 / var(--tw-text-opacity, 1));
}

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

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(205 88 55 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:brightness-95:hover {
  --tw-brightness: brightness(.95);
  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);
}

.hover\:brightness-\[0\.98\]:hover {
  --tw-brightness: brightness(0.98);
  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);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

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

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

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

.disabled\:hover\:bg-black\/50:hover:disabled {
  background-color: rgb(0 0 0 / 0.5);
}

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

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 88 55 / var(--tw-bg-opacity, 1));
}

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

.has-\[\:checked\]\:border-primary:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(205 88 55 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:text-primary:has(:checked) {
  --tw-text-opacity: 1;
  color: rgb(205 88 55 / var(--tw-text-opacity, 1));
}

.has-\[\:checked\]\:ring-primary:has(:checked) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 88 55 / var(--tw-ring-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:bottom-0 {
    bottom: 0px;
  }

  .max-lg\:bottom-\[70px\] {
    bottom: 70px;
  }

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

  .max-lg\:right-0 {
    right: 0px;
  }

  .max-lg\:z-\[100\] {
    z-index: 100;
  }

  .max-lg\:z-\[10\] {
    z-index: 10;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:w-\[30\%\] {
    width: 30%;
  }

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

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

  .max-lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

  .max-lg\:gap-0 {
    gap: 0px;
  }
  .max-lg\:gap-1 {
    gap: 0.25rem;
  }
  .max-lg\:gap-2 {
    gap: 0.5rem;
  }
  .max-lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .max-lg\:\!border-t-0 {
    border-top-width: 0px !important;
  }

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

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

  .max-lg\:border-b-\[\#E0E0E0\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  }

  .max-lg\:border-l-border {
    --tw-border-opacity: 1;
    border-left-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  }

  .max-lg\:bg-\[\#F6F6F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  }

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

  .max-lg\:p-4 {
    padding: 1rem;
  }

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

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

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

  .max-lg\:pb-\[220px\] {
    padding-bottom: 220px;
  }

  .max-lg\:pl-3 {
    padding-left: 0.75rem;
  }

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

  .max-lg\:text-\[30px\] {
    font-size: 30px;
  }

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

  .max-lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-lg\:\!text-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(43 43 43 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 640px) {
  .sm\:w-\[285px\] {
    width: 285px;
  }

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

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

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

  .sm\:grid-cols-\[160px_1fr\] {
    grid-template-columns: 160px 1fr;
  }

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

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

@media (min-width: 768px) {
  .md\:ml-0 {
    margin-left: 0;
  }

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

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

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

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:\!sticky {
    position: sticky !important;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

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

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

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

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

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

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

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

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

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

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[1811\/744\] {
    aspect-ratio: 1811/744;
  }

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

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

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

  .lg\:h-16 {
    height: 4rem;
  }

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

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

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

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

  .lg\:h-\[92vh\] {
    height: 92vh;
  }

  .lg\:h-\[calc\(100vh-120px\)\] {
    height: calc(100vh - 120px);
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:w-\[23\%\] {
    width: 23%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!translate-x-0 {
    --tw-translate-x: 0px !important;
    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)) !important;
  }

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

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

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

  .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-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[0\.96fr_1\.04fr\] {
    grid-template-columns: 0.96fr 1.04fr;
  }

  .lg\:grid-cols-\[1\.05fr_1\.35fr\] {
    grid-template-columns: 1.05fr 1.35fr;
  }

  .lg\:grid-cols-\[1\.08fr_0\.92fr\] {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .lg\:grid-cols-\[1fr_640px\] {
    grid-template-columns: 1fr 640px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_520px\] {
    grid-template-columns: minmax(0,1fr) 520px;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

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

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:rounded-\[36px\] {
    border-radius: 36px;
  }

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

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

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

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:px-\[130px\] {
    padding-left: 130px;
    padding-right: 130px;
  }

  .lg\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:px-\[55px\] {
    padding-left: 55px;
    padding-right: 55px;
  }

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

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

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

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

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

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

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[34px\] {
    font-size: 34px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-\[70px\] {
    font-size: 70px;
  }

  .lg\:text-\[84px\] {
    font-size: 84px;
  }

  .lg\:text-\[90px\] {
    font-size: 90px;
  }

  .lg\:text-\[94px\] {
    font-size: 94px;
  }

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .lg\:leading-relaxed {
    line-height: 1.625;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1\.08fr_0\.92fr\] {
    grid-template-columns: 1.08fr 0.92fr;
  }
}

.weidu-single-post {
  color: #111827;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.weidu-single-post-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.18;
  font-weight: 700;
}

.weidu-single-post-content {
  font-size: 16px;
  line-height: 1.35;
  color: #111827;
}

.weidu-single-post-content > * + * {
  margin-top: 1em;
}


.weidu-single-post-content h2,
.weidu-single-post-content h3,
.weidu-single-post-content h4,
.weidu-single-post-content h5,
.weidu-single-post-content h6 {
  margin: 1.4em 0 0.4em;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
}

.weidu-single-post-content h2 {
  font-size: 30px;
}

.weidu-single-post-content h3 {
  font-size: 24px;
}

.weidu-single-post-content h4 {
  font-size: 21px;
}

.weidu-single-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.weidu-single-post-content .wp-block-uagb-image {
  margin: 1.5em 0;
  width: 1100px;
  float: none !important;
  left: 50%;
  transform: translate(-50%);
  position: relative;
  min-width: 100%;
}


.weidu-single-post-content ul,
.weidu-single-post-content ol {
  margin-left: 1.5em;
  padding-left: 1.25em;
}

.weidu-single-post-content ul {
  list-style: disc;
}

.weidu-single-post-content ol {
  list-style: decimal;
}

.weidu-single-post-content li + li {
  margin-top: 0.45em;
}

.weidu-single-post-content blockquote {
  border-left: 4px solid #2c252b;
  margin: 2em 0;
  padding-left: 1.25em;
  color: #374151;
  font-style: italic;
}

.weidu-single-post-content a {
  color: #2c252b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.weidu-product-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}

.weidu-product-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #9ca3af;
  color: #2c252b;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.weidu-product-pagination .page-numbers.current {
  border-color: #2c252b;
  background: #2c252b;
  color: #fff;
}

.weidu-product-pagination .page-numbers.dots {
  min-width: auto;
  border-color: transparent;
  background: transparent;
  padding: 0 6px;
}

.weidu-product-pagination .page-numbers.prev,
.weidu-product-pagination .page-numbers.next {
  min-width: 20px;
  border-color: transparent;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

.weidu-product-pagination .page-numbers:not(.current):not(.dots):hover {
  border-color: #2c252b;
}

/* Optional mobile introduction owned by [weidu_collection_filter]. */
.weidu-collection-mobile-header { display: none; }
.weidu-collection-mobile-controls,
.weidu-collection-per-page { display: none; }

@media (max-width: 1023px) {
  .weidu-topic-collection .weidu-collection-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    color: #2c252b;
    font-size: 14px;
    line-height: normal;
  }
  .weidu-collection-toolbar-breadcrumb { grid-column: 1 / -1; }
  .weidu-topic-collection .weidu-collection-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / -1;
    padding: 4px 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
  }
  .weidu-collection-mobile-controls > button { font-weight: 500; }
  .weidu-collection-column-buttons { display: flex; align-items: center; }
  .weidu-collection-column-buttons > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 6px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .weidu-collection-mobile-controls .iconfont { font-size: 24px; }
  .weidu-collection-mobile-controls button:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; }
  .weidu-topic-collection .weidu-collection-per-page { display: block; margin: 0; }
  .weidu-collection-toolbar [data-weidu-topic-sort-form] { justify-self: end; }
  .weidu-topic-collection [data-weidu-topic-product-grid] {
    gap: 20px 8px;
    padding-inline: 8px;
  }
}

@media (max-width: 767px) {
  .weidu-topic-collection .weidu-collection-mobile-header {
    display: block;
    padding: 0 16px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .weidu-topic-collection .weidu-collection-mobile-header nav {
    align-items: center;
    color: #555158;
    display: flex;
    font-size: 11px;
    gap: 6px;
    margin-bottom: 10px;
  }
  .weidu-topic-collection .weidu-collection-mobile-header h2 {
    color: #2c252b;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
  }
  .weidu-topic-collection .weidu-collection-mobile-header p {
    color: inherit;
    font-size: 12px;
    line-height: 1.4;
    margin: 5px 0 0;
  }
  .weidu-topic-collection .weidu-collection-description { margin-top: 5px; }
  .weidu-topic-collection .weidu-collection-description p { margin: 0; }
  .weidu-collection-description.is-enhanced:not(.is-expanded) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: baseline;
    column-gap: 8px;
  }
  .weidu-collection-description.is-enhanced:not(.is-expanded) > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .weidu-collection-description.is-enhanced > button {
    display: block;
    margin: 4px 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
  }
  .weidu-collection-description.is-enhanced:not(.is-expanded) > button { margin: 0; }
  .weidu-collection-description > button:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
  .weidu-topic-collection[data-collection-mobile-header] .weidu-collection-toolbar-breadcrumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .weidu-single-post-title {
    font-size: 32px;
  }

  .weidu-single-post-content {
    font-size: 16px;
    line-height: 1.72;
  }
}
