/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.109.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcs_4c5b75e67356a1ad1d35b4220bf7af7d/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@17.0.0_sass@1.102.0_webpack@5.109.2/node_modules/sass-loader/dist/cjs/index.js!./src/assets/styles/app.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * IMPORTANT NOTE: Theme based on Tailwindcss but for the purpose of simplifing the DOM we use
 * tailwind classes with @apply directive in the SCSS files
*/
/**
 * SETTINGS
 * Tailwind.............Import tailwind.
 * Fonts................Any font files.
 * Global...............Project-specific, globally available variables.
 * Breakpoints..........Mixins and variables for responsive styles.
 *
 * GENERIC
 * Common...............All commn styles and assistan classes and common style fixes
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Animations...........Some of animations from anime.css
 * Lazyload.............Lazyload placeholder styles
 * RTL..................Specific styles for RTL.
 * LTR..................Specific styles for LTR.
 *
 * ELEMENTS
 * Forms................Element-level form styling.
 * Buttons..............Specific styles for buttons.
 * Radio................Specific styles for custom radio button.
 * Radio Images.........Specific styles for radio images, used in product options.
 *
 * COMPONENTS
 * Header...............Specific styles for header styles.
 * Footer...............Specific styles for footer styles.
 * Menu.................Specific styles for main menu and mobile menu styles.
 * User Menu............Specific styles for user menu dropdown.
 * User Pages...........Specific styles for user pages like profile, notifications, orders...
 * Home Blocks..........Specific styles for home blocks.
 * Slider...............Specific styles for sliders.
 * Product..............Specific styles for single product page and it's elements.
 * Brands...............Specific styles for brands page.
 * Placeholder..........Specific styles for no content placeholders.
 * Gifting..............Specific styles for gifting system.
 * Loyalty..............Specific styles for loyalty system.
 *
 * UTILITIES
 * Chat Bots............Specific styles for chats bots widget.
 * Swal.................Specific styles for Sweet Alert addon.
 * Safari Fixes.........Specific styles for Safari Browser.
 *
 * EMBEDED ADDONS
 * Lite Youtube Embed...Specific styles for lite-youtube-embed addon.
 * Swiper...............Specific styles for swiper slider addon.
 * MMenu................Specific styles for mmenu addon.
 *
*/
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,0);transition-property:bottom,background-color;transition-duration:0s,.3s;transition-timing-function:ease;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:calc(100% - 51px);width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:max(calc(100% - 440px), min(calc(100% - (100% - 51px)), calc(100% - 200px)));width:max(calc(100% - 440px), min(calc(100% - calc(100% - 51px)), calc(100% - 200px)));width:max(calc(100% - var(--mm-ocd-max-width)), min(calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width))));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px;--mm-spn-panel-offset:30%}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;clip-path:inset(0 0 0 0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + 30%);width:calc(100% + var(--mm-spn-panel-offset));padding-right:30%;padding-right:var(--mm-spn-panel-offset);line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:"";display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:calc(-1 * 30%);left:calc(-1 * var(--mm-spn-panel-offset));overflow:visible}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);right:calc(50px/ 2);right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:"";display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((50px - 24px)/ 2) 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;-webkit-text-decoration:none;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 calc(20px * 2);padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:calc(50px + 1px);top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:calc(50px/ 2);height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
*, ::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:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);--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:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);--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.19 | 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: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
  font-family: var(--font-main), -apple-system, BlinkMacSystemFont; /* 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]) {
  text-decoration: underline;
  -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;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0px;padding-top:0.5rem;padding-right:0.75rem;padding-bottom:0.5rem;padding-left:0.75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 rgba(0,0,0,0);}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb}
input::-moz-placeholder, textarea::-moz-placeholder{color:#6b7280;opacity:1}
input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}
::-webkit-datetime-edit-fields-wrapper{padding:0}
::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}
::-webkit-datetime-edit{display:inline-flex}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}
select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 0.5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}
select:where([multiple]),select:where([size]:not([size="1"])){background-image:none;background-image:initial;background-position:0 0;background-position:initial;background-repeat:repeat;background-repeat:initial;background-size:auto auto;background-size:initial;padding-right:0.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}
input:where([type='checkbox']),input:where([type='radio']){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 rgba(0,0,0,0)}
input:where([type='checkbox']){border-radius:0px}
input:where([type='radio']){border-radius:100%}
input:where([type='checkbox']):focus,input:where([type='radio']):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}
input:where([type='checkbox']):checked,input:where([type='radio']):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}
input:where([type='checkbox']):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");}
@media (forced-colors: active) {input:where([type='checkbox']):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
input:where([type='radio']):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");}
@media (forced-colors: active) {input:where([type='radio']):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{border-color:transparent;background-color:currentColor}
input:where([type='checkbox']):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat;}
@media (forced-colors: active) {input:where([type='checkbox']):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{border-color:transparent;background-color:currentColor}
input:where([type='file']){background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:inherit;line-height:inherit}
input:where([type='file']):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}
.\!container{width:100% !important;margin-right:auto !important;margin-left:auto !important;padding-right:10px !important;padding-left:10px !important}
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){.\!container{max-width:1280px !important}.container{max-width:1280px}}
.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0px;padding-top:0.5rem;padding-right:0.75rem;padding-bottom:0.5rem;padding-left:0.75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 rgba(0,0,0,0);}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{color:#6b7280;opacity:1}
.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}
.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}
.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}
.form-input::-webkit-datetime-edit{display:inline-flex}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}
.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}
.sticky{position:sticky}
.inset-0{top:0px;right:0px;bottom:0px;left:0px}
.inset-x-0{left:0px;right:0px}
.-top-5{top:-1.25rem}
.-top-\[10\%\]{top:-10%}
.-top-\[160\%\]{top:-160%}
.bottom-0{bottom:0px}
.bottom-1{bottom:0.25rem}
.bottom-10{bottom:2.5rem}
.bottom-2{bottom:0.5rem}
.bottom-\[1\.4rem\]{bottom:1.4rem}
.left-0{left:0px}
.left-1\/2{left:50%}
.left-\[17\%\]{left:17%}
.right-0{right:0px}
.right-6{right:1.5rem}
.right-\[-38px\]{right:-38px}
.top-0{top:0px}
.top-1\.5{top:0.375rem}
.top-1\/2{top:50%}
.top-2{top:0.5rem}
.top-24{top:6rem}
.top-4{top:1rem}
.top-6{top:1.5rem}
.top-8{top:2rem}
.top-\[11px\]{top:11px}
.top-full{top:100%}
.-z-1{z-index:-1}
.z-10{z-index:10}
.z-2{z-index:2}
.z-20{z-index:20}
.z-50{z-index:50}
.z-\[10\]{z-index:10}
.z-\[1\]{z-index:1}
.z-\[2\]{z-index:2}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.col-span-1{grid-column:span 1 / span 1}
.col-span-2{grid-column:span 2 / span 2}
.col-span-4{grid-column:span 4 / span 4}
.col-start-1{grid-column-start:1}
.row-span-2{grid-row:span 2 / span 2}
.row-start-1{grid-row-start:1}
.\!m-0{margin:0px !important}
.m-0{margin:0px}
.m-8{margin:2rem}
.m-auto{margin:auto}
.mx-0\.5{margin-left:0.125rem;margin-right:0.125rem}
.mx-1\.5{margin-left:0.375rem;margin-right:0.375rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-4{margin-left:1rem;margin-right:1rem}
.mx-8{margin-left:2rem;margin-right:2rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-10{margin-top:2.5rem;margin-bottom:2.5rem}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.my-3{margin-top:0.75rem;margin-bottom:0.75rem}
.\!mb-0{margin-bottom:0px !important}
.\!mr-0{margin-right:0px !important}
.\!mt-0{margin-top:0px !important}
.-mb-52{margin-bottom:-13rem}
.-mt-62{margin-top:-248px}
.mb-0{margin-bottom:0px}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-14{margin-bottom:3.5rem}
.mb-16{margin-bottom:4rem}
.mb-2{margin-bottom:0.5rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-20{margin-bottom:5rem}
.mb-3{margin-bottom:0.75rem}
.mb-3\.5{margin-bottom:0.875rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.me-2\.5{margin-right:0.625rem}
.ml-4{margin-left:1rem}
.mr-1{margin-right:0.25rem}
.mr-2{margin-right:0.5rem}
.mt-1{margin-top:0.25rem}
.mt-10{margin-top:2.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-2\.5{margin-top:0.625rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-\[0\.4rem\]{margin-top:0.4rem}
.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.inline-flex{display:inline-flex}
.table{display:table}
.flow-root{display:flow-root}
.grid{display:grid}
.\!hidden{display:none !important}
.hidden{display:none}
.aspect-\[2\/1\]{aspect-ratio:2/1}
.aspect-square{aspect-ratio:1 / 1}
.size-12{width:3rem;height:3rem}
.\!h-36{height:9rem !important}
.\!h-full{height:100% !important}
.h-0{height:0px}
.h-10{height:2.5rem}
.h-11{height:2.75rem}
.h-116{height:464px}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-2\.5{height:0.625rem}
.h-20{height:5rem}
.h-24{height:6rem}
.h-40{height:10rem}
.h-5{height:1.25rem}
.h-52{height:13rem}
.h-6{height:1.5rem}
.h-62{height:248px}
.h-64{height:16rem}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-80{height:20rem}
.h-\[10\%\]{height:10%}
.h-\[120\%\]{height:120%}
.h-\[190px\]{height:190px}
.h-\[25px\]{height:25px}
.h-\[300px\]{height:300px}
.h-\[34px\]{height:34px}
.h-\[500px\]{height:500px}
.h-\[5rem\]{height:5rem}
.h-auto{height:auto}
.h-banner{height:200px}
.h-full{height:100%}
.h-lg-banner{height:428px}
.h-px{height:1px}
.max-h-0{max-height:0px}
.max-h-8{max-height:2rem}
.max-h-\[200px\]{max-height:200px}
.max-h-\[300px\]{max-height:300px}
.max-h-\[400px\]{max-height:400px}
.max-h-\[40px\]{max-height:40px}
.max-h-\[500px\]{max-height:500px}
.max-h-\[90px\]{max-height:90px}
.max-h-full{max-height:100%}
.min-h-7{min-height:1.75rem}
.min-h-\[300px\]{min-height:300px}
.min-h-\[34px\]{min-height:34px}
.min-h-\[450px\]{min-height:450px}
.min-h-\[500px\]{min-height:500px}
.min-h-\[520px\]{min-height:520px}
.min-h-full{min-height:100%}
.min-h-screen{min-height:100vh}
.\!w-36{width:9rem !important}
.\!w-\[160px\]{width:160px !important}
.\!w-full{width:100% !important}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-16{width:4rem}
.w-18{width:4.5rem}
.w-20{width:5rem}
.w-24{width:6rem}
.w-32{width:8rem}
.w-36{width:9rem}
.w-4\/5{width:80%}
.w-4\/6{width:66.666667%}
.w-40{width:10rem}
.w-5{width:1.25rem}
.w-56{width:14rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-\[110px\]{width:110px}
.w-\[130px\]{width:130px}
.w-\[16rem\]{width:16rem}
.w-\[25px\]{width:25px}
.w-\[35\%\]{width:35%}
.w-\[50\%\]{width:50%}
.w-\[5rem\]{width:5rem}
.w-\[66\.4\%\]{width:66.4%}
.w-\[75\%\]{width:75%}
.w-\[90\%\]{width:90%}
.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-12{min-width:3rem}
.min-w-full{min-width:100%}
.max-w-1\/2{max-width:50%}
.max-w-100{max-width:28rem}
.max-w-14{max-width:3.5rem}
.max-w-16{max-width:4rem}
.max-w-3xl{max-width:48rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.max-w-\[1100px\]{max-width:1100px}
.max-w-\[150px\]{max-width:150px}
.max-w-\[260px\]{max-width:260px}
.max-w-\[520px\]{max-width:520px}
.max-w-\[60\%\]{max-width:60%}
.max-w-\[60px\]{max-width:60px}
.max-w-\[64px\]{max-width:64px}
.max-w-full{max-width:100%}
.max-w-lg{max-width:32rem}
.max-w-md{max-width:28rem}
.max-w-xs{max-width:20rem}
.\!flex-1{flex:1 1 0% !important}
.flex-1{flex:1 1 0%}
.flex-none{flex:none}
.shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.table-fixed{table-layout:fixed}
.origin-top{transform-origin:top}
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(-50%, 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: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), -50%) 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: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-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) 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: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-3{--tw-translate-y:0.75rem;transform:translate(var(--tw-translate-x), 0.75rem) 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: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-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), 1rem) 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: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-5{--tw-translate-y:1.25rem;transform:translate(var(--tw-translate-x), 1.25rem) 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: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(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));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-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-0{--tw-scale-x:0;--tw-scale-y:0;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(0) scaleY(0);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-y-0{--tw-scale-y:0;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(0);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))}
@keyframes spin{to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite}
.cursor-default{cursor:default}
.cursor-help{cursor:help}
.cursor-not-allowed{cursor:not-allowed}
.cursor-pointer{cursor:pointer}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.resize{resize:both}
.grid-flow-row{grid-auto-flow:row}
.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-\[40\%_60\%\]{grid-template-columns:40% 60%}
.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\]{grid-template-columns:repeat(2,minmax(0,1fr))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-col-reverse{flex-direction:column-reverse}
.flex-wrap{flex-wrap:wrap}
.place-content-center{align-content:center;justify-content:center;place-content:center}
.place-items-center{align-items:center;justify-items:center;place-items:center}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.\!items-center{align-items:center !important}
.items-center{align-items:center}
.items-baseline{align-items:baseline}
.items-stretch{align-items:stretch}
.justify-start{justify-content:flex-start}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.gap-0\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-1\.5{gap:0.375rem}
.gap-10{gap:2.5rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-px{gap:1px}
.gap-x-2{-moz-column-gap:0.5rem;column-gap:0.5rem}
.gap-y-1{row-gap:0.25rem}
.space-x-1 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem * 0);margin-right:calc(0.25rem * var(--tw-space-x-reverse));margin-left:calc(0.25rem * (1 - 0));margin-left:calc(0.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.25rem * calc(1 - 0));margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.375rem * 0);margin-right:calc(0.375rem * var(--tw-space-x-reverse));margin-left:calc(0.375rem * (1 - 0));margin-left:calc(0.375rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.375rem * calc(1 - 0));margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * 0);margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * (1 - 0));margin-left:calc(0.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.5rem * calc(1 - 0));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.625rem * 0);margin-right:calc(0.625rem * var(--tw-space-x-reverse));margin-left:calc(0.625rem * (1 - 0));margin-left:calc(0.625rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.625rem * calc(1 - 0));margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-3 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem * 0);margin-right:calc(0.75rem * var(--tw-space-x-reverse));margin-left:calc(0.75rem * (1 - 0));margin-left:calc(0.75rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.75rem * calc(1 - 0));margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * 0);margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * (1 - 0));margin-left:calc(1rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1rem * calc(1 - 0));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * 0);margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * (1 - 0));margin-left:calc(1.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1.25rem * calc(1 - 0));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-6 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * 0);margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * (1 - 0));margin-left:calc(1.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1.5rem * calc(1 - 0));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * (1 - 0));margin-top:calc(0.25rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.25rem * calc(1 - 0));margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * 0);margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.625rem * (1 - 0));margin-top:calc(0.625rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.625rem * calc(1 - 0));margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.625rem * 0);margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * (1 - 0));margin-top:calc(1rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1rem * calc(1 - 0));margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * 0);margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * (1 - 0));margin-top:calc(1.25rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1.25rem * calc(1 - 0));margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 0);margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * (1 - 0));margin-top:calc(2rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(2rem * calc(1 - 0));margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * 0);margin-bottom:calc(2rem * var(--tw-space-y-reverse))}
.space-y-px > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px * (1 - 0));margin-top:calc(1px * (1 - var(--tw-space-y-reverse)));margin-top:calc(1px * calc(1 - 0));margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * 0);margin-bottom:calc(1px * var(--tw-space-y-reverse))}
.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * (1 - 0));border-top-width:calc(1px * (1 - var(--tw-divide-y-reverse)));border-top-width:calc(1px * calc(1 - 0));border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * 0);border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
.self-start{align-self:flex-start}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.text-ellipsis{text-overflow:ellipsis}
.whitespace-nowrap{white-space:nowrap}
.text-nowrap{text-wrap:nowrap}
.break-all{word-break:break-all}
.\!rounded-3xl{border-radius:1.5rem !important}
.\!rounded-\[4px\]{border-radius:4px !important}
.rounded{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-\[26px\]{border-radius:26px}
.rounded-\[30px\]{border-radius:30px}
.rounded-\[999px\]{border-radius:999px}
.rounded-full{border-radius:9999px}
.rounded-large{border-radius:22px}
.rounded-lg{border-radius:0.5rem}
.rounded-md{border-radius:0.375rem}
.rounded-sm{border-radius:0.125rem}
.rounded-theme{border-radius:var(--border-custom)}
.rounded-xl{border-radius:0.75rem}
.rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}
.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.rounded-bl-\[64px\]{border-bottom-left-radius:64px}
.rounded-br-\[64px\]{border-bottom-right-radius:64px}
.rounded-tl-\[64px\]{border-top-left-radius:64px}
.rounded-tr-\[64px\]{border-top-right-radius:64px}
.border{border-width:1px}
.border-2{border-width:2px}
.border-b{border-bottom-width:1px}
.border-b-0{border-bottom-width:0px}
.border-b-2{border-bottom-width:2px}
.border-b-\[1px\]{border-bottom-width:1px}
.border-l{border-left-width:1px}
.border-t{border-top-width:1px}
.\!border-solid{border-style:solid !important}
.border-dashed{border-style:dashed}
.border-none{border-style:none}
.\!border-cartborder{border-color:var(--cart-border-special) !important}
.border-\[\#0D0D0B\]{--tw-border-opacity:1;border-color:rgba(13, 13, 11, 1);border-color:rgba(13, 13, 11, var(--tw-border-opacity, 1))}
.border-\[\#E1E3E5\]{--tw-border-opacity:1;border-color:rgba(225, 227, 229, 1);border-color:rgba(225, 227, 229, var(--tw-border-opacity, 1))}
.border-\[\#EEEEEE\]{--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1))}
.border-\[\#eeeeee\]{--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1))}
.border-\[var\(--cards-color-text\)\]{border-color:var(--cards-color-text)}
.border-blue-200{--tw-border-opacity:1;border-color:rgba(191, 219, 254, 1);border-color:rgba(191, 219, 254, var(--tw-border-opacity, 1))}
.border-blue-300{--tw-border-opacity:1;border-color:rgba(147, 197, 253, 1);border-color:rgba(147, 197, 253, var(--tw-border-opacity, 1))}
.border-cartborder{border-color:var(--cart-border-special)}
.border-gray-100{--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
.border-gray-200{--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.border-green-300{--tw-border-opacity:1;border-color:rgba(134, 239, 172, 1);border-color:rgba(134, 239, 172, var(--tw-border-opacity, 1))}
.border-lightgray{border-color:var(--light-gray-color)}
.border-lightgraysoft{border-color:var(--light-gray-soft)}
.border-primary{border-color:#414042;border-color:var(--color-primary)}
.border-primary-l{border-color:var(--color-primary-light)}
.border-red-600{--tw-border-opacity:1;border-color:rgba(220, 38, 38, 1);border-color:rgba(220, 38, 38, var(--tw-border-opacity, 1))}
.border-transparent{border-color:transparent}
.border-white{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.border-white\/30{border-color:rgba(255, 255, 255, 0.3)}
.border-b-lightgray{border-bottom-color:var(--light-gray-color)}
.\!bg-primary{background-color:#414042 !important;background-color:var(--color-primary) !important}
.\!bg-transparent{background-color:transparent !important}
.bg-\[\#00000047\]{background-color:rgba(0,0,0,0.27843)}
.bg-\[\#D2A64A7A\]{background-color:rgba(210,166,74,0.47843)}
.bg-\[\#EC2F68\]{--tw-bg-opacity:1;background-color:rgba(236, 47, 104, 1);background-color:rgba(236, 47, 104, var(--tw-bg-opacity, 1))}
.bg-\[\#F0F0F0\]{--tw-bg-opacity:1;background-color:rgba(240, 240, 240, 1);background-color:rgba(240, 240, 240, var(--tw-bg-opacity, 1))}
.bg-\[\#F5F7FA\]{--tw-bg-opacity:1;background-color:rgba(245, 247, 250, 1);background-color:rgba(245, 247, 250, var(--tw-bg-opacity, 1))}
.bg-\[color-mix\(in_oklab\2c var\(--color-primary\)_92\%\2c black_8\%\)\]{background-color:rgb(57, 56, 58)}

@supports (color: color-mix(in lch, red, blue)){
.bg-\[color-mix\(in_oklab\2c var\(--color-primary\)_92\%\2c black_8\%\)\]{background-color:color-mix(in oklab,var(--color-primary) 92%,black 8%)}
}
.bg-\[var\(--hero-bg\)\]{background-color:var(--hero-bg)}
.bg-\[var\(--hero-secondary-bg\)\]{background-color:var(--hero-secondary-bg)}
.bg-bgcolor{background-color:var(--color-bg)}
.bg-bgdetails{background-color:var(--color-details-bg)}
.bg-black{--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1))}
.bg-black\/50{background-color:rgba(0, 0, 0, 0.5)}
.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239, 246, 255, 1);background-color:rgba(239, 246, 255, var(--tw-bg-opacity, 1))}
.bg-blue-500\/15{background-color:rgba(59, 130, 246, 0.15)}
.bg-dark{--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1))}
.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}
.bg-green-200{--tw-bg-opacity:1;background-color:rgba(187, 247, 208, 1);background-color:rgba(187, 247, 208, var(--tw-bg-opacity, 1))}
.bg-green-50{--tw-bg-opacity:1;background-color:rgba(240, 253, 244, 1);background-color:rgba(240, 253, 244, var(--tw-bg-opacity, 1))}
.bg-green-500\/15{background-color:rgba(34, 197, 94, 0.15)}
.bg-green-700{--tw-bg-opacity:1;background-color:rgba(21, 128, 61, 1);background-color:rgba(21, 128, 61, var(--tw-bg-opacity, 1))}
.bg-inherit{background-color:inherit}
.bg-primary{background-color:#414042;background-color:var(--color-primary)}
.bg-primary-reverse{background-color:#ff6767;background-color:var(--color-primary-reverse)}
.bg-red-200{--tw-bg-opacity:1;background-color:rgba(254, 202, 202, 1);background-color:rgba(254, 202, 202, var(--tw-bg-opacity, 1))}
.bg-red-500{--tw-bg-opacity:1;background-color:rgba(239, 68, 68, 1);background-color:rgba(239, 68, 68, var(--tw-bg-opacity, 1))}
.bg-red-500\/15{background-color:rgba(239, 68, 68, 0.15)}
.bg-red-600{--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1))}
.bg-transparent{background-color:transparent}
.bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.fill-current{fill:currentColor}
.object-contain{-o-object-fit:contain;object-fit:contain}
.object-cover{-o-object-fit:cover;object-fit:cover}
.object-center{-o-object-position:center;object-position:center}
.\!p-0{padding:0px !important}
.\!p-\[10px\]{padding:10px !important}
.p-0\.5{padding:0.125rem}
.p-1{padding:0.25rem}
.p-10{padding:2.5rem}
.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-\[1\.25rem\]{padding:1.25rem}
.p-\[10px\]{padding:10px}
.\!py-1\.5{padding-top:0.375rem !important;padding-bottom:0.375rem !important}
.\!py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-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}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.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-\[1px\]{padding-top:1px;padding-bottom:1px}
.py-\[2\.5rem\]{padding-top:2.5rem;padding-bottom:2.5rem}
.\!pt-0{padding-top:0px !important}
.\!pt-1{padding-top:0.25rem !important}
.pb-0{padding-bottom:0px}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-11{padding-bottom:2.75rem}
.pb-16{padding-bottom:4rem}
.pb-2{padding-bottom:0.5rem}
.pb-3{padding-bottom:0.75rem}
.pb-4{padding-bottom:1rem}
.pb-5{padding-bottom:1.25rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pb-9{padding-bottom:2.25rem}
.pl-5{padding-left:1.25rem}
.pr-14{padding-right:3.5rem}
.pt-0{padding-top:0px}
.pt-1{padding-top:0.25rem}
.pt-10{padding-top:2.5rem}
.pt-16{padding-top:4rem}
.pt-2{padding-top:0.5rem}
.pt-24{padding-top:6rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.text-center{text-align:center}
.text-right{text-align:right}
.text-start{text-align:left}
.text-end{text-align:right}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-6xl{font-size:3.75rem;line-height:1}
.text-7xl{font-size:4.5rem;line-height:1}
.text-\[10px\]{font-size:10px}
.text-\[11px\]{font-size:11px}
.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}
.text-xxs{font-size:10px}
.text-xxxs{font-size:8px}
.font-bold{font-weight:700}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.capitalize{text-transform:capitalize}
.\!leading-none{line-height:1 !important}
.leading-10{line-height:2.5rem}
.leading-12{line-height:3rem}
.leading-3{line-height:.75rem}
.leading-5{line-height:1.25rem}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.leading-8{line-height:2rem}
.leading-\[1\.5\]{line-height:1.5}
.leading-none{line-height:1}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.tracking-\[0\.18em\]{letter-spacing:0.18em}
.\!text-black{--tw-text-opacity:1 !important;color:rgba(0, 0, 0, 1) !important;color:rgba(0, 0, 0, var(--tw-text-opacity, 1)) !important}
.\!text-price{color:var(--color-price) !important}
.\!text-primary{color:#414042 !important;color:var(--color-primary) !important}
.\!text-white{--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important}
.text-\[\#0D0D0B\]{--tw-text-opacity:1;color:rgba(13, 13, 11, 1);color:rgba(13, 13, 11, var(--tw-text-opacity, 1))}
.text-\[\#333333\]{--tw-text-opacity:1;color:rgba(51, 51, 51, 1);color:rgba(51, 51, 51, var(--tw-text-opacity, 1))}
.text-\[\#666666\]{--tw-text-opacity:1;color:rgba(102, 102, 102, 1);color:rgba(102, 102, 102, var(--tw-text-opacity, 1))}
.text-\[\#D6D6D6\]{--tw-text-opacity:1;color:rgba(214, 214, 214, 1);color:rgba(214, 214, 214, var(--tw-text-opacity, 1))}
.text-\[\#b4b4b4\]{--tw-text-opacity:1;color:rgba(180, 180, 180, 1);color:rgba(180, 180, 180, var(--tw-text-opacity, 1))}
.text-\[var\(--cards-color-text\)\]{color:var(--cards-color-text)}
.text-\[var\(--hero-text-color\)\]{color:var(--hero-text-color)}
.text-amber-400{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}
.text-black{--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}
.text-blue-500{--tw-text-opacity:1;color:rgba(59, 130, 246, 1);color:rgba(59, 130, 246, var(--tw-text-opacity, 1))}
.text-blue-800{--tw-text-opacity:1;color:rgba(30, 64, 175, 1);color:rgba(30, 64, 175, var(--tw-text-opacity, 1))}
.text-dark{--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}
.text-darkgray{color:var(--dark-gray-color)}
.text-gray-400{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.text-gray-500{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.text-gray-600{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.text-gray-700{--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.text-gray-800{--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
.text-gray-900{--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.text-green-500{--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}
.text-green-600{--tw-text-opacity:1;color:rgba(22, 163, 74, 1);color:rgba(22, 163, 74, var(--tw-text-opacity, 1))}
.text-lightgray{color:var(--light-gray-color)}
.text-lightgraysoft{color:var(--light-gray-soft)}
.text-maintext{color:var(--m-text-color)}
.text-mediumgray{color:var(--medium-gray-color)}
.text-orange-400{--tw-text-opacity:1;color:rgba(251, 146, 60, 1);color:rgba(251, 146, 60, var(--tw-text-opacity, 1))}
.text-price{color:var(--color-price)}
.text-primary{color:#414042;color:var(--color-primary)}
.text-primary-l{color:var(--color-primary-light)}
.text-primary-reverse{color:#ff6767;color:var(--color-primary-reverse)}
.text-red-400{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.text-red-500{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.text-red-600{--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.text-red-700{--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}
.text-red-800{--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}
.text-textheader{color:var(--color-header-text)}
.text-white{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.underline{text-decoration-line:underline}
.line-through{text-decoration-line:line-through}
.\!opacity-50{opacity:0.5 !important}
.opacity-0{opacity:0}
.opacity-100{opacity:1}
.opacity-25{opacity:0.25}
.opacity-40{opacity:0.4}
.opacity-50{opacity:0.5}
.opacity-60{opacity:0.6}
.opacity-70{opacity:0.7}
.opacity-75{opacity:0.75}
.opacity-80{opacity:0.8}
.shadow-default{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-md{--tw-shadow:5px 10px 99px rgba(43,45,52,0.05098);--tw-shadow-colored:5px 10px 99px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 99px rgba(43,45,52,0.05098);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.outline{outline-style:solid}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);backdrop-filter:blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-height{transition-property:height;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-shadow{transition-property:box-shadow;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}
.delay-200{transition-delay:200ms}
.duration-1000{transition-duration:1000ms}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.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)}
:root {
  --infinte-color: #c9c9c9;
  --main-text-color: #231f1e;
  --main-text-color-dark: #2b2d34;
  /* current */
  --color-primary: #5cd5c4;
  --color-primary: #414042;
  --color-primary-d: #272628;
  --color-primary-l: #676668;
  --color-primary-reverse: #ff6767;
  --color-text: #7c8082;
  --bg-gray: rgba(198,199,206,0.10196);
  --color-grey: #f5f7f9;
  --color-light-grey: #eeeeee;
  /* font-size */
  --font-sm: 0.8685714286rem;
  /* font-family: ; */
  --font-main: "DINNextLTArabic";
  /* plugins */
  --mm-ocd-width: calc(100% - 51px);
  --light-gray-soft: color-mix(in srgb, var(--light-gray-color) 10%, white 90%);
}

body.dark {
  --light-gray-soft: color-mix(in srgb, var(--light-gray-color) 40%, black 60%);
}

body.light,
body.dark{background-color:var(--color-bg)}

/* Breadcrumb */
.s-breadcrumb-wrapper{color:var(--m-text-color)}

.s-breadcrumb-wrapper li:first-child{color:#414042;color:var(--color-primary)}

.s-breadcrumb-wrapper li svg{fill:var(--m-text-color)}

/* Products Page */
body.light .fil,
body.light .top-fil {
  border-color: #EEEEEE;
}

body.dark .fil,
body.dark .top-fil {
  border-color: #2b2b2b;
}

.s-filters-widget-container {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  padding-bottom: 1.25rem;
  background-color: transparent;
}

@media (max-width: 767px) {
  .s-filters-widget-container:not(:first-child) {
    padding-top: 1.25rem;
  }
}
body.dark .s-filters-widget-container {
  border-bottom: 1px solid #2b2b2b;
}

body.light .s-filters-widget-container h3 {
  color: black;
}

body.dark .s-filters-widget-container h3 {
  color: white;
}

.s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-option-name,
.s-filters-widget-container .s-filters-widget-content .s-filters-widget-values span {
  color: var(--light-gray-color);
}

.s-button-wrap {
  padding-top: 5px;
}

.s-button-wrap button:hover {
  background-color: #414042;
  background-color: var(--color-primary);
}

.s-price-range-inputs .s-price-range-relative .s-price-range-number-input {
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  padding: 8px 0;
  background-color: transparent;
  border-color: #EEEEEE;
}

body.light .s-price-range-inputs .s-price-range-relative .s-price-range-number-input {
  color: black;
}

body.dark .s-price-range-inputs .s-price-range-relative .s-price-range-number-input {
  color: white;
  border-color: #2b2b2b;
}

.s-price-range-inputs .s-price-range-relative .s-price-range-number-input:focus {
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-price-range-inputs .s-price-range-gray-text {
  display: none;
}

@media (min-width: 1024px) {
  .s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.s-products-list-horizontal-cards {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.s-filters-footer button {
  padding: 10px;
  border-color: var(--light-gray-color);
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  color: var(--light-gray-color);
  position: relative;
}

html[data-theme=dark] .s-filters-footer button {
  border-color: #2b2b2b;
}

.s-filters-footer button:hover {
  background-color: transparent;
}

.s-filters-footer button::before {
  content: "";
  position: absolute;
  top: 0;
}
[dir=rtl] .s-filters-footer button::before {
  left: 0;
}
[dir=ltr] .s-filters-footer button::before {
  right: 0;
}
.s-filters-footer button::before {
  width: 0;
  height: 100%;
  background-color: #414042;
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: -1;
}

.s-filters-footer button:hover::before {
  width: 100%;
}

body.dark .input-products > * {
  color: black;
}

/* Radio Buttons Checkboxes */
salla-filters .s-filters-radio,
salla-filters input {
  background-color: transparent !important;
}

[dir=rtl] salla-filters .s-filters-radio {
  margin-right: 5px;
}
[dir=ltr] salla-filters .s-filters-radio {
  margin-left: 5px;
}
salla-filters .s-filters-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--light-gray-color);
  cursor: pointer;
  outline: none;
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
  z-index: 1;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  -moz-transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  -ms-transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

salla-filters .s-filters-radio:checked {
  background-color: #414042;
  background-color: var(--color-primary);
  border-style: none;
  box-shadow: none;
}

salla-filters .s-filters-radio:checked:before {
  color: var(--color-bg);
  align-items: center;
  content: "\ea9d";
  display: flex;
  font-family: sallaicons !important;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 17.59px;
  height: 17.59px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -ms-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  animation: fade-in-icon 0.3s forwards;
  -webkit-animation: fade-in-icon 0.3s forwards;
}

salla-filters .s-filters-radio:checked:after {
  background-color: #414042;
  background-color: var(--color-primary);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 17.59px;
  height: 17.59px;
  z-index: -1;
  animation: click-wave 0.1s ease-out;
  -webkit-animation: click-wave 0.1s ease-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes click-wave {
  0% {
    opacity: 0.3;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
  }
}
@keyframes fade-in-icon {
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
/* Footer */
.store-footer .store-footer__inner {
  padding-top: 2.5rem;
  padding-bottom: 0rem;
}

.s-contacts-list a {
  padding-bottom: 1rem;
}

.s-contacts-list a .s-contacts-icon {
  display: none;
}

.s-contacts-list,
.s-contacts-list-vertical,
salla-menu .s-menu-footer-list a,
.fot-cen {
  color: var(--color-footer-text);
}

@media (max-width: 1024px) {
  .s-social-list {
    justify-content: center;
  }
  .s-contacts-list,
  .s-contacts-list-vertical {
    align-items: center;
  }
  .img-footer {
    margin: auto;
  }
  .fot-cen,
  .store-footer h3,
  salla-menu .s-menu-footer-list a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .store-footer h3 {
    padding-bottom: 16px;
  }
  .store-footer .s-apps-icons h3 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .store-footer .store-footer__inner h3 {
    margin-bottom: 2rem;
  }
  .store-footer .s-apps-icons h3 {
    margin-bottom: 0.5rem;
  }
}
.s-menu-footer-item {
  margin-bottom: 25px;
}

.store-footer h3 {
  font-size: 20px;
}

.s-contacts-list a,
.s-contacts-list-vertical a,
.links a,
salla-menu .s-menu-footer-list a {
  font-size: 16px;
}

body.light .store-footer h3 {
  color: black;
}

body.dark .store-footer h3 {
  color: white;
}

.s-menu-footer-item:hover,
.s-contacts-item:hover {
  border-color: #414042;
  border-color: var(--color-primary);
  color: #414042;
  color: var(--color-primary);
  opacity: 1;
}

.s-payments-list-item {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* Header Style */
#current-lang span {
  color: var(--color-header-text);
}

#cur-text .sicon-sar {
  color: var(--color-header-text);
}

.liner-marq .swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
}

.store-header .top-navbar .s-search-input {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  background-color: var(--color-bg);
  padding: 8px 12px;
  width: 258px;
}

body.light .store-header .top-navbar .s-search-input {
  color: black;
}

body.dark .store-header .top-navbar .s-search-input {
  color: white;
}

body.light .store-header .top-navbar .s-search-input:hover {
  background-color: white;
}

body.dark .store-header .top-navbar .s-search-input:hover {
  background-color: black;
}

body.dark .store-header .top-navbar .s-search-input {
  border: 1px solid #25292C;
}

[dir=rtl] .store-header .top-navbar .s-search-icon-wrap {
  right: 14rem;
}
[dir=ltr] .store-header .top-navbar .s-search-icon-wrap {
  left: 14rem;
}

body.light .store-header .top-navbar .s-search-icon-wrap svg {
  fill: black;
}

body.dark .store-header .top-navbar .s-search-icon-wrap svg {
  fill: white;
}

.s-cart-summary-wrapper .s-cart-summary-content {
  display: none;
}

@media (min-width: 1200px) {
  .s-cart-summary-wrapper .s-cart-summary-count {
    color: #414042;
    color: var(--color-primary);
  }
  body.light .s-cart-summary-wrapper .s-cart-summary-count {
    background-color: white;
  }
  body.dark .s-cart-summary-wrapper .s-cart-summary-count {
    background-color: black;
  }
  body.light .store-header .s-cart-summary-icon svg {
    fill: white;
  }
  body.dark .store-header .s-cart-summary-icon svg {
    fill: black;
  }
  .store-header .s-cart-summary-icon svg {
    position: relative;
    top: 3px;
  }
  [dir=rtl] .s-cart-summary-wrapper .s-cart-summary-count {
    right: 4.2rem;
  }
  [dir=ltr] .s-cart-summary-wrapper .s-cart-summary-count {
    left: 4.2rem;
  }
  .s-cart-summary-wrapper .s-cart-summary-count {
    top: 0.2rem;
  }
}
@media (max-width: 1199px) {
  .s-cart-summary-wrapper .s-cart-summary-count {
    color: white;
    background-color: #414042;
    background-color: var(--color-primary);
    right: -10px;
    top: -8px;
  }
}
/* Components */
/* Global */
.add_mask {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 40%, #000 70%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 40%, #000 70%, transparent);
}

/* Text Swiper */
.W_text_swiper .text-swiper-size {
  font-weight: var(--text-swiper-weight);
}

@media (min-width: 768px) {
  .W_text_swiper .text-swiper-size {
    font-size: var(--text-swiper-size-bg);
  }
}
@media (max-width: 767px) {
  .W_text_swiper .text-swiper-size {
    font-size: var(--text-swiper-size-small);
  }
}
body.light .W_text_swiper h3,
body.light .W_text_swiper i {
  color: var(--swiper-bg-light);
}

body.dark .W_text_swiper h3,
body.dark .W_text_swiper i {
  color: var(--swiper-bg-dark);
}

body.light .W_text_swiper article {
  background-color: var(--parent-bg-light);
}

body.dark .W_text_swiper article {
  background-color: var(--parent-bg-dark);
}

/* Featured Categories */
body.light .W_featured_categories .bg-changed {
  background-color: var(--featured-bg-light);
}

body.dark .W_featured_categories .bg-changed {
  background-color: var(--featured-bg-dark);
}

.W_featured_categories .rad-changed {
  border-radius: var(--featured-b-radius);
  -webkit-border-radius: var(--featured-b-radius);
  -moz-border-radius: var(--featured-b-radius);
  -ms-border-radius: var(--featured-b-radius);
  -o-border-radius: var(--featured-b-radius);
}

@media (min-width: 768px) {
  .W_featured_categories .border-changed {
    border-radius: var(--featured-border-radius);
    -webkit-border-radius: var(--featured-border-radius);
    -moz-border-radius: var(--featured-border-radius);
    -ms-border-radius: var(--featured-border-radius);
    -o-border-radius: var(--featured-border-radius);
  }
}
@media (max-width: 767px) {
  .W_featured_categories .border-changed {
    border-radius: var(--featured-border-small);
    -webkit-border-radius: var(--featured-border-small);
    -moz-border-radius: var(--featured-border-small);
    -ms-border-radius: var(--featured-border-small);
    -o-border-radius: var(--featured-border-small);
  }
}
body.light .rgb-op {
  background-color: rgba(13, 13, 11, 0.64);
}

body.dark .rgb-op {
  background-color: rgba(255, 255, 255, 0.64);
}

.W_featured_categories .s-slider-v-centered .s-slider-block__title-nav button {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 50px;
}

.W_featured_categories .s-slider-v-centered .s-slider-block__title-nav {
  width: 100%;
}

.W_featured_categories .s-slider-v-centered .s-slider-block__title-nav button span svg {
  fill: #414042;
  fill: var(--color-primary);
}

@media (max-width: 767px) {
  .W_featured_categories .s-slider-v-centered .s-slider-block__title-nav {
    display: none;
  }
}
/* Catrgory Grid */
body.light .W_category_grid .bg-changed {
  background-color: var(--cat-grid-bg-light);
}

body.dark .W_category_grid .bg-changed {
  background-color: var(--cat-grid-bg-dark);
}

/* Catrgory Grid */
body.light .W_banner_grid .rgb-changed {
  background-color: var(--rgb-light);
}

body.dark .W_banner_grid .rgb-changed {
  background-color: var(--rgb-dark);
}

body.light .W_banner_grid .bg-changed {
  background-color: var(--banner-grid-bg-light);
}

body.dark .W_banner_grid .bg-changed {
  background-color: var(--banner-grid-bg-dark);
}

/* Banner Slider */
body.light .W_banner_slider .rgb-changed {
  background-color: var(--rgb-light);
}

body.dark .W_banner_slider .rgb-changed {
  background-color: var(--rgb-dark);
}

body.light .W_banner_slider .bg-changed {
  background-color: var(--banner-slider-bg-light);
}

body.dark .W_banner_slider .bg-changed {
  background-color: var(--banner-slider-bg-dark);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .spec-md-height {
    height: 700px;
  }
}
.W_banner_slider salla-slider .swiper {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .W_banner_slider salla-slider .swiper {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .log-h {
    max-height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* Banner Showcase */
body.light .W_banner_showcase .bg-changed {
  background-color: var(--banner-showcase-bg-light);
}

body.dark .W_banner_showcase .bg-changed {
  background-color: var(--banner-showcase-bg-dark);
}

/* Brand Story */
body.light .W_brand_story .bg-changed {
  background-color: var(--brand_story-bg-light);
}

body.dark .W_brand_story .bg-changed {
  background-color: var(--brand_story-bg-dark);
}

body.light .W_brand_story .rgb-changed {
  background-color: var(--rgb-light);
}

body.dark .W_brand_story .rgb-changed {
  background-color: var(--rgb-dark);
}

@media (max-width: 767px) {
  .W_brand_story .rad-change {
    border-radius: var(--radius-small);
    -webkit-border-radius: var(--radius-small);
    -moz-border-radius: var(--radius-small);
    -ms-border-radius: var(--radius-small);
    -o-border-radius: var(--radius-small);
  }
  .W_brand_story .rad-two-change {
    border-radius: var(--radius-small);
    -webkit-border-radius: var(--radius-small);
    -moz-border-radius: var(--radius-small);
    -ms-border-radius: var(--radius-small);
    -o-border-radius: var(--radius-small);
  }
}
@media (min-width: 768px) {
  .W_brand_story .rad-change {
    border-radius: var(--radius-not-small);
    -webkit-border-radius: var(--radius-not-small);
    -moz-border-radius: var(--radius-not-small);
    -ms-border-radius: var(--radius-not-small);
    -o-border-radius: var(--radius-not-small);
  }
  .W_brand_story .rad-two-change {
    border-radius: var(--radius-not-small);
    -webkit-border-radius: var(--radius-not-small);
    -moz-border-radius: var(--radius-not-small);
    -ms-border-radius: var(--radius-not-small);
    -o-border-radius: var(--radius-not-small);
  }
}
/* Limited Time Offers */
.W_limited_time_offers .countdown .s-count-down-sm .s-count-down-item {
  background-color: transparent;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7px 0px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.W_limited_time_offers .countdown .s-count-down-sm .s-count-down-item-label {
  margin: 0;
}

body.light .W_limited_time_offers .countdown .s-count-down-sm .s-count-down-item {
  border: 1px solid white;
}

body.dark .W_limited_time_offers .countdown .s-count-down-sm .s-count-down-item {
  border: 1px solid black;
}

body.light .W_limited_time_offers .countdown .s-count-down-sm .s-count-down-item > div {
  color: white;
}

body.dark .W_limited_time_offers .countdown .s-count-down-sm .s-count-down-item > div {
  color: black;
}

/* Animated Promo Banner */
.W_animated_promo_banner .liner-marq .swiper-wrapper {
  align-items: center;
}

/* Hero Promo */
body.light .W_hero_promo .rgb-changed {
  background-color: var(--rgb-dark);
}

body.dark .W_hero_promo .rgb-changed {
  background-color: var(--rgb-light);
}

/* Social Media */
body.light .W_social_media .bg-changed {
  background-color: var(--social-media-bg-light);
}

body.dark .W_social_media .bg-changed {
  background-color: var(--social-media-bg-dark);
}

/* Follow Us */
body.light .W_follow_us .bg-changed {
  background-color: var(--follow-us-bg-light);
}

body.dark .W_follow_us .bg-changed {
  background-color: var(--follow-us-bg-dark);
}

@media (max-width: 767px) {
  .W_follow_us .item {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  .W_follow_us .item:hover {
    flex: 5;
  }
}
/* Banner Social Media */
@media (max-width: 767px) {
  .W_banner_social_media .spec-grid {
    grid-template-rows: repeat(1, 1fr) !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .W_banner_social_media .item-grid {
    grid-column: span 2;
  }
}
/* Featured Brands */
.W_featured_brands .liner-marq .swiper-wrapper {
  align-items: center;
}

body.light .W_featured_brands .bg-changed {
  background-color: var(--bg-brands-light);
}

body.dark .W_featured_brands .bg-changed {
  background-color: var(--bg-brands-dark);
}

/* FAQ Section */
body.light .W_FAQ_section.bg-changed {
  background-color: var(--faq-bg-color-light);
}

body.dark .W_FAQ_section.bg-changed {
  background-color: var(--faq-bg-color-dark);
}

/* Article Section */
body.light .W_articles_section.bg-changed {
  background-color: var(--bg-articles-light);
}

body.dark .W_articles_section.bg-changed {
  background-color: var(--bg-articles-dark);
}

.s-slider-nav-arrow{height:1.5rem !important;width:2.5rem !important;border-radius:var(--border-custom) !important;background-color:transparent !important;--tw-shadow:0 0 rgba(0,0,0,0) !important;--tw-shadow-colored:0 0 rgba(0,0,0,0) !important;box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important}

@media (min-width: 768px){.s-slider-nav-arrow{height:2rem !important;width:3rem !important}}
.s-slider-nav-arrow svg{height:1.75rem;width:1.75rem;fill:#414042;fill:var(--color-primary);transition-property:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}

.s-product-options-colors-wrapper input[type=radio] + label span:after {
  height: 8px;
}

body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #231f1e;
  color: var(--main-text-color);
  position: relative;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  margin-bottom: 0px;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}

img {
  max-width: 100%;
}

a:focus {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

h1{font-size:1.875rem;line-height:2.25rem}

h2{font-size:1.25rem;line-height:1.75rem}

h3{font-size:1.25rem;line-height:1.75rem;
  line-height: 38px}

.f-color {
  color: #FF6767;
}

h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

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

.flip-x {
  transform: scaleX(-1);
}

input[type=file] {
  display: none;
}

body{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}
body [type=text]:focus, body [type=email]:focus, body [type=url]:focus, body [type=password]:focus, body [type=number]:focus, body [type=date]:focus, body [type=datetime-local]:focus, body [type=month]:focus, body [type=search]:focus, body [type=tel]:focus, body [type=time]:focus, body [type=week]:focus, body [multiple]:focus, body textarea:focus, body select:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0))}

.text-start:where([dir="ltr"], [dir="ltr"] *){text-align:left}

.text-start:where([dir="rtl"], [dir="rtl"] *){text-align:right}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=submit] {
  -webkit-appearance: listitem;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.unicode {
  unicode-bidi: plaintext;
}

.spinner-loader {
  border-right-color: #414042 !important;
  border-right-color: var(--color-primary) !important;
}
.spinner-loader.reverse {
  border-right-color: #9f7171 !important;
  background-color: #f98181;
}

.hide-scroll {
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.remove-item-btn:after {
  content: "\ea47";
  font-family: "sallaicons" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart-thumb {
  position: fixed;
  z-index: 30;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body.fslightbox-open #tidio-chat-iframe,
body.fslightbox-open .fb_reset,
body.fslightbox-open [id^=gb-widget], body.modal-open #tidio-chat-iframe,
body.modal-open .fb_reset,
body.modal-open [id^=gb-widget] {
  display: none !important;
}

.loader:before {
  content: "";
  opacity: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: #414042;
  border-top-color: var(--color-primary);
  border-bottom-color: #eee;
  border-left-color: #414042;
  border-left-color: var(--color-primary);
  border-right-color: #eee;
  animation: loader 1s ease-in-out infinite;
}
.btn--danger .loader:before {
  border-top-color: #ff6767;
  border-left-color: #ff6767;
}
.loader--small:before {
  width: 16px;
  height: 16px;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

@keyframes pulse-anime {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse-anime {
  animation-name: pulse-anime;
  animation-timing-function: ease-in-out;
}

/*
** Single page
*/
.content .content-entry img {
  margin: 15px 0 25px;
}
.content .content-entry ul, .content .content-entry li {
  list-style: inherit !important;
}
.content .content-entry ol {
  list-style: auto !important;
}

/* Components Init*/
salla-modal:not(.hydrated) {
  display: none;
}

/* video aspect ratio*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-width: initial;
}

.grid-trigger{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:0.375rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}

.grid-trigger * {
  pointer-events: none;
}

.flex-center{display:flex;align-items:center;justify-content:center}

.center-between{display:flex;align-items:center;justify-content:space-between}

.grow-0 {
  flex-grow: 0 !important;
}

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

.gradient-bg{--tw-gradient-from:var(--color-primary) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--color-primary-dark) var(--tw-gradient-to-position)}
[dir=ltr] .gradient-bg{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
[dir=rtl] .gradient-bg{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
@media (max-width: 1024px) {
  .gradient-bg.profile-header {
    background-image: none;
  }
  .gradient-bg.profile-header .breadcrumbs a,
  .gradient-bg.profile-header .breadcrumbs span,
  .gradient-bg.profile-header .breadcrumbs .arrow{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
}

.badge{display:inline-flex;height:1.25rem;min-width:20px;align-items:center;justify-content:center;border-radius:9999px;padding:0.25rem;font-size:0.75rem;line-height:1rem}
.badge--red{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

.copy-icon{font-size:0.75rem;line-height:1rem}

.s-localization-modal-inner {
  width: 100%;
}

.s-rating-modal-wrap .s-modal-body {
  position: relative !important;
}

.s-verify-back {
  top: 0.5rem;
}
.s-verify-back svg {
  max-width: 18px;
  fill: rgba(107, 114, 128, var(--tw-text-opacity));
}

[dir=rtl] .s-verify-back {
  right: 0.5rem;
}

[dir=ltr] .s-verify-back {
  left: 0.5rem;
}

@media (max-width: 639px) {
  .s-verify-back {
    display: none;
  }
}
.article--main iframe {
  width: 100%;
  height: 30vw;
}
@media (max-width: 639px) {
  .article--main iframe {
    height: 50vw;
  }
}

.cart-submit-wrap{margin-left:-5px;margin-right:-5px;display:flex;align-items:center;justify-content:space-between;gap:0.625rem}

.cart-submit-wrap:where([dir="ltr"], [dir="ltr"] *){flex-wrap:wrap}
.cart-submit-wrap > *{margin-left:5px;margin-right:5px;flex-grow:1}

.s-button-btn, .s-price-range-number-input{border-radius:.75rem}

.s-app-install-banner{position:fixed;left:0px;right:0px;z-index:999;margin-top:1rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:none;width:95%;flex-direction:row;align-items:center;gap:0.5rem;border-radius:0.375rem;padding:0.75rem;--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  background-color: rgb(226, 226, 227)}

@supports (color: color-mix(in lch, red, blue)){
.s-app-install-banner{
  background-color: color-mix(in srgb, var(--color-primary) 15%, white)}
}
.s-app-install-banner[open=false]{display:none}
.s-app-install-banner[open=true][position=top]{display:flex;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));transition-duration:500ms}
.s-app-install-banner[open=true][position=bottom]{display:flex}
@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0%);opacity:1}}
.s-app-install-banner[open=true][position=bottom]{animation:slideUpFromBottom .6s linear}
.s-app-install-banner[position=top]{position:relative;top:0px;margin:0px;width:100%;border-radius:0px}
.s-product-card-vertical salla-add-product-button > div.s-app-install-banner[position=top] {
  margin-bottom: -3px;
}
.s-app-install-banner[position=bottom]{bottom:0px}
@keyframes slideDownFromBottom{0%{transform:translateY(0%);opacity:1}100%{transform:translateY(100%);opacity:0}}
.s-app-install-banner[closing][position=bottom]{animation:slideDownFromBottom .6s linear;
  animation-fill-mode: forwards}
.s-app-install-banner-title{font-size:1rem;line-height:1.5rem;font-weight:700;color:#414042;color:var(--color-primary)}
.s-app-install-banner-sub-title{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400}
.s-app-install-banner-cta{color:#414042;color:var(--color-primary);text-decoration-line:underline}
.s-app-install-banner-cancel-button{position:absolute;top:0.5rem}
input[type=radio].sr-only div.s-app-install-banner-cancel-button {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-app-install-banner-cancel-button {
  border-color: var(--color-main);
}
.s-app-install-banner-cancel-button:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.s-app-install-banner-cancel-button:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}

.blog-category ul:where([dir="ltr"], [dir="ltr"] *),
.blog-category ol:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}

.blog-category ul:where([dir="rtl"], [dir="rtl"] *),
.blog-category ol:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}
.blog-category ul li {
  list-style: disc;
}
.blog-category ol li {
  list-style: auto;
}
.blog-category a{color:#414042;color:var(--color-primary)}
.blog-category a:hover{color:var(--color-primary-dark)}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -15px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 400ms;
  animation-fill-mode: both;
}

.animatedfadeInDown {
  opacity: 0;
}

.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1 !important;
    transform: translateX(0);
  }
}
@keyframes delayKeyframe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.swiper-lazy{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms;position:absolute;top:0px;height:100%;width:100%;background-size:cover;background-position:center}

input[type=radio].sr-only div.swiper-lazy {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.swiper-lazy {
  border-color: var(--color-main);
}

.s-product-card-vertical salla-add-product-button > div.swiper-lazy {
  margin-bottom: -3px;
}
.swiper-lazy.swiper-lazy-loaded{opacity:1}

.lazy__bg{position:absolute;top:0px;left:0px;height:100%;width:100%;background-size:cover;background-position:center;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}

input[type=radio].sr-only div.lazy__bg {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.lazy__bg {
  border-color: var(--color-main);
}

.s-product-card-vertical salla-add-product-button > div.lazy__bg {
  margin-bottom: -3px;
}
.lazy__bg.loaded{opacity:1}

.rtl .rtl-range-slider,
[dir=rtl] .rtl-range-slider {
  transform: rotateY(180deg);
}
.rtl .rtl-range-numbers,
[dir=rtl] .rtl-range-numbers {
  flex-direction: row-reverse;
}
.rtl .form-select, .rtl select,
[dir=rtl] .form-select,
[dir=rtl] select {
  background-position: left 0.5rem center;
  padding-right: 12px;
}
.rtl .fix-align,
[dir=rtl] .fix-align {
  transform: translateY(-2px);
  display: inline-block;
}
.rtl .flatpickr-months .numInputWrapper .cur-year,
[dir=rtl] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 15px 0 0;
}

.sf-dump {
  direction: ltr;
}

[dir=ltr] .with-arrow .sicon-keyboard_arrow_left:before,
[dir=ltr] nav .sicon-keyboard_arrow_left:before,
[dir=ltr] .sub-menu .has-children > a:after {
  content: "\e96c";
}
[dir=ltr] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 0 0 15px;
}
[dir=ltr] .flatpickr-months [class^=arrow] {
  right: auto;
  right: initial;
  left: 0;
}

input[type=radio].sr-only div.absolute {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.absolute {
  border-color: var(--color-main);
}

input[type=text]:disabled {
  color: #838383;
}

.form-label{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}

@media (min-width: 640px){.form-label{margin-top:1px}}

@media (min-width: 768px){.form-label{margin-bottom:0px}}

.form-input{height:2.5rem;width:100%;border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));font-size:0.875rem;line-height:1.25rem;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:300ms}

.s-product-card-vertical salla-add-product-button > div.form-input {
  margin-bottom: -3px;
}

.form-input:focus{border-color:#414042;border-color:var(--color-primary);--tw-ring-color:transparent}

.dark .form-input{--tw-border-opacity:1;border-color:rgba(75, 85, 99, 1);border-color:rgba(75, 85, 99, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(75, 85, 99, 1);background-color:rgba(75, 85, 99, var(--tw-bg-opacity, 1))}

.dark .form-input:focus{border-color:#414042;border-color:var(--color-primary)}

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

textarea.form-input{height:6rem}

.has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}

.has-error:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}

.has-success{--tw-border-opacity:1;border-color:rgba(34, 197, 94, 1);border-color:rgba(34, 197, 94, var(--tw-border-opacity, 1))}

.has-success:focus{--tw-border-opacity:1;border-color:rgba(22, 163, 74, 1);border-color:rgba(22, 163, 74, var(--tw-border-opacity, 1))}

/*
* Buttons
*/
salla-button[width=wide]{width:100%}
.s-product-card-vertical salla-add-product-button > divsalla-button[width=wide] {
  margin-bottom: -3px;
}
salla-button.copied .s-button-text{--tw-text-opacity:1;color:rgba(22, 163, 74, 1);color:rgba(22, 163, 74, var(--tw-text-opacity, 1))}
salla-button.copied i:before {
  content: "\ea9d";
  --tw-text-opacity:1;
  color:rgba(22, 163, 74, 1);
  color:rgba(22, 163, 74, var(--tw-text-opacity, 1));
}

.btn{display:inline-flex;flex:1 1 0%;align-items:center;justify-content:center;white-space:nowrap;border-radius:0.375rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0.625rem;padding-top:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}

.btn:hover{opacity:0.8}
.btn .loader {
  width: 0;
  opacity: 0;
  height: 16px;
  transform: scale(0);
  transition: 0.3s;
}
.btn--is-loading {
  pointer-events: none;
}
.btn--is-loading .loader {
  width: 16px;
  margin: 0 5px;
  opacity: 1;
  transform: scale(1);
}
.btn--delete .loader {
  width: 15px;
}
.btn--delete .loader:before {
  width: 12px;
  height: 12px;
  border-top-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: #fff;
}
.btn--delete.btn--is-loading .icon {
  opacity: 0;
}
.btn--quantity{width:2.75rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));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:200ms}
.btn--quantity:hover{color:#414042;color:var(--color-primary)}
.btn__text{pointer-events:none;display:inline-block;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.btn--wishlist{border-radius:var(--border-custom) !important;margin:0px}
.btn--wishlist .s-button-text{overflow:visible}
.btn--wishlist .s-button-text i{color:#414042;color:var(--color-primary);
  font-size: 1.35rem;
  height: 20px}
.btn--wishlist:hover{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.btn--wishlist.is-added{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.btn--rounded-gray{display:inline-flex;width:100%;align-items:center;justify-content:center;white-space:nowrap;border-radius:9999px;background-color:rgba(229, 231, 235, 0.5);padding-left:0.875rem;padding-right:0.875rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:500;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;
  flex-grow: 0}
.s-product-card-vertical salla-add-product-button > div.btn--rounded-gray {
  margin-bottom: -3px;
}
.btn--rounded-gray:hover{background-color:rgba(229, 231, 235, 0.7)}
.btn--circle-gray{display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:9999px;background-color:rgba(229, 231, 235, 0.3);padding-left:0.75rem;padding-right:0.75rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:500;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}
.btn--circle-gray:hover{background-color:rgba(229, 231, 235, 0.5)}
.btn--icon{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));font-weight:500;color:var(--medium-gray-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.btn--icon:hover{--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.btn--icon i{pointer-events:none}
.btn--icon i.sicon-heart{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.btn--share {
  margin: 0;
}
.btn--close{position:absolute;top:0px;z-index:50;display:none;height:3rem;width:3.5rem;font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.btn--close {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.btn--close {
  border-color: var(--color-main);
}
@media (min-width: 480px){.btn--close{display:block}}
.btn--close:where([dir="ltr"], [dir="ltr"] *){right:0px}
.btn--close:where([dir="rtl"], [dir="rtl"] *){left:0px}
.btn--close-sm{position:fixed;top:0px;z-index:50;height:51px;width:51px;--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), -100%) 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: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));--tw-bg-opacity:1;background-color:rgba(239, 68, 68, 1);background-color:rgba(239, 68, 68, var(--tw-bg-opacity, 1));font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.btn--close-sm:where([dir="ltr"], [dir="ltr"] *){right:0px}
.btn--close-sm:where([dir="rtl"], [dir="rtl"] *){left:0px}
.btn--collapse{width:100%;border-radius:var(--border-custom);border-width:1px;border-color:var(--color-primary-light);background-color:var(--color-primary-ops);padding:0.5rem;font-size:0.875rem;line-height:1.25rem;color:var(--dark-gray-color);display:flex;align-items:center;justify-content:space-between}
.s-product-card-vertical salla-add-product-button > div.btn--collapse {
  margin-bottom: -3px;
}
.btn {
  /* Disabled state */
}
.btn.btn:disabled{cursor:default;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.btn.btn:disabled:hover{background-color:transparent}
.btn:disabled .s-button-text{opacity:0.7}
.btn {
  /* Button Variants */
}
.btn--danger{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--danger:hover{opacity:0.8}
.btn--primary{border-width:1px;border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
.btn--outline-primary{border-width:1px;border-color:#414042;border-color:var(--color-primary);color:#414042;color:var(--color-primary)}
.btn--outline-primary:hover{background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
.btn--outline{border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.btn--outline:hover{border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--outline.light{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--rounded-full{border-radius:9999px}

.rounded-icon{display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;font-size:1.5rem;line-height:2rem}

/*
* Coupon Button
*/
button.btn--coupon{position:absolute;top:0px;height:40px;flex-shrink:0;border-radius:4px}
input[type=radio].sr-only divbutton.btn--coupon {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ divbutton.btn--coupon {
  border-color: var(--color-main);
}
button.btn--coupon:where([dir="ltr"], [dir="ltr"] *){right:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}
button.btn--coupon:where([dir="rtl"], [dir="rtl"] *){left:0px;border-top-right-radius:0px;border-bottom-right-radius:0px}
button.btn--coupon .s-button-text{display:flex !important}

salla-button.has-not-coupon button .icon, salla-button.has-coupon button .coupon-text{display:none}
salla-button.has-coupon button{width:3rem;padding-left:0px;padding-right:0px}

/*
* Links ---------------------------------------------------
*/
.link--primary{color:#414042;color:var(--color-primary);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.link--primary:hover{color:var(--color-primary-dark)}

#btn-show-more{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
#btn-show-more.is-expanded{pointer-events:none;opacity:0}

#blog-like.liked i {
  width: 18px;
  height: 16px;
  background-color: #414042;
  background-color: var(--color-primary);
  /* This will show the masked area */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  position: relative;
  top: -2px;
}

.fancy{position:relative;cursor:pointer;border-radius:var(--border-custom);border-width:2px;border-color:currentColor;background-color:#414042;background-color:var(--color-primary);padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}

.fancy * {
  pointer-events: none;
}

.fancy{display:flex;align-items:center;justify-content:center}

.fancy .content {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  transition: all 0.3s ease;
}

.fancy .icon {
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.fancy .top-key,
.fancy .bottom-key-1,
.fancy .bottom-key-2 {
  position: absolute;
  height: 2px;
  background: currentColor;
  transition: all 0.3s ease;
}

.fancy .top-key {
  top: -2px;
  left: 10px;
  width: 25px;
}

.fancy .bottom-key-1 {
  bottom: -2px;
  right: 30px;
  width: 25px;
}

.fancy .bottom-key-2 {
  bottom: -2px;
  right: 10px;
  width: 10px;
}

.fancy[data-style=outline]:hover {
  background-color: currentColor !important;
}

.fancy[data-style=outline]:hover #content_btn.content {
  gap: 14px;
}
.fancy[data-style=outline]:hover #content_btn.content i,
.fancy[data-style=outline]:hover #content_btn.content span {
  color: currentColor !important;
}

.fancy[data-style=outline]:hover .top-key {
  left: -2px;
  width: 0;
}

.fancy[data-style=outline]:hover .bottom-key-1,
.fancy[data-style=outline]:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

.fancy[data-style=filled]:hover {
  background-color: currentColor !important;
}

.fancy[data-style=filled]:hover #content_btn.content {
  gap: 14px;
}
.fancy[data-style=filled]:hover #content_btn.content i,
.fancy[data-style=filled]:hover #content_btn.content span {
  gap: 1em;
  color: currentColor !important;
}

.fancy[data-style=filled]:hover .top-key {
  left: -2px;
  width: 0;
}

.fancy[data-style=filled]:hover .bottom-key-1,
.fancy[data-style=filled]:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

salla-add-product-button .s-button-primary{background-color:transparent}

.add_cart_btn::before,
.s-button-outline.s-button-primary-outline::before,
.s-button-primary.s-button-element::before{position:absolute;top:0px;bottom:0px;left:0px;right:100%;z-index:-1;border-radius:var(--border-custom);background-color:var(--color-primary-light);opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:0.5s;--tw-content:'';content:'';content:var(--tw-content)}

input[type=radio].sr-only div.add_cart_btn::before,input[type=radio].sr-only div
.s-button-outline.s-button-primary-outline::before,input[type=radio].sr-only div
.s-button-primary.s-button-element::before {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.add_cart_btn::before,input[type=radio].sr-only:checked ~ div
.s-button-outline.s-button-primary-outline::before,input[type=radio].sr-only:checked ~ div
.s-button-primary.s-button-element::before {
  border-color: var(--color-main);
}

.add_cart_btn:hover::before,
.s-button-outline.s-button-primary-outline:hover::before,
.s-button-primary.s-button-element:hover::before{left:0px;right:0px;opacity:1}

.s-button-primary.s-button-element .s-button-text{position:relative;display:inline-block;height:1.5rem;width:100%;overflow:hidden;border-radius:var(--border-custom);text-align:center;text-transform:uppercase;letter-spacing:1px;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

.s-product-card-vertical salla-add-product-button > div.s-button-primary.s-button-element .s-button-text {
  margin-bottom: -3px;
}

.s-button-primary.s-button-element .s-button-text .btn-text-one,
.s-button-primary.s-button-element .s-button-text .btn-text-two {
  position: absolute;
  width: 100%;
  left: 0;
  transition: top 0.3s ease;
  z-index: 2;
  color: #414042 !important;
  color: var(--color-primary) !important;
}

.s-button-primary.s-button-element .btn-text-one {
  top: 50%;
  transform: translateY(-50%);
}

.s-button-primary.s-button-element .s-button-text .btn-text-two {
  top: 150%;
  transform: translateY(-50%);
}

.s-button-primary.s-button-element:hover .s-button-text .btn-text-one {
  color: #fff !important;
  top: -100%;
}

.s-button-primary.s-button-element:hover .s-button-text .btn-text-two {
  color: #fff !important;
  top: 50%;
}

.s-button-primary.s-button-element:hover{background-color:#414042;background-color:var(--color-primary)}

.s-social-share-btn{border-radius:var(--border-custom) !important}
.s-social-share-btn span svg{height:1.25rem;width:1.25rem;fill:#414042;fill:var(--color-primary)}

.custom-radios div {
  display: inline-block;
}
.custom-radios input[type=radio] {
  display: none;
}
.custom-radios input[type=radio] + label {
  cursor: pointer;
}
.custom-radios input[type=radio] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
}
.custom-radios input[type=radio] + label span::after {
  opacity: 0;
  display: inline-block;
  transform: scale(0.4);
  transition: all 0.3s ease;
  font-family: "sallaicons" !important;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ea9d";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.custom-radios input[type=radio]:checked + label span:after {
  opacity: 1;
  transform: scale(1);
}
.custom-radios input[type=radio]:disabled + label {
  opacity: 0.45;
}
.custom-radios--rounded input[type=radio] + label span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
}
.custom-radios--rounded input[type=radio] + label span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.custom-radios--icons {
  font-size: 40px;
  line-height: 42px;
}
.custom-radios--icons input[type=radio] + label {
  transition: transform 0.2s, color 0.3s;
  filter: grayscale(1);
}
.custom-radios--icons input[type=radio] + label:hover {
  filter: grayscale(0);
}
.custom-radios--icons input[type=radio]:checked + label {
  filter: grayscale(0);
  transform: scale(1.25) translateY(-3px);
}
.custom-radios--icons input[type=radio]:checked + label .rate-title {
  font-weight: bold;
  color: #2b2d34;
}

.radio-images__label{margin-bottom:0.125rem;display:inline-block;height:6rem;width:100%;cursor:pointer;overflow:hidden;border-radius:0.375rem}

.radio-images__label * {
  pointer-events: none;
}

.s-product-card-vertical salla-add-product-button > div.radio-images__label {
  margin-bottom: -3px;
}

@media (min-width: 768px){.radio-images__label{height:5rem}}
.radio-images__badge{position:absolute;bottom:2.5rem;left:50%;display:block;--tw-translate-x:-50%;transform:translate(-50%, 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: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));white-space:nowrap;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));padding-left:0.375rem;padding-right:0.375rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.radio-images__badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.radio-images__badge {
  border-color: var(--color-main);
}
.radio-images input[type=radio] {
  display: none;
}
.radio-images input[type=radio] + label {
  position: relative;
}
.radio-images input[type=radio] + label:after {
  content: "\ea9d";
  font-family: "sallaicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition: transform 0.3s;
}
.radio-images input[type=radio] + label:before {
  content: "";
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
}
.radio-images input[type=radio]:checked + label:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.radio-images input[type=radio]:checked + label:before {
  opacity: 0.3;
}
.radio-images input[type=radio]:disabled + label {
  opacity: 0.45;
}

/* Testimonials (reviews) rules the theme markup uses, copied from twilight utilities.json (theme owns its markup styling). */
@media (min-width: 1024px){.s-reviews-container{overflow:hidden}}
.s-reviews-container .swiper-slide{height:auto;width:20%;overflow:hidden;padding-left:10px;padding-right:10px}
@media (min-width: 1024px){.s-reviews-container .swiper-slide{padding-left:15px;padding-right:15px}}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__avatar{margin-bottom:2rem}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner{position:relative;flex-direction:column;align-items:center;text-align:center}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__icon svg{top:-2rem;left:50%;height:1.5rem;width:1.5rem;--tw-translate-x:-50%;--tw-translate-y:0.25rem;transform:translate(-50%, 0.25rem) 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: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))}
.s-reviews-container .swiper-slide-prev .s-reviews-testimonial{align-items:center;justify-content:flex-end}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial{align-items:center;justify-content:flex-start}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:7%}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:7%}
.s-reviews-container .swiper-slide-active{width:60%}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial{opacity:1;--tw-shadow:5px 0 0 0 var(--color-main);--tw-shadow-colored:5px 0 0 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
@media (min-width: 1024px){.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:6rem}.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem}}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner{width:100%}
.s-product-card-vertical salla-add-product-button > div.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner {
  margin-bottom: -3px;
}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="ltr"], [dir="ltr"] *){margin-right:1.5rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="rtl"], [dir="rtl"] *){margin-left:1.5rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{margin-bottom:0.5rem}
@media (min-width: 1024px){.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{margin-bottom:0px}}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__rating{display:block}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__text p{display:block}
.s-reviews-container .s-slider--nav-arrow{right:17%;top:35%;display:none;--tw-translate-y:50%;transform:translate(var(--tw-translate-x), 50%) 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:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@media (min-width: 1024px){.s-reviews-container .s-slider--nav-arrow{display:flex}}
.s-reviews-container .s-slider--nav-arrow.s-slider-next{left:17%}
.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="ltr"], [dir="ltr"] *){left:auto}
.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="rtl"], [dir="rtl"] *){right:auto}
.s-reviews-header-wrapper{display:flex;justify-content:space-between}
.s-reviews-header{margin-bottom:1rem;margin-right:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;line-height:1.2}
.s-reviews-testimonial{position:relative;display:flex;height:100%;border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:1.5rem;opacity:0.6;--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
@media (min-width: 1024px){.s-reviews-testimonial{padding:2.5rem;--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}}
.s-reviews-testimonial__inner{display:flex;align-items:center}
.s-reviews-testimonial__avatar{height:5rem;width:5rem;flex-shrink:0;overflow:hidden;border-radius:9999px}
.s-reviews-testimonial__icon svg{position:absolute;top:1rem;height:2.25rem;width:2.25rem;fill:#414042;fill:var(--color-primary);font-size:2.25rem;line-height:2.5rem}
input[type=radio].sr-only div.s-reviews-testimonial__icon svg {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-reviews-testimonial__icon svg {
  border-color: var(--color-main);
}
@media (min-width: 640px){.s-reviews-testimonial__icon svg{font-size:3rem;line-height:1}}
@media (min-width: 1024px){.s-reviews-testimonial__icon svg{height:3rem;width:3rem}}
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}
@media (min-width: 640px){.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:3rem}}
@media (min-width: 1024px){.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}}
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}
@media (min-width: 640px){.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:3rem}}
@media (min-width: 1024px){.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}}
.s-reviews-testimonial__text{flex:1 1 0%}
.s-reviews-testimonial__text p{margin-bottom:0.5rem;margin-top:1rem;display:none;line-height:1.5rem}
@media (min-width: 640px){.s-reviews-testimonial__text p{margin-top:0px}}
.s-reviews-testimonial__name_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 1024px){.s-reviews-testimonial__name_wrapper{flex-direction:row;justify-content:space-between}}
.s-reviews-testimonial__rating{margin-left:2.5rem;display:none;font-size:0.875rem;line-height:1.25rem}
.s-reviews-testimonial__info h2{font-size:0.75rem;line-height:1rem;font-weight:700}
@media (min-width: 480px){.s-reviews-testimonial__info h2{font-size:0.875rem;line-height:1.25rem}}

.fancy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #414042;
  background-color: var(--color-primary);
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border: 2px solid currentColor;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  line-height: 1.25rem;
}

.fancy .content {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  transition: all 0.3s ease;
}

.fancy .icon {
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.fancy .top-key,
.fancy .bottom-key-1,
.fancy .bottom-key-2 {
  position: absolute;
  height: 2px;
  background: currentColor;
  transition: all 0.3s ease;
}

.fancy .top-key {
  top: -2px;
  left: 10px;
  width: 25px;
}

.fancy .bottom-key-1 {
  bottom: -2px;
  right: 30px;
  width: 25px;
}

.fancy .bottom-key-2 {
  bottom: -2px;
  right: 10px;
  width: 10px;
}

.fancy[data-style=outline]:hover {
  background-color: currentColor !important;
}

.fancy[data-style=outline]:hover #content_btn.content {
  gap: 14px;
}
.fancy[data-style=outline]:hover #content_btn.content i,
.fancy[data-style=outline]:hover #content_btn.content span {
  color: currentColor !important;
}

.fancy[data-style=outline]:hover .top-key {
  left: -2px;
  width: 0;
}

.fancy[data-style=outline]:hover .bottom-key-1,
.fancy[data-style=outline]:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

.fancy[data-style=filled]:hover {
  background-color: currentColor !important;
}

.fancy[data-style=filled]:hover #content_btn.content {
  gap: 14px;
}
.fancy[data-style=filled]:hover #content_btn.content i,
.fancy[data-style=filled]:hover #content_btn.content span {
  gap: 1em;
  color: currentColor !important;
}

.fancy[data-style=filled]:hover .top-key {
  left: -2px;
  width: 0;
}

.fancy[data-style=filled]:hover .bottom-key-1,
.fancy[data-style=filled]:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

.dropdown__trigger {
  border-radius: 9999px;
  font-weight: 500;
  height: 2.5rem;
  overflow: hidden;
  width: 2.5rem;
}

.dropdown__trigger:focus {
  --tw-ring-offset-color: transparent ;
}

.dropdown__trigger.filter {
  border-radius: 0;
  height: auto;
  overflow: visible;
  width: auto;
}

.dropdown__menu {
  position: absolute;
  top: 100%;
  transform-origin: top right;
  visibility: hidden;
  width: 20rem;
  z-index: 30;
  --tw-translate-y: -1rem;
  --tw-scale-y: .9;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  transform: translate(var(--tw-translate-x), -1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(0.9);
  transform: translate(var(--tw-translate-x), -1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(.9);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
  --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
  box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px rgba(43, 45, 52, 0.0509803922);
  box-shadow: 0 0 transparent, 0 0 transparent, 5px 10px 30px #2b2d340d;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .dropdown__menu {
    border-color: rgba(209, 213, 219, 0.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 1px;
    width: 15rem;
  }
}
.dropdown__menu:where([dir=ltr], [dir=ltr] *) {
  right: 0;
}

.dropdown__menu:where([dir=rtl], [dir=rtl] *) {
  left: 0;
}

.dropdown__menu {
  outline: none;
}

.dropdown-toggler {
  align-items: center;
  display: inline-flex;
  margin-left: 0;
  margin-right: 0;
  width: 2.5rem;
  --tw-text-opacity: 1;
  color: #6b7280;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .dropdown-toggler {
    height: 100%;
  }
}
.dropdown-toggler.cat-filter {
  position: static;
  width: auto;
}

.dropdown-toggler.cat-filter .dropdown__trigger {
  border-radius: 0;
  height: auto;
  overflow: visible;
  width: auto;
}

.dropdown-toggler:before {
  background: hsla(240, 4%, 46%, 0.75);
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition-duration: 0.2s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

@media (max-width: 1024px) {
  .dropdown-toggler .dropdown__menu {
    bottom: 0;
    left: 0 !important;
    position: fixed;
    top: auto;
    transform-origin: center;
    width: 100%;
    --tw-translate-y: 2.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: 0;
    transform: translate(var(--tw-translate-x), 2.5rem) 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: 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));
    transition-duration: 0.2s;
  }
  .dropdown-toggler .dropdown__menu .menu-item:where([dir=ltr], [dir=ltr] *) {
    padding-right: 0.625rem;
  }
  .dropdown-toggler .dropdown__menu .menu-item:where([dir=rtl], [dir=rtl] *) {
    padding-left: 0.625rem;
  }
}
.dropdown--is-opened .dropdown__menu {
  visibility: visible;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
  transform: translate(var(--tw-translate-x)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dropdown--is-opened:before {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cart-quantity .s-quantity-input-container {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid var(--cart-border-special);
}

body.light .cart-quantity .s-quantity-input-container {
  border: 1px solid var(--cart-border-special);
}

body.dark .cart-quantity .s-quantity-input-container {
  border: 1px solid var(--cart-border-special);
}

.cart-quantity .s-quantity-input-input {
  padding: 0;
  margin: 0 10px;
  background-color: transparent;
  border-color: var(--cart-border-special);
}

body.light .cart-quantity .s-quantity-input-input {
  color: black;
}

body.dark .cart-quantity .s-quantity-input-input {
  color: white;
}

.del-btn .btn--delete {
  background-color: transparent;
  border: none;
}

.del-btn .btn--delete span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cart-border-special);
}

body.light .del-btn .btn--delete span i {
  color: black;
}

body.dark .del-btn .btn--delete span i {
  color: white;
}

/* Top Nav */
.top-navbar{display:flex;min-height:48px;padding-top:0.5rem;padding-bottom:0.5rem}
@media (min-width: 1024px) {
  .top-navbar{padding-top:0.375rem;padding-bottom:0.375rem}
}
.topnav-has-bg .top-navbar{background-color:var(--topnav-bg)}
.topnav-has-gradient .top-navbar{background-image:linear-gradient(to right, var(--tw-gradient-stops));--tw-gradient-from:var(--topnav-gradient-from) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--topnav-gradient-to) var(--tw-gradient-to-position)}
.topnav-has-text-color .top-navbar{color:var(--topnav-text-color)}
.top-navbar .s-search-input{border-style:none;background-color:rgba(229, 231, 235, 0.5)}
.top-navbar .s-search-input:hover{background-color:rgba(229, 231, 235, 0.7)}
@media (max-width: 640px) {
  .top-navbar .s-search-results{width:100vw;max-width:100vw}
  .top-navbar .s-search-results:where([dir="ltr"], [dir="ltr"] *){right:-0.625rem}
  .top-navbar .s-search-results:where([dir="rtl"], [dir="rtl"] *){left:-0.625rem}
}
.topnav-is-dark .top-navbar{--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.topnav-is-dark .top-navbar .btn--circle-gray,
.topnav-is-dark .top-navbar .btn--rounded-gray,
.topnav-is-dark .top-navbar .s-search-input{background-color:rgba(243, 244, 246, 0.1)}
.topnav-is-dark .top-navbar .btn--circle-gray:hover,
.topnav-is-dark .top-navbar .btn--rounded-gray:hover,
.topnav-is-dark .top-navbar .s-search-input:hover{background-color:rgba(243, 244, 246, 0.15)}
.topnav-is-dark .top-navbar .topnav-link-item{border-color:rgba(209, 213, 219, 0.1)}
.topnav-is-dark .top-navbar .s-search-input{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.top-navbar .search-btn{flex-grow:1;justify-content:flex-start}
@media (min-width: 640px){.top-navbar .search-btn{flex-grow:0}}
@media (min-width: 768px){.top-navbar .search-btn{justify-content:center}}

.topnav-link-item{display:inline-block;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding-left:1rem;padding-right:1rem;padding-top:1px;padding-bottom:1px;font-size:0.875rem;line-height:1.25rem;line-height:1;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}

.topnav-link-item:hover{opacity:0.8}

.topnav-link-item:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}

.topnav-link-item:last-child:where([dir="ltr"], [dir="ltr"] *){border-width:0px;padding-right:0px}

.topnav-link-item:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}

.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *){border-width:0px;padding-left:0px}
.topnav-link-item.right-side:first-child:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}

/* Main Nav */
.main-nav-container{min-height:68px}
@media (min-width: 1024px){.main-nav-container{min-height:84px}}
.has-bg .main-nav-container, .has-bg .main-nav-container .sub-menu{background-color:var(--mainnav-bg)}
.has-text-color .main-nav-container{color:var(--mainnav-text-color)}

.menu-item{display:flex;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.625rem;padding-bottom:0.625rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));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:300ms}

.menu-item:hover{background-color:rgba(229, 231, 235, 0.3)}

@media (min-width: 640px){.menu-item{font-size:0.875rem;line-height:1.25rem}}
.menu-item.logout{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.menu-item.is-active{background-color:rgba(229, 231, 235, 0.2);color:#414042;color:var(--color-primary)}

/* Sticky Header */
.main-nav-container.animated .inner {
  transition: top 0.5s, transform 0.5s, opacity 0.4s;
}
.main-nav-container.fixed-pinned .inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 29;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 1024px) {
  .main-nav-container.fixed-pinned .inner {
    transform: none;
    top: -70px;
  }
}
.main-nav-container.fixed-pinned .main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .main-nav-container.fixed-header .inner {
    transform: none;
    top: 0;
  }
}

.navbar-brand{margin-top:0.5rem;margin-bottom:0.5rem;display:flex;align-items:center}
.navbar-brand img{max-height:4rem;width:auto;max-width:100px}
@media (min-width: 480px){.navbar-brand img{max-width:170px}}

.header-btn{border-style:none;outline:2px solid transparent;outline-offset:2px;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}

.header-btn:hover{opacity:0.8}
.header-btn__icon{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.header-btn__icon.icon{margin-right:9px}
.header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *){margin-left:9px;margin-right:0;margin-right:initial}

salla-user-menu{flex-shrink:0}

.s-cart-summary-total{font-weight:600;--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}

.s-cart-summary-count{top:-0.125rem;--tw-bg-opacity:1;background-color:rgba(153, 27, 27, 1);background-color:rgba(153, 27, 27, var(--tw-bg-opacity, 1))}

.s-cart-summary-count:where([dir="ltr"], [dir="ltr"] *){left:-0.375rem}

.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *){right:-0.375rem}

#nav-cart{position:relative;display:flex;align-items:center;white-space:nowrap}

#nav-cart:where([dir="ltr"], [dir="ltr"] *){margin-left:1rem}

#nav-cart:where([dir="rtl"], [dir="rtl"] *){margin-right:1rem}
#nav-cart .icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
#nav-cart .icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
#nav-cart span{position:absolute;top:0.25rem}
input[type=radio].sr-only div#nav-cart span {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#nav-cart span {
  border-color: var(--color-main);
}
#nav-cart span:where([dir="ltr"], [dir="ltr"] *){left:-0.5rem}
#nav-cart span:where([dir="rtl"], [dir="rtl"] *){right:-0.5rem}

.header-search .s-search-results{z-index:10}

.store-footer{position:relative;margin-top:2rem;--tw-bg-opacity:1;background-color:rgba(14, 15, 15, 1);background-color:rgba(14, 15, 15, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

@media (min-width: 640px){.store-footer{margin-top:4rem}}
.store-footer a{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.store-footer a:hover{opacity:0.75}
.store-footer__inner{border-bottom-width:1px;border-style:dashed;border-bottom-color:rgba(255, 255, 255, 0.1);--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1));padding-top:2rem;padding-bottom:2rem}
@media (min-width: 1024px){.store-footer__inner{padding-top:4rem;padding-bottom:4rem}}
.store-footer h3{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (min-width: 1024px){.store-footer h3{margin-bottom:1.25rem}}
.store-footer .social-link{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.store-footer .social-link:hover{opacity:0.75}
.store-footer .contact-social{margin-top:1.25rem;border-top-width:1px;border-color:rgba(255, 255, 255, 0.1);padding-top:1.25rem}
.store-footer .contact-social ul{margin-bottom:0px}
.footer-is-light .store-footer{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.footer-is-light .store-footer .store-footer__inner{--tw-border-opacity:1;border-bottom-color:rgba(229, 231, 235, 1);border-bottom-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.footer-is-light .store-footer .social-link{--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1))}
.footer-is-light .store-footer .contact-social{--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}

.copyright-text p{--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}

.s-trust-badges-label,
.s-trust-badges-number{white-space:nowrap;font-size:0.75rem;line-height:1rem}

.main-menu > li > a[href*=offer]{--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}

@media only screen and (min-width: 1024px) {
  .main-menu{margin-left:1.5rem;margin-right:1.5rem;display:none;flex-wrap:wrap;align-items:center;padding-top:2rem;padding-bottom:0px}
  @media (min-width: 1024px){.main-menu{display:flex}}
  .fixed-pinned .main-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-menu li > a{display:flex;align-items:center;justify-content:space-between;padding:0.75rem;font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
  .main-menu li > a:hover{color:#414042;color:var(--color-primary);text-decoration-line:none}
  .main-menu li.root-level{display:inline-block}
  .main-menu li.root-level > a{padding-top:0px;padding-bottom:2rem;font-weight:700}
  .main-menu > .has-children:hover > a {
    color: #414042;
    color: var(--color-primary);
  }
  .main-menu .has-children li a:hover,
  .main-menu .has-children .has-children:hover > a {
    color: #414042;
    color: var(--color-primary);
    background-color:rgba(229, 231, 235, 0.2);
  }
  .main-menu .has-children > a:after {
    font-family: "sallaicons";
    content: "\e970";
    margin-left:0.125rem;
    margin-right:0.125rem;
    display:inline-block;
    align-self:flex-end;
    font-size:1.125rem;
    line-height:1rem;
    opacity:0.5;
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
  }
  .main-menu .has-children.root-level > a:after {
    content: "\e96e";
  }
  .main-menu .has-children.root-level:hover > a:after {
    opacity: 1;
    transform: scaleY(-1);
  }
  .main-menu .sub-menu{visibility:hidden;position:absolute;z-index:20;--tw-translate-y:-0.75rem;transform:translate(var(--tw-translate-x), -0.75rem) 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:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-width:1px;border-color:rgba(209, 213, 219, 0.3);--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0;--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}

input[type=radio].sr-only div.main-menu .sub-menu {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.main-menu .sub-menu {
  border-color: var(--color-main);
}
  .main-menu .sub-menu .sub-menu {
    top: -1px;
    right: 100%;
  }
  [dir=ltr] .main-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
  .main-menu .sub-menu .s-product-card-entry{border-width:1px;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
  .main-menu .sub-menu .btn {
    padding: 8px 10px 10px;
  }
  .main-menu .sub-menu li.mega-menu .container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .container > div{display:none}
  .main-menu .change-menu-dir .sub-menu .sub-menu:where([dir="ltr"], [dir="ltr"] *){right:100%;left:auto}
  .main-menu .change-menu-dir .sub-menu .sub-menu:where([dir="rtl"], [dir="rtl"] *){left:100%;right:auto}
  .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-menu .sub-menu ul > li:not(:first-child) > .sub-menu {
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .filters-opened .close-filters {
    display: block !important;
  }
  .menu-opened .btn--close-sm.close-mobile-menu {
    display: block !important;
  }
  .mobile-menu {
    display: none;
    overflow:hidden;
  }
  @media (min-width: 1024px){.mobile-menu{display:none}}
  .mm-ocd__content {
    overflow-y: auto;
  }
  .mm-ocd-opened .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .mm-ocd-opened .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
  }
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: #000;
    background: #ffffff;
  }
  .mm-spn ul.main-menu li:before{height:0.5rem;width:0.5rem}
  .mm-spn.mm-spn--navbar:after{text-align:left;font-weight:700;opacity:0.9;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}

.mm-spn.mm-spn--navbar:where([dir="ltr"], [dir="ltr"] *):after{text-align:left}

.mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{text-align:right}
  .mm-spn.mm-spn--navbar:where([dir="ltr"], [dir="ltr"] *):after{padding-left:3rem}
  .mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{padding-right:3rem}
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="ltr"], [dir="ltr"] *):after{padding-left:0.75rem}
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after{padding-right:0.75rem}
  [dir=rtl] .mm-spn.mm-spn--navbar:before {
    transform: rotate(135deg) translateY(77%);
    right: 20px;
    right: var(--mm-spn-item-indent);
    left: auto;
  }
  .mm-spn li a,
  .mm-spn li > span {
    padding: 18px;
    display:flex;
    align-items:center;
    gap:1rem;
  }
  .mm-spn li img{pointer-events:none;height:3rem;width:3rem;--tw-bg-opacity:1;background-color:rgba(245, 247, 249, 1);background-color:rgba(245, 247, 249, var(--tw-bg-opacity, 1));-o-object-fit:cover;object-fit:cover}
  .mm-spn li a span {
    padding: 0;
  }
  [dir=rtl] .mm-spn li:before {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 25px;
    left: calc(50px / 2);
    left: calc(var(--mm-spn-item-height) / 2);
    right: auto;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-top: none;
  }
  .mm-spn li:after {
    width: 100%;
    border-color: #c9c9c9;
    border-color: var(--infinte-color);
  }
}
.swiper:not(.swiper-initialized) .swiper-button {
  opacity: 0;
}

.s-block--testimonials.container{padding:0px}

@media (min-width: 1024px){.s-block--testimonials.container{padding-left:0.625rem;padding-right:0.625rem}}
.s-block--testimonials .s-slider-block__title{padding-left:0.625rem;padding-right:0.625rem}
@media (min-width: 1024px){.s-block--testimonials .s-slider-block__title{padding-left:0px;padding-right:0px}}
.s-block--testimonials .s-slider-block__title-nav{top:65% !important;display:none !important;max-width:88% !important}
@media (min-width: 1024px){.s-block--testimonials .s-slider-block__title-nav{display:flex !important}}
.s-block--testimonials .s-slider-block__title-nav button{--tw-border-opacity:1 !important;border-color:rgba(243, 244, 246, 1) !important;border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1)) !important;--tw-shadow-color:#d1d5db !important;--tw-shadow:var(--tw-shadow-colored) !important}

@media screen and (min-width: 768px) {
  .best-products-slider .swiper-wrapper {
    height: 510px;
  }
  .best-products-slider .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2);
  }
}

.swiper-button-disabled {
  opacity: 0.5;
}

salla-slider .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.3;
}
salla-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #414042;
  background-color: var(--color-primary);
}
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0.75rem}
@media (min-width: 640px){salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:1.5rem}}

.offer-slider .s-slider-block__title{position:relative;margin-bottom:1.25rem}
.offer-slider .s-slider-block__title:before{position:absolute;top:1rem;font-size:3rem;font-weight:400;line-height:1;--tw-text-opacity:1;color:rgba(254, 242, 242, 1);color:rgba(254, 242, 242, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.offer-slider .s-slider-block__title:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.offer-slider .s-slider-block__title:before {
  border-color: var(--color-main);
}
.offer-slider .s-slider-block__title:where([dir="ltr"], [dir="ltr"] *):before{left:0px}
.offer-slider .s-slider-block__title:where([dir="rtl"], [dir="rtl"] *):before{right:0px}
.offer-slider .s-slider-block__title:before {
  content: "\ee30";
  font-family: "sallaicons";
}
.offer-slider .s-slider-block__title h2{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.offer-slider .s-slider-block__title p{margin-top:0.25rem;overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none;line-height:1.5rem}

.bank-offer .s-slider-block__title{display:none}

model-viewer[style*=width]:before{display:none}

.product-entry{position:relative;display:flex;height:100%;justify-content:space-between;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}

.product-entry:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.product-entry--wishlist{flex-direction:column;justify-content:space-between;padding:1rem}
@media (min-width: 640px){.product-entry--wishlist{flex-direction:row}}
.product-entry--wishlist .product-entry__image{height:3rem;width:4rem;overflow:hidden;border-radius:0.375rem}
@media (min-width: 768px){.product-entry--wishlist .product-entry__image{height:4rem;width:5rem}}
.product-entry--wishlist salla-button{display:flex}

.s-comments-page{padding-top:4rem}
.s-comments-product{margin-bottom:1rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-top:1rem;padding-bottom:1rem}
@media (min-width: 768px){.s-comments-product{margin-bottom:3.5rem;padding-top:3.5rem;padding-bottom:3.5rem}}
.s-comments-product .s-comments-container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){.s-comments-product .s-comments-container{max-width:1280px}}
@media only screen and (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div{display:none}
}
.s-block--testimonials.s-comments-product .s-comments-container{padding:0px}
@media (min-width: 1024px){.s-block--testimonials.s-comments-product .s-comments-container{padding-left:0.625rem;padding-right:0.625rem}}

.share-btns-list{position:absolute;top:3rem;z-index:10;display:flex;flex-direction:column;align-items:center;overflow:hidden;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0;--tw-shadow:0px 3px 6px rgba(0,0,0,0.16078);--tw-shadow-colored:0px 3px 6px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 3px 6px rgba(0,0,0,0.16078);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}

input[type=radio].sr-only div.share-btns-list {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.share-btns-list {
  border-color: var(--color-main);
}
.share-btns-list a{display:block;padding:0.75rem}
.share-btns-list a:hover{color:#414042;color:var(--color-primary)}

.cart-item salla-conditional-fields > section{padding-left:0px;padding-right:0px;padding-top:0px}

.cart-item salla-conditional-fields > section:last-child{margin-bottom:0px;padding-bottom:0px}

.s-product-card-content-pie-svg-base {
  transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}

.s-product-card-content-pie-svg-bar {
  fill: none;
  stroke: #414042;
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}

.s-product-card-content-sub{justify-content:flex-start;gap:0.75rem}
.s-product-card-starting-price{width:auto}

.pie-wrapper{position:absolute;top:0.625rem;display:flex;height:72px;width:72px;align-items:center;justify-content:center;color:#414042;color:var(--color-primary)}

input[type=radio].sr-only div.pie-wrapper {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.pie-wrapper {
  border-color: var(--color-main);
}

.pie-wrapper:where([dir="ltr"], [dir="ltr"] *){right:1.25rem}

.pie-wrapper:where([dir="rtl"], [dir="rtl"] *){left:1.25rem}
.pie-wrapper .pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.pie-wrapper .pie-svg circle.circle_bar {
  stroke: #414042;
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.pie-wrapper span {
  display: block;
  color: #7c8082;
  color: var(--color-text);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: var(--font-xsm);
}
.pie-wrapper span b {
  font-size: var(--font-md) !important;
  margin-bottom: 3px;
  color: #414042;
  color: var(--color-primary);
}

.s-tabs-header * {
  pointer-events: auto !important;
}

.product__description ul,
.product__description li {
  list-style: inherit !important;
}
.product__description ul,
.product__description ol{padding-left:1.5rem;padding-right:1.5rem}
.product__description ol {
  list-style: auto !important;
}
.product__description a{--tw-text-opacity:1;color:rgba(29, 78, 216, 1);color:rgba(29, 78, 216, var(--tw-text-opacity, 1))}

@media (min-width: 768px) {
  .h-revert {
    height: auto;
  }
}

.model-viewer-wrapper{position:relative;margin-bottom:1rem;width:100%}

.s-product-card-vertical salla-add-product-button > div.model-viewer-wrapper {
  margin-bottom: -3px;
}

@media (min-width: 768px){.model-viewer-wrapper{margin-bottom:0px}}

.switcher-3d-view{position:absolute;top:1.25rem}

input[type=radio].sr-only div.switcher-3d-view {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.switcher-3d-view {
  border-color: var(--color-main);
}

.switcher-3d-view:where([dir="ltr"], [dir="ltr"] *){right:1rem}

.switcher-3d-view:where([dir="rtl"], [dir="rtl"] *){left:1rem}

.model-viewer{height:100%;width:100%}

.s-product-card-vertical salla-add-product-button > div.model-viewer {
  margin-bottom: -3px;
}
.model-viewer__poster{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-size:contain;background-position:center;background-repeat:no-repeat}
input[type=radio].sr-only div.model-viewer__poster {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.model-viewer__poster {
  border-color: var(--color-main);
}

.s-toggle .s-toggle-switcher-has-text:before{text-align:center;font-size:0.75rem;line-height:1rem;font-weight:700;line-height:22px;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));--tw-content:attr(data-switcher-text);content:attr(data-switcher-text);content:var(--tw-content);
  font-family: arial, serif}

.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white:before{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}

.product-option-uploader .s-file-upload-wrapper {
  min-height: 120px;
}
.product-option-uploader .s-file-upload-wrapper .filepond--list-scroller {
  overflow-y: inherit !important;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  min-height: 120px !important;
  cursor:pointer;
  border-radius:0.375rem;
  border-width:1px;
  border-style:dashed;
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, 1);
  border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, 1);
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label * {
  pointer-events: none;
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon{margin-bottom:0.25rem}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  color: #7c8082;
  font-size:1.25rem;
  line-height:1.75rem;
}

@media (max-width: 640px) {
  .s-offer-modal-slider-centered .s-offer-modal-slider-item {
    max-width: 46% !important;
  }
}
.s-product-card-full-image salla-add-product-button{border-radius:.75rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-product-card-wishlist-added i{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{flex:none}
@media (min-width: 640px){.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{flex:1 1 0%}}
.s-product-options-colors-wrapper{display:flex;flex-wrap:wrap;gap:1rem}
.s-product-options-colors-wrapper .s-product-options-colors-item{margin:0px;width:auto}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="ltr"], [dir="ltr"] *){margin:0px}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="rtl"], [dir="rtl"] *){margin:0px}

.s-product-card-minimal .s-product-card-image:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}

.s-product-card-minimal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}

.s-product-card-starting-price{justify-content:flex-start;gap:0.625rem}
.s-product-card-starting-price h4{--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}

.s-product-card-minimal salla-button.s-product-card-wishlist-btn{top:0.625rem}

.s-product-card-minimal salla-button.s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.625rem}

.s-product-card-minimal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.625rem}

.s-product-card-horizontal .s-product-card-content{margin-bottom:0px}
@media (max-width: 480px) {
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn{position:absolute;bottom:0.625rem}

input[type=radio].sr-only div.s-product-card-horizontal salla-button.s-product-card-wishlist-btn {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-horizontal salla-button.s-product-card-wishlist-btn {
  border-color: var(--color-main);
}
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){left:-3rem}
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){right:-3rem}
}
.s-product-card-horizontal salla-progress-bar{display:flex;flex-grow:1;flex-direction:column}

.s-rating-stars-reviews{padding-bottom:0.25rem;color:var(--light-gray-color)}

.s-rating-stars-reviews:where([dir="ltr"], [dir="ltr"] *){padding-left:0.25rem}

.s-rating-stars-reviews:where([dir="rtl"], [dir="rtl"] *){padding-right:0.25rem}

.s-product-card-sale-price h4{--tw-text-opacity:1 !important;color:rgba(153, 27, 27, 1) !important;color:rgba(153, 27, 27, var(--tw-text-opacity, 1)) !important}
.s-product-card-sale-price span{color:inherit}

@media (max-width: 1024px) {
  salla-filters,
  salla-filters > *{padding-left:1.25rem !important;padding-right:1.25rem !important}
}
#offer-corner-badge{position:absolute;z-index:1;float:left;margin:0px;height:auto;width:auto;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:0px;--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1));padding-left:3rem;padding-right:3rem;padding-top:0.25rem;padding-bottom:0.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div#offer-corner-badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#offer-corner-badge {
  border-color: var(--color-main);
}
#offer-corner-badge:where([dir="ltr"], [dir="ltr"] *){top:1.25rem;right:-3.5rem;--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));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))}
#offer-corner-badge:where([dir="rtl"], [dir="rtl"] *){top:0.75rem;left:-3rem;--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));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))}

.cart-options{border-radius:0.375rem;border-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgba(156, 163, 175, 1);border-color:rgba(156, 163, 175, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.cart-options salla-product-options{margin-bottom:0px;padding-top:0px}
.cart-options salla-product-options .s-product-options-option:not(div.s-product-options-option-booking){display:block !important}
.cart-options salla-product-options-label{margin-bottom:0.75rem}
.cart-options salla-product-options .s-form-control{border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.cart-options salla-product-options .s-datetime-picker-input{border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.cart-options salla-product-options .s-product-options-multiple-options-wrapper{display:block !important}

salla-quantity-input[max="1"] input{pointer-events:none;opacity:0.5}
salla-quantity-input[max="1"] .s-quantity-input-button{cursor:not-allowed}

/* Product Details */
.s-slider-vertical .s-slider-thumbs-container{transform:none;padding:0px}

.details .details-slider .s-slider-container,
.details .details-slider .swiper-slide{border-width:0px;background-color:transparent}

.details .s-slider-thumbs .s-slider-thumbs-container .swiper-slide *{background-color:transparent}

.details .s-slider-thumbs .s-slider-thumbs-container .swiper-slide{margin:0px;margin-bottom:0px;background-color:transparent;
  height: auto !important}

.s-slider-vertical .s-slider-thumbs,
.s-slider-vertical .s-slider-thumbs-container{height:100%;overflow:visible}

.s-slider-vertical .s-slider-thumbs-container .swiper-slide{display:flex;justify-content:center}

.s-slider-vertical .s-slider-thumbs-container .swiper-slide img{width:60%;background-color:transparent;-o-object-fit:contain;object-fit:contain}

.details .s-slider-thumbs .s-slider-thumbs-container .swiper-slide,
.details .s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .details .s-slider-has-notitle .s-slider-block__title{position:absolute;bottom:0px;width:10%}

input[type=radio].sr-only div.details .s-slider-has-notitle .s-slider-block__title {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.details .s-slider-has-notitle .s-slider-block__title {
  border-color: var(--color-main);
}
}
@media (min-width: 1024px) {
  .details .s-slider-has-notitle .s-slider-block__title{width:15%}
}
.details .s-slider-has-notitle .s-slider-block__title button{background-color:transparent;--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}

.details .s-slider-has-notitle .s-slider-block__title button:hover {
  border: none;
  color: #231f1e;
  color: var(--main-text-color);
}

.details .s-slider-has-notitle .s-slider-block__title button svg{fill:var(--m-text-color)}

@media (min-width: 1024px) {
  .parent-change {
    flex-direction: var(--parent-display);
  }
}
.details-slider {
  flex-direction: var(--imgs-arrows);
}

.details:has(.details-slider[style*="--imgs-arrows: row"]) .details-slider .swiper-slide{display:flex;justify-content:flex-end}

.details:has(.details-slider[style*="--imgs-arrows: row-reverse"]) .details-slider .swiper-slide{justify-content:flex-start}

/* Count Down */
.details .countdown .s-count-down-list{display:flex;gap:8px;padding:0}

.details .countdown .s-count-down-sm .s-count-down-item{display:flex;height:56px;width:75px;align-items:center;justify-content:center;border-radius:4px;border-width:1px;border-color:var(--color-price);padding-left:0px;padding-right:0px;padding-top:5px}

.details .countdown .s-count-down-sm .s-count-down-item .s-count-down-item-value {
  line-height: 10px !important;
}

body.light .details .countdown .s-count-down-sm .s-count-down-item {
  background: color-mix(in srgb, var(--color-price) 10%, white 90%);
}

body.dark .details .countdown .s-count-down-sm .s-count-down-item {
  background: color-mix(in srgb, var(--color-price) 10%, black 90%);
}

.details .countdown .s-count-down-sm .s-count-down-item > div{color:var(--color-price);opacity:1}

.details .countdown .s-count-down-sm .s-count-down-item > div:first-of-type{font-size:1.125rem;line-height:1.75rem;font-weight:500}

.details .countdown .s-count-down-sm .s-count-down-item > div:last-of-type{font-size:0.875rem;line-height:1.25rem;font-weight:400}

/* form In Product Details style */
.s-product-options-wrapper{margin-top:0px;background-color:transparent;padding:0px}

.s-product-options-option-container{margin-bottom:0px}

.s-product-options-option{display:flex;flex-direction:column;gap:0px}

@media (max-width: 767px) {
  .s-product-options-option-label{margin-bottom:0px}
}
.s-product-options-option label b{font-size:10px;font-weight:500}

.s-product-options-option .s-product-options-colors-wrapper{gap:4px}

.s-product-options-grid-mode-span{padding:0}

.s-product-options-grid-mode{margin-bottom:0;gap:20px}

.s-product-options-grid-mode label{margin:0px}

.s-product-options-option .s-product-options-option-content .s-product-options-grid-mode label{display:flex;align-items:center;justify-content:center}

.s-product-options-option .s-product-options-option-content .s-product-options-grid-mode .s-product-options-grid-mode-span{white-space:nowrap;background-color:transparent;font-size:0.875rem;line-height:1.25rem;color:var(--m-text-color)}

.s-quantity-input-container{height:52px;align-items:center;justify-content:center;border-radius:12px;padding-top:0px;padding-bottom:0px;padding-left:10px;padding-right:10px}

.details-count .s-quantity-input-input{margin-left:10px;margin-right:10px;border-color:var(--light-gray-soft);background-color:transparent;padding:0px}

.details-count .s-social-share-btn,
.details-count .btn--wishlist{border-width:0px;background-color:transparent}

.details-count .s-social-share-btn:hover,
.details-count .btn--wishlist:hover {
  background-color: transparent;
}

.details-count .s-social-share-btn span svg,
.details-count .btn--wishlist span i{color:#414042;color:var(--color-primary)}

.s-add-product-button-with-quick-buy .s-add-product-button-main salla-button{padding-top:0px}

.s-add-product-button-with-quick-buy .s-add-product-button-main button{gap:5px;overflow:hidden;border-color:#414042;border-color:var(--color-primary);background-color:transparent;padding-top:16px;padding-bottom:16px;font-size:1rem;line-height:1.5rem;font-weight:500;color:#414042;color:var(--color-primary)}

@media (max-width: 640px) {
  .s-social-share-list{top:-220%;left:106%}
}
.rotate-45 {
  transform: rotate(45deg);
}

#showDes{opacity:1}

.s-product-options-option-container .s-product-options-option label{color:var(--m-text-color)}

.prod-details .s-button-primary.s-button-element .s-button-text{color:#414042;color:var(--color-primary);width:-moz-fit-content;width:fit-content}

.prod-details .s-button-primary.s-button-element:hover{background-color:transparent}

.prod-details .s-button-primary.s-button-element:hover .s-button-text,
.prod-details .s-button-primary.s-button-element:hover svg {
  color: white;
}

.prod-details .s-product-options-option-container .s-product-options-option .s-product-options-grid-mode-span{color:var(--m-text-color)}

.s-product-options-option-content .s-form-control{color:var(--m-text-color)}

/* Tabs */
.s-tabs-header-item{border-top-left-radius:4px;border-top-right-radius:4px;padding-top:1rem;padding-bottom:1rem;padding-left:1.5625rem;padding-right:1.5625rem;transition-property:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}

salla-tab-header .s-tabs-header-item:hover {
  background-color: #414042;
  background-color: var(--color-primary);
  color: white;
}

.s-tabs .s-tabs-content-wrapper{padding-top:0px}

.s-tabs-content{padding:1rem}

.lines .s-tabs-content{padding-left:1rem;padding-right:1rem;padding-top:0px;padding-bottom:10px}

.s-tabs-header-item:not(.s-tabs-active){background-color:transparent;color:var(--dark-gray-color)}

.s-tabs-content{border-width:1px;border-color:var(--light-gray-soft)}

.lines .s-tabs-content div:nth-child(even){background-color:var(--light-gray-soft)}

.description .s-tabs-content p:has(img) img{border-radius:7px}

/* Comments */
.s-comments-product{margin:0px;background-color:transparent;padding:0px}

.s-comment-form-action salla-button button{border-radius:0px}

.s-comment-form-input{border-radius:4px;background-color:transparent;border-width:1px;border-color:var(--light-gray-soft)}

body.dark .s-comment-form-input{background-color:transparent}

.s-comments-sort-input{border-style:none;background-color:transparent}

.s-comments .s-comments-item{border-bottom-color:var(--light-gray-soft)}

.s-comments-count-label,
.s-comments-filter-wrapper .s-comments-sort-input{color:var(--m-text-color)}

.s-comments-item-wrapper p{color:var(--light-gray-color)}

.description .s-tabs-content p:not(:has(img)) {
  text-align: var(--text-dir);
}

.description .s-tabs-content p:has(img) {
  display: flex;
  justify-content: var(--img-dir);
}

/* Products may Like */
.s-slider-block__title h2 {
  color: var(--m-text-color);
}

.loading_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading_image .ld {
  width: 38px;
  height: 38px;
  border-width: 3px;
  border-style: dashed solid solid dotted;
  border-color: var(--color-primary-light) var(--color-primary-light) transparent var(--color-primary-light);
  border-radius: 50%;
  display: inline-block;
  opacity: 0.8;
  position: relative;
  box-sizing: border-box;
  animation: rotation 0.4s linear infinite;
}
.loading_image .ld::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: 27px;
  border: 6px solid transparent;
  border-right-color: var(--color-primary-light);
  transform: rotate(-40deg);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
salla-add-product-button .s-button-wrap svg{fill:none}

salla-conditional-fields{display:flex;flex-direction:column;gap:0.5rem}

.s-form-control{border-radius:var(--border-custom);border-style:none;background-color:var(--color-primary-ops);color:var(--dark-gray-color)}

.s-product-options-option-content{margin-top:0px;width:100%}

.s-product-card-vertical salla-add-product-button > div.s-product-options-option-content {
  margin-bottom: -3px;
}

.s-quantity-input-container{border-radius:var(--border-custom);border-color:#414042;border-color:var(--color-primary)}

.s-quantity-input-input{width:33.333333%;background-color:var(--color-primary-ops);color:var(--color-primary-dark)}

.s-quantity-input-button svg{fill:var(--color-primary-dark)}

.s-product-options-option-container{margin-bottom:0.375rem}

@media (min-width: 640px){.s-product-options-option-container{margin-bottom:0.75rem}}

.s-product-card-content-sub{margin-bottom:0.25rem;justify-content:space-between}

.s-product-card-content{gap:0.5rem;padding:0px;padding-top:0.5rem}

.s-product-card-content-title a{font-size:0.75rem !important;line-height:1rem !important;line-height:1 !important;color:var(--cards-color-text) !important}

@media (min-width: 640px){.s-product-card-content-title a{font-size:0.875rem !important;line-height:1.25rem !important}}

.discount.has-overlay::after{z-index:0;border-radius:var(--border-custom);background-color:var(--color-price);opacity:0.1}

.s-product-card-entry{border-radius:var(--rause-card);background-color:var(--cards-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-product-card-entry *:not(.s-product-card-price):not(.s-product-card-price *):not(.s-product-card-save):not(.s-product-card-save *):not(.s-button-primary.s-button-element):not(.s-button-primary.s-button-element *):not(.s-product-card-promotion-title *) {
  color: var(--cards-color-text) !important;
}
.s-product-card-entry .s-product-card-image {
  background: transparent;
  border-radius: calc(var(--rause-card) - 6px) !important;
}
.s-product-card-entry .s-product-card-image .s-product-options-grid-mode-span,
.s-product-card-entry .s-product-card-image .s-product-options-option-label{color:var(--cards-color-text) !important}
.s-product-card-entry .im_cart{border-radius:calc(var(--rause-card) - 6px) !important;background-color:transparent !important;
  -webkit-border-radius: var(--rause-card) !important}
.s-product-card-entry .im_cart.pad {
  background: transparent;
  border-radius: calc(var(--rause-card) - 8px) !important;
}
.s-product-card-entry:hover .obts .btn_side{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) 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: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));opacity:1}

.obts{position:absolute;left:0px;right:0px;bottom:0px;z-index:6;display:flex;align-items:center;justify-content:center;gap:0.5rem;padding-bottom:0.75rem}

input[type=radio].sr-only div.obts {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.obts {
  border-color: var(--color-main);
}
.obts .btn_side{position:relative;--tw-translate-y:1.5rem;transform:translate(var(--tw-translate-x), 1.5rem) 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:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:4px;background-color:#414042;background-color:var(--color-primary);opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.obts .btn_side:nth-child(1) {
  transition-delay: 150ms;
}
.obts .btn_side:nth-child(2) {
  transition-delay: 100ms;
}
.obts .btn_side:nth-child(3) {
  transition-delay: 50ms;
}
.obts .btn_side:nth-child(4) {
  transition-delay: 0ms;
}
.obts .btn_side salla-button .s-button-outline{border-color:inherit}
.obts .btn_side salla-button .s-button-icon{margin-left:0px;margin-right:0px;height:1.75rem;width:1.75rem;border-style:none;background-color:transparent}
.obts .btn_side salla-button .s-button-icon .s-button-text{overflow:visible;font-size:0.875rem;line-height:1.25rem;color:var(--color-primary-dark)}
@media (min-width: 768px){.obts .btn_side salla-button .s-button-icon .s-button-text{font-size:1.125rem;line-height:1.75rem}}

.s-product-card-content-title{margin-bottom:0px}
.s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem;font-weight:500}
@media (min-width: 768px){.s-product-card-content-title a{font-size:1rem;line-height:1.5rem}}

.s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}

@media (min-width: 768px){.s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}

.s-product-card-content-main{display:flex;flex-direction:column;gap:0.25rem}

@media (min-width: 768px){.s-product-card-content-main{gap:0.5rem}}

.longeer .s-product-card-fit-height .s-product-card-image {
  height: 11rem;
  max-height: 22rem;
}

.s-payments-list .s-payments-list-item:has(img[alt=SBC]) {
  display: none !important;
}

.s-product-card-entry .s-button-btn,
.s-product-card-entry .s-button-primary.s-button-element{border-width:1px;border-color:#414042;border-color:var(--color-primary);background-color:transparent;padding-top:0.125rem;padding-bottom:0.125rem;font-size:10px}

@media (min-width: 640px){.s-product-card-entry .s-button-btn,
.s-product-card-entry .s-button-primary.s-button-element{font-size:0.75rem;line-height:1rem}}

.s-product-card-entry .s-button-btn,
.s-product-card-entry .s-button-primary.s-button-element {
  border-radius: var(--rause-card);
}

.s-product-card-content-sub,
.s-product-card-content-main {
  padding-left: 8px;
  padding-right: 8px;
}

.s-product-card-vertical salla-add-product-button > div.w-full {
  margin-bottom: -3px;
}

.promotion-title{position:absolute;top:0px;z-index:10;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

input[type=radio].sr-only div.promotion-title {
  transition: all 0.3s;
}

input[type=radio].sr-only:checked ~ div.promotion-title {
  border-color: var(--color-main);
}

.promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0px;border-top-right-radius:var(--border-custom);border-bottom-right-radius:var(--border-custom)}

.promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px;border-top-left-radius:var(--border-custom);border-bottom-left-radius:var(--border-custom)}

.promotion-title{margin:0px !important;width:auto !important;padding-left:0.75rem !important;padding-right:0.75rem !important;padding-top:0.5rem !important;padding-bottom:0.5rem !important}

.s-product-options-grid-mode-span{border-radius:var(--border-custom);border-color:#414042;border-color:var(--color-primary);background-color:transparent;padding:0.375rem;color:#414042;color:var(--color-primary)}

.s-product-options-grid-mode input:checked + div{color:var(--color-bg)}

.remove-btn {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

salla-products-list[horizontal-cards] .s-products-list-wrapper,
salla-products-list[horizontal-cards] .s-products-list-filters-results{grid-template-columns:repeat(1, minmax(0, 1fr))}

@media (min-width: 768px){salla-products-list[horizontal-cards] .s-products-list-wrapper,
salla-products-list[horizontal-cards] .s-products-list-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr))}}

.s-product-card-promotion-title{top:0.25rem;max-width:-moz-max-content;max-width:max-content;border-radius:0px;background-color:transparent;padding-top:0px;padding-bottom:0px;padding-left:0.25rem;padding-right:0.25rem}

@media (min-width: 768px){.s-product-card-promotion-title{padding-left:0.5rem;padding-right:0.5rem}}
.s-product-card-promotion-title.pro:where([dir="ltr"], [dir="ltr"] *){padding-right:0.75rem}
.s-product-card-promotion-title.pro:where([dir="rtl"], [dir="rtl"] *){padding-left:0.75rem}
.s-product-card-promotion-title.pro {
  border-top: 0.5em solid rgba(0, 0, 0, 0);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 1.15em;
  padding-right: 0.6em;
  line-height: 1.8;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.8em calc(100% - 0.25em), 0 50%, 0.8em 0.25em);
  background: #dc2626 padding-box;
  width: -moz-fit-content;
  width: fit-content;
}

.s-product-options-wrapper{margin:0px;background-color:transparent;padding:0px}
.s-product-options-wrapper .s-product-options-grid-mode label input[type=radio]:checked + .s-product-options-grid-mode-span {
  background-color: #414042;
  background-color: var(--color-primary);
  color: white;
}

.s-product-options-grid-mode-span{border-width:2px;border-color:#414042;border-color:var(--color-primary);--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}

.s-product-options-option{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}

.s-product-options-wrapper{display:flex;flex-direction:column;gap:0.5rem;margin:0px;background-color:transparent;padding:0px}
.s-product-options-grid-mode{margin-bottom:0px;gap:0.25rem}
.s-product-options-grid-mode-span{min-height:1.5rem !important;border-width:2px !important;border-color:#414042 !important;border-color:var(--color-primary) !important;padding:0.125rem !important;font-size:10px !important}
.s-product-options-grid-mode label input[type=radio]:checked + .s-product-options-grid-mode-span {
  background-color: #414042;
  background-color: var(--color-primary);
  color: white;
}
.s-product-options-option{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0.375rem}
.s-product-options-option-label{margin-bottom:0px}
.s-product-options-option-label small{display:none}
.s-product-options-option__label{display:flex;font-size:1rem;line-height:1.5rem;font-weight:500}
.s-product-options-option__label b{font-size:0.75rem !important;line-height:1rem !important;line-height:1 !important}
.s-product-options-option__label b span,
.s-product-options-option__label small{display:none}
.s-product-options-option-container{margin-bottom:0.375rem}
.s-product-options-option__container{margin-bottom:0.25rem}
.s-product-options-colors-wrapper{gap:0.375rem}
.s-product-options-colors-wrapper label {
  border: none;
}
.s-product-options-colors-wrapper label div{display:none}
.s-product-options-colors-wrapper label span {
  height: 16px !important;
  margin-bottom: 0 !important;
}
.s-product-options-thumbnails-wrapper{display:flex}
.s-product-options-thumbnails-wrapper label{height:2rem}
.s-product-options-thumbnails-wrapper div p{display:none}
.s-product-options-thumbnails-wrapper div input[type=radio] + label img{aspect-ratio:1 / 1}
.s-product-options-thumbnails-stock-badge{width:100%;border-radius:var(--border-custom);background-color:transparent;font-size:0.75rem;line-height:1rem}
.s-product-card-vertical salla-add-product-button > div.s-product-options-thumbnails-stock-badge {
  margin-bottom: -3px;
}
.s-product-options-thumbnails-stock-badge {
  backdrop-filter: contrast(0.2);
  transform: rotateZ(-45deg);
  bottom: 38%;
  left: 0%;
}

/* file: quick-related-modal.scss */
/* ===================== Base ===================== */
:root {
  --modal-fade: .25s;
  --modal-drawer: .7s;
  --modal-sheet: .45s;
}

#modal-container {
  position: fixed;
  display: table;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  transition: opacity var(--modal-fade) ease;
}
#modal-container.is-open {
  opacity: 1;
  pointer-events: auto;
}
#modal-container .modal-background{height:100%;padding-left:0.75rem;padding-right:0.75rem}
@media (min-width: 768px){#modal-container .modal-background{padding-left:1.25rem;padding-right:1.25rem}}
#modal-container .modal-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-ops);
  text-align: center;
}
#modal-container .modal {
  display: inline-block;
  border-radius: 8px;
  font-weight: 300;
  background-color: var(--color-bg);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px) scale(0.97);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#modal-container .modal .modal-title,
#modal-container .modal .cl_w {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
#modal-container.is-ready .modal {
  opacity: 1;
  transform: none;
}
#modal-container.is-ready .modal .modal-title,
#modal-container.is-ready .modal .cl_w {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

#pro__content {
  max-height: 100px;
  padding: 4px;
  overflow: hidden;
  transition: opacity 0.6s ease, max-height 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

#pro__content.revealloding {
  visibility: visible;
  opacity: 1;
  max-height: 2000px;
}

.main-content_Q {
  max-height: none;
  overflow: visible;
}

body.modal-active {
  overflow: hidden;
}

/* ===================== QUICK MODE (existing UX) ===================== */
#modal-container[data-modal=quick] {
  /* نفس سلوكك الحالي */
}

@media (min-width: 1024px) {
  #modal-container[data-modal=quick] .modal {
    width: 500px;
    height: 500px;
    max-width: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, width .7s ease-in-out;
    transition: opacity 0.3s ease, transform 0.3s ease, width var(--modal-drawer) ease-in-out;
  }
  #modal-container[data-modal=quick] .Moa_singlePage {
    display: flex;
    width: 100%;
    height: 100%;
  }
  /* الصورة ثابتة 500x500 */
  #modal-container[data-modal=quick] .Moa_singlePage .sidebar {
    flex: 0 0 500px;
    width: 500px;
    max-width: 500px;
    height: 500px;
    position: relative;
  }
  #modal-container[data-modal=quick] .Moa_singlePage .sidebar img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 1/1;
    display: block;
  }
  /* المحتوى مقفول في الأول */
  #modal-container[data-modal=quick] .modal-details {
    width: 0;
    max-width: 0;
    height: 500px;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: width .7s ease-in-out, flex-basis .7s ease-in-out, opacity 0.4s ease-in-out;
    transition: width var(--modal-drawer) ease-in-out, flex-basis var(--modal-drawer) ease-in-out, opacity 0.4s ease-in-out;
  }
  #modal-container[data-modal=quick].is-details-open .modal {
    width: 1000px;
  }
  #modal-container[data-modal=quick].is-details-open .modal-details {
    flex-basis: 480px;
    width: 480px;
    max-width: 480px;
    opacity: 1;
  }
  #modal-container[data-modal=quick].is-closing .modal {
    width: 500px;
  }
  #modal-container[data-modal=quick].is-closing .modal-details {
    flex-basis: 0;
    width: 0;
    max-width: 0;
    opacity: 0;
  }
}
.modal-details::-webkit-scrollbar {
  width: 4px;
}
.modal-details::-webkit-scrollbar-track {
  background: transparent;
}
.modal-details::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}

@media (max-width: 1023px) {
  #modal-container[data-modal=quick] {
    display: block;
  }
  #modal-container[data-modal=quick] .modal-background {
    display: block;
    vertical-align: top;
    padding: 0;
  }
  #modal-container[data-modal=quick] .modal {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 85%;
    height: 100vh;
    border-radius: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
  }
  html[dir=rtl] #modal-container[data-modal=quick] .modal {
    right: 0;
    left: auto;
    transform: translateX(100%);
  }
  html[dir=rtl] #modal-container[data-modal=quick].is-ready .modal {
    transform: translateX(0);
  }
  html[dir=rtl] #modal-container[data-modal=quick].is-closing .modal {
    transform: translateX(100%);
  }
  html[dir=ltr] #modal-container[data-modal=quick] .modal {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  html[dir=ltr] #modal-container[data-modal=quick].is-ready .modal {
    transform: translateX(0);
  }
  html[dir=ltr] #modal-container[data-modal=quick].is-closing .modal {
    transform: translateX(-100%);
  }
  #modal-container[data-modal=quick] .Moa_singlePage {
    flex-direction: column;
    max-height: 100%;
  }
  #modal-container[data-modal=quick] .Moa_singlePage .sidebar {
    max-width: 100%;
    width: 100%;
    flex: 0 0 auto;
    height: auto;
  }
  #modal-container[data-modal=quick] .Moa_singlePage .sidebar img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #modal-container[data-modal=quick] .modal-details {
    width: 100%;
    max-height: calc(100vh - 40px);
    flex: 1 1 auto;
    opacity: 1;
  }
}
/* ===================== RELATED MODE (Different UX) ===================== */
#modal-container[data-modal=related] {
  /* overlay */
}
#modal-container[data-modal=related] .modal-background {
  align-items: flex-end; /* bottom sheet على الموبايل */
}
#modal-container[data-modal=related] {
  /* مهم: هنا بنخلي الـ content ظاهر بدون “max-height trick” */
}
#modal-container[data-modal=related] #pro__content {
  opacity: 1;
  max-height: none;
  padding: 0;
  overflow: hidden;
  display: block;
}
#modal-container[data-modal=related] {
  /* شكل المودال مختلف */
}
#modal-container[data-modal=related] .modal {
  width: min(980px, 100% - 24px);
  height: auto;
  max-height: calc(100vh - 24px);
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: transform .45s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.25s ease;
  transition: transform var(--modal-sheet) cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.25s ease;
}
#modal-container[data-modal=related].is-ready .modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}
#modal-container[data-modal=related] {
  /* ممنوع drawer هنا */
}
#modal-container[data-modal=related].is-details-open .modal {
  width: min(980px, 100% - 24px);
}
#modal-container[data-modal=related] .rel-modal {
  background: var(--color-bg);
  padding: 16px;
}
@media (min-width: 768px) {
  #modal-container[data-modal=related] .rel-modal {
    padding: 20px;
  }
}
#modal-container[data-modal=related] .rel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
#modal-container[data-modal=related] .rel-title {
  font-weight: 800;
  font-size: 16px;
  color: #1f2937;
}
@media (min-width: 768px) {
  #modal-container[data-modal=related] .rel-title {
    font-size: 18px;
  }
}
#modal-container[data-modal=related] .rel-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
#modal-container[data-modal=related] .rel-close:hover {
  background: rgba(0, 0, 0, 0.1);
}
#modal-container[data-modal=related] .rel-close i {
  font-size: 18px;
}
#modal-container[data-modal=related] .rel-body {
  min-height: 180px;
}
#modal-container[data-modal=related] .rel-loading {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* Desktop: related يبقى centered */
@media (min-width: 1024px) {
  #modal-container[data-modal=related] .modal-background {
    align-items: center;
  }
  #modal-container[data-modal=related] .modal {
    border-radius: 18px;
  }
}
.rel-close, .close-full-preview {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  position: relative;
  border: 1px solid #ec0000;
  border-radius: 50%;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}
.rel-close:before, .rel-close:after, .close-full-preview:before, .close-full-preview:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: #ec0000;
  transition: 0.3s ease-out;
  left: 50%;
  top: 50%;
}
.rel-close:after, .close-full-preview:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rel-close:before, .close-full-preview:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rel-close:hover:before, .rel-close:hover:after, .rel-close:focus:before, .rel-close:focus:after, .close-full-preview:hover:before, .close-full-preview:hover:after, .close-full-preview:focus:before, .close-full-preview:focus:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.s-product-options-thumbnails-wrapper{display:grid}
.s-product-options-thumbnails-wrapper div p{display:block}
.s-product-options-thumbnails-wrapper label{height:auto}

.progress-wrap {
  visibility: hidden;
  position: fixed;
  bottom: 76px;
  z-index: 50;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  background-color: #414042;
  background-color: var(--color-primary, #414042);
  padding: 3px;
  color: #ff6767;
  color: var(--color-primary-reverse, #fff);
  cursor: pointer;
  opacity: 0;
  transform: scale(0.5) translateY(2.5rem);
  box-shadow: inset 0 0 0 2px #414042, 0 10px 15px -3px #d1d5db, 0 4px 6px -4px #d1d5db;
  box-shadow: inset 0 0 0 2px var(--color-primary, #414042), 0 10px 15px -3px #d1d5db, 0 4px 6px -4px #d1d5db;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-wrap * {
  pointer-events: none;
}

.progress-wrap.active-progress {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(0);
}

.progress-wrap::after {
  content: "\e94b";
  font-family: sallaicons, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ff6767;
  color: var(--color-primary-reverse, #fff);
  transition: opacity 0.3s;
}

.progress-wrap:hover::after {
  opacity: 0.7;
}

[dir=ltr] .progress-wrap {
  left: 1.5rem;
}

[dir=rtl] .progress-wrap {
  right: 1.5rem;
}

.progress-wrap svg path {
  fill: none;
  stroke: #ff6767;
  stroke: var(--color-primary-reverse, #fff);
  stroke-width: 4px;
  stroke-dasharray: 307.919;
  stroke-dashoffset: 307.919;
  transition: stroke-dashoffset 0.2s linear;
}

.no-content-placeholder{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:5rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.no-content-placeholder .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.no-content-placeholder p{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}

.s-gifting-modal .s-checkbox {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.s-gifting-modal .s-checkbox:focus {
  --tw-ring-color: transparent !important;
}
.s-gifting-modal .s-gifting-filepond-placeholder-icon svg {
  fill: #ccc !important;
}

.s-gifting-widget .s-list-tile-item{border-top-left-radius:0px;border-top-right-radius:0px;border-style:none}

.virtooal {
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid rgb(229, 229, 229);
  background: white;
}
@media screen and (min-width: 992px) {
  .virtooal {
    padding: 18px;
  }
}
.virtooal--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.virtooal--details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .virtooal--details {
    display: none;
  }
}
.virtooal--details--title {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
}
.virtooal--details--desc {
  font-size: 13px;
  color: #7C8082;
  font-weight: 400;
}
@media (max-width: 992px) {
  .virtooal--action {
    width: 100%;
  }
}
.virtooal--action button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.625rem 1.5rem;
  line-height: 1.25rem;
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  border-radius: 5px;
}
.virtooal--action button:hover {
  background: var(--color-primary-dark);
  opacity: 0.8 !important;
}
@media (max-width: 992px) {
  .virtooal--action button {
    width: 100%;
  }
}
.virtooal--action button .icon {
  width: 14px;
  height: 14px;
}
[dir=rtl] .virtooal--action button .icon {
  margin-left: 0.75rem;
}
[dir=ltr] .virtooal--action button .icon {
  margin-right: 0.75rem;
}

body.mm-ocd-opened,
body.modal-is-open,
body.fancybox-open {
  overflow: hidden;
}
body.mm-ocd-opened #tidio-chat,
body.mm-ocd-opened [id^=gb-widget],
body.mm-ocd-opened [class$=__feedback],
body.mm-ocd-opened #fb-root,
body.mm-ocd-opened .fb_reset,
body.mm-ocd-opened #chat-widget-container,
body.modal-is-open #tidio-chat,
body.modal-is-open [id^=gb-widget],
body.modal-is-open [class$=__feedback],
body.modal-is-open #fb-root,
body.modal-is-open .fb_reset,
body.modal-is-open #chat-widget-container,
body.fancybox-open #tidio-chat,
body.fancybox-open [id^=gb-widget],
body.fancybox-open [class$=__feedback],
body.fancybox-open #fb-root,
body.fancybox-open .fb_reset,
body.fancybox-open #chat-widget-container {
  display: none !important;
}

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    .mobile #button {
      transform: translateY(-58px);
      margin-left: 5px;
    }
  }
}
@media (max-width: 1024px) {
  body.dropdown--is-opened {
    overflow: hidden;
  }
  body.dropdown--is-opened #tidio-chat,
  body.dropdown--is-opened [id^=gb-widget],
  body.dropdown--is-opened [class$=__feedback],
  body.dropdown--is-opened #fb-root,
  body.dropdown--is-opened .fb_reset,
  body.dropdown--is-opened #chat-widget-container {
    display: none !important;
  }
  #tidio-chat {
    z-index: 9999999999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  #tidio-chat #tidio-chat-iframe {
    bottom: 0 !important;
    pointer-events: auto;
  }
  [id^=gb-widget] {
    bottom: 20px !important;
    z-index: 9999 !important;
  }
  #fb-root .fb_dialog iframe[data-testid=bubble_iframe] {
    bottom: 20px !important;
  }
  iframe.tawk-widget {
    bottom: 20px !important;
  }
  #chat-widget-container {
    height: 100%;
    bottom: 0 !important;
  }
}
iframe.tawk-widget {
  display: block;
  bottom: 20px;
}

.is-sticky-product-bar.product-single [id^=gb-widget],
.is-sticky-product-bar.product-single iframe.tawk-widget,
.is-sticky-product-bar.product-single #fb-root .fb_dialog iframe[data-testid=bubble_iframe],
.is-sticky-product-bar.product-single iframe.tawk-widget {
  bottom: 70px !important;
}

@media (max-width: 640px) {
  .swal2-container {
    width: 100% !important;
  }
}
.swal2-container .swal2-popup.swal2-toast {
  max-width: 300px;
  padding: 0 10px 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 640px) {
  .swal2-container .swal2-popup.swal2-toast {
    max-width: 100%;
  }
}
.swal2-container .swal2-popup.swal2-toast .swal2-icon{--tw-scale-x:.5;--tw-scale-y:.5;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(.5) scaleY(.5);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));animation:none}
.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem;margin-left:-0.375rem}
.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem;margin-right:-0.375rem}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast .swal2-title{margin:0px;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-close{flex-shrink:0;--tw-scale-x:.75;--tw-scale-y:.75;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(.75) scaleY(.75);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))}
.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar-container {
  height: 2px;
}
.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar {
  background: #ddd;
}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error *{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-error{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right,
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-success{--tw-bg-opacity:1;background-color:rgba(34, 197, 94, 1);background-color:rgba(34, 197, 94, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-success *{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .full-banner-entry {
      background-attachment: scroll;
      background-attachment: initial;
    }
  }
}
body.font-dinnextltarabic-regular .btn--add-to-cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

/* gradient */
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.54) 14%, rgba(0, 0, 0, 0.15) 54%, rgba(0, 0, 0, 0.05) 72%, rgba(0, 0, 0, 0) 94%);
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0, 0%, 93%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

lite-youtube:hover::before {
  color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lyt-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}

lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: inherit;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.before\:pointer-events-none::before{content:var(--tw-content);pointer-events:none}

.before\:absolute::before{content:var(--tw-content);position:absolute}

.before\:inset-0::before{content:var(--tw-content);top:0px;right:0px;bottom:0px;left:0px}

.before\:h-full::before{content:var(--tw-content);height:100%}

.before\:w-full::before{content:var(--tw-content);width:100%}

.before\:bg-black\/30::before{content:var(--tw-content);background-color:rgba(0, 0, 0, 0.3)}

.before\:text-orange-300::before{content:var(--tw-content);--tw-text-opacity:1;color:rgba(253, 186, 116, 1);color:rgba(253, 186, 116, var(--tw-text-opacity, 1))}

.first\:rounded-t-md:first-child{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}

.first\:pt-16:first-child{padding-top:4rem}

.first\:pt-5:first-child{padding-top:1.25rem}

.last\:mb-0:last-child{margin-bottom:0px}

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

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

.last\:border-none:last-child{border-style:none}

.even\:border-gray-200:nth-child(even){--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}

.empty\:hidden:empty{display:none}

.hover\:border-primary:hover{border-color:#414042;border-color:var(--color-primary)}

.hover\:border-transparent:hover{border-color:transparent}

.hover\:bg-\[var\(--color-secondary\)\]:hover{background-color:var(--color-secondary)}

.hover\:bg-bgcolor:hover{background-color:var(--color-bg)}

.hover\:bg-primary:hover{background-color:#414042;background-color:var(--color-primary)}

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

.hover\:text-\[var\(--color-primary\)\]:hover{color:#414042;color:var(--color-primary)}

.hover\:text-primary:hover{color:#414042;color:var(--color-primary)}

.hover\:text-primary-l:hover{color:var(--color-primary-light)}

.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

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

.hover\:opacity-80:hover{opacity:0.8}

.hover\:opacity-90:hover{opacity:0.9}

.hover\:shadow-default:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}

.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}

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

.group:focus-within .group-focus-within\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));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:focus-within .group-focus-within\:scale-y-100{--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}

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

.group:hover .group-hover\:-translate-x-1{--tw-translate-x:-0.25rem;transform:translate(-0.25rem, 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: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\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) 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: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\:fill-primary-l{fill:var(--color-primary-light)}

.group:hover .group-hover\:stroke-primary-l{stroke:var(--color-primary-light)}

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

.peer:checked ~ .peer-checked\:rotate-\[360deg\]{--tw-rotate:360deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(360deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));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))}

.peer:checked ~ .peer-checked\:scale-0{--tw-scale-x:0;--tw-scale-y:0;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(0) scaleY(0);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))}

.peer:checked ~ .peer-checked\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}

.peer:checked ~ .peer-checked\:delay-200{transition-delay:200ms}

.dark .dark\:block{display:block}

.dark .dark\:hidden{display:none}

.dark .dark\:border-2{border-width:2px}

.dark .dark\:border-\[\#1E252E\]{--tw-border-opacity:1;border-color:rgba(30, 37, 46, 1);border-color:rgba(30, 37, 46, var(--tw-border-opacity, 1))}

.dark .dark\:border-\[\#25292C\]{--tw-border-opacity:1;border-color:rgba(37, 41, 44, 1);border-color:rgba(37, 41, 44, var(--tw-border-opacity, 1))}

.dark .dark\:border-\[\#2d2d2d\]{--tw-border-opacity:1;border-color:rgba(45, 45, 45, 1);border-color:rgba(45, 45, 45, var(--tw-border-opacity, 1))}

.dark .dark\:border-\[\#E1E3E5\]{--tw-border-opacity:1;border-color:rgba(225, 227, 229, 1);border-color:rgba(225, 227, 229, var(--tw-border-opacity, 1))}

.dark .dark\:border-\[\#FFFFFF\]{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}

.dark .dark\:border-black{--tw-border-opacity:1;border-color:rgba(0, 0, 0, 1);border-color:rgba(0, 0, 0, var(--tw-border-opacity, 1))}

.dark .dark\:bg-\[\#141414\]{--tw-bg-opacity:1;background-color:rgba(20, 20, 20, 1);background-color:rgba(20, 20, 20, var(--tw-bg-opacity, 1))}

.dark .dark\:bg-\[var\(--hero-bg-dark\)\]{background-color:var(--hero-bg-dark)}

.dark .dark\:bg-\[var\(--hero-secondary-bg-dark\)\]{background-color:var(--hero-secondary-bg-dark)}

.dark .dark\:bg-black{--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1))}

.dark .dark\:bg-transparent{background-color:transparent}

.dark .dark\:bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}

.dark .dark\:\!text-black{--tw-text-opacity:1 !important;color:rgba(0, 0, 0, 1) !important;color:rgba(0, 0, 0, var(--tw-text-opacity, 1)) !important}

.dark .dark\:\!text-maintext{color:var(--m-text-color) !important}

.dark .dark\:\!text-white{--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important}

.dark .dark\:text-\[\#363636\]{--tw-text-opacity:1;color:rgba(54, 54, 54, 1);color:rgba(54, 54, 54, var(--tw-text-opacity, 1))}

.dark .dark\:text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

.dark .dark\:text-\[var\(--hero-text-color-dark\)\]{color:var(--hero-text-color-dark)}

.dark .dark\:text-black{--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}

.dark .dark\:text-white{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}

@media (min-width: 640px){.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:row-span-2{grid-row:span 2 / span 2}.sm\:mb-0{margin-bottom:0px}.sm\:mb-24{margin-bottom:6rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-0{margin-top:0px}.sm\:mt-8{margin-top:2rem}.sm\:block{display:block}.sm\:inline-flex{display:inline-flex}.sm\:grid{display:grid}.sm\:h-6{height:1.5rem}.sm\:h-auto{height:auto}.sm\:h-full{height:100%}.sm\:\!w-\[220px\]{width:220px !important}.sm\:w-6{width:1.5rem}.sm\:w-\[18rem\]{width:18rem}.sm\:w-auto{width:auto}.sm\:max-w-\[300px\]{max-width:300px}.sm\:grow-0{flex-grow:0}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) 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:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;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(.95) scaleY(.95);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:justify-center{justify-content:center}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:border-t{border-top-width:1px}.sm\:border-solid{border-style:solid}.sm\:border-\[\#26262630\]{border-color:rgba(38,38,38,0.18824)}.sm\:p-3{padding:0.75rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-2{padding-top:0.5rem;padding-bottom:0.5rem}.sm\:pb-0{padding-bottom:0px}.sm\:pb-20{padding-bottom:5rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-20{padding-top:5rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:0.875rem;line-height:1.25rem}.sm\:text-xs{font-size:0.75rem;line-height:1rem}}

@media (min-width: 768px){.md\:absolute{position:absolute}.md\:left-\[36\%\]{left:36%}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-5{grid-column:span 5 / span 5}.md\:-mb-2{margin-bottom:-0.5rem}.md\:mb-0{margin-bottom:0px}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-28{margin-bottom:7rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mt-0{margin-top:0px}.md\:mt-5{margin-top:1.25rem}.md\:block{display:block}.md\:flex{display:flex}.md\:table-row{display:table-row}.md\:hidden{display:none}.md\:\!h-\[340px\]{height:340px !important}.md\:h-20{height:5rem}.md\:h-24{height:6rem}.md\:h-\[500px\]{height:500px}.md\:min-h-\[300px\]{min-height:300px}.md\:min-h-\[400px\]{min-height:400px}.md\:w-0{width:0px}.md\:w-132{width:528px}.md\:w-24{width:6rem}.md\:w-40{width:10rem}.md\:w-7\/12{width:58.333333%}.md\:w-72{width:18rem}.md\:w-96{width:24rem}.md\:w-\[28\.2\%\]{width:28.2%}.md\:w-\[35\%\]{width:35%}.md\:w-\[50\%\]{width:50%}.md\:w-\[70\%\]{width:70%}.md\:w-auto{width:auto}.md\:max-w-1\/2{max-width:50%}.md\:max-w-\[40\%\]{max-width:40%}.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.md\:grid-cols-\[1fr_2fr_1fr\]{grid-template-columns:1fr 2fr 1fr}.md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\]{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:gap-0{gap:0px}.md\:gap-10{gap:2.5rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:space-x-12 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * 0);margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * (1 - 0));margin-left:calc(3rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(3rem * calc(1 - 0));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * (1 - 0));margin-top:calc(0px * (1 - var(--tw-space-y-reverse)));margin-top:calc(0px * calc(1 - 0));margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * 0);margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.875rem * (1 - 0));margin-top:calc(0.875rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.875rem * calc(1 - 0));margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.875rem * 0);margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))}.md\:border-none{border-style:none}.md\:p-0{padding:0px}.md\:p-10{padding:2.5rem}.md\:p-5{padding:1.25rem}.md\:p-8{padding:2rem}.md\:px-1\.5{padding-left:0.375rem;padding-right:0.375rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-0{padding-top:0px;padding-bottom:0px}.md\:py-1{padding-top:0.25rem;padding-bottom:0.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-0{padding-bottom:0px}.md\:pb-20{padding-bottom:5rem}.md\:pt-16{padding-top:4rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:0.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xxs{font-size:10px}.md\:font-bold{font-weight:700}.md\:opacity-0{opacity:0}.md\:first\:pt-24:first-child{padding-top:6rem}}

@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:top-20{top:5rem}.lg\:top-24{top:6rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:mb-2{margin-bottom:0.5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mt-0{margin-top:0px}.lg\:mt-12{margin-top:3rem}.lg\:\!block{display:block !important}.lg\:block{display:block}.lg\:\!inline-block{display:inline-block !important}.lg\:inline-block{display:inline-block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[700px\]{height:700px}.lg\:max-h-\[400px\]{max-height:400px}.lg\:min-h-\[376px\]{min-height:376px}.lg\:min-h-\[400px\]{min-height:400px}.lg\:min-h-\[528px\]{min-height:528px}.lg\:min-h-\[600px\]{min-height:600px}.lg\:\!w-2\/4{width:50% !important}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/5{width:20%}.lg\:w-10\/12{width:83.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-2\/4{width:50%}.lg\:w-24{width:6rem}.lg\:w-5\/12{width:41.666667%}.lg\:w-72{width:18rem}.lg\:w-\[110px\]{width:110px}.lg\:w-\[150px\]{width:150px}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[70\%\]{width:70%}.lg\:w-\[75\%\]{width:75%}.lg\:w-\[90\%\]{width:90%}.lg\:max-w-\[640px\]{max-width:640px}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:gap-9{gap:2.25rem}.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * 0);margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * (1 - 0));margin-left:calc(2rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(2rem * calc(1 - 0));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * (1 - 0));margin-top:calc(4rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(4rem * calc(1 - 0));margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * 0);margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.lg\:rounded-xl{border-radius:0.75rem}.lg\:bg-primary{background-color:#414042;background-color:var(--color-primary)}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.lg\:p-3{padding:0.75rem}.lg\:p-8{padding:2rem}.lg\:px-0{padding-left:0px;padding-right:0px}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-3{padding-left:0.75rem;padding-right:0.75rem}.lg\:py-2{padding-top:0.5rem;padding-bottom:0.5rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pb-2{padding-bottom:0.5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-\[7px\]{padding-bottom:7px}.lg\:pt-0{padding-top:0px}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-8{padding-top:2rem}.lg\:pt-\[7px\]{padding-top:7px}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-\[2\.6rem\]{font-size:2.6rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-title-size{font-size:42px}.lg\:opacity-80{opacity:0.8}.lg\:shadow-default{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}.dark .lg\:dark\:bg-primary{background-color:#414042;background-color:var(--color-primary)}.dark .lg\:dark\:opacity-100{opacity:1}}

@media (min-width: 1280px){.xl\:justify-between{justify-content:space-between}.xl\:justify-evenly{justify-content:space-evenly}.xl\:gap-8{gap:2rem}.xl\:px-0{padding-left:0px;padding-right:0px}}

@media (min-width: 480px){.xs\:top-11{top:2.75rem}.xs\:p-11{padding:2.75rem}.xs\:p-2{padding:0.5rem}.xs\:p-3{padding:0.75rem}.xs\:p-7{padding:1.75rem}.xs\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xs\:text-xxxs{font-size:8px}}

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

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

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

.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}

.ltr\:right-1\.5:where([dir="ltr"], [dir="ltr"] *){right:0.375rem}

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

.ltr\:\!ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem !important}

.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}

.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}

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

.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}

.ltr\:mr-1\.5:where([dir="ltr"], [dir="ltr"] *){margin-right:0.375rem}

.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}

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

.ltr\:mr-8:where([dir="ltr"], [dir="ltr"] *){margin-right:2rem}

.ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}

.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}

.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}

.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *){border-right-width:0px}

.ltr\:\!pl-0:where([dir="ltr"], [dir="ltr"] *){padding-left:0px !important}

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

.ltr\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}

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

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

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

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

.ltr\:pr-px:where([dir="ltr"], [dir="ltr"] *){padding-right:1px}

.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}

.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}

.ltr\:text-end:where([dir="ltr"], [dir="ltr"] *){text-align:right}

.ltr\:even\:border-l:nth-child(even):where([dir="ltr"], [dir="ltr"] *){border-left-width:1px}

@media (min-width: 640px){.sm\:ltr\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}}

@media (min-width: 768px){.ltr\:md\:pr-12:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}.ltr\:md\:pr-8:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}.ltr\:md\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}}

@media (min-width: 1024px){.ltr\:lg\:ml-8:where([dir="ltr"], [dir="ltr"] *){margin-left:2rem}.ltr\:lg\:mr-8:where([dir="ltr"], [dir="ltr"] *){margin-right:2rem}.ltr\:lg\:pr-20:where([dir="ltr"], [dir="ltr"] *){padding-right:5rem}}

@media (min-width: 480px){.ltr\:xs\:right-3:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}}

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

.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}

.rtl\:left-1\.5:where([dir="rtl"], [dir="rtl"] *){left:0.375rem}

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

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

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

.rtl\:\!mr-1:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem !important}

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

.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}

.rtl\:ml-1\.5:where([dir="rtl"], [dir="rtl"] *){margin-left:0.375rem}

.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}

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

.rtl\:ml-8:where([dir="rtl"], [dir="rtl"] *){margin-left:2rem}

.rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *){margin-left:auto}

.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}

.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}

.rtl\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *){--tw-scale-x:-1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y));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\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}

.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}

.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}

.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *){border-left-width:0px}

.rtl\:\!pr-0:where([dir="rtl"], [dir="rtl"] *){padding-right:0px !important}

.rtl\:pl-10:where([dir="rtl"], [dir="rtl"] *){padding-left:2.5rem}

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

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

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

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

.rtl\:pl-px:where([dir="rtl"], [dir="rtl"] *){padding-left:1px}

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

.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}

.rtl\:text-start:where([dir="rtl"], [dir="rtl"] *){text-align:left}

.rtl\:even\:border-r:nth-child(even):where([dir="rtl"], [dir="rtl"] *){border-right-width:1px}

@media (min-width: 640px){.sm\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}

@media (min-width: 768px){.rtl\:md\:pl-12:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}.rtl\:md\:pl-8:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}.rtl\:md\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}

@media (min-width: 1024px){.rtl\:lg\:ml-8:where([dir="rtl"], [dir="rtl"] *){margin-left:2rem}.rtl\:lg\:mr-8:where([dir="rtl"], [dir="rtl"] *){margin-right:2rem}.rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *){padding-left:5rem}}

@media (min-width: 480px){.rtl\:xs\:left-3:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}}

.ltr\:rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *):where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}

/*# sourceMappingURL=app.css.map*/