*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

[class^="icon-"],
	[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f5f5f5;
}

.container {
  max-width: 1372px !important;
  margin: 0 auto;
  padding: 0 30px !important;
}

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

.text-24 {
  font-size: 24px;
}

.text-16 {
  font-size: 16px;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.group:hover .menu-item:after {
  width: 100%;
}

/* buttons */

.primary-button {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .primary-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .primary-button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.primary-button {
  transition: all 0.44s ease-in-out;
}

.primary-button:hover {
  opacity: 0.8;
}

/* most used */

.er-primary-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .er-primary-btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .er-primary-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.er-primary-btn {
  transition: all 0.44s ease-in-out;
}

.er-primary-btn.loading {
  position: relative;
}

.er-primary-btn.loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.er-primary-btn.loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .er-primary-btn.loading::before,.er-primary-btn.loading::after {
    top: 22%;
  }
}

.er-primary-btn:hover {
  opacity: 0.8;
}

/* most used */

.er-secondary-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 77 181 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1rem;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(75 77 181 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .er-secondary-btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .er-secondary-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.er-secondary-btn {
  transition: all 0.44s ease-in-out;
}

.er-secondary-btn.loading {
  position: relative;
}

.er-secondary-btn.loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.er-secondary-btn.loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .er-secondary-btn.loading::before,.er-secondary-btn.loading::after {
    top: 22%;
  }
}

.er-secondary-btn:hover {
  opacity: 0.8;
}

.secondary-button {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 77 181 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1rem;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(75 77 181 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .secondary-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .secondary-button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.secondary-button {
  transition: all 0.44s ease-in-out;
}

.secondary-button.loading {
  position: relative;
}

.secondary-button.loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.secondary-button.loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .secondary-button.loading::before,.secondary-button.loading::after {
    top: 22%;
  }
}

.secondary-button:hover {
  transition: all 0.44s ease-in-out;
}

.er-btn-ghost {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 77 181 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1rem;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(75 77 181 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .er-btn-ghost {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .er-btn-ghost {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.er-btn-ghost {
  transition: all 0.44s ease-in-out;
}

.er-btn-ghost.loading {
  position: relative;
}

.er-btn-ghost.loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.er-btn-ghost.loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .er-btn-ghost.loading::before,.er-btn-ghost.loading::after {
    top: 22%;
  }
}

.er-btn-ghost:hover {
  opacity: 0.8;
}

.wkfashion-pagination-button.loading::before,
	.wkfashion-pagination-button.loading::after,
	.wkfashion-blog-pagination-button.loading::before,
	.wkfashion-blog-pagination-button.loading::after {
  left: 45%;
}

@media not all and (min-width: 525px) {
  .wkfashion-pagination-button.loading::before,
	.wkfashion-pagination-button.loading::after,
	.wkfashion-blog-pagination-button.loading::before,
	.wkfashion-blog-pagination-button.loading::after {
    left: 35%;
  }
}

.shimmer {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: skeleton;
  animation-timing-function: linear;
  background: linear-gradient(
			to right,
			#f6f6f6 8%,
			#f0f0f0 18%,
			#f6f6f6 33%
		);
  background-size: 1250px 100%;
}

.transition-timing-function-cubic {
  transition: 430ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes skeleton {
  0% {
    background-position: -1250px 0;
  }

  100% {
    background-position: 1250px 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 15px !important;
  }
}

.ml-before:where([dir="ltr"], [dir="ltr"] *)::before {
  margin-left: auto;
}

.ml-before:where([dir="rtl"], [dir="rtl"] *)::before {
  margin-right: auto;
}

/* Shopperhaus Icomoon Icons (Start) */

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

.icon-trash:before {
  content: "\e904";
}

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

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

.icon-small-locker:before {
  content: "\e908";
}

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

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

.icon-radio-button-inactive:before {
  content: "\e90f";
  color: #4b4db5;
}

.icon-share:before {
  content: "\e910";
}

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

.icon-plane:before {
  content: "\e913";
}

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

.icon-medium-locker:before {
  content: "\e917";
}

.icon-lockerhaus:before {
  content: "\e91a";
}

.icon-lock-closed:before {
  content: "\e91b";
}

.icon-large-locker:before {
  content: "\e91d";
}

.icon-information-circle:before {
  content: "\e921";
}

.icon-eye:before {
  content: "\e92e";
}

.icon-envelope:before {
  content: "\e931";
}

.icon-credit-card:before {
  content: "\e935";
}

.icon-close:before {
  content: "\e936";
}

.icon-arrow-left-1:before {
  content: "\e946";
}

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

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

.icon-arrow-right-start-on-rectangle:before {
  content: "\e942";
}

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

[dir="rtl"] .icon-arrow-right:before {
  content: "\e943";
}

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

[dir="rtl"] .icon-arrow-left:before {
  content: "\e941";
}

.icon-toast-done:before {
  content: "\e94c";
}

.icon-toast-error:before {
  content: "\e94d";
}

.icon-toast-exclamation:before {
  content: "\e94e";
}

.icon-information-circle:before {
  content: "\e921";
}

.icon-arrow-down-1:before {
  content: "\e945";
}

.icon-arrow-left-1:before {
  content: "\e946";
}

.icon-home-filled:before {
  content: "\e949";
}

.icon-hamburger:before {
  content: "\e948";
}

.icon-download:before {
  content: "\e947";
}

.icon-edit:before {
  content: "\e94f";
}

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

.icon-eye-close:before {
  content: "\e951";
}

.icon-sort:before {
  content: "\e953";
}

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

.icon-enevelop:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.18 7.33776V15.9778C20.18 17.0003 19.3511 17.8292 18.3286 17.8292H5.98571C4.96319 17.8292 4.13428 17.0003 4.13428 15.9778V7.33776M20.18 7.33776C20.18 6.31524 19.3511 5.48633 18.3286 5.48633H5.98571C4.96319 5.48633 4.13428 6.31524 4.13428 7.33776M20.18 7.33776V7.53747C20.18 8.1804 19.8464 8.7773 19.2989 9.11426L13.1275 12.9121C12.5324 13.2783 11.7819 13.2783 11.1868 12.9121L5.01538 9.11426C4.46782 8.7773 4.13428 8.1804 4.13428 7.53747V7.33776' stroke='%234B4DB5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Shopperhaus Icomoon Icons (End) */

.added_to_cart.wc-forward {
  display: none !important;
}

/* cart button */

.wkfashion-mini-cart-popup.visible {
  display: block;
}

.wkfashion-single-product-zoom-img-div.woocommerce-mini-cart__total {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active div.woocommerce-mini-cart__total {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.woocommerce-mini-cart__total strong {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

/* buttons */

.woocommerce-mini-cart__buttons a:nth-child(2) {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .woocommerce-mini-cart__buttons a:nth-child(2) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .woocommerce-mini-cart__buttons a:nth-child(2) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.woocommerce-mini-cart__buttons a:nth-child(2) {
  transition: all 0.44s ease-in-out;
}

.woocommerce-mini-cart__buttons a:nth-child(2).loading {
  position: relative;
}

.woocommerce-mini-cart__buttons a:nth-child(2).loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.woocommerce-mini-cart__buttons a:nth-child(2).loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .woocommerce-mini-cart__buttons a:nth-child(2).loading::before,.woocommerce-mini-cart__buttons a:nth-child(2).loading::after {
    top: 22%;
  }
}

.woocommerce-mini-cart__buttons a:nth-child(2):hover {
  opacity: 0.8;
}

.woocommerce-mini-cart__buttons a:nth-child(2) {
  order: 1;
  text-align: center;
}

.woocommerce-mini-cart__buttons a:nth-child(2):hover {
  opacity: 0.9;
}

@media not all and (min-width: 525px) {
  .woocommerce-mini-cart__buttons a:nth-child(2) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.woocommerce-mini-cart__buttons a:nth-child(1) {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 77 181 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 1rem;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(75 77 181 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .woocommerce-mini-cart__buttons a:nth-child(1) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .woocommerce-mini-cart__buttons a:nth-child(1) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.woocommerce-mini-cart__buttons a:nth-child(1) {
  transition: all 0.44s ease-in-out;
}

.woocommerce-mini-cart__buttons a:nth-child(1).loading {
  position: relative;
}

.woocommerce-mini-cart__buttons a:nth-child(1).loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.woocommerce-mini-cart__buttons a:nth-child(1).loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .woocommerce-mini-cart__buttons a:nth-child(1).loading::before,.woocommerce-mini-cart__buttons a:nth-child(1).loading::after {
    top: 22%;
  }
}

.woocommerce-mini-cart__buttons a:nth-child(1):hover {
  opacity: 0.8;
}

.woocommerce-mini-cart__buttons a:nth-child(1) {
  order: 2;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.woocommerce-mini-cart__buttons a:nth-child(1):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
  .woocommerce-mini-cart__buttons a:nth-child(1) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* mini cart popup, mega menu, wishlist-orders list scrollbar */

.woocommerce-mini-cart::-webkit-scrollbar,
	.wkfashion-mega-menu-thumbnails::-webkit-scrollbar,
	.wkfashion-wishlist-orders-slider::-webkit-scrollbar {
  height: 0.375rem;
  width: 0.25rem;
  background-color: transparent;
}

.woocommerce-mini-cart::-webkit-scrollbar-thumb,
	.wkfashion-mega-menu-thumbnails::-webkit-scrollbar-thumb,
	.wkfashion-wishlist-orders-slider::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.9;
}

.woocommerce-mini-cart::-webkit-scrollbar-track,
	.wkfashion-mega-menu-thumbnails::-webkit-scrollbar-track,
	.wkfashion-wishlist-orders-slider::-webkit-scrollbar-track {
  background-color: transparent;
}

.cursor-close {
  cursor:
			url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMzInIGhlaWdodD0nMzInIHZpZXdCb3g9JzAgMCAzMiAzMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48Y2lyY2xlIGZpbGwtb3BhY2l0eT0nLjYnIGZpbGw9JyNGRkYnIGN4PScxNicgY3k9JzE2JyByPScxNicvPjxwYXRoIGZpbGw9JyMwMDAnIGQ9J00yMC4zODUgMTFsLTQuMzk1IDQuMzktNC4zNzUtNC4zNy0uNjE1LjYxNUwxNS4zNzUgMTYgMTEgMjAuMzdsLjYxNS42MSA0LjM3NS00LjM2NUwyMC4zODUgMjFsLjYxNS0uNjFMMTYuNjA0IDE2IDIxIDExLjYxNXonLz48L2c+PC9zdmc+)
				16 16,
			pointer;
}

.transition-timing-function-cubic {
  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: 430ms;
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

/* out of stock */

p.out-of-stock {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* variation table */

table.wkfashion-single-product-zoom-img-div.variations tr {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active divtable.variations tr {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

table.variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reset_variations {
  display: none !important;
}

.woocommerce-variation-price span,
	.woocommerce-variation-availability p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

/* cart page */

.woocommerce-cart-form__cart-item .wkfashion-quantity-changer,
	.wkfashion-cart-checkout-products-content .wkfashion-quantity-changer {
  gap: 0.25rem !important;
  padding: 0.5rem !important;
}

.wkfashion-cart-page-items .woocommerce-cart-form__cart-item:last-of-type {
  border-style: none !important;
}

/* Checkout page */

.wkfashion-cart-checkout-products-content {
}

.wkfashion-single-product-zoom-img-div#ship-to-different-address > label {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active div#ship-to-different-address > label {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#ship-to-different-address > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

#ship-to-different-address > label > input {
  margin-bottom: 0px;
  display: inline-block;
  width: auto;
}

.wkfashion-single-product-zoom-img-div.woocommerce-additional-fields__field-wrapper > p {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active div.woocommerce-additional-fields__field-wrapper > p {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-additional-fields__field-wrapper > p {
  display: flex;
  flex-direction: column;
}

.woocommerce-additional-fields__field-wrapper > p textarea {
  margin-top: 1rem;
  height: 10rem;
  min-height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: dashed;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 300ms;
}

.wc_payment_method .payment_box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

.woocommerce-form-coupon-toggle .woocommerce-error li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 525px) {
  .woocommerce-form-coupon-toggle .woocommerce-error li {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.woocommerce-checkout-review-order .woocommerce-Price-amount bdi {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 525px) {
  .woocommerce-checkout-review-order .woocommerce-Price-amount bdi {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.woocommerce-checkout-review-order p .woocommerce-Price-amount bdi {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 525px) {
  .woocommerce-checkout-review-order p .woocommerce-Price-amount bdi {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.woocommerce-checkout-review-order
		.order-total
		.woocommerce-Price-amount
		bdi {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 525px) {
  .woocommerce-checkout-review-order
		.order-total
		.woocommerce-Price-amount
		bdi {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce-checkout-review-order-table .cart_item:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  padding-bottom: 1.5rem;
}

/* notification */

.wkfashion-notification.success {
  --tw-bg-opacity: 1;
  background-color: rgb(148 226 171 / var(--tw-bg-opacity, 1));
}

.wkfashion-notification.error {
  --tw-bg-opacity: 1;
  background-color: rgb(255 133 128 / var(--tw-bg-opacity, 1));
}

/* Grouped product : variation product out of stock */

.woocommerce-grouped-product-list .out-of-stock {
  margin: 0px;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 133 128 / var(--tw-text-opacity, 1));
}

/* up sell product, related product */

.wkfashion-up-sells-product-section,
	.wkfashion-related-product-section {
  overflow: hidden;
}

.wkfashion-single-product-zoom-img-div.wkfashion-up-sells-product-section .wkfashion-product-container,.wkfashion-single-product-zoom-img-div
	.wkfashion-related-product-section .wkfashion-product-container {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active div.wkfashion-up-sells-product-section .wkfashion-product-container,.woocommerce-MyAccount-navigation-link.is-active div
	.wkfashion-related-product-section .wkfashion-product-container {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wkfashion-up-sells-product-section .wkfashion-product-container,
	.wkfashion-related-product-section .wkfashion-product-container {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  display: flex;
  gap: 1rem;
  transition-property: all;
  transition-duration: 440ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wkfashion-up-sells-product-section .wkfashion-product-container::-webkit-scrollbar,
	.wkfashion-related-product-section .wkfashion-product-container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .wkfashion-up-sells-product-section .wkfashion-product-container,
	.wkfashion-related-product-section .wkfashion-product-container {
    gap: 1.5rem;
  }
}

.wkfashion-up-sells-product-section .wkfashion-product-container > div,
	.wkfashion-related-product-section .wkfashion-product-container > div {
  min-width: 188px;
}

/* order table */

.wkfashion-order-status-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 35px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wkfashion-order-status-btn.Pending {
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.Processing {
  background-color: rgb(22 44 85 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.hold {
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.Completed {
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.Cancelled {
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.Refunded {
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.Failed {
  background-color: rgb(255 133 128 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.wkfashion-order-status-btn.Draft {
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

@media (min-width: 768px) {
  .woocommerce-orders-table__cell .cancel {
    --tw-text-opacity: 1;
    color: rgb(255 133 128 / var(--tw-text-opacity, 1));
  }
}

@media not all and (min-width: 768px) {
  .woocommerce-orders-table__cell .woocommerce-Price-amount {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(29 38 61 / var(--tw-text-opacity, 1));
  }
}

.cart-discount a {
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 35px;
  background-color: rgb(255 133 128 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Blog Post Comment Form */

.wkfashion-comments-area .comment-reply-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

.wkfashion-comments-area .comment-notes {
  margin-top: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.wkfashion-comments-area .comment-form-comment {
  margin-top: 2rem;
}

@media not all and (min-width: 768px) {
  .wkfashion-comments-area .comment-form-comment {
    margin-top: 1.5rem;
  }
}

.wkfashion-comments-area label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

.wkfashion-comments-area label span.required {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.wkfashion-comments-area p {
  margin-top: 1.5rem;
}

.wkfashion-comments-area p.form-submit {
  display: inline-block;
}

.wkfashion-comments-area p.form-submit .submit {
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {
  .wkfashion-comments-area p.form-submit .submit {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .wkfashion-comments-area p.form-submit .submit {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.wkfashion-comments-area p.form-submit .submit {
  transition: all 0.44s ease-in-out;
}

.wkfashion-comments-area p.form-submit .submit.loading {
  position: relative;
}

.wkfashion-comments-area p.form-submit .submit.loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.wkfashion-comments-area p.form-submit .submit.loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .wkfashion-comments-area p.form-submit .submit.loading::before,.wkfashion-comments-area p.form-submit .submit.loading::after {
    top: 22%;
  }
}

.wkfashion-comments-area p.form-submit .submit:hover {
  opacity: 0.8;
}

.wkfashion-comments-area p.form-submit .submit {
  margin-top: 0.5rem !important;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/* product compare  */

.wkfashion-product-card > div:last-child a.wcboost-products-compare-button {
  display: none;
}

.wkfashion-single-product-zoom-img-div.wkfashion-product-card .mf-compare-button a {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active div.wkfashion-product-card .mf-compare-button a {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wkfashion-product-card .mf-compare-button a {
  margin: 0px;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.wkfashion-product-card .mf-compare-button a span {
  margin-right: 0px;
}

/* Product Compare Page (WCBoost Plugin) */

/* General styling for most browsers */

input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Specific styling for Firefox */

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

/* search input */

input[type="search"]::-webkit-search-decoration,
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-results-button,
	input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Input Placeholder */

input::placeholder,
	textarea::placeholder,
	input::-webkit-input-placeholder,
	textarea::placeholder,
	input::-ms-input-placeholder,
	textarea::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

/* wishlist  */

.wkfashion-wishlist-btn.active:before {
  content: "\e91f";
}

/* Default form field */

form,
	.wkfashion-checkout-review-order-totals-wrapper,
	.wc_payment_methods,
	.wkfashion-checkout-place-order-wrapper {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media not all and (min-width: 768px) {
  form,
	.wkfashion-checkout-review-order-totals-wrapper,
	.wc_payment_methods,
	.wkfashion-checkout-place-order-wrapper {
    border-radius: 0.75rem;
    padding: 1.25rem;
  }
}

@media not all and (min-width: 525px) {
  form,
	.wkfashion-checkout-review-order-totals-wrapper,
	.wc_payment_methods,
	.wkfashion-checkout-place-order-wrapper {
    border-radius: 0.5rem;
    padding: 1rem;
  }
}

p.form-row label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

p.form-row label abbr.required,
	p.form-row label span.required {
  --tw-text-opacity: 1;
  color: rgb(255 133 128 / var(--tw-text-opacity, 1));
}

p.form-row > span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

form
		input:not([type="radio"]):not([type="checkbox"]):not(.qty):not(
			.search-input
		) {
  /* not globally set due to widgets */
  margin-top: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

form
		input:not([type="radio"]):not([type="checkbox"]):not(.qty):not(
			.search-input
		):hover {
  --tw-border-opacity: 0.9;
}

@media not all and (min-width: 768px) {
  form
		input:not([type="radio"]):not([type="checkbox"]):not(.qty):not(
			.search-input
		) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media not all and (min-width: 525px) {
  form
		input:not([type="radio"]):not([type="checkbox"]):not(.qty):not(
			.search-input
		) {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* dropdown start */

p.form-row span.select2-selection__rendered,
	select {
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

p.form-row span.select2-selection__rendered:hover,
	select:hover {
  --tw-border-opacity: 0.9;
}

@media not all and (min-width: 768px) {
  p.form-row span.select2-selection__rendered,
	select {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

@media not all and (min-width: 525px) {
  p.form-row span.select2-selection__rendered,
	select {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

p.form-row span.select2-selection__rendered {
  min-height: 46px;
}

p.form-row span.select2-selection__rendered input {
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

p.form-row span.select2-selection__rendered input:hover {
  --tw-border-opacity: 0.9;
}

@media not all and (min-width: 768px) {
  p.form-row span.select2-selection__rendered input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media not all and (min-width: 525px) {
  p.form-row span.select2-selection__rendered input {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

p.form-row span.select2-selection.select2-selection--single {
  margin: 0px;
  height: auto;
}

p.form-row span.select2-selection .select2-selection__arrow {
  top: 0.75rem;
}

input[type="text"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* dropdown end */

p.form-row span.select2-selection {
  border-style: none;
}

p.form-row span.select2-selection__arrow {
  top: 0.5rem;
}

p.form-row {
  margin-bottom: 1.5rem;
}

textarea {
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

textarea:hover {
  --tw-border-opacity: 0.9;
}

@media not all and (min-width: 768px) {
  textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media not all and (min-width: 525px) {
  textarea {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

p.form-row p.checkout-inline-error-message {
  /* Checkout page error message */
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 133 128 / var(--tw-text-opacity, 1));
}

input[aria-invalid="true"]:not([type="radio"]):not([type="checkbox"]):not(
			.qty
		):not(.search-input) {
  --tw-border-opacity: 1;
  border-color: rgb(255 133 128 / var(--tw-border-opacity, 1));
}

/* coupon error */

.coupon-error-notice {
  display: none;
}

.woocommerce-notices-wrapper .wkfashion-woocommerce-success-message,
	.woocommerce-notices-wrapper .wkfashion-woocommerce-error-message,
	.wkfashion-woocommerce-success-message,
	.wkfashion-woocommerce-error-message {
  display: none;
}

/* toast progress bar */

.wkfashion-circle-spinner .path {
  stroke: hsl(111, 74%, 37%);
  stroke-linecap: round;
  animation: dash 3s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 130, 150;
    stroke-dashoffset: 0;
  }
}

/* Single product zoomer slider */

/* Base styles for the zoom divs */

.wkfashion-single-product-zoom-img-div {
  opacity: 0;
  transform: scale(0.8);
  transition:
			opacity 0.66s ease-in-out,
			transform 0.66s ease-in-out;
  display: none;
}

/* When the zoom div is active */

.wkfashion-single-product-zoom-img-div.flex {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

/* Add animation only when showing */

.wkfashion-single-product-zoom-img-div.flex {
  animation: zoomIn 0.66s ease-in-out;
}

/* single product imgs: edge magnification zoom in effect */

figure.wkfashion-img-edge-magnifier-container.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

figure.wkfashion-img-edge-magnifier-container.zoom img:hover {
  opacity: 0;
}

figure.wkfashion-img-edge-magnifier-container.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

/* woocommerce woocommerce-MyAccount-content */

.woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-MyAccount-navigation-link.is-active div.flex {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* mini cart */

/* Hide scrollbar for all browsers */

/* Popup fade in */

.element-fade-in {
  animation: fadeIn 0.5s ease forwards;
}

.element-fade-out {
  animation: fadeOut 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.8;
  }
}

@keyframes fadeOut {
  from {
    opacity: 0.8;
  }

  to {
    opacity: 0;
  }
}

/* Mobile Menu Header */

.wkfashion-single-product-zoom-img-div.wkfashion-mobile-menu-header-category > p {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active div.wkfashion-mobile-menu-header-category > p {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wkfashion-mobile-menu-header-category > p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

/* Right sidebar wrapper */

aside.wkfashion-single-product-zoom-img-div.wkfashion-sidebar {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active divaside.wkfashion-sidebar {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

aside.wkfashion-sidebar {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media not all and (min-width: 768px) {
  aside.wkfashion-sidebar {
    gap: 0.75rem;
  }
}

/* privacy policy text */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Spinners */

.cp-spinner {
  position: relative;
}

.cp-round:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.cp-round:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

.cp-round-black::before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #fcfcfc;
  border-right: solid 2px #fcfcfc;
  border-bottom: solid 2px #fcfcfc;
  border-left: solid 2px #fcfcfc;
  position: absolute;
  top: 32%;
  left: 42%;
}

.cp-round-black::after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #a2a2a2;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 42%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .cp-round::before,
		.cp-round::after,
		.cp-round-black::before,
		.cp-round-black::after {
    top: 22%;
  }
}

/*Round Spinner Animation*/

@keyframes cp-round-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add cp-spinner cp-round with white button and cp-spinner cp-round-black with black button */

.wkfashion_product_listing_page_btn.loading {
  position: relative;
}

.wkfashion_product_listing_page_btn.loading:before {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #bababa;
  border-right: solid 2px #bababa;
  border-bottom: solid 2px #bababa;
  border-left: solid 2px #bababa;
  position: absolute;
  top: 32%;
  left: 50%;
}

.wkfashion_product_listing_page_btn.loading:after {
  border-radius: 50%;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-top: solid 2px #0c0c0b;
  border-right: solid 2px transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 2px transparent;
  position: absolute;
  top: 32%;
  left: 50%;
  animation: cp-round-animate 1s ease-in-out infinite;
}

@media (max-width: 525px) {
  .wkfashion_product_listing_page_btn.loading::before,.wkfashion_product_listing_page_btn.loading::after {
    top: 22%;
  }
}

/* Footer Menu */

.wkfashion-footer-menu li::after {
  transition: 0.3s all;
}

.wkfashion-footer-menu li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.wkfashion-footer-menu li::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 1px;
  width: 0px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.wkfashion-footer-menu li:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.wkfashion-footer-menu li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

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

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

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

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

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

.top-20 {
  top: 5rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

.col-span-4 {
  grid-column: span 4 / span 4;
}

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

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

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

.my-\[112px\] {
  margin-top: 112px;
  margin-bottom: 112px;
}

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

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

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

.\!mb-\[28px\] {
  margin-bottom: 28px !important;
}

.\!mb-\[36px\] {
  margin-bottom: 36px !important;
}

.\!ml-8 {
  margin-left: 2rem !important;
}

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.mb-\[36px\] {
  margin-bottom: 36px;
}

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[42px\] {
  margin-top: 42px;
}

.mt-\[44px\] {
  margin-top: 44px;
}

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1\.49\/1\] {
  aspect-ratio: 1.49/1;
}

.aspect-\[1\.4933\/1\] {
  aspect-ratio: 1.4933/1;
}

.aspect-\[1\.4954\/1\] {
  aspect-ratio: 1.4954/1;
}

.aspect-\[1\.57\/1\] {
  aspect-ratio: 1.57/1;
}

.aspect-\[117\/160\] {
  aspect-ratio: 117/160;
}

.aspect-\[14\.625\] {
  aspect-ratio: 14.625;
}

.aspect-\[150\/89\] {
  aspect-ratio: 150/89;
}

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

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

.h-1\.5 {
  height: 0.375rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-14 {
  max-height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

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

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-20 {
  min-height: 5rem;
}

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

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

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

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

.\!w-5 {
  width: 1.25rem !important;
}

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.min-w-0 {
  min-width: 0px;
}

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

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

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-80 {
  max-width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

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

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

.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-auto {
  cursor: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

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

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

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

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

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

.grid-cols-\[100px_auto\] {
  grid-template-columns: 100px auto;
}

.grid-cols-\[12px\2c 1fr\] {
  grid-template-columns: 12px 1fr;
}

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

.grid-cols-\[1fr_1fr\] {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-\[24px_auto\] {
  grid-template-columns: 24px auto;
}

.grid-cols-\[40px_1fr\] {
  grid-template-columns: 40px 1fr;
}

.grid-cols-\[44px_auto\] {
  grid-template-columns: 44px auto;
}

.grid-cols-\[56px_auto_18px\] {
  grid-template-columns: 56px auto 18px;
}

.grid-cols-\[auto_24px\] {
  grid-template-columns: auto 24px;
}

.grid-cols-\[auto_316px\] {
  grid-template-columns: auto 316px;
}

.grid-cols-\[auto_370px\] {
  grid-template-columns: auto 370px;
}

.grid-cols-\[minmax\(200px\2c _380px\)_minmax\(600px\2c _902px\)\] {
  grid-template-columns: minmax(200px, 380px) minmax(600px, 902px);
}

.grid-cols-\[minmax\(300px\2c 486px\)_minmax\(350px\2c 1fr\)\] {
  grid-template-columns: minmax(300px,486px) minmax(350px,1fr);
}

.grid-cols-\[minmax\(60px\2c 100px\)_minmax\(280px\2c 468px\)\] {
  grid-template-columns: minmax(60px,100px) minmax(280px,468px);
}

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-baseline {
  place-content: baseline;
}

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

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

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

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

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

.justify-items-end {
  justify-items: end;
}

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

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

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

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

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-wrap {
  text-wrap: wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

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

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.\!border-navyBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 12 59 / var(--tw-border-opacity, 1)) !important;
}

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

.border-brandBlue {
  --tw-border-opacity: 1;
  border-color: rgb(22 44 85 / var(--tw-border-opacity, 1));
}

.border-brandGreen {
  --tw-border-opacity: 1;
  border-color: rgb(148 226 171 / var(--tw-border-opacity, 1));
}

.border-brandPurple {
  --tw-border-opacity: 1;
  border-color: rgb(75 77 181 / var(--tw-border-opacity, 1));
}

.border-brandSkyBlue {
  --tw-border-opacity: 1;
  border-color: rgb(182 207 251 / 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-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

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

.border-primaryDark {
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
}

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

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

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

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

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

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

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

.\!bg-brandPurple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-textTerciary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#C2DBF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 219 241 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  background-color: rgba(0,0,0,0.8);
}

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

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-brandBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 44 85 / var(--tw-bg-opacity, 1));
}

.bg-brandPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-primaryDark {
  --tw-bg-opacity: 1;
  background-color: rgb(29 38 61 / var(--tw-bg-opacity, 1));
}

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

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

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

.bg-softSkyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 250 / var(--tw-bg-opacity, 1));
}

.bg-textTerciary {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / 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-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

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

.p-2 {
  padding: 0.5rem;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[30px\] {
  padding: 30px;
}

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

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

.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

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

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

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-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-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.\!pl-11 {
  padding-left: 2.75rem !important;
}

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

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

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

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

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

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

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

.pl-14 {
  padding-left: 3.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

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

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

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

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

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

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

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

.font-obviously {
  font-family: obviously;
}

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

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

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

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

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

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

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

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

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

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

.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-\[12px\] {
  font-weight: 12px;
}

.font-\[400\] {
  font-weight: 400;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!leading-normal {
  line-height: 1.5 !important;
}

.leading-3 {
  line-height: .75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[0\.7\] {
  line-height: 0.7;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[130\%\] {
  line-height: 130%;
}

.leading-\[300px\] {
  line-height: 300px;
}

.leading-\[6px\] {
  line-height: 6px;
}

.leading-\[9px\] {
  line-height: 9px;
}

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

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

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

.\!text-primaryDark {
  --tw-text-opacity: 1 !important;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1)) !important;
}

.\!text-primaryRed {
  --tw-text-opacity: 1 !important;
  color: rgb(255 133 128 / var(--tw-text-opacity, 1)) !important;
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-brandBlue {
  --tw-text-opacity: 1;
  color: rgb(22 44 85 / var(--tw-text-opacity, 1));
}

.text-brandPurple {
  --tw-text-opacity: 1;
  color: rgb(75 77 181 / var(--tw-text-opacity, 1));
}

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

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

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

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

.text-primaryDark {
  --tw-text-opacity: 1;
  color: rgb(29 38 61 / var(--tw-text-opacity, 1));
}

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

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

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

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

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0px_0px_16px_0px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_0px_0px_rgba\(229\2c _229\2c _229\2c _1\)_inset\] {
  --tw-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1) inset;
  --tw-shadow-colored: inset 0px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline {
  outline-style: solid;
}

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

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

.ring-primaryDark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 38 61 / var(--tw-ring-opacity, 1));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.ease-\[cubic-bezier\(\.4\2c 0\2c \.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

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

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

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

[dir="rtl"] .text-end {
  text-align: left;
}

[dir="ltr"] .text-end {
  text-align: right;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.break-inside-avoid {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

  src: url("../fonts/icomoon.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

/* Obviously Fonts */

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

  src: url("../fonts/Obviously-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

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

  src: url("../fonts/Obviously-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: block;
}

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

  src: url("../fonts/Obviously-Semibold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: block;
}

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

  src: url("../fonts/Obviously-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: block;
}

.peer:checked ~ .peer-checked\:icon-circle-check:before {
  content: "\e937";
}

@media not all and (min-width: 525px) {
  .max-sm\:\!text-24 {
    font-size: 24px !important;
  }
}

.rtl\:icon-arrow-right:where([dir="rtl"], [dir="rtl"] *):before {
  content: "\e941";
}

[dir="rtl"] .rtl\:icon-arrow-right:where([dir="rtl"], [dir="rtl"] *):before {
  content: "\e943";
}

.\[\&\>\*\]\:\[\&\>\*\]\:flex>*>*.wkfashion-single-product-zoom-img-div {
  /* display: flex; */
  opacity: 1;
  transform: scale(1);
  animation: zoomIn 0.66s ease-in-out;
}

.woocommerce-MyAccount-navigation-link.is-active .\[\&\>\*\]\:\[\&\>\*\]\:flex>*>*div {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

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

.odd\:bg-gray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.first-of-type\:border-none:first-of-type {
  border-style: none;
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}

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

.last-of-type\:border-none:last-of-type {
  border-style: none;
}

.hover\:rotate-90:hover {
  --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));
}

.hover\:rotate-\[-45deg\]:hover {
  --tw-rotate: -45deg;
  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-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.hover\:\!border-navyBlue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 12 59 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-brandSkyBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(182 207 251 / var(--tw-border-opacity, 1));
}

.hover\:border-primaryDark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-brandPurple:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-neutralLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primaryLight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-softSkyBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 243 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-\[0\.8\]:hover {
  opacity: 0.8;
}

.focus\:border-primaryDark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.peer:checked ~ .peer-checked\:bg-brandPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(75 77 181 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:pb-4 {
  padding-bottom: 1rem;
}

.peer:checked ~ .peer-checked\:text-brandPurple {
  --tw-text-opacity: 1;
  color: rgb(75 77 181 / var(--tw-text-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:ring-primaryDark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 38 61 / var(--tw-ring-opacity, 1));
}

.has-\[input\:checked\]\:border-2:has(input:checked) {
  border-width: 2px;
}

.has-\[input\:checked\]\:border-brandPurple:has(input:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(75 77 181 / var(--tw-border-opacity, 1));
}

.empty\:hidden:empty {
  display: none;
}

.not-first-of-type\:mt-6:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media (max-width: 1300px) {
  .max-\[1300px\]\:gap-5 {
    gap: 1.25rem;
  }
}

@media not all and (min-width: 1240px) {
  .max-xl\:\!grid-cols-\[minmax\(160px\2c 300px\)_minmax\(438px\2c 1fr\)\] {
    grid-template-columns: minmax(160px,300px) minmax(438px,1fr) !important;
  }

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

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

@media (max-width: 1100px) {
  .max-\[1100px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1060px) {
  .max-1060\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

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

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

  .max-lg\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

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

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

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

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

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

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

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

  .max-lg\:\!grid-cols-\[minmax\(160px\2c 300px\)_minmax\(438px\2c 1fr\)\] {
    grid-template-columns: minmax(160px,300px) minmax(438px,1fr) !important;
  }

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

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

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

  .max-lg\:grid-cols-\[34px_auto_18px\] {
    grid-template-columns: 34px auto 18px;
  }

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

  .max-lg\:gap-0 {
    gap: 0px;
  }

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

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

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

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

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

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

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

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

  .max-lg\:p-4 {
    padding: 1rem;
  }

  .max-lg\:p-\[2px\] {
    padding: 2px;
  }

  .max-lg\:\!px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

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

  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

  .max-lg\:capitalize {
    text-transform: capitalize;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:relative {
    position: relative;
  }

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

  .max-md\:top-5 {
    top: 1.25rem;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:-mx-\[15px\] {
    margin-left: -15px;
    margin-right: -15px;
  }

  .max-md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .max-md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-md\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

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

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

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

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

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

  .max-md\:mb-\[112px\] {
    margin-bottom: 112px;
  }

  .max-md\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }

  .max-md\:h-12 {
    height: 3rem;
  }

  .max-md\:h-2 {
    height: 0.5rem;
  }

  .max-md\:h-20 {
    height: 5rem;
  }

  .max-md\:h-6 {
    height: 1.5rem;
  }

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

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

  .max-md\:\!w-full {
    width: 100% !important;
  }

  .max-md\:w-12 {
    width: 3rem;
  }

  .max-md\:w-20 {
    width: 5rem;
  }

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

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

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

  .max-md\:w-auto {
    width: auto;
  }

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

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

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

  .max-md\:rotate-\[0deg\] {
    --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));
  }

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

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

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

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

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

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

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

  .max-md\:gap-0 {
    gap: 0px;
  }

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

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

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

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

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

  .max-md\:gap-5 {
    gap: 1.25rem;
  }

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

  .max-md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .max-md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

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

  .max-md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .max-md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .max-md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .max-md\:gap-y-8 {
    row-gap: 2rem;
  }

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

  .max-md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

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

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

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

  .max-md\:border-t-0 {
    border-top-width: 0px;
  }

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

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

  .max-md\:border-neutralLight {
    --tw-border-opacity: 1;
    border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
  }

  .max-md\:border-primaryDark {
    --tw-border-opacity: 1;
    border-color: rgb(29 38 61 / var(--tw-border-opacity, 1));
  }

  .max-md\:border-transparent {
    border-color: transparent;
  }

  .max-md\:bg-transparent {
    background-color: transparent;
  }

  .max-md\:\!p-4 {
    padding: 1rem !important;
  }

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

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

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

  .max-md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

  .max-md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .max-md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

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

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

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

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

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

  .max-md\:pt-\[80px\] {
    padding-top: 80px;
  }

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

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

  .max-md\:text-\[12px\] {
    font-size: 12px;
  }

  .max-md\:text-\[132px\] {
    font-size: 132px;
  }

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

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

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

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

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

  .max-md\:leading-normal {
    line-height: 1.5;
  }

  .max-md\:opacity-100 {
    opacity: 1;
  }

  .max-md\:opacity-25 {
    opacity: 0.25;
  }
}

@media not all and (min-width: 525px) {
  .max-sm\:top-2 {
    top: 0.5rem;
  }

  .max-sm\:top-4 {
    top: 1rem;
  }

  .max-sm\:order-1 {
    order: 1;
  }

  .max-sm\:order-2 {
    order: 2;
  }

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

  .max-sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-sm\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

  .max-sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

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

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

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

  .max-sm\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .max-sm\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

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

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

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

  .max-sm\:h-14 {
    height: 3.5rem;
  }

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

  .max-sm\:h-auto {
    height: auto;
  }

  .max-sm\:max-h-full {
    max-height: 100%;
  }

  .max-sm\:min-h-0 {
    min-height: 0px;
  }

  .max-sm\:\!w-full {
    width: 100% !important;
  }

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

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

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

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

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

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

  .max-sm\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

  .max-sm\:flex-row {
    flex-direction: row;
  }

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

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:items-start {
    align-items: flex-start;
  }

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

  .max-sm\:justify-between {
    justify-content: space-between;
  }

  .max-sm\:justify-items-center {
    justify-items: center;
  }

  .max-sm\:gap-0 {
    gap: 0px;
  }

  .max-sm\:gap-1 {
    gap: 0.25rem;
  }

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

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

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

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

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

  .max-sm\:gap-5 {
    gap: 1.25rem;
  }

  .max-sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .max-sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

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

  .max-sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .max-sm\:overflow-auto {
    overflow: auto;
  }

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

  .max-sm\:p-1 {
    padding: 0.25rem;
  }

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

  .max-sm\:p-4 {
    padding: 1rem;
  }

  .max-sm\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

  .max-sm\:px-\[86px\] {
    padding-left: 86px;
    padding-right: 86px;
  }

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

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

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

  .max-sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .max-sm\:\!pt-0 {
    padding-top: 0px !important;
  }

  .max-sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .max-sm\:pb-\[100px\] {
    padding-bottom: 100px;
  }

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

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

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

  .max-sm\:\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

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

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

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

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

  .max-sm\:opacity-100 {
    opacity: 1;
  }

  .max-sm\:no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .max-sm\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .max-sm\:not-first-of-type\:mt-2\.5:not(:first-of-type) {
    margin-top: 0.625rem;
  }
}

@media (max-width: 480px) {
  .max-\[480px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 525px) {
  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:hidden {
    display: none;
  }

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

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

@media (min-width: 768px) {
  .md\:sticky {
    position: sticky;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:grid-cols-\[minmax\(160px\2c 384px\)_minmax\(400px\2c 1fr\)\] {
    grid-template-columns: minmax(160px,384px) minmax(400px,1fr);
  }

  .md\:grid-cols-\[minmax\(160px\2c 384px\)_minmax\(438px\2c 1fr\)\] {
    grid-template-columns: minmax(160px,384px) minmax(438px,1fr);
  }

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

  .md\:overflow-auto {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:transition-none {
    transition-property: none;
  }
}

.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}

.ltr\:left-1\/2:where([dir="ltr"], [dir="ltr"] *) {
  left: 50%;
}

.ltr\:left-3:where([dir="ltr"], [dir="ltr"] *) {
  left: 0.75rem;
}

.ltr\:left-4:where([dir="ltr"], [dir="ltr"] *) {
  left: 1rem;
}

.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}

.ltr\:right-2\.5:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.625rem;
}

.ltr\:right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.75rem;
}

.ltr\:right-5:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.25rem;
}

.ltr\:-translate-x-1\/2:where([dir="ltr"], [dir="ltr"] *) {
  --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));
}

.ltr\:translate-x-full:where([dir="ltr"], [dir="ltr"] *) {
  --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));
}

.ltr\:\!pl-11:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 2.75rem !important;
}

.ltr\:\!pr-11:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 2.75rem !important;
}

.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
  text-align: left;
}

.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *) {
  text-align: right;
}

@media not all and (min-width: 768px) {
  .max-md\:ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
  }
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:left-2\.5:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.625rem;
}

.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.75rem;
}

.rtl\:left-5:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.25rem;
}

.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}

.rtl\:right-1\/2:where([dir="rtl"], [dir="rtl"] *) {
  right: 50%;
}

.rtl\:right-3:where([dir="rtl"], [dir="rtl"] *) {
  right: 0.75rem;
}

.rtl\:right-4:where([dir="rtl"], [dir="rtl"] *) {
  right: 1rem;
}

.rtl\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

.rtl\:translate-x-1\/2:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

.rtl\:\!pl-11:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2.75rem !important;
}

.rtl\:\!pr-11:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.75rem !important;
}

.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *) {
  text-align: left;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

@media not all and (min-width: 768px) {
  .max-md\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .dark\:text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216 / var(--tw-text-opacity, 1));
  }
}

.\[\&\>\*\]\:\[\&\>\*\]\:flex>*>* {
  display: flex;
}

.\[\&\>\*\]\:\[\&\>\*\]\:items-center>*>* {
  align-items: center;
}
