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

/** icons */

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

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

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

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

/** icons (end) */

/*
	* price filter widget : price filter
	*/

.wkfashion-price-filter input[type="number"]::-webkit-inner-spin-button,
	.wkfashion-price-filter input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.wkfashion-price-filter-range-slider {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 15px;
  background: rgb(229 231 235);
}

.wkfashion-price-filter-range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
}

.wkfashion-price-filter-range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #171717;
  border: 1px solid #171717;
  cursor: pointer;
  border-radius: 20px;
  opacity: 1;
}

.wkfashion-price-filter-range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #171717;
  border: 1px solid #171717;
  cursor: pointer;
  border-radius: 20px;
  opacity: 1;
}

.wkfashion-price-filter-range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
}

.wkfashion-price-filter-range-slider input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  background: #171717;
  border: 1px solid #171717;
}

/* wishlist page */

.wkfashion-widget-wishlist-item .wkfashion-wishlist-btn {
  top: 0px;
  height: 1.5rem !important;
  width: 1.5rem !important;
  font-size: 1.5rem;
  line-height: 2rem;
}

.wkfashion-widget-wishlist-item .wkfashion-wishlist-btn:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}

.wkfashion-widget-wishlist-item .wkfashion-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.wkfashion-widget-invisible {
  visibility: hidden;
}

.wkfashion-widget-absolute {
  position: absolute;
}

.wkfashion-widget-relative {
  position: relative;
}

.wkfashion-widget--top-8 {
  top: -2rem;
}

.wkfashion-widget-bottom-12 {
  bottom: 3rem;
}

.wkfashion-widget-bottom-5 {
  bottom: 1.25rem;
}

.wkfashion-widget-bottom-\[calc\(3rem\+10\%\)\] {
  bottom: calc(3rem + 10%);
}

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

.wkfashion-widget-left-12 {
  left: 3rem;
}

.wkfashion-widget-left-\[calc\(3rem\+10\%\)\] {
  left: calc(3rem + 10%);
}

.wkfashion-widget-right-12 {
  right: 3rem;
}

.wkfashion-widget-right-\[calc\(3rem\+10\%\)\] {
  right: calc(3rem + 10%);
}

.wkfashion-widget-top-0 {
  top: 0px;
}

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

.wkfashion-widget-top-10 {
  top: 2.5rem;
}

.wkfashion-widget-top-12 {
  top: 3rem;
}

.wkfashion-widget-top-3 {
  top: 0.75rem;
}

.wkfashion-widget-top-\[calc\(3rem\+10\%\)\] {
  top: calc(3rem + 10%);
}

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

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

.wkfashion-widget-z-\[100\] {
  z-index: 100;
}

.wkfashion-widget-m-auto {
  margin: auto;
}

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

.wkfashion-widget-mx-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}

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

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

.\!wkfashion-widget-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

.wkfashion-widget-block {
  display: block;
}

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

.wkfashion-widget-flex {
  display: flex;
}

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

.wkfashion-widget-grid {
  display: grid;
}

.wkfashion-widget-hidden {
  display: none;
}

.wkfashion-widget-aspect-\[0\.81\/1\] {
  aspect-ratio: 0.81/1;
}

.wkfashion-widget-aspect-\[1\.108\/1\] {
  aspect-ratio: 1.108/1;
}

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

.wkfashion-widget-aspect-\[128\/57\] {
  aspect-ratio: 128/57;
}

.wkfashion-widget-h-10 {
  height: 2.5rem;
}

.wkfashion-widget-h-12 {
  height: 3rem;
}

.wkfashion-widget-h-3 {
  height: 0.75rem;
}

.wkfashion-widget-h-4 {
  height: 1rem;
}

.wkfashion-widget-h-5 {
  height: 1.25rem;
}

.wkfashion-widget-h-\[142px\] {
  height: 142px;
}

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

.wkfashion-widget-h-full {
  height: 100%;
}

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

.wkfashion-widget-max-h-\[530px\] {
  max-height: 530px;
}

.wkfashion-widget-max-h-\[calc\(100\%-60px\)\] {
  max-height: calc(100% - 60px);
}

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

.wkfashion-widget-max-h-screen {
  max-height: 100vh;
}

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

.wkfashion-widget-w-10 {
  width: 2.5rem;
}

.wkfashion-widget-w-12 {
  width: 3rem;
}

.wkfashion-widget-w-3 {
  width: 0.75rem;
}

.wkfashion-widget-w-4 {
  width: 1rem;
}

.wkfashion-widget-w-56 {
  width: 14rem;
}

.wkfashion-widget-w-8 {
  width: 2rem;
}

.wkfashion-widget-w-\[137px\] {
  width: 137px;
}

.wkfashion-widget-w-\[152px\] {
  width: 152px;
}

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

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

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

.wkfashion-widget-w-full {
  width: 100%;
}

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

.wkfashion-widget-w-screen {
  width: 100vw;
}

.wkfashion-widget-min-w-\[116px\] {
  min-width: 116px;
}

.wkfashion-widget-min-w-\[200px\] {
  min-width: 200px;
}

.wkfashion-widget-min-w-\[316px\] {
  min-width: 316px;
}

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

.wkfashion-widget-min-w-\[494px\] {
  min-width: 494px;
}

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

.wkfashion-widget-max-w-52 {
  max-width: 13rem;
}

.wkfashion-widget-max-w-\[1420px\] {
  max-width: 1420px;
}

.wkfashion-widget-max-w-\[432px\] {
  max-width: 432px;
}

.wkfashion-widget-max-w-\[454px\] {
  max-width: 454px;
}

.wkfashion-widget-max-w-\[465px\] {
  max-width: 465px;
}

.wkfashion-widget-max-w-\[470px\] {
  max-width: 470px;
}

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

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

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

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

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

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

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

.wkfashion-widget-origin-top-right {
  transform-origin: top right;
}

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

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

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

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

.wkfashion-widget-transform-none {
  transform: none;
}

.wkfashion-widget-cursor-auto {
  cursor: auto;
}

.wkfashion-widget-cursor-pointer {
  cursor: pointer;
}

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

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

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

.wkfashion-widget-grid-cols-\[repeat\(auto-fit\,minmax\(170px\,1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
}

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

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

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

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

.wkfashion-widget-content-center {
  align-content: center;
}

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

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

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

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

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

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

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

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

.wkfashion-widget-gap-1 {
  gap: 0.25rem;
}

.wkfashion-widget-gap-2 {
  gap: 0.5rem;
}

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

.wkfashion-widget-gap-3 {
  gap: 0.75rem;
}

.wkfashion-widget-gap-4 {
  gap: 1rem;
}

.wkfashion-widget-gap-5 {
  gap: 1.25rem;
}

.wkfashion-widget-gap-6 {
  gap: 1.5rem;
}

.wkfashion-widget-gap-8 {
  gap: 2rem;
}

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

.wkfashion-widget-gap-y-2 {
  row-gap: 0.5rem;
}

.wkfashion-widget-gap-y-4 {
  row-gap: 1rem;
}

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

.wkfashion-widget-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.wkfashion-widget-overflow-auto {
  overflow: auto;
}

.wkfashion-widget-overflow-hidden {
  overflow: hidden;
}

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

.wkfashion-widget-overflow-x-clip {
  overflow-x: clip;
}

.wkfashion-widget-scroll-smooth {
  scroll-behavior: smooth;
}

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

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

.wkfashion-widget-rounded {
  border-radius: 0.25rem;
}

.wkfashion-widget-rounded-\[15px\] {
  border-radius: 15px;
}

.wkfashion-widget-rounded-\[4px\] {
  border-radius: 4px;
}

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

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

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

.wkfashion-widget-border {
  border-width: 1px;
}

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

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

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

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

.wkfashion-widget-border-r-\[1px\] {
  border-right-width: 1px;
}

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

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

.wkfashion-widget-border-\[\#FFFFFF4D\] {
  border-color: #FFFFFF4D;
}

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

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

.wkfashion-widget-border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.wkfashion-widget-border-r-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.wkfashion-widget-bg-\[\#0000000B\] {
  background-color: #0000000B;
}

.wkfashion-widget-bg-\[\#171717\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

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

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

.wkfashion-widget-bg-navyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 12 59 / var(--tw-bg-opacity, 1));
}

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

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

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

.wkfashion-widget-bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

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

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

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

.wkfashion-widget-p-1 {
  padding: 0.25rem;
}

.wkfashion-widget-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

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

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

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

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

.wkfashion-widget-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.wkfashion-widget-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.wkfashion-widget-py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.wkfashion-widget-py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wkfashion-widget-py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.wkfashion-widget-pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wkfashion-widget-leading-4 {
  line-height: 1rem;
}

.wkfashion-widget-text-\[\#171717\] {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.wkfashion-widget-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.wkfashion-widget-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

.wkfashion-widget-text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

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

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

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

.wkfashion-widget-text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.wkfashion-widget-opacity-0 {
  opacity: 0;
}

.wkfashion-widget-opacity-100 {
  opacity: 1;
}

.wkfashion-widget-opacity-30 {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

.wkfashion-widget-delay-700 {
  transition-delay: 700ms;
}

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

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

.wkfashion-widget-duration-700 {
  transition-duration: 700ms;
}

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

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

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

.wkfashion-widget-will-change-transform {
  will-change: transform;
}

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

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

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.hover\:wkfashion-widget-border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

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

.hover\:wkfashion-widget-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

.hover\:wkfashion-widget-opacity-100:hover {
  opacity: 1;
}

.hover\:wkfashion-widget-opacity-80:hover {
  opacity: 0.8;
}

.hover\:wkfashion-widget-opacity-90:hover {
  opacity: 0.9;
}

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

.wkfashion-widget-group:hover .group-hover\:wkfashion-widget-visible {
  visibility: visible;
}

.wkfashion-widget-group:hover .group-hover\:wkfashion-widget-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));
}

.wkfashion-widget-group:hover .group-hover\:wkfashion-widget-opacity-0 {
  opacity: 0;
}

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

.wkfashion-widget-peer:checked ~ .peer-checked\:wkfashion-widget-border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.wkfashion-widget-peer:checked ~ .peer-checked\:wkfashion-widget-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1410px) {
  .max-\[1410px\]\:wkfashion-widget-min-w-full {
    min-width: 100%;
  }

  .max-\[1410px\]\:wkfashion-widget-max-w-full {
    max-width: 100%;
  }
}

@media not all and (min-width: 1200px) {
  .max-1200\:wkfashion-widget-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1060px) {
  .max-1060\:wkfashion-widget-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:wkfashion-widget-mt-8 {
    margin-top: 2rem;
  }

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

  .max-lg\:wkfashion-widget-h-8 {
    height: 2rem;
  }

  .max-lg\:wkfashion-widget-w-8 {
    width: 2rem;
  }

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

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

  .max-lg\:wkfashion-widget-overflow-auto {
    overflow: auto;
  }

  .max-lg\:\!wkfashion-widget-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-lg\:\!wkfashion-widget-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

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

  .max-lg\:wkfashion-widget-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-lg\:wkfashion-widget-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-lg\:wkfashion-widget-py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

@media not all and (min-width: 768px) {
  .max-md\:wkfashion-widget-bottom-3\.5 {
    bottom: 0.875rem;
  }

  .max-md\:wkfashion-widget-bottom-6 {
    bottom: 1.5rem;
  }

  .max-md\:wkfashion-widget-left-6 {
    left: 1.5rem;
  }

  .max-md\:wkfashion-widget-right-6 {
    right: 1.5rem;
  }

  .max-md\:wkfashion-widget-top-6 {
    top: 1.5rem;
  }

  .max-md\:wkfashion-widget-mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .max-md\:wkfashion-widget-mb-4 {
    margin-bottom: 1rem;
  }

  .max-md\:wkfashion-widget-mt-0 {
    margin-top: 0px;
  }

  .max-md\:wkfashion-widget-mt-2 {
    margin-top: 0.5rem;
  }

  .max-md\:wkfashion-widget-mt-4 {
    margin-top: 1rem;
  }

  .max-md\:wkfashion-widget-mt-5 {
    margin-top: 1.25rem;
  }

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

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

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

  .max-md\:\!wkfashion-widget-h-\[96px\] {
    height: 96px !important;
  }

  .max-md\:wkfashion-widget-h-2 {
    height: 0.5rem;
  }

  .max-md\:\!wkfashion-widget-w-\[96px\] {
    width: 96px !important;
  }

  .max-md\:wkfashion-widget-w-2 {
    width: 0.5rem;
  }

  .max-md\:wkfashion-widget-min-w-\[220px\] {
    min-width: 220px;
  }

  .max-md\:wkfashion-widget-min-w-\[96px\] {
    min-width: 96px;
  }

  .max-md\:wkfashion-widget-flex-col {
    flex-direction: column;
  }

  .max-md\:wkfashion-widget-items-center {
    align-items: center;
  }

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

  .max-md\:wkfashion-widget-gap-2 {
    gap: 0.5rem;
  }

  .max-md\:wkfashion-widget-gap-2\.5 {
    gap: 0.625rem;
  }

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

  .max-md\:wkfashion-widget-gap-y-4 {
    row-gap: 1rem;
  }

  .max-md\:wkfashion-widget-p-4 {
    padding: 1rem;
  }

  .max-md\:wkfashion-widget-px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

  .max-md\:wkfashion-widget-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .max-md\:wkfashion-widget-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

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

  .max-md\:wkfashion-widget-py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .max-md\:wkfashion-widget-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

  .max-md\:wkfashion-widget-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-md\:wkfashion-widget-leading-normal {
    line-height: 1.5;
  }
}

@media not all and (min-width: 525px) {
  .max-sm\:wkfashion-widget-bottom-2\.5 {
    bottom: 0.625rem;
  }

  .max-sm\:wkfashion-widget-bottom-4 {
    bottom: 1rem;
  }

  .max-sm\:wkfashion-widget-left-4 {
    left: 1rem;
  }

  .max-sm\:wkfashion-widget-right-4 {
    right: 1rem;
  }

  .max-sm\:wkfashion-widget-top-4 {
    top: 1rem;
  }

  .max-sm\:wkfashion-widget-grid {
    display: grid;
  }

  .max-sm\:wkfashion-widget-hidden {
    display: none;
  }

  .max-sm\:wkfashion-widget-h-1\.5 {
    height: 0.375rem;
  }

  .max-sm\:wkfashion-widget-h-5 {
    height: 1.25rem;
  }

  .max-sm\:wkfashion-widget-max-h-7 {
    max-height: 1.75rem;
  }

  .max-sm\:wkfashion-widget-min-h-7 {
    min-height: 1.75rem;
  }

  .max-sm\:wkfashion-widget-min-h-\[200px\] {
    min-height: 200px;
  }

  .max-sm\:wkfashion-widget-w-1\.5 {
    width: 0.375rem;
  }

  .max-sm\:wkfashion-widget-w-5 {
    width: 1.25rem;
  }

  .max-sm\:wkfashion-widget-w-\[121px\] {
    width: 121px;
  }

  .max-sm\:wkfashion-widget-w-\[48px\] {
    width: 48px;
  }

  .max-sm\:wkfashion-widget-w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .max-sm\:wkfashion-widget-min-w-7 {
    min-width: 1.75rem;
  }

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

  .max-sm\:wkfashion-widget-justify-items-center {
    justify-items: center;
  }

  .max-sm\:wkfashion-widget-gap-1 {
    gap: 0.25rem;
  }

  .max-sm\:wkfashion-widget-gap-1\.5 {
    gap: 0.375rem;
  }

  .max-sm\:wkfashion-widget-gap-2\.5 {
    gap: 0.625rem;
  }

  .max-sm\:wkfashion-widget-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .max-sm\:wkfashion-widget-overflow-scroll {
    overflow: scroll;
  }

  .max-sm\:\!wkfashion-widget-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .max-sm\:\!wkfashion-widget-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .max-sm\:wkfashion-widget-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .max-sm\:wkfashion-widget-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .max-sm\:\!wkfashion-widget-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

  .max-sm\:wkfashion-widget-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .max-sm\:wkfashion-widget-leading-normal {
    line-height: 1.5;
  }
}

@media (max-width: 380px) {
  .max-\[380px\]\:wkfashion-widget-gap-1\.5 {
    gap: 0.375rem;
  }

  .max-\[380px\]\:wkfashion-widget-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:wkfashion-widget-block {
    display: block;
  }

  .md\:wkfashion-widget-hidden {
    display: none;
  }
}

.ltr\:wkfashion-widget--left-8:where([dir="ltr"], [dir="ltr"] *) {
  left: -2rem;
}

.ltr\:wkfashion-widget-left-0:where([dir="ltr"], [dir="ltr"] *) {
  left: 0px;
}

.ltr\:wkfashion-widget-right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}

.ltr\:wkfashion-widget-right-3:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.75rem;
}

.ltr\:-wkfashion-widget-ml-5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -1.25rem;
}

.ltr\:wkfashion-widget-ml-16:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 4rem;
}

.ltr\:wkfashion-widget-ml-24:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 6rem;
}

.ltr\:wkfashion-widget-ml-\[30px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 30px;
}

.ltr\:wkfashion-widget-mr-\[30px\]:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 30px;
}

.ltr\:wkfashion-widget-pl-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1rem;
}

.ltr\:wkfashion-widget-pl-5:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1.25rem;
}

.ltr\:wkfashion-widget-pr-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0.75rem;
}

.ltr\:wkfashion-widget-pr-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1rem;
}

.ltr\:wkfashion-widget-pr-6:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 1.5rem;
}

.ltr\:wkfashion-widget-pr-8:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 2rem;
}

@media not all and (min-width: 1024px) {
  .ltr\:max-lg\:wkfashion-widget-ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .ltr\:max-lg\:wkfashion-widget-ml-14:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 3.5rem;
  }

  .ltr\:max-lg\:wkfashion-widget-ml-8:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 2rem;
  }
}

@media not all and (min-width: 768px) {
  .ltr\:max-md\:wkfashion-widget-ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .ltr\:max-md\:wkfashion-widget-ml-2\.5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.625rem;
  }

  .ltr\:max-md\:wkfashion-widget-mr-2\.5:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.625rem;
  }

  .ltr\:max-md\:wkfashion-widget-pl-2:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0.5rem;
  }
}

.rtl\:wkfashion-widget--right-8:where([dir="rtl"], [dir="rtl"] *) {
  right: -2rem;
}

.rtl\:wkfashion-widget-left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:wkfashion-widget-left-3:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.75rem;
}

.rtl\:wkfashion-widget-right-0:where([dir="rtl"], [dir="rtl"] *) {
  right: 0px;
}

.rtl\:-wkfashion-widget-mr-5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -1.25rem;
}

.rtl\:wkfashion-widget-ml-\[30px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 30px;
}

.rtl\:wkfashion-widget-mr-16:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 4rem;
}

.rtl\:wkfashion-widget-mr-24:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 6rem;
}

.rtl\:wkfashion-widget-mr-\[30px\]:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 30px;
}

.rtl\:wkfashion-widget-pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}

.rtl\:wkfashion-widget-pl-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1rem;
}

.rtl\:wkfashion-widget-pl-6:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 1.5rem;
}

.rtl\:wkfashion-widget-pl-8:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
}

.rtl\:wkfashion-widget-pr-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1rem;
}

.rtl\:wkfashion-widget-pr-5:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1.25rem;
}

@media not all and (min-width: 1024px) {
  .rtl\:max-lg\:wkfashion-widget-mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:max-lg\:wkfashion-widget-mr-14:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 3.5rem;
  }

  .rtl\:max-lg\:wkfashion-widget-mr-8:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 2rem;
  }
}

@media not all and (min-width: 768px) {
  .rtl\:max-md\:wkfashion-widget-ml-2\.5:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.625rem;
  }

  .rtl\:max-md\:wkfashion-widget-mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:max-md\:wkfashion-widget-mr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.625rem;
  }

  .rtl\:max-md\:wkfashion-widget-pr-2:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0.5rem;
  }
}

.\[\&\>\*\]\:wkfashion-widget-w-1\/2>* {
  width: 50%;
}

.\[\&\>\*\]\:wkfashion-widget-flex-1>* {
  flex: 1 1 0%;
}

.\[\&\>\*\]\:wkfashion-widget-flex-grow-0>* {
  flex-grow: 0;
}

@media not all and (min-width: 768px) {
  .max-md\:\[\&\>\*\]\:wkfashion-widget-w-full>* {
    width: 100%;
  }
}
