/*
Theme Name: Purse World
Author: Zou love coco
Description: A beautiful theme for selling bags
Version: 1.0
*/

*, ::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.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Lato, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

p {
  font-family: Lato, sans-serif;
}

.container {
  width: 100%;
}

@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1020px) {

  .container {
    max-width: 1020px;
  }
}

@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-24 {
  top: -6rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[15px\] {
  bottom: 15px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-\[10px\] {
  left: 10px;
}

.left-\[14px\] {
  left: 14px;
}

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-\[-10px\] {
  right: -10px;
}

.right-\[10px\] {
  right: 10px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-\[-10px\] {
  top: -10px;
}

.top-\[-6px\] {
  top: -6px;
}

.top-\[100\%\] {
  top: 100%;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[6px\] {
  top: 6px;
}

.z-30 {
  z-index: 30;
}

.z-\[5000\] {
  z-index: 5000;
}

.z-\[58\] {
  z-index: 58;
}

.z-\[6000\] {
  z-index: 6000;
}

.z-\[9998\] {
  z-index: 9998;
}

.z-\[9999\] {
  z-index: 9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.\!float-none {
  float: none !important;
}

.clear-both {
  clear: both;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.\!mb-5 {
  margin-bottom: 1.25rem !important;
}

.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-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[11px\] {
  margin-bottom: 11px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[41px\] {
  height: 41px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[70\%\] {
  height: 70%;
}

.h-\[80px\] {
  height: 80px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-\[460px\] {
  max-height: 460px;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[450px\] {
  min-height: 450px;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[185px\] {
  width: 185px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[65px\] {
  width: 65px;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[44px\] {
  min-width: 44px;
}

.min-w-\[53px\] {
  min-width: 53px;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[18rem\] {
  max-width: 18rem;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[528px\] {
  max-width: 528px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-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-\[200\%\] {
  --tw-translate-x: 200%;
  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-y-full {
  --tw-translate-y: 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));
}

.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  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-\[1\.09\] {
  --tw-scale-x: 1.09;
  --tw-scale-y: 1.09;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-manipulation {
  touch-action: manipulation;
}

.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));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.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-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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 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));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * 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));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.\!border-t-0 {
  border-top-width: 0px !important;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dotted {
  border-style: dotted;
}

.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#B5B5B5\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 181 181 / var(--tw-border-opacity, 1));
}

.border-\[\#DEDEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}

.border-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-\[\#dedfeaff\] {
  border-color: #dedfeaff;
}

.border-\[\#e4e4e4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(107\2c 107\2c 107\2c 0\.11\)\] {
  border-color: rgba(107,107,107,0.11);
}

.border-\[rgba\(119\2c 119\2c 119\2c \.17\)\] {
  border-color: rgba(119,119,119,.17);
}

.border-\[rgba\(16\2c 132\2c 116\2c 0\.1\)\] {
  border-color: rgba(16,132,116,0.1);
}

.border-\[rgba\(225\2c 225\2c 225\2c 1\)\] {
  border-color: rgba(225,225,225,1);
}

.border-\[rgba\(255\2c 255\2c 255\2c \.7\)\] {
  border-color: rgba(255,255,255,.7);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 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-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.\!border-l-white {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.\!border-t-white {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#EBEFF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 239 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b1b1b1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  background-color: rgba(0,0,0,0.12);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  background-color: rgba(0,0,0,0.7);
}

.bg-\[rgba\(240\2c 240\2c 240\2c 0\.6\)\] {
  background-color: rgba(240,240,240,0.6);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.96\)\] {
  background-color: rgba(255,255,255,0.96);
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.bg-primary\/10 {
  background-color: rgb(23 154 148 / 0.1);
}

.bg-primary\/5 {
  background-color: rgb(23 154 148 / 0.05);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / 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\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-neutral-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-neutral-100 {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[2px\] {
  padding: 2px;
}

.p-\[4px\] {
  padding: 4px;
}

.\!py-\[0\.65rem\] {
  padding-top: 0.65rem !important;
  padding-bottom: 0.65rem !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pl-\[1rem\] {
  padding-left: 1rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[32px\] {
  padding-left: 32px;
}

.pr-\[110px\] {
  padding-right: 110px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.font-head {
  font-family: Google Sans Flex, monospace;
}

.font-sans {
  font-family: Lato, sans-serif;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "t.mes
s New Roman", t.mes
s, serif;
}

.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-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[clamp\(1\.25rem\2c 3vw\2c 1\.5rem\)\] {
  font-size: clamp(1.25rem,3vw,1.5rem);
}

.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-light {
  font-weight: 300 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font.mes
dium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.trackings
-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.trackings
-tight {
  letter-spacing: -0.025em;
}

.trackings
-wide {
  letter-spacing: 0.025em;
}

.trackings
-wider {
  letter-spacing: 0.05em;
}

.text-\[\#0D3B66\] {
  --tw-text-opacity: 1;
  color: rgb(13 59 102 / var(--tw-text-opacity, 1));
}

.text-\[\#1B1919\] {
  --tw-text-opacity: 1;
  color: rgb(27 25 25 / var(--tw-text-opacity, 1));
}

.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#4c4c4c\] {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.text-\[\#6D6D6D\] {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.text-\[\#6c6c6c\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity, 1));
}

.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-\[\#9b9b9b\] {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  color: rgba(255,255,255,0.6);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  color: rgba(255,255,255,0.8);
}

.text-basel {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-primary {
  outline-color: #179a94;
}

.blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -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;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[1s\] {
  transition-duration: 1s;
}

/*最通用的容器container*/

.main-wrapper {
  width: 100%;
}

@media (min-width: 480px) {

  .main-wrapper {
    max-width: 480px;
  }
}

@media (min-width: 768px) {

  .main-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1020px) {

  .main-wrapper {
    max-width: 1020px;
  }
}

@media (min-width: 1440px) {

  .main-wrapper {
    max-width: 1440px;
  }
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/*page页面内容容器*/

.general-content {
  width: 100%;
}

@media (min-width: 480px) {

  .general-content {
    max-width: 480px;
  }
}

@media (min-width: 768px) {

  .general-content {
    max-width: 768px;
  }
}

@media (min-width: 1020px) {

  .general-content {
    max-width: 1020px;
  }
}

@media (min-width: 1440px) {

  .general-content {
    max-width: 1440px;
  }
}

.general-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/*导航栏Icon*/

.nav-svg-icon {
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 768px) {

  .nav-svg-icon {
    height: 1.75rem;
    width: 1.75rem;
  }
}

/*footer*/

.footer-menu-title {
  text-align: start;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*spinner*/

.aaapurse-spinner {
    display: none;
    border: 4px solid transparent;
    border-top-color:rgba(0, 0, 0, 0.2);
    border-left-color:rgba(0, 0, 0, 0.2);
    animation: spin 1s infinite linear;
    border-radius: 50%;
}

.translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

/* 管理员工具栏Z-index*/

#wpadminbar {
    z-index: 60;
}

/*Page Container设置样式*/

/* .page-container {
    @apply max-w-lg md:max-w-3xl lg:max-w-4xl xl:max-w-5xl mx-auto;
} */

/* .page-container h2 {
    @apply text-xl font-semibold my-5;
} */

/* .page-container h3 {
    @apply text-lg font-semibold my-5;
} */

/* .page-container p {
    @apply text-base mb-3;
} */

/* .page-container ul li {
    @apply text-base list-disc ml-5 my-3;
} */

/* .page-container a {
    @apply text-[#2271b1] hover:text-[#135e96] underline;
} */

/*MENU导航字体的底边框hover效果*/

.border-animate::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    background:transparent;
    width:0;
    height:2px;
    transition: width 0.3s ease-in-out;
}

.menu-item:hover > div > a > .border-animate::after{
    width:100%;
    --tw-bg-opacity: 1;
    background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.submenu-1:hover img {
  --tw-rotate: 0deg;
  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));
}

.current.mes
nu-item, .current.mes
nu-ancestor, .current.mes
nu-parent {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*主页标题separator装饰*/

.title-separator:before {
    position: absolute;
    content:"";
    width: 24px;
    height: 1px;
    bottom: -16px;
    left: 50%;
    margin-left:-20px;
    transform: translateX(-50%);
    background-color: #DCDCDC;
}

.title-separator:after {
    position: absolute;
    content:"";
    width: 24px;
    height: 1px;
    bottom: -16px;
    left: 50%;
    margin-left:20px;
    transform: translateX(-50%);
    background-color: #DCDCDC;
}

.title-separator > span:before, .title-separator >span:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    bottom: -16px;
    left: 50%;
    margin-left: -6px;
    background-color: #C1C1C1;
}

.title-separator > span::before {
    transform: rotate(-45deg);
}

.title-separator > span:after {
    transform: rotate(45deg);
}

/*搜索bar渐变出现效果*/

.search-overlay__active {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

/*search bar*/

.search-overlay__title {
  margin-top: 1.25rem;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/*账号管理页面*/

.woocommerce-MyAccount-navigation-link.is-active {
  background-color: rgba(0,0,0,0.06);
}

.woocommerce-MyAccount-content p {
  margin-bottom: 0.5rem;
}

/*购物车页面*/

/*购物车页面的地址选择框 change address*/

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 2rem;
    border-color:#DDD;
}

#add_payment.mes
thod table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width:100%;
    max-width: 100px;
    height: auto;
}

.wp-block-woocommerce-checkout {
    padding: 0!important;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 300;
}

.woocommerce-page table.shop_table_responsive tr td.product-name::before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before{
    content:"";
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
    display: flex;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 300;
}

.woocommerce-cart-form__cart-item.cart_item .woocommerce-Price-amount{
    font-weight: 400;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount.amount{
    color: #888;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
    color: #222;
    touch-action: manipulation;
}

/*cart total的行*/

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    vertical-align: middle;
}

/*cart total购物车订单总额*/

.woocommerce .cart-order-total .woocommerce-Price-amount.amount > bdi {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.cart-collaterals .woocommerce-shipping-methods .shipping_method_0_flat_rate2 {
  font-weight: 100;
}

.cart-collaterals .woocommerce-shipping-totals.shipping strong{
    font-weight: 300;
    letter-spacing: -0.025em;
}

.cart-collaterals .shipping-calculator-button {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    border: 1px black solid;
    border-radius: 0%;
}

.woocommerce-remove-coupon {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.cart-collaterals .cart_totals .cart-discount th, .cart-collaterals .woocommerce-shipping-totals.shipping th {
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/*update cart更新购物车按钮*/

.woocommerce-cart-form .actions > button:not([disable]) {
    background-color: black;
    color: white;
    text-transform: uppercase;
}

.woocommerce-cart-form .actions > button:not([disable]):hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.woocommerce-cart-form .actions > button:disabled:hover {
    border:1px solid #000;
}

.woocommerce-cart-form .actions > button:disabled {
    background-color: transparent;
    color: inherit;
    text-transform: uppercase;
}

/*Notice Message 加购提示*/

.woocommerce-notices-wrapper {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.return-to-shop .button.wc-backward {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.return-to-shop .button.wc-backward:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.woocommerce-message:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-message .restore-item{
    text-decoration: underline;
}

/*单个产品的按钮下边的margin*/

.woocommerce div.product form.cart {
    margin-bottom: 1rem;
}

/*breadcrumb 面包屑导航*/

/*圣诞主题面包屑导航*/

#aaapurse-breadcrumb, .single-product-breadcrumb {
    background-position:bottom center;
    background-size: contain;
    background-repeat: repeat-x;
}

.woocommerce-breadcrumb.custom-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 12px;
}

@media (min-width: 768px) {

  .woocommerce-breadcrumb.custom-breadcrumb {
    font-size: 14px;
  }
}

.woocommerce .woocommerce-breadcrumb {
    margin:0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #1B1919;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/*single product breadcrumb 单个产品页面的面包屑*/

.single-product-breadcrumb {
  font-size: 12px;
}

@media (min-width: 768px) {

  .single-product-breadcrumb {
    font-size: 14px;
  }
}

.single-product-breadcrumb > div, .custom-breadcrumb {
    color: #9E9E9E;
}

.single-product-breadcrumb > div > a {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)); 
    margin-right: 5px;
    line-height: 1;
    text-transform: capitalize;
    word-break: break-all;
}

.single-product-breadcrumb > div > a::after {
    content: "/";
    margin-left:5px;
}

.single-product-breadcrumb a:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product-breadcrumb a:first-child::before, .custom-breadcrumb a:first-child::before {
    content: url('assets/img/home.svg');
    vertical-align: middle;
    color: #1B1919;
}

.custom-breadcrumb > a {
    display: flex;
    justify-items: center;
    align-items: center;
    color: #1B1919;
}

/*单个产品页面的价格single product price variation price 变体价格*/

.aaapurse-single-product-price > .woocommerce-Price-amount.amount > bdi, .woocommerce-variation-price .woocommerce-Price-amount.amount bdi {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/* trending-product-price, related product price*/

.trending-product-price ins .woocommerce-Price-amount.amount > bdi,  .trending-product-price:not(del) > .woocommerce-Price-amount.amount > bdi, .related.products .products .price bdi {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
  text-decoration-color: #179a94;
}

/*single product discount price，product archive 单个产品折扣前价格 */

.aaapurse-single-product-price > del > .woocommerce-Price-amount > bdi , .trending-product-price > del > .woocommerce-Price-amount > bdi, .price > del > .woocommerce-Price-amount > bdi{
    font-size:18px!important;
    color: #BBB!important;
}

/*single product discount price, 以及 product arhive 单个产品折扣滑线*/

.aaapurse-single-product-price del,  .trending-product-price, .woocommerce ul.products li.product .price del {
    color: #BDBDBD;
}

.woocommerce ul.products li.product .price {
  font-family: Google Sans Flex, monospace;
  font-weight: 500;
}

/*单个产品原价*/

.aaapurse-single-product-price > ins > .woocommerce-Price-amount > bdi {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.aaapurse-single-product-price > ins, .trending-product-price > ins, .price > ins {
  text-decoration-line: none;
}

.woocommerce-variation-price {
    margin-bottom: 20px;
    margin-right: 15px;
}

/*字体*/

.aaapurse-add-to-cart-text, .aaapurse-buy-now-text {
  font-family: Google Sans Flex, monospace;
}

/*加购动画*/

.add_to_cart_button.ajax_add_to_cart.loading .aaapurse-add-to-cart-text {
    display: none;
}

.add_to_cart_button.ajax_add_to_cart.loading .aaapurse-spinner {
    display: block;
}

#buy-it-now-button.loading .aaapurse-buy-now-text {
    display: none;
}

#buy-it-now-button.loading .aaapurse-spinner {
    display: block;
}

/*加购按钮*/

.aaapurse-single-product-cart-button {
  margin-right: 0.5rem;
  display: flex;
  height: 40px;
  width: 130px;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  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;
}

/*单个产品页面的分割线*/

.woocommerce-variation-add-to-cart {
       border-bottom:1px solid rgba(119,119,119,.17);
       padding-bottom: 25px;
}

/*单个产品页面的变体选择single product variable select*/

.single-product-select {
  outline-width: 1px;
  outline-color: #d1d5db;
}

.single-product-select:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block;
}

.woocommerce div.product form.cart .variations select {
    border: 2px solid rgba(0,0,0,0.1);
    width: 70%;
    min-width: 25%;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .woocommerce div.product form.cart .variations select {
    width: 75%;
  }
}

@media (min-width: 1020px) {

  .woocommerce div.product form.cart .variations select {
    width: 75%;
  }
}

@media (min-width: 1440px) {

  .woocommerce div.product form.cart .variations select {
    width: 55%;
  }
}

/*变体产品的reset variation*/

.woocommerce .variations_form .reset_variations[style*="visibility: hidden"] {
    display: none !important;
}

/*单个产品页面选择数量*/

/*关闭单个产品页面的数量选择*/

.single-product .quantity{
    display: none!important;
}

.woocommerce .quantity .qty{
    line-height: 40px;
    margin-left: 1px;
    outline: 1px solid #848484;
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.woocommerce .quantity .qty:focus {
    outline: 1px solid rgba(0,0,0,0.6);
}

/*clear variable 清除变体选项*/

.reset_variations {
    position: relative;
}

/*single product.mes
ta*/

.product.mes
ta > span > a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.reset_variations:before, .reset_variations::after {
    content:'';
    position: absolute;
    top:50%;
    left:-17px;
    width: 15px;
    height: 1px;
    background-color: black;
}

.reset_variations:before {
    transform: rotate(45deg);
}

.reset_variations::after {
    transform: rotate(-45deg);
}

/*single product tabs  去除默认样式*/

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom:1px solid #ededed;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}

.related-product-title:before {
    content:"";
    position: absolute;
    left:50%;
    bottom: -12px;
    width: 30px;
    height: 2px;
    transform: translateX(-50%);
    --tw-bg-opacity: 1;
    background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content:none;
}

/*single product tabs  添加样式*/

/*默认第一个tab的内容展示，其余的隐藏*/

.woocommerce-tabs .woocommerce-Tabs-panel:not(#tab-aaapurse_reviews) {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.woocommerce-product-attributes-item {
    text-align: left;
}

/*single product tabs  description添加样式*/

.woocommerce-Tabs-panel--description.panel > p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

/*description H2标签样式*/

.woocommerce-Tabs-panel--description.panel > h2 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.woocommerce-Tabs-panel--description.panel > h3 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.woocommerce-Tabs-panel--description.panel > h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.woocommerce-Tabs-panel--description.panel > ul {
  margin-bottom: 1rem;
  list-style-type: disc;
}

.woocommerce-Tabs-panel--description.panel > ul > :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));
}

.woocommerce-Tabs-panel--description.panel > ul {
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/*single product tabs trackship 添加样式*/

form.order_track_form input {
    border: 2px solid rgba(0,0,0,0.1);
    padding: 0.8rem 0.5rem;
}

.order_track_form div.search_order_form button {
  padding: 0.5rem;
}

/*结账页面*/

.wc-block-components-checkout-place-order-button {
  width: 300px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.wp-block-woocommerce-checkout {
  width: 100%;
}

@media (min-width: 480px) {

  .wp-block-woocommerce-checkout {
    max-width: 480px;
  }
}

@media (min-width: 768px) {

  .wp-block-woocommerce-checkout {
    max-width: 768px;
  }
}

@media (min-width: 1020px) {

  .wp-block-woocommerce-checkout {
    max-width: 1020px;
  }
}

@media (min-width: 1440px) {

  .wp-block-woocommerce-checkout {
    max-width: 1440px;
  }
}

.wp-block-woocommerce-checkout {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce-thankyou-order-details {
  display: flex;
  flex-direction: column;
}

.woocommerce-thankyou-order-details > :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 (min-width: 768px) {

  .woocommerce-thankyou-order-details {
    flex-direction: row;
  }

  .woocommerce-thankyou-order-details > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.woocommerce-order-overview li {
  border-bottom-width: 1px;
  border-style: dashed;
}

@media (min-width: 768px) {

  .woocommerce-order-overview li {
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
}

@media (max-width: 768px) {
    .woocommerce-order-overview li {
        border-right:transparent!important;
    }
}

@media (max-width: 447px) {
    .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: 100% !important;
    }
}

/*Thank you 页面*/

.woocommerce-thankyou-border {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #dedfeaff;
  padding: 0.75rem;
}

@media (min-width: 768px) {

  .woocommerce-thankyou-border {
    padding: 1.25rem;
  }
}

@media (min-width: 1020px) {

  .woocommerce-thankyou-border {
    padding: 1rem;
  }
}

.woocommerce-thankyou-border .wc-item-meta li {
  display: flex;
}

.woocommerce-thankyou-border .cust.mes
r-detail-title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.woocommerce-thankyou-border .cust.mes
r-detail-address {
  word-break: break-all;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

/*Product Archive 頁面*/

.woocommerce-ordering select {
    border:1px solid #e7e7e7;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.woocommerce-loop-product__title {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

/* golal product price*/

.product-archive .product .woocommerce-Price-amount.amount bdi {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*skeleton loading*/

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }
    100%{
        background-color: hsl(200, 20%, 95%);
    }
}

/*category grid skeleton*/

.custom-grid-first-img {
    width: 350px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    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: 500ms;
}

.custom-grid-first-img: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));
}

@media (min-width: 1440px) {

  .custom-grid-first-img {
    height: 450px;
    width: 450px;
  }
}

.custom-grid-img {
    width: 180px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    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: 500ms;
}

.custom-grid-img: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));
}

@media (min-width: 1440px) {

  .custom-grid-img {
    height: 220px;
    width: 220px;
  }
}

/*Single Product Page*/

.flex-active-slide > a > img {
  margin-bottom: 0.25rem;
}

.flex-control-thumbs.flex-control-nav > li > img {
    padding: 0.125rem;
}

/*Hero Slide图片动画（非手机样式）*/

.hero-slider-image {
    transform: translateX(100%);
    animation: slideXIn 1s forwards;
}

@keyframes slideXIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*Hero Slide图片动画手机设备*/

@media (max-width: 767px) {
    .hero-slider-image {
        transform: translate(100%, -30%);
        animation: slideXIn 1s forwards;
    }
    @keyframes slideXIn {
        0% {
            opacity: 0;
            transform: translate(100%, -30%);
        }
        100% {
            opacity:1;
            transform: translate(0, -30%);
        }
    }
}

/*Hero Slide标题动画（非手机样式）*/

.hero-slider-title, .hero-slider-description {
    transform: translateY(100%);
    animation: slideYIn 1s forwards;
}

.hero-slider-button {
    animation: slideYIn 1s forwards;
}

@keyframes slideYIn {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }   
    100% {
        opacity: 100;
        transform: translateY(0);
    }
}

/*Checkout*/

.wc-block-components-product.mes
tadata__description {
    display: none;
}

/*shop loop*/

.woocommerce .woocommerce-ordering {
  margin: 0px;
}

/*woocommerce pagination 分页标签*/

.woocommerce nav.woocommerce-pagination ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.woocommerce nav.woocommerce-pagination ul {
  border-radius: 0.125rem;
  border-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.woocommerce nav.woocommerce-pagination ul li {
  margin-top: 0.25rem;
  min-width: 32px;
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,  .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 32px;
  font-weight: 600;
  --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-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

/*Wordpress pagination 分页标签*/

.page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-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-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.page-numbers:focus {
  z-index: 20;
  outline-offset: 0px;
}

.page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-links {
  display: inline-flex;
}

.nav-links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.nav-links {
  border-radius: 0.375rem;
  --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);
}

.nav-links > :first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.nav-links > :last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.nav-links > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

/*description 描述页面*/

.woocommerce-products-header {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/*contact form*/

.wp-block-contact-form-7-contact-form-selector .wpcf7-text, .wp-block-contact-form-7-contact-form-selector textarea {
    background-color: #F1F1F1;
    line-height: 2rem;
    width: 100%;
}

.wp-block-contact-form-7-contact-form-selector .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.wp-block-contact-form-7-contact-form-selector .form-group > :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 (min-width: 768px) {

  .wp-block-contact-form-7-contact-form-selector .form-group {
    flex-direction: row;
  }

  .wp-block-contact-form-7-contact-form-selector .form-group > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --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)));
  }
}

.wp-block-contact-form-7-contact-form-selector .form-group > p {
  flex: 1 1 0%;
}

.wp-block-contact-form-7-contact-form-selector input, .wp-block-contact-form-7-contact-form-selector textarea {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wp-block-contact-form-7-contact-form-selector label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
  margin-bottom: 1.25rem;
  width: 170px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-submit:hover {
  opacity: 0.7;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-form.init > :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));
}

.wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap, .wp-block-contact-form-7-contact-form-selector textarea {
  font-weight: 400;
}

/* Blog Post Article 博客文章*/

#blog-post > p {
  margin-bottom: 1.25rem;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  #blog-post > p {
    font-size: 18px;
    line-height: 1.625;
  }
}

#blog-post h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

#blog-post h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/*blog comment*/

/*comment form*/

.comment-form .comment-form-comment textarea{
    width: 100%;
    border-width: 1px;
    padding: 0.75rem;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

.comment-list .comment-body {
  position: relative;
}

.comment-list .comment-body > :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));
}

.comment-list .comment-body {
  padding-left: 4rem;
}

@media (min-width: 768px) {

  .comment-list .comment-body {
    padding-left: 5rem;
  }
}

.comment-list .comment-body .avatar.photo {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 3rem;
  border-radius: 9999px;
}

@media (min-width: 768px) {

  .comment-list .comment-body .avatar.photo {
    max-width: 3.5rem;
  }
}

.comment-list > :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));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.comments-area {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.comments-area > :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));
}

.comments-area {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.comment-body .comment-author .fn .url {
  font-weight: 700;
  text-transform: capitalize;
}

.comment-list .commentmetadata {
  line-height: 1;
}

@media (min-width: 768px) {

  .comment-list .commentmetadata {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0px !important;
  }
}

.comment-list .commentmetadata {
    vertical-align: middle;
}

.comment.mes
ta.commentmetadata a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity, 1));
}

.comment-list .comment-author {
    line-height: 1;
}

.comment-body > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .comment-body > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.comment-body .comment-reply-link {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #E6E6E6;
}

.comment-body .comment-reply-link:hover {
  text-decoration-color: #A6A6A6;
}

.comment-body .comment-reply-link {
    text-underline-offset:0.2rem;
}

.comment-list .comment {
  padding-top: 1.25rem;
}

.comment-list .children > :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));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.comment-list .children {
  padding-left: 2rem;
}

.comments-area .comment-respond .comment-reply-title {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.comment-respond .comment-reply-title > a {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.comment-respond .comment-reply-title small a {
    text-decoration: underline;
    text-underline-offset:0.3rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.comment-respond .comment-reply-title small a:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.comment-respond > :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));
}

.comment-respond .comment-form > :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));
}

.comment-respond .comment-form-comment > :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));
}

.comment-respond .required {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .comment-respond .logged-in-as > :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)));
  }
}

.comment-respond .logged-in-as {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.comment-respond .logged-in-as a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.comment-form-comment .comment {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.comment-respond input.submit {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.comment-respond input.submit:hover {
  opacity: 0.7;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  display: flex;
  flex-direction: column;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  border-width: 1px;
  padding: 0.5rem;
}

@media (min-width: 768px) {

  .comment-form-author input, .comment-form-email input, .comment-form-url input {
    max-width: 20rem;
  }
}

/*my account */

.woocommerce-MyAccount-content > p {
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

/*myaccount dashboard 下划线字体链接*/

.woocommerce-MyAccount-content > p > a {
  text-decoration-line: underline;
  text-decoration-color: #c7c7c7;
  text-underline-offset: 2px;
}

.woocommerce-MyAccount-content > p > a:hover {
  text-decoration-color: #000;
}

.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view {
  border-width: 0px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders {
  border-width: 0px !important;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders tbody > :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));
}

/*apply coupon的form*/

.woocommerce  .woocommerce-cart-form__contents.shop_table_responsive tr {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

@media (min-width: 768px) {

  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: flex;
  }
}

/*订单概览顶部标题thead*/

.woocommerce-MyAccount-orders .woocommerce-orders-table__header {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(27 25 25 / var(--tw-text-opacity, 1));
}

/*订单详情顶部标题thead*/

.woocommerce-table--order-details thead th {
    text-transform:uppercase;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*订单详情侧边标题tfoot*/

.woocommerce-table--order-details tfoot th {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(27 25 25 / var(--tw-text-opacity, 1));
}

/*订单详情价格，以及产品标题*/

.woocommerce table.shop_table td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce-order-details .woocommerce-order-details__title, .woocommerce-MyAccount-content h2 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-account .woocommerce-MyAccount-content mark {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(27 25 25 / var(--tw-text-opacity, 1));
}

/*cart toals里面的标题样式如subtoal*/

.woocommerce table.shop_table tbody th {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.woocommerce .cart-subtotal .woocommerce-Price-amount.amount > bdi {
    font-weight:300;
}

.woocommerce .woocommerce-cust.mes
r-details .woocommerce-column__title {
  margin-bottom: 0.75rem;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(27 25 25 / var(--tw-text-opacity, 1));
}

/*cart totals的地址选择框*/

.woocommerce .woocommerce-shipping-totals.shipping form .form-row input.input-text {
    padding: 0.3rem;
    border:1px solid #DDD;
}

/*订单详情产品总价格*/

.woocommerce-table--order-details  tfoot tr:last-child .woocommerce-Price-amount.amount {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/*账户概览导航标题my account navigation*/

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link >a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*订单地址*/

.woocommerce .woocommerce-cust.mes
r-details address, .woocommerce-Addresses .woocommerce-Address > address {
  border-width: 0px;
  padding: 0px;
  font-size: 15px;
  font-style: italic;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity, 1));
}

/*订单地址概览间距*/

.woocommerce-MyAccount-content .woocommerce-Addresses.addresses > :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));
}

@media (min-width: 768px) {

  .woocommerce-MyAccount-content .woocommerce-Addresses.addresses > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.woocommerce-Addresses address > :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));
}

@media (min-width: 768px) {

  .woocommerce-Addresses address > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

/*订单编辑地址页面边框以及input的字体*/

.woocommerce .woocommerce-MyAccount-content form .form-row .input-text, .woocommerce .woocommerce-MyAccount-content form .form-row select,.woocommerce-MyAccount-content .select2-container .select2-selection {
    border: 1px solid rgba(129,129,129,0.25);
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

/*订单编辑地址label字体*/

.woocommerce .woocommerce-MyAccount-content form .form-row label, .woocommerce-page form .form-row label {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce-MyAccount-content button.button {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce-MyAccount-content button.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}

.woocommerce-EditAccountForm.edit-account > fieldset > legend {
  padding-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/*woocommerce login reigster登录账户以及注册*/

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px;
    padding: 0px;
    margin: 0.5rem 0;
}

.woocommerce form.checkout_coupon > :not([hidden]) ~ :not([hidden]), .woocommerce form.login > :not([hidden]) ~ :not([hidden]), .woocommerce form.register > :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));
}

/*login 登陆界面label字体*/

.woocommerce-page #cust.mes
r_login form .form-row label {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

/*login 登陆界面input*/

.woocommerce #cust.mes
r_login form .form-row .input-text {
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

/*登陆界面form login register*/

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1020px) {

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding-right: 4rem;
    padding-bottom: 4rem;
  }
}

/*登陆界面privacy*/

.woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/*登陆界面的form row*/

.woocommerce form .form-row {
  padding: 0px;
}

/*登陆界面丢失密码*/

.woocommerce-LostPassword.lost_password {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/*thank you page*/

.woocommerce-order .woocommerce-order-details {
  padding-top: 2.5rem;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot tr th {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.woocommerce table.shop_table tfoot tr:last-child .woocommerce-Price-amount.amount {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-thankyou-border ins {
    text-decoration:none;
}

/*404页面*/

#error-404 > h3:before {
    color: rgba(142,142,142,0.15);
    content: "404";
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    font-weight: 700;
    top: -40px;
    font-size: 164px;
    line-height: 200px;
}

@media (min-width: 768px) {

  #error-404 > h3:before {
    font-size: 300px;
    line-height: 250px;
  }
}

@media (min-width: 1020px) {

  #error-404 > h3:before {
    top: 0px;
    font-size: 400px;
    line-height: 320px;
  }
}

/*Newsletter页面的背景图片*/

#newsletter {
  background-image: url('assets/img/bg-newsletter.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*newsletter页面的input输入邮件框左侧的邮件icon*/

.email-address-input:before {
    content:url('assets/img/mail.svg');
    position: absolute;
    left: 0;
    top:8px;
    z-index:1;
    color: white;
    opacity:0.6;
}

/*mailchimps
注册后提示样式*/

.mc4wp-response {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc4wp-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #E0B252;
    max-width: 590px;
    width: 100%;
    padding: 5px 10px;
}

.mc4wp-alert > p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

/*about aaapurse关于aapurse*/

.about-aaapurse {
    background-image: url('assets/img/about-aaapurse.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*产品页面描述*/

.term-description p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*advanced shippment trackings
*/

.woocommerce-button.button.ast_track {
  margin-left: 0.25rem;
  border-width: 0px;
}

@media (min-width: 768px) {

  .woocommerce-button.button.ast_track {
    margin-left: 0px;
    margin-top: 0.25rem;
  }
}

@media (min-width: 1020px) {

  .woocommerce-button.button.ast_track {
    margin-top: 0px;
    margin-left: 0.25rem;
  }
}

/*checkout 结账页面*/

/*结账输入边框*/

.wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
    border-color: #bfbfbfff!important;
}

/*选中边框颜色*/

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    box-shadow: inset 0 0 0 1.5px #bfbfbfff!important;
}

/*结账按钮*/

.wc-block-components-checkout-place-order-button {
  --tw-border-opacity: 1;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wc-block-components-checkout-place-order-button:hover {
  opacity: 0.8;
}

/*返回购物车按钮*/

.wc-block-components-checkout-return-to-cart-button:hover {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*结账页面的所有标题*/

.wc-block-components-title {
  font-family: Google Sans Flex, monospace;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*编辑购物车按钮*/

.wc-block-components-address-card__edit {
  --tw-text-opacity: 1 !important;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1)) !important;
}

.wc-block-components-address-card__edit:hover {
  text-decoration-line: underline;
}

/*结账页面登录按钮*/

.wc-block-checkout__login-prompt {
  --tw-text-opacity: 1 !important;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1)) !important;
}

.wc-block-checkout__login-prompt:hover {
  text-decoration-line: underline;
}

/*total price*/

.wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*联盟营销表格样式 affiliate*/

.affiliate-td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#mobile_main_menu_button::before{
    position:absolute;
    height: 3px;
    width: 0;
    content:"";
    right: 0;
    bottom: 0;
    transition: width 0.2s linear;
    --tw-bg-opacity: 1;
    background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

#mobile_category_menu_button::before {
    position:absolute;
    height: 3px;
    width: 0;
    content:"";
    left: 0;
    bottom: 0;
    transition: width 0.2s linear;
    --tw-bg-opacity: 1;
    background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

#mobile_main_menu_button.show::before, #mobile_category_menu_button.show::before {
    width: 100%;
}

/*手机菜单导航样式*/

.aaapurse_mobile_menu_list {
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Google Sans Flex, monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.aaapurse_mobile_menu_list:hover {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.aaapurse_mobile_menu_list:active {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*循环产品的产品标题*/

.loop-product-title {
  margin-top: 1rem;
  text-align: left;
  font-family: Google Sans Flex, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.group:hover .loop-product-title {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

/*Product Review 产品评论*/

.woocommerce-Reviews-title {
    display: none;
}

.cr-nosummary-add, .cr-review-form-continue {
    padding: 0 10px;
}

.woocommerce .star-rating span  {
    color: #FFBC00;
}

.woocommerce-noreviews {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0px;
}

.woocommerce ul.products li.product .star-rating {
    margin:5px 0;
}

/*产品目录 product archive*/

.woocommerce .products .star-rating {
    margin: 0;
}

/*手动设置SliceWP2
 affiliate插件的样式*/

.SliceWP2
-field-wrapper input[type=text], 
.SliceWP2
-field-wrapper input[type=email], 
.SliceWP2
-field-wrapper input[type=url], 
.SliceWP2
-field-wrapper input[type=password],
.SliceWP2
-field-wrapper textarea, 
.SliceWP2
-field-wrapper select,
#SliceWP2
-affiliate-account textarea, 
#SliceWP2
-affiliate-account input[type="text"] {
  border-radius: 0.125rem;
  border-width: 2px;
  padding: 0.5rem;
}

.SliceWP2
-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.SliceWP2
-button-primary:hover {
  opacity: 0.75;
}

.SliceWP2
-button-primary:active {
  opacity: 0.75;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.even\:bg-gray-100:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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-110: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));
}

.hover\:\!border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#5F5F5F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(95 95 95 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#B5B5B5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/50:hover {
  background-color: rgb(23 154 148 / 0.5);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:\!text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1)) !important;
}

.hover\:hover\:text-\[rgb\(255\2c 255\2c 255\)\]:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#36393d\]:hover {
  --tw-text-opacity: 1;
  color: rgb(54 57 61 / var(--tw-text-opacity, 1));
}

.hover\:text-\[rgb\(255\2c 255\2c 255\)\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / 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-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.before\:hover\:bg-primary:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.after\:hover\:bg-primary:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:border-primary:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 154 148 / var(--tw-border-opacity, 1));
}

.active\:bg-\[\#f7f7f7\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 154 148 / var(--tw-bg-opacity, 1));
}

.active\:bg-primary\/50:active {
  background-color: rgb(23 154 148 / 0.5);
}

.active\:text-primary:active {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.active\:opacity-80:active {
  opacity: 0.8;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:-rotate-90 {
  --tw-rotate: -90deg;
  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\:text-basel {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:active .group-active\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(23 154 148 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:z-\[58\] {
    z-index: 58;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-\[40px\] {
    height: 40px;
  }

  .md\:h-\[550px\] {
    height: 550px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:\!w-\[50\%\] {
    width: 50% !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[22\%\] {
    width: 22%;
  }

  .md\:w-\[40px\] {
    width: 40px;
  }

  .md\:w-\[440px\] {
    width: 440px;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:min-w-\[50px\] {
    min-width: 50px;
  }

  .md\:max-w-\[240px\] {
    max-width: 240px;
  }

  .md\:max-w-\[250px\] {
    max-width: 250px;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:-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));
  }

  .md\:-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));
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\: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)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:\!border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:trackings
-widest {
    letter-spacing: 0.1em;
  }

  .md\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1020px) {

  .lg\:static {
    position: static;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:\!w-\[40\%\] {
    width: 40% !important;
  }

  .lg\:\!w-\[60\%\] {
    width: 60% !important;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[16\%\] {
    width: 16%;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:max-w-\[21rem\] {
    max-width: 21rem;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:grid-cols-\[1\.05fr\2c 0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\: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)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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-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)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[75px\] {
    font-size: 75px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }
}

@media (min-width: 1440px) {

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-\[220px\] {
    height: 220px;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-\[300px\] {
    width: 300px;
  }

  .xl\:w-\[320px\] {
    width: 320px;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-\[22rem\] {
    max-width: 22rem;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\: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));
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

