/*!
 * 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.17 | MIT License | https://tailwindcss.com
 *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "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;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[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);}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [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}[multiple],[size]:where(select: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}[type='checkbox'],[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)}[type='checkbox']{border-radius:0px}[type='radio']{border-radius:100%}[type='checkbox']:focus,[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)}[type='checkbox']:checked,[type='radio']:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[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) {[type='checkbox']:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[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) {[type='radio']:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{border-color:transparent;background-color:currentColor}[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) {[type='checkbox']:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{border-color:transparent;background-color:currentColor}[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}[type='file']:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}@media (min-width: 1280px){.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}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.\!relative{position:relative !important}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0px;right:0px;bottom:0px;left:0px}.-top-5{top:-1.25rem}.bottom-0{bottom:0px}.bottom-1{bottom:0.25rem}.bottom-2{bottom:0.5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.left-0{left:0px}.left-1\/2{left:50%}.left-4{left:1rem}.right-0{right:0px}.right-4{right:1rem}.right-auto{right:auto}.top-0{top:0px}.top-1\.5{top:0.375rem}.top-2{top:0.5rem}.top-24{top:6rem}.top-4{top:1rem}.top-full{top:100%}.-z-1{z-index:-1}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[2\]{z-index:2}.\!order-none{order:0 !important}.order-1{order:1}.order-last{order:9999}.order-none{order:0}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-full{grid-column:1 / -1}.float-none{float:none}.m-0{margin:0px}.m-4{margin:1rem}.m-8{margin:2rem}.m-auto{margin:auto}.\!mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.mx-0\.5{margin-left:0.125rem;margin-right:0.125rem}.mx-1{margin-left:0.25rem;margin-right:0.25rem}.mx-1\.5{margin-left:0.375rem;margin-right:0.375rem}.mx-2{margin-left:0.5rem;margin-right:0.5rem}.mx-3{margin-left:0.75rem;margin-right:0.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-1{margin-top:0.25rem;margin-bottom:0.25rem}.my-2{margin-top:0.5rem;margin-bottom:0.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.\!mb-3{margin-bottom:0.75rem !important}.\!mb-4{margin-bottom:1rem !important}.\!mt-0{margin-top:0px !important}.-mb-52{margin-bottom:-13rem}.-mt-1{margin-top:-0.25rem}.-mt-6{margin-top:-1.5rem}.-mt-62{margin-top:-248px}.mb-0{margin-bottom:0px}.mb-0\.5{margin-bottom:0.125rem}.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-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-0{margin-left:0px}.ml-2{margin-left:0.5rem}.ml-4{margin-left:1rem}.mr-0\.5{margin-right:0.125rem}.mr-1{margin-right:0.25rem}.mr-2{margin-right:0.5rem}.mt-0\.5{margin-top:0.125rem}.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}.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-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex !important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.\!grid{display:grid !important}.grid{display:grid}.\!hidden{display:none !important}.hidden{display:none}.\!h-36{height:9rem !important}.h-0{height:0px}.h-10{height:2.5rem}.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-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-62{height:248px}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[300px\]{height:300px}.h-\[34px\]{height:34px}.h-\[calc\(\(100\%_-_10px\)_\/_2\)\]{height:calc((100% - 10px) / 2)}.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-\[300px\]{max-height:300px}.max-h-\[70vh\]{max-height:70vh}.max-h-full{max-height:100%}.\!min-h-0{min-height:0px !important}.min-h-7{min-height:1.75rem}.min-h-\[100px\]{min-height:100px}.min-h-\[16px\]{min-height:16px}.min-h-\[200px\]{min-height:200px}.min-h-\[34px\]{min-height:34px}.min-h-\[7rem\]{min-height:7rem}.min-h-full{min-height:100%}.\!w-36{width:9rem !important}.\!w-\[160px\]{width:160px !important}.\!w-\[calc\(100\%_-_5rem\)\]{width:calc(100% - 5rem) !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-3\/4{width:75%}.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-\[40px\]{width:40px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-1\/2{min-width:50%}.min-w-\[200px\]{min-width:200px}.min-w-\[40px\]{min-width:40px}.min-w-\[50px\]{min-width:50px}.min-w-\[80px\]{min-width:80px}.min-w-full{min-width:100%}.max-w-16{max-width:4rem}.max-w-3xl{max-width:48rem}.max-w-\[180px\]{max-width:180px}.max-w-\[calc\(100\%-60px\)\]{max-width:calc(100% - 60px)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-\[0\.5\]{flex-grow:0.5}.grow{flex-grow:1}.basis-0{flex-basis:0px}.table-fixed{table-layout:fixed}.-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-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))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-flow-row{grid-auto-flow:row}.grid-flow-dense{grid-auto-flow:dense}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.grid-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start !important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center !important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:0.25rem}.gap-2{gap:0.5rem}.gap-2\.5{gap:0.625rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.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))}.divide-gray-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-divide-opacity, 1))}.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}.break-all{word-break:break-all}.\!rounded-3xl{border-radius:1.5rem !important}.\!rounded-md{border-radius:0.375rem !important}.rounded{border-radius:0.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.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-xl{border-radius:0.75rem}.rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}.rounded-r-md{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}.rounded-t-none{border-top-left-radius:0px;border-top-right-radius:0px}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-\[1px\]{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-t-\[0\.5px\]{border-top-width:0.5px}.\!border-transparent{border-color:transparent !important}.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-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-gray-300{--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, 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-primary{border-color:var(--color-primary)}.border-b-gray-200{--tw-border-opacity:1;border-bottom-color:rgba(229, 231, 235, 1);border-bottom-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.border-opacity-5{--tw-border-opacity:0.05}.\!bg-transparent{background-color:transparent !important}.bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1))}.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-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-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-200{--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, 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-50{--tw-bg-opacity:1;background-color:rgba(240, 253, 244, 1);background-color:rgba(240, 253, 244, var(--tw-bg-opacity, 1))}.bg-inherit{background-color:inherit}.bg-primary{background-color:var(--color-primary)}.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-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.bg-contain{background-size:contain}.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-1{padding:0.25rem !important}.p-0{padding:0px}.p-1{padding:0.25rem}.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}.\!px-2\.5{padding-left:0.625rem !important;padding-right:0.625rem !important}.\!py-1\.5{padding-top:0.375rem !important;padding-bottom:0.375rem !important}.px-0{padding-left:0px;padding-right:0px}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}.px-20{padding-left:5rem;padding-right:5rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.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-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-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-8{padding-top:2rem;padding-bottom:2rem}.\!pb-0{padding-bottom:0px !important}.\!pt-1{padding-top:0.25rem !important}.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-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pe-6{padding-right:1.5rem}.pl-3{padding-left:0.75rem}.pl-5{padding-left:1.25rem}.pr-14{padding-right:3.5rem}.pt-0{padding-top:0px}.pt-1{padding-top:0.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:0.5rem}.pt-2\.5{padding-top:0.625rem}.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-start{text-align:left}.text-end{text-align:right}.align-middle{vertical-align:middle}.align-text-bottom{vertical-align:text-bottom}.font-primary{font-family:"DINNextLTArabic";font-family:var(--font-main)}.\!text-2xl{font-size:1.5rem !important;line-height:2rem !important}.\!text-3xl{font-size:1.875rem !important;line-height:2.25rem !important}.\!text-4xl{font-size:2.25rem !important;line-height:2.5rem !important}.\!text-5xl{font-size:3rem !important;line-height:1 !important}.\!text-6xl{font-size:3.75rem !important;line-height:1 !important}.\!text-7xl{font-size:4.5rem !important;line-height:1 !important}.\!text-lg{font-size:1.125rem !important;line-height:1.75rem !important}.\!text-xl{font-size:1.25rem !important;line-height:1.75rem !important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-\[75\%\]{font-size:75%}.text-\[80\%\]{font-size:80%}.text-\[85\%\]{font-size:85%}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.\!leading-none{line-height:1 !important}.leading-10{line-height:2.5rem}.leading-12{line-height:3rem}.leading-4{line-height:1rem}.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\.2\]{line-height:1.2}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.\!text-primary{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-\[\#121212\]{--tw-text-opacity:1;color:rgba(18, 18, 18, 1);color:rgba(18, 18, 18, var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, 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-dark{--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}.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-inherit{color:inherit}.text-primary{color:var(--color-primary)}.text-primary-reverse{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-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-100{opacity:1 !important}.\!opacity-50{opacity:0.5 !important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:0.4}.opacity-50{opacity:0.5}.opacity-60{opacity:0.6}.opacity-75{opacity:0.75}.opacity-80{opacity:0.8}.opacity-\[0\.8\]{opacity:0.8}.shadow{--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)}.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-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}.blur{--tw-blur:blur(8px);filter:blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{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}.duration-1000{transition-duration:1000ms}.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.s-hidden{display:none}#app.index .salla-advertisement:not(.s-hidden)~.store-header{--header-top: 40px}.s-has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}.s-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))}.rounded-icon{display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;font-size:1.875rem;line-height:2.25rem}.dark .product-single .s-comments-product .rounded-icon span,.dark .product-single .s-comments-product .rounded-icon h2{color:var(--dm-text-main)}.enhanced-features .rounded-icon{align-items:center}.enhanced-features .grid>.rounded-icon{text-align:center}.dark .product-single .s-comments-product .rounded-icon span,.dark .product-single .s-comments-product .rounded-icon h2{color:var(--dm-text-main)}.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));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}.dark .cart:not(.norm-loy) .shadow-default.mb-5.form-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.form-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.form-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.form-input:focus{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:var(--color-primary)}@media (min-width: 640px){.form-input{font-size:0.875rem;line-height:1.25rem}}.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:300ms}.enhanced-features .btn{align-items:center}.enhanced-features .grid>.btn{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.btn.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.btn.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.btn.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.btn:hover{opacity:0.8}.btn-primary{border-width:1px;border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}.animated-ads--content .ad-ul.btn-primary{background-color:#222222;background-color:var(--color-primary, #222222)}.form-label{margin-bottom:0.25rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.8rem;margin-left:0;display:inline-block}.has-error .s-form-label{color:#ff443a}.has-error .s-form-control, .has-error .s-tel-input-control, .has-error .s-datetime-picker-input{border-color:#ff443a;color:#ff443a}.toggle-checkbox .s-toggle-switcher{display:inline-block;background:#ccc;border-radius:16px;width:40px;height:25px;position:relative;vertical-align:middle;transition:background 0.25s;}.toggle-checkbox .s-toggle-switcher:before,.toggle-checkbox .s-toggle-switcher:after{content:""}.toggle-checkbox .s-toggle-switcher:before{display:block;background:#fff;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,0.25);width:20px;height:21px;position:absolute;top:2.2px;left:1px;transition:left 0.25s}.s-has-error{--tw-border-opacity:1 !important;border-color:rgba(239, 68, 68, 1) !important;border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;--tw-text-opacity:1 !important;color:rgba(239, 68, 68, 1) !important;color:rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important}.s-ltr{direction:ltr}.s-input{-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);}.s-input: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}.s-input::-moz-placeholder{color:#6b7280;opacity:1}.s-input::placeholder{color:#6b7280;opacity:1}.s-input::-webkit-datetime-edit-fields-wrapper{padding:0}.s-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.s-input::-webkit-datetime-edit{display:inline-flex}.s-input::-webkit-datetime-edit,.s-input::-webkit-datetime-edit-year-field,.s-input::-webkit-datetime-edit-month-field,.s-input::-webkit-datetime-edit-day-field,.s-input::-webkit-datetime-edit-hour-field,.s-input::-webkit-datetime-edit-minute-field,.s-input::-webkit-datetime-edit-second-field,.s-input::-webkit-datetime-edit-millisecond-field,.s-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.s-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;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));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}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-input:focus{border-color:var(--color-primary);--tw-ring-color:transparent}.dark *.s-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 .s-input:focus{border-color:var(--color-primary)}@media (min-width: 640px){.s-input{font-size:0.875rem;line-height:1.25rem}}.s-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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-input:focus{border-color:var(--color-primary);--tw-ring-color:transparent}.dark *.s-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 .s-input:focus{border-color:var(--color-primary)}.s-input{-moz-appearance:none;appearance:none;-webkit-appearance:none}textarea.s-input{height:6rem}.dark .i-force .s-input{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-hidden{display:none}#app.index .salla-advertisement:not(.s-hidden)~.store-header{--header-top: 40px}.s-block{display:block}.s-form-control{display:block;width:100%;border-radius:0.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, 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));padding:0.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-control{font-size:.8rem;margin-left:0;display:inline-block}.s-form-control:focus{border-color:var(--color-primary);--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))}.s-form-label{margin-bottom:0.25rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.8rem;margin-left:0;display:inline-block}.s-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))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-form-label{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-form-label{margin-top:1px}}@media (min-width: 768px){.s-form-label{margin-bottom:0px}}@media(max-width: 640px){.is-sticky-product-bar .sticky-product-bar .s-form-label{display:none}#app.index .salla-advertisement:not(.is-sticky-product-bar .sticky-product-bar .s-form-label)~.store-header{--header-top: 40px}}.dark #app .s-form-label{color:var(--dm-text-main)}.preview__inner .s-form-label{color:inherit}.preview-centered .preview__inner .sticky-product-bar__quantity>.s-form-label:first-of-type{display:none}#app .preview-modal .sticky-product-bar .s-form-label{display:flex}.s-form-group{margin-top:0.75rem;margin-bottom:0.75rem}.s-checkbox{cursor:pointer;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;width:18px;height:18px;border-width:1px;border-radius:4px;display:grid;align-content:center;justify-content:center;place-content:center}.s-checkbox:before{content:;width:10px;height:10px;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #444;background-color:#444}.s-checkbox:checked:before{transform:scale(1)}.s-checkbox *{pointer-events:none}.s-checkbox::before{--tw-content:'';content:'';content:var(--tw-content)}.s-font-default{margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}.s-form-has-error .s-form-label{color:#ff443a}.s-form-has-error .s-form-control,.s-form-has-error .s-tel-input-control,.s-form-has-error .s-datetime-picker-input{border-color:#ff443a;color:#ff443a}.s-verify-codes.s-form-has-error{margin-bottom:0px}.s-form-has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}.s-form-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))}.text-danger{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.s-scrollbar::-webkit-scrollbar{width:5px}.s-scrollbar::-webkit-scrollbar-track{background-color:#eee}.s-scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.s-toggle{cursor:pointer;display:inline-block;}.s-toggle .s-toggle-input{position:absolute;visibility:hidden}.s-toggle .s-toggle-label{margin-left:5px;position:relative;top:2px}.s-toggle .s-toggle-switcher{display:inline-block;background:#ccc;border-radius:16px;width:40px;height:25px;position:relative;vertical-align:middle;transition:background 0.25s;}.s-toggle .s-toggle-switcher:before,.s-toggle .s-toggle-switcher:after{content:""}.s-toggle .s-toggle-switcher:before{display:block;background:#fff;border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,0.25);width:20px;height:21px;position:absolute;top:2.2px;left:1px;transition:left 0.25s}.s-toggle .s-toggle-input:checked + div{background:#30D158;}.s-toggle .s-toggle-input:checked + div:before{left:18px}.s-add-product-button-with-quick-buy{display:flex}.dark .product-single .s-comments-product .s-add-product-button-with-quick-buy span,.dark .product-single .s-comments-product .s-add-product-button-with-quick-buy h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-add-product-button-with-quick-buy{flex-direction:column}}.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar){flex-direction:column !important}.s-add-product-button-main{display:flex;width:66.666667%;-moz-column-gap:0.375rem;column-gap:0.375rem}.dark .product-single .s-comments-product .s-add-product-button-main span,.dark .product-single .s-comments-product .s-add-product-button-main h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-add-product-button-main{width:100%;-moz-column-gap:0.625rem;column-gap:0.625rem}}.s-add-product-button-with-sticky-bar salla-quick-buy{width:33.333333%}@media (min-width: 640px){.s-add-product-button-with-sticky-bar salla-quick-buy{width:100%}}.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar) .s-add-product-button-main{width:100%}.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main{width:100%}.s-add-product-button-main:not(.w-full) > salla-button{width:50% !important}.s-add-product-button-main .s-add-product-button-mini-checkout{--salla-fast-checkout-button-border-radius:.75rem;width:50%}.s-add-product-button-with-sticky-bar{width:100% !important}@media (min-width: 640px){.s-add-product-button-with-sticky-bar{width:auto}}.s-add-product-button-with-apple-pay{-moz-column-gap:0.375rem;column-gap:0.375rem}@media (min-width: 640px){.s-add-product-button-with-apple-pay{-moz-column-gap:normal;column-gap:normal;-moz-column-gap:initial;column-gap:initial}}.s-add-product-button-with-apple-pay:not(.s-add-product-button-with-sticky-bar) salla-quick-buy apple-pay-button{margin-top:0.625rem}.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span{display:none}#app.index .salla-advertisement:not(.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span)~.store-header{--header-top: 40px}@media (min-width: 768px){.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span{display:block}}.s-add-product-button-mini-checkout-content{display:flex;flex-shrink:0;align-items:center;white-space:nowrap;font-size:.8rem}.dark .product-single .s-comments-product .s-add-product-button-mini-checkout-content span,.dark .product-single .s-comments-product .s-add-product-button-mini-checkout-content h2{color:var(--dm-text-main)}.enhanced-features .s-add-product-button-mini-checkout-content{align-items:center}.enhanced-features .grid>.s-add-product-button-mini-checkout-content{text-align:center}.dark .product-single .s-comments-product .s-add-product-button-mini-checkout-content span,.dark .product-single .s-comments-product .s-add-product-button-mini-checkout-content h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-add-product-button-mini-checkout-content{font-size:0.875rem;line-height:1.25rem}}.s-add-product-button-mini-checkout-content:where([dir="rtl"], [dir="rtl"] *){flex-direction:row-reverse}.s-add-product-button-mini-checkout-content svg{margin-right:0.375rem;height:1rem;width:1rem;fill:currentColor}.s-add-product-button-mini-checkout-content svg:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.375rem}.s-advertisement-content{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}@media (min-width: 1280px){.s-advertisement-content{max-width:1280px}}.s-advertisement-content{display:flex;align-items:center;justify-content:space-between;padding-top:0.625rem;padding-bottom:0.625rem}@media only screen and (min-width: 1024px){.normal-menu .main-menu .sub-menu li.mega-menu .s-advertisement-content ul{margin:0px;border-style:none;padding:0px}.normal-menu .main-menu .sub-menu li.mega-menu .s-advertisement-content>div{display:none}#app.index .salla-advertisement:not(.normal-menu .main-menu .sub-menu li.mega-menu .s-advertisement-content>div)~.store-header{--header-top: 40px}}.s-block--testimonials.s-advertisement-content{padding:0px}@media (min-width: 1024px){.s-block--testimonials.s-advertisement-content{padding-left:0.625rem;padding-right:0.625rem}}#app.header-hidden.fixed-pinned-cls.never-hide-tabs .store-header .inner>.s-advertisement-content:first-of-type{top:-250px;position:fixed;left:0}.dark .product-single .s-comments-product .s-advertisement-content span,.dark .product-single .s-comments-product .s-advertisement-content h2{color:var(--dm-text-main)}.enhanced-features .s-advertisement-content{align-items:center}@media only screen and (max-width: 767px){.prod-indx-cntrd[class*=product-index] .s-advertisement-content h1{text-align:center}}.enhanced-features .grid>.s-advertisement-content{text-align:center}.dark .product-single .s-comments-product .s-advertisement-content span,.dark .product-single .s-comments-product .s-advertisement-content h2{color:var(--dm-text-main)}.s-advertisement-content-main{flex:1 1 0%;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:700}custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-advertisement-content-main .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-advertisement-content-main{font-size:.8rem;margin-left:0;display:inline-block}.s-advertisement-content-icon{display:inline-block;vertical-align:middle;font-size:1rem;line-height:1.5rem}.s-advertisement-content-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}.s-advertisement-content-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}.s-advertisement-action{padding-left:0.25rem;padding-right:0.25rem}.s-alert-wrapper{display:flex;align-items:center;justify-content:flex-end;border-radius:0.375rem;border-width:1px;border-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.75rem;line-height:1.5rem}.dark .product-single .s-comments-product .s-alert-wrapper span,.dark .product-single .s-comments-product .s-alert-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-alert-wrapper{align-items:center}.mobile-nav span.s-alert-wrapper{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-alert-wrapper{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-alert-wrapper.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-alert-wrapper.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-alert-wrapper span,.dark .product-single .s-comments-product .s-alert-wrapper h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-alert-wrapper.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-alert-info{--tw-border-opacity:1;border-color:rgba(191, 219, 254, 1);border-color:rgba(191, 219, 254, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(219, 234, 254, 1);background-color:rgba(219, 234, 254, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(29, 78, 216, 1);color:rgba(29, 78, 216, var(--tw-text-opacity, 1))}.s-alert-success{--tw-border-opacity:1;border-color:rgba(187, 247, 208, 1);border-color:rgba(187, 247, 208, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(220, 252, 231, 1);background-color:rgba(220, 252, 231, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(21, 128, 61, 1);color:rgba(21, 128, 61, var(--tw-text-opacity, 1))}.s-alert-warning{--tw-border-opacity:1;border-color:rgba(253, 230, 138, 1);border-color:rgba(253, 230, 138, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 243, 199, 1);background-color:rgba(254, 243, 199, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(180, 83, 9, 1);color:rgba(180, 83, 9, var(--tw-text-opacity, 1))}.s-alert-error{--tw-border-opacity:1;border-color:rgba(254, 202, 202, 1);border-color:rgba(254, 202, 202, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}.s-alert-icon{margin-left:0.5rem;display:flex;align-items:center}.dark .product-single .s-comments-product .s-alert-icon span,.dark .product-single .s-comments-product .s-alert-icon h2{color:var(--dm-text-main)}.enhanced-features .s-alert-icon{align-items:center}.enhanced-features .grid>.s-alert-icon{text-align:center}.dark .product-single .s-comments-product .s-alert-icon span,.dark .product-single .s-comments-product .s-alert-icon h2{color:var(--dm-text-main)}.s-alert-text{flex:1 1 0%;text-align:left}@media only screen and (max-width: 1024px){.animated-text-outer.s-alert-text .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-alert-text .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-alert-text{text-align:right}[dir=ltr] .s-alert-text{text-align:left}.s-app-install-alert-wrapper{display:none;flex-direction:row;align-items:center;position:fixed;left:0;right:0;width:95%;margin-top:1rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;z-index:100;border-radius:0.375rem;padding:0.75rem;gap:0.5rem;background-color:color-mix(in srgb, var(--color-primary) 15%, white);filter:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))}.s-app-install-alert-wrapper.open[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))}@keyframes slideDownFromTop{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(-0%);opacity:1}}.s-app-install-alert-wrapper.open[position=top]{animation:slideDownFromTop .6s linear;transition-duration:500ms}.dark .product-single .s-comments-product .s-app-install-alert-wrapper.open[position=top] span,.dark .product-single .s-comments-product .s-app-install-alert-wrapper.open[position=top] h2{color:var(--dm-text-main)}.s-app-install-alert-wrapper:not(.open){display:none}#app.index .salla-advertisement:not(.s-app-install-alert-wrapper:not(.open))~.store-header{--header-top: 40px}.s-app-install-alert-content{width:100%}.s-app-install-alert-wrapper[position=top]{top:0px}.s-app-install-alert-wrapper.open[position=bottom]{display:flex}@keyframes slideUpFromBottom{0%{transform:translateY(100%);opacity:0}100%{transform:translateY(0%);opacity:1}}.s-app-install-alert-wrapper.open[position=bottom]{animation:slideUpFromBottom .6s linear}.dark .product-single .s-comments-product .s-app-install-alert-wrapper.open[position=bottom] span,.dark .product-single .s-comments-product .s-app-install-alert-wrapper.open[position=bottom] h2{color:var(--dm-text-main)}.s-app-install-alert-wrapper[position=bottom]{bottom:0px}@keyframes slideUPFromTop{0%{transform:translateY(-0%);opacity:1}100%{transform:translateY(-100%);opacity:0}}.s-app-install-alert-wrapper[position=top].closing{animation:slideUPFromTop .6s linear}@keyframes slideDownFromBottom{0%{transform:translateY(0%);opacity:1}100%{transform:translateY(100%);opacity:0}}.s-app-install-alert-wrapper[position=bottom].closing{animation:slideDownFromBottom .6s linear}.s-app-install-alert-wrapper.closing{animation-fill-mode:forwards}.s-app-install-alert-title{max-width:95%;font-size:1rem;line-height:1.5rem;font-weight:700;color:var(--color-primary)}.s-app-install-alert-sub-title{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400}custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-app-install-alert-sub-title{font-size:.8rem;margin-left:0;display:inline-block}.s-app-install-alert-cta{color:var(--color-primary);text-decoration-line:underline}.s-app-install-alert-cancel-button{position:absolute;top:0.5rem}input[type=radio].sr-only div.s-app-install-alert-cancel-button{transition:all .3s}input[type=radio].sr-only:checked~div.s-app-install-alert-cancel-button{border-color:var(--color-main)}.badge.s-app-install-alert-cancel-button:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-app-install-alert-cancel-button:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}.s-app-install-alert-cancel-button:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}.s-apps-icons-list{display:flex;gap:1rem}.dark .product-single .s-comments-product .s-apps-icons-list span,.dark .product-single .s-comments-product .s-apps-icons-list h2{color:var(--dm-text-main)}.s-apps-icons-list.vertical{flex-direction:column}.s-apps-icons-item{line-height:1}.s-apps-icons-item:hover{color:var(--color-primary)}.s-booking-field-main{display:flex;align-items:center;justify-content:space-between;gap:0.75rem}.dark .product-single .s-comments-product .s-booking-field-main span,.dark .product-single .s-comments-product .s-booking-field-main h2{color:var(--dm-text-main)}.enhanced-features .s-booking-field-main{align-items:center}.enhanced-features .grid>.s-booking-field-main{text-align:center}.dark .product-single .s-comments-product .s-booking-field-main span,.dark .product-single .s-comments-product .s-booking-field-main h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-booking-field-main{justify-content:flex-end}}.s-booking-field-price{display:flex;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-booking-field-price span,.dark .product-single .s-comments-product .s-booking-field-price h2{color:var(--dm-text-main)}.enhanced-features .s-booking-field-price{align-items:center}.enhanced-features .grid>.s-booking-field-price{text-align:center}.dark .product-single .s-comments-product .s-booking-field-price span,.dark .product-single .s-comments-product .s-booking-field-price h2{color:var(--dm-text-main)}.s-booking-field-book-now-content{display:flex;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-booking-field-book-now-content span,.dark .product-single .s-comments-product .s-booking-field-book-now-content h2{color:var(--dm-text-main)}.enhanced-features .s-booking-field-book-now-content{align-items:center}.enhanced-features .grid>.s-booking-field-book-now-content{text-align:center}.dark .product-single .s-comments-product .s-booking-field-book-now-content span,.dark .product-single .s-comments-product .s-booking-field-book-now-content h2{color:var(--dm-text-main)}.s-booking-field-book-now-content span svg{height:1rem;width:1rem}.s-booking-field-modal iframe{width:100%;transition-property:height;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.s-booking-field-modal .s-modal-body{overflow:hidden;padding:1.25rem}.s-booking-field-modal .s-modal-title{display:flex;justify-content:flex-start}.dark .product-single .s-comments-product .s-booking-field-modal .s-modal-title span,.dark .product-single .s-comments-product .s-booking-field-modal .s-modal-title h2{color:var(--dm-text-main)}.s-booking-field-reservations{margin-top:0.625rem;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-booking-field-reservations span,.dark .product-single .s-comments-product .s-booking-field-reservations h2{color:var(--dm-text-main)}.enhanced-features .s-booking-field-reservations{align-items:center}.enhanced-features .grid>.s-booking-field-reservations{text-align:center}.dark .product-single .s-comments-product .s-booking-field-reservations span,.dark .product-single .s-comments-product .s-booking-field-reservations h2{color:var(--dm-text-main)}.s-booking-field-reservations-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:4px;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));padding-left:0.625rem;padding-right:0.625rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.75rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-booking-field-reservations-item span,.dark .product-single .s-comments-product .s-booking-field-reservations-item h2{color:var(--dm-text-main)}.enhanced-features .s-booking-field-reservations-item{align-items:center}.enhanced-features .grid>.s-booking-field-reservations-item{text-align:center}.dark .product-single .s-comments-product .s-booking-field-reservations-item span,.dark .product-single .s-comments-product .s-booking-field-reservations-item h2{color:var(--dm-text-main)}.s-booking-field-reservations-item > span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.dark .product-single .s-comments-product .s-booking-field-reservations-item > span span,.dark .product-single .s-comments-product .s-booking-field-reservations-item > span h2{color:var(--dm-text-main)}.enhanced-features .s-booking-field-reservations-item > span{align-items:center}.enhanced-features .grid>.s-booking-field-reservations-item > span{text-align:center}.dark .product-single .s-comments-product .s-booking-field-reservations-item > span span,.dark .product-single .s-comments-product .s-booking-field-reservations-item > span h2{color:var(--dm-text-main)}.s-booking-field-reservations-time{unicode-bidi:plaintext}.s-booking-field-reservations-has-time{--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.s-booking-field-reservations-has-time:where([dir="ltr"], [dir="ltr"] *){margin-right:1rem;border-right-width:1px;padding-right:1rem}.s-booking-field-reservations-has-time:where([dir="rtl"], [dir="rtl"] *){margin-left:1rem;border-left-width:1px;padding-left:1rem}.s-booking-field-reservations-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}.s-booking-field-reservations-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}.s-booking-field-reservations-icon svg{height:0.75rem;width:0.75rem;fill:#1f2937}.s-bottom-alert-wrapper{position:fixed;bottom:0px;z-index:50;display:flex;min-height:4rem;width:100%;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-bottom-alert-wrapper{background-color:#222222;background-color:var(--color-primary, #222222)}.dark .product-single .s-comments-product .s-bottom-alert-wrapper span,.dark .product-single .s-comments-product .s-bottom-alert-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-bottom-alert-wrapper{align-items:center}.enhanced-features .grid>.s-bottom-alert-wrapper{text-align:center}.dark .product-single .s-comments-product .s-bottom-alert-wrapper span,.dark .product-single .s-comments-product .s-bottom-alert-wrapper h2{color:var(--dm-text-main)}.s-bottom-alert-icon svg{height:1rem;width:1rem;fill:var(--color-primary-reverse)}.s-bottom-alert-message{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary-reverse)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-message{font-size:.8rem;margin-left:0;display:inline-block}.s-bottom-alert-message-highlight{cursor:default;font-size:1rem;line-height:1.5rem;font-weight:700}.s-bottom-alert-message-splitter{margin-left:0.5rem;margin-right:0.5rem}.s-bottom-alert-message-link{cursor:pointer;text-decoration-line:underline}.s-bottom-alert-message-link *{pointer-events:none}.s-bottom-alert-content{display:flex;height:100%;align-items:center;justify-content:center;gap:1rem;padding-top:0.625rem;padding-bottom:0.625rem;padding-left:1rem;padding-right:1rem}.dark .product-single .s-comments-product .s-bottom-alert-content span,.dark .product-single .s-comments-product .s-bottom-alert-content h2{color:var(--dm-text-main)}.enhanced-features .s-bottom-alert-content{align-items:center}.enhanced-features .grid>.s-bottom-alert-content{text-align:center}.dark .product-single .s-comments-product .s-bottom-alert-content span,.dark .product-single .s-comments-product .s-bottom-alert-content h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-bottom-alert-content{padding-top:0px;padding-bottom:0px}}.s-bottom-alert-action button{background-color:var(--color-primary-reverse);font-size:0.875rem;line-height:1.25rem;color:var(--color-primary)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-bottom-alert-action button{font-size:.8rem;margin-left:0;display:inline-block}.s-bottom-alert-modal .s-modal-body{padding-top:1rem;padding-bottom:1rem}.s-bottom-alert-modal-cover img{height:300px;width:100%;-o-object-fit:cover;object-fit:cover}.s-bottom-alert-modal-inner{max-height:80vh;overflow-y:auto;overflow-x:hidden;padding-left:1rem;padding-right:1rem}.s-bottom-alert-modal-content-title{margin-top:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:var(--color-primary-dark)}.header-menu-icon.py-5.s-bottom-alert-modal-content-title{padding-top:.4rem;padding-bottom:.4rem}.s-bottom-alert-modal-content-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-bottom-alert-modal-content-title{padding-top:.4rem;padding-bottom:.4rem}.s-bottom-alert-modal-content-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-title span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-title h2{color:var(--dm-text-main)}.enhanced-features .s-bottom-alert-modal-content-title{align-items:center}.enhanced-features .grid>.s-bottom-alert-modal-content-title{text-align:center}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-title span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-title h2{color:var(--dm-text-main)}.s-bottom-alert-modal-content-icon svg{height:1.25rem;width:1.25rem;fill:var(--color-primary-dark)}.s-bottom-alert-modal-content-extra-padding{padding-bottom:100px}.s-bottom-alert-modal-content hr{margin-top:1rem}.s-bottom-alert-modal-content-screenshots{margin-top:1rem;margin-bottom:1rem}.s-bottom-alert-modal-content-screenshot.swiper-slide{height:200px !important;width:370px !important}.s-bottom-alert-modal-content-screenshot img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.s-bottom-alert-modal-content-footer button .s-button-text{display:flex;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-footer button .s-button-text span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-footer button .s-button-text h2{color:var(--dm-text-main)}.enhanced-features .s-bottom-alert-modal-content-footer button .s-button-text{align-items:center}.enhanced-features .grid>.s-bottom-alert-modal-content-footer button .s-button-text{text-align:center}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-footer button .s-button-text span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-footer button .s-button-text h2{color:var(--dm-text-main)}.s-bottom-alert-modal-content-footer{position:fixed;left:0px;right:0px;bottom:0px;z-index:2;width:100%;--tw-bg-opacity:1;background-color:rgba(252, 252, 252, 1);background-color:rgba(252, 252, 252, var(--tw-bg-opacity, 1));padding:0.625rem}.s-bottom-alert-modal-content-price-details{display:flex;flex-direction:column;gap:0.5rem}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-price-details span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-price-details h2{color:var(--dm-text-main)}.s-bottom-alert-modal-content-price-details-item{display:flex;align-items:center;gap:0.375rem}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-price-details-item span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-price-details-item h2{color:var(--dm-text-main)}.enhanced-features .s-bottom-alert-modal-content-price-details-item{align-items:center}.enhanced-features .grid>.s-bottom-alert-modal-content-price-details-item{text-align:center}.dark .product-single .s-comments-product .s-bottom-alert-modal-content-price-details-item span,.dark .product-single .s-comments-product .s-bottom-alert-modal-content-price-details-item h2{color:var(--dm-text-main)}.s-bottom-alert-modal-content-price-details-item-icon svg{height:1rem;width:1rem;fill:var(--color-primary-dark)}.s-bottom-alert-modal-content-price-details-item-name{--tw-text-opacity:1;color:rgba(68, 68, 68, 1);color:rgba(68, 68, 68, var(--tw-text-opacity, 1))}.s-bottom-alert-modal-content-price-details-item-price{font-weight:500;--tw-text-opacity:1;color:rgba(102, 102, 102, 1);color:rgba(102, 102, 102, var(--tw-text-opacity, 1))}.s-bottom-alert-modal-price-wrapper{margin-bottom:0.625rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:1.5rem}.dark .product-single .s-comments-product .s-bottom-alert-modal-price-wrapper span,.dark .product-single .s-comments-product .s-bottom-alert-modal-price-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-bottom-alert-modal-price-wrapper{align-items:center}.enhanced-features .grid>.s-bottom-alert-modal-price-wrapper{text-align:center}.dark .product-single .s-comments-product .s-bottom-alert-modal-price-wrapper span,.dark .product-single .s-comments-product .s-bottom-alert-modal-price-wrapper h2{color:var(--dm-text-main)}.s-bottom-alert-modal-price-wrapper-amount{font-size:1.125rem;line-height:1.75rem;font-weight:700}.header-menu-icon.py-5.s-bottom-alert-modal-price-wrapper-amount{padding-top:.4rem;padding-bottom:.4rem}.s-bottom-alert-modal-price-wrapper-amount.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-bottom-alert-modal-price-wrapper-amount{padding-top:.4rem;padding-bottom:.4rem}.s-bottom-alert-modal-price-wrapper-amount.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-breadcrumb-wrapper{display:flex;flex-wrap:wrap;align-items:center;font-size:0.875rem;line-height:1.25rem}.dark .product-single .s-comments-product .s-breadcrumb-wrapper span,.dark .product-single .s-comments-product .s-breadcrumb-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-breadcrumb-wrapper{align-items:center}.enhanced-features .grid>.s-breadcrumb-wrapper{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-breadcrumb-wrapper span,.dark .product-single .s-comments-product .s-breadcrumb-wrapper h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-breadcrumb-wrapper{font-size:.8rem;margin-left:0;display:inline-block}.s-breadcrumb-item{display:inline-block}.s-breadcrumb-dark{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-breadcrumb-dark a{--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important}.s-breadcrumb-dark svg{fill:var(--color-primary-reverse);opacity:0.7}.s-breadcrumb-primary-reverse a{color:var(--color-primary-reverse)}.s-breadcrumb-primary-reverse a:hover{opacity:0.8}.s-breadcrumb-primary-reverse li{color:var(--color-primary-reverse);opacity:0.8}.s-breadcrumb-primary-reverse svg{fill:var(--color-primary-reverse);opacity:0.7}.s-breadcrumb-arrow{margin-left:0.5rem;margin-right:0.5rem}.s-breadcrumb-arrow svg{height:0.875rem;width:0.875rem}.s-button-wrap{pointer-events:none}.s-button-wrap[width='wide']{width:100%}.s-button-wrap[type='submit']{-webkit-appearance:none;-moz-appearance:none;appearance:none}.s-button-wrap[type='button']{-webkit-appearance:none;-moz-appearance:none;appearance:none}.s-button-wrap[type='reset']{-webkit-appearance:none;-moz-appearance:none;appearance:none}.s-button-wrap[loading] .s-button-loader-center .s-button-text{opacity:0}.s-button-element:not(:disabled):not([loading]){pointer-events:auto}.s-button-btn{position:relative;display:inline-flex;flex:1 1 0%;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-direction:row-reverse;align-items:center;justify-content:center;white-space:nowrap;border-radius:0.25rem;border-style:solid;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:300ms}.enhanced-features .s-button-btn{align-items:center}.enhanced-features .grid>.s-button-btn{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-button-btn{font-size:.8rem;margin-left:0;display:inline-block}.s-button-btn:hover{opacity:0.8}.s-button-wrap svg{height:1.25rem;width:1.25rem;fill:currentColor}.s-button-icon{border-radius:9999px !important;padding:0px !important;line-height:1 !important}.s-button-icon{position:relative;margin-left:0.25rem;margin-right:0.25rem;display:inline-flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;font-weight:500;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}.enhanced-features .s-button-icon{align-items:center}.enhanced-features .grid>.s-button-icon{text-align:center}.s-button-icon .s-button-text{display:flex}.dark .product-single .s-comments-product .s-button-icon .s-button-text span,.dark .product-single .s-comments-product .s-button-icon .s-button-text h2{color:var(--dm-text-main)}.s-button-icon.s-button-large{height:3.5rem;width:3.5rem}.s-button-icon.s-button-large svg{height:2rem;width:2rem}.s-button-icon.s-button-small{height:1.5rem;width:1.5rem}.s-button-icon.s-button-small svg{height:0.875rem;width:0.875rem}.s-button-icon.s-button-small .s-button-loader:before{height:0.875rem;width:0.875rem}.s-button-link{fill:var(--color-primary);padding-left:0.25rem;padding-right:0.25rem;padding-top:0.125rem;padding-bottom:0.125rem;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:300ms}.s-button-link:hover{opacity:0.7}.s-button-disabled{opacity:0.5}.s-button-fill-none{border-width:0px !important;background-color:transparent !important}.s-button-outline{border-width:1px;border-color:currentColor}.s-button-outline:hover{border-color:transparent}.s-button-outline .s-button-loader:before{border-top-color:currentColor;border-left-color:currentColor}.s-button-solid .s-button-loader:before{border-top-color:rgba(255, 255, 255, 1);border-top-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));--tw-border-opacity:1;border-right-color:rgba(255, 255, 255, 1);border-right-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));border-bottom-color:rgba(255, 255, 255, 0.2);border-left-color:rgba(255, 255, 255, 0.2)}.s-button-primary{border-width:1px;border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}.animated-ads--content .ad-ul.s-button-primary{background-color:#222222;background-color:var(--color-primary, #222222)}.s-button-primary:hover{background-color:var(--color-primary-dark)}.s-button-success{border-width:1px;--tw-border-opacity:1;border-color:rgba(34, 197, 94, 1);border-color:rgba(34, 197, 94, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(34, 197, 94, 1);background-color:rgba(34, 197, 94, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-success:hover{--tw-bg-opacity:1;background-color:rgba(22, 163, 74, 1);background-color:rgba(22, 163, 74, var(--tw-bg-opacity, 1))}.s-button-danger{border-width:1px;--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-danger:hover{--tw-bg-opacity:1;background-color:rgba(239, 68, 68, 1);background-color:rgba(239, 68, 68, var(--tw-bg-opacity, 1))}.s-button-warning{border-width:1px;--tw-border-opacity:1;border-color:rgba(251, 191, 36, 1);border-color:rgba(251, 191, 36, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-warning:hover{--tw-bg-opacity:1;background-color:rgba(245, 158, 11, 1);background-color:rgba(245, 158, 11, var(--tw-bg-opacity, 1))}.s-button-gray{border-width:1px;--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(156, 163, 175, 1);background-color:rgba(156, 163, 175, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-gray:hover{--tw-bg-opacity:1;background-color:rgba(107, 114, 128, 1);background-color:rgba(107, 114, 128, var(--tw-bg-opacity, 1))}.s-button-dark{border-width:1px;--tw-border-opacity:1;border-color:rgba(55, 65, 81, 1);border-color:rgba(55, 65, 81, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-dark:hover{--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, var(--tw-bg-opacity, 1))}.s-button-light{border-width:1px;--tw-border-opacity:1;border-color:rgba(249, 250, 251, 1);border-color:rgba(249, 250, 251, var(--tw-border-opacity, 1));--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(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-button-light{color:var(--footer-text-color)}.s-button-light:hover{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-button-primary-outline{fill:var(--color-primary);color:var(--color-primary)}.s-button-primary-outline:hover{background-color:var(--color-primary);fill:var(--color-primary-reverse);color:var(--color-primary-reverse)}.s-button-success-outline{fill:#22c55e;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}.s-button-success-outline:hover{--tw-bg-opacity:1;background-color:rgba(34, 197, 94, 1);background-color:rgba(34, 197, 94, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-danger-outline{fill:#f87171;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-button-danger-outline:hover{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-warning-outline{fill:#fbbf24;--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}.s-button-warning-outline:hover{--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-gray-outline{fill:#9ca3af;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-button-gray-outline{color:var(--footer-text-color)}.s-button-gray-outline:hover{--tw-bg-opacity:1;background-color:rgba(156, 163, 175, 1);background-color:rgba(156, 163, 175, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-dark-outline{fill:#374151;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-button-dark-outline:hover{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-button-light-outline{--tw-border-opacity:1 !important;border-color:rgba(229, 231, 235, 1) !important;border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important}.s-button-light-outline{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));fill:#6b7280;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-button-light-outline:hover{--tw-border-opacity:1 !important;border-color:rgba(229, 231, 235, 1) !important;border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important}.s-button-primary-link{fill:var(--color-primary);color:var(--color-primary)}.s-button-success-link{fill:#22c55e;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}.s-button-danger-link{fill:#f87171;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-button-warning-link{fill:#fbbf24;--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}.s-button-gray-link{fill:#9ca3af;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-button-gray-link{color:var(--footer-text-color)}.s-button-dark-link{fill:#374151;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-button-light-link{fill:#6b7280;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-button-small{border-radius:0.125rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.375rem;padding-top:0.25rem;font-size:0.75rem;line-height:1rem}.mobile-nav span.s-button-small{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-button-large{padding-left:2rem;padding-right:2rem;padding-bottom:1rem;padding-top:1rem;font-size:1.25rem;line-height:1.75rem}[dir=rtl] .header-innerLeft .s-button-large+salla-cart-summary{margin-right:.3rem}.s-button-wide{width:100%}.s-button-text{pointer-events:none;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.enhanced-features .s-button-text{align-items:center}.enhanced-features .grid>.s-button-text{text-align:center}.s-button-loader{margin-left:0.5rem;margin-right:0.5rem;display:flex;align-items:center;justify-content:center;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}.dark .product-single .s-comments-product .s-button-loader span,.dark .product-single .s-comments-product .s-button-loader h2{color:var(--dm-text-main)}.enhanced-features .s-button-loader{align-items:center}.enhanced-features .grid>.s-button-loader{text-align:center}.dark .product-single .s-comments-product .s-button-loader span,.dark .product-single .s-comments-product .s-button-loader h2{color:var(--dm-text-main)}.s-button-loader::before{display:inline-block;height:1rem;content:var(--tw-content);width:1rem}@keyframes spin{to{content:var(--tw-content);transform:rotate(360deg)}}.s-button-loader::before{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-style:solid;border-top-color:var(--color-primary);border-left-color:var(--color-primary);border-bottom-color:rgba(243, 244, 246, 1);border-bottom-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-border-opacity:1;border-right-color:rgba(243, 244, 246, 1);border-right-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-button-loader-after .s-button-loader{flex-direction:row}.s-button-loader-start.s-button-element:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem;padding-left:2.5rem}.s-button-loader-start.s-button-element:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem;padding-right:2.5rem}.s-button-loader-start .s-button-loader{position:absolute}input[type=radio].sr-only div.s-button-loader-start .s-button-loader{transition:all .3s}input[type=radio].sr-only:checked~div.s-button-loader-start .s-button-loader{border-color:var(--color-main)}.badge.s-button-loader-start .s-button-loader:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-button-loader-start .s-button-loader:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}.s-button-loader-start .s-button-loader:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}.s-button-loader-end.s-button-element:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem;padding-right:2.5rem}.s-button-loader-end.s-button-element:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem;padding-left:2.5rem}.s-button-loader-end .s-button-loader{position:absolute}input[type=radio].sr-only div.s-button-loader-end .s-button-loader{transition:all .3s}input[type=radio].sr-only:checked~div.s-button-loader-end .s-button-loader{border-color:var(--color-main)}.badge.s-button-loader-end .s-button-loader:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-button-loader-end .s-button-loader:where([dir="ltr"], [dir="ltr"] *){right:0.5rem}.s-button-loader-end .s-button-loader:where([dir="rtl"], [dir="rtl"] *){left:0.5rem}.s-button-loader-center .s-button-loader{margin:0px !important}.s-button-loader-center .s-button-loader{position:absolute;top:50%;left:50%;--tw-translate-y:-50%;--tw-translate-x:-50%;transform:translate(-50%, -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))}input[type=radio].sr-only div.s-button-loader-center .s-button-loader{transition:all .3s}input[type=radio].sr-only:checked~div.s-button-loader-center .s-button-loader{border-color:var(--color-main)}.badge.s-button-loader-center .s-button-loader:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-cart-item-offers-box{margin-bottom:0.75rem}.s-cart-item-offers-container{margin-top:1.25rem}.s-cart-item-offers-paid-free{margin-bottom:0.75rem}.s-cart-item-offers-paid-free > :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))}.s-cart-item-offers-paid-free{font-weight:500}.s-cart-item-offers-line{text-align:left}@media only screen and (max-width: 1024px){.animated-text-outer.s-cart-item-offers-line .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-cart-item-offers-line .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-cart-item-offers-line{text-align:right}[dir=ltr] .s-cart-item-offers-line{text-align:left}.s-cart-item-offers-regular-price{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));text-decoration-line:line-through}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-regular-price{font-size:.8rem;margin-left:0;display:inline-block}.s-cart-item-offers-free-label{margin-left:0.5rem;margin-right:0.5rem;display:inline-block;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-free-label{font-size:.8rem;margin-left:0;display:inline-block}.s-cart-item-offers-details{display:flex;align-items:flex-start;gap:0.625rem;--tw-text-opacity:1;color:rgba(22, 163, 74, 1);color:rgba(22, 163, 74, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-cart-item-offers-details span,.dark .product-single .s-comments-product .s-cart-item-offers-details h2{color:var(--dm-text-main)}.s-cart-item-offers-icon{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x), -3px) 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));font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgba(22, 163, 74, 1);color:rgba(22, 163, 74, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-cart-item-offers-icon{padding-top:.4rem;padding-bottom:.4rem}.s-cart-item-offers-icon.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-cart-item-offers-icon{padding-top:.4rem;padding-bottom:.4rem}.s-cart-item-offers-icon.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-cart-item-offers-icon svg{width:18px;fill:currentColor}.s-cart-item-offers-title{margin-bottom:0.5rem;font-weight:500}.s-cart-item-offers-message{font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-message{font-size:.8rem;margin-left:0;display:inline-block}.s-cart-item-offers-discount{margin-top:0px;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-cart-item-offers-discount{color:var(--footer-text-color)}.mobile-nav span.s-cart-item-offers-discount{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-cart-item-offers-show-more-btn{justify-content:flex-start !important;background-color:transparent !important;padding-left:0px !important;padding-right:0px !important}.s-cart-item-offers-show-more-btn{display:flex;align-items:center;font-size:0.875rem;line-height:1.25rem}.dark .product-single .s-comments-product .s-cart-item-offers-show-more-btn span,.dark .product-single .s-comments-product .s-cart-item-offers-show-more-btn h2{color:var(--dm-text-main)}.enhanced-features .s-cart-item-offers-show-more-btn{align-items:center}.enhanced-features .grid>.s-cart-item-offers-show-more-btn{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-cart-item-offers-show-more-btn span,.dark .product-single .s-comments-product .s-cart-item-offers-show-more-btn h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-cart-item-offers-show-more-btn{font-size:.8rem;margin-left:0;display:inline-block}.s-cart-item-offers-show-more-btn:hover{--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}.s-cart-item-offers-arrow-icon{margin-left:0.125rem;margin-right:0.125rem;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.s-cart-item-offers-arrow-open{--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))}.s-cart-item-offers-show-more-btn svg{width:18px}.s-cart-item-offers-show-more-label{display:flex;align-items:center}.dark .product-single .s-comments-product .s-cart-item-offers-show-more-label span,.dark .product-single .s-comments-product .s-cart-item-offers-show-more-label h2{color:var(--dm-text-main)}.enhanced-features .s-cart-item-offers-show-more-label{align-items:center}.enhanced-features .grid>.s-cart-item-offers-show-more-label{text-align:center}.dark .product-single .s-comments-product .s-cart-item-offers-show-more-label span,.dark .product-single .s-comments-product .s-cart-item-offers-show-more-label h2{color:var(--dm-text-main)}.s-cart-item-offers-collapsed{margin-top:0.5rem}.s-cart-summary-wrapper{-webkit-text-decoration:none;text-decoration:none;color:var(--color-text);transition:all .5s cubic-bezier(0.2, 1, 0.3, 1);align-items:center;font-weight:bolder;position:relative;display:inline-flex}.s-cart-thumb{position:fixed;transition:all 0.3s cubic-bezier(0.2, 1, 0.3, 1)}.s-cart-summary-icon svg{height:1.25rem;width:1.25rem;fill:var(--color-text)}.s-cart-summary-count{position:absolute;top:-8px;left:-15px;display:inline-flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;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:0.25rem;font-size:0.75rem;line-height:1rem;--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.s-cart-summary-count{transition:all .3s}input[type=radio].sr-only:checked~div.s-cart-summary-count{border-color:var(--color-main)}.enhanced-features .s-cart-summary-count{align-items:center}.mobile-nav span.s-cart-summary-count{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-cart-summary-count{text-align:center}.badge.s-cart-summary-count:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *){left:auto;left:initial;right:-15px}.s-color-picker-main{margin:0.25rem;display:inline-block}.s-color-picker-main .picker_wrapper{margin:0px !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}.s-color-picker-main .picker_arrow{display:none}#app.index .salla-advertisement:not(.s-color-picker-main .picker_arrow)~.store-header{--header-top: 40px}.s-color-picker-widget{display:flex;width:auto;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:space-between;border-radius:0.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, 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));padding:0.25rem}.dark .product-single .s-comments-product .s-color-picker-widget span,.dark .product-single .s-comments-product .s-color-picker-widget h2{color:var(--dm-text-main)}.enhanced-features .s-color-picker-widget{align-items:center}.enhanced-features .grid>.s-color-picker-widget{text-align:center}.dark .product-single .s-comments-product .s-color-picker-widget span,.dark .product-single .s-comments-product .s-color-picker-widget h2{color:var(--dm-text-main)}.s-color-picker-widget svg{height:1.25rem;width:1.25rem;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}.s-color-picker-widget span{font-size:1.125rem;line-height:1.75rem}.header-menu-icon.py-5.s-color-picker-widget span{padding-top:.4rem;padding-bottom:.4rem}.s-color-picker-widget span.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-color-picker-widget span{padding-top:.4rem;padding-bottom:.4rem}.s-color-picker-widget span.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-color-picker-widget-canvas{height:2rem;width:2rem}.s-comment-form-wrapper{display:flex;align-items:flex-start}.dark .product-single .s-comments-product .s-comment-form-wrapper span,.dark .product-single .s-comments-product .s-comment-form-wrapper h2{color:var(--dm-text-main)}.s-comment-form-input{height:6rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.25rem;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));padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.75rem;padding-right:0.75rem;font-size:0.875rem;line-height:1.25rem;--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);outline:2px solid transparent;outline-offset:2px;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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comment-form-input{font-size:.8rem;margin-left:0;display:inline-block}.s-comment-form-input:focus{border-color:var(--color-primary);--tw-ring-offset-width:0px}.dark *.s-comment-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))}.s-comment-form-action{margin-bottom:1rem;margin-top:0.5rem;display:flex;align-items:center;justify-content:flex-end}.dark .product-single .s-comments-product .s-comment-form-action span,.dark .product-single .s-comments-product .s-comment-form-action h2{color:var(--dm-text-main)}.enhanced-features .s-comment-form-action{align-items:center}.enhanced-features .grid>.s-comment-form-action{text-align:center}.dark .product-single .s-comments-product .s-comment-form-action span,.dark .product-single .s-comments-product .s-comment-form-action h2{color:var(--dm-text-main)}.s-comment-form-avatar{margin-right:1.25rem;height:4rem;width:4rem;flex-shrink:0;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.s-comment-form-avatar:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:1.25rem}.s-comment-form-content{width:100%}.s-comment-form-action salla-button{width:100%}@media (min-width: 768px){.s-comment-form-action salla-button{width:auto}}.s-comment-form-action salla-button button{padding-left:2.5rem;padding-right:2.5rem}.s-comments-page-container{margin-right:auto;margin-left:auto;width:100%;padding-left:0px;padding-right:0px}.s-comments-container{margin-right:auto;margin-left:auto;width:100%;padding-right:0.5rem;padding-left:0.5rem}.s-comments-title{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.header-menu-icon.py-5.s-comments-title{padding-top:.4rem;padding-bottom:.4rem}.s-comments-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-comments-title{padding-top:.4rem;padding-bottom:.4rem}.s-comments-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}@media (min-width: 640px){.s-comments-title{margin-bottom:1.25rem}}.s-comments-count-label{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-comments-count-label{padding-top:.4rem;padding-bottom:.4rem}.s-comments-count-label.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-comments-count-label{padding-top:.4rem;padding-bottom:.4rem}.s-comments-count-label.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-comments-testimonials .s-comments-count-label{margin-bottom:2rem}.s-comments-item-wrapper{font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-wrapper{font-size:.8rem;margin-left:0;display:inline-block}.s-comments-item-inner{display:flex}.s-comments-item-inner > :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)))}.dark .product-single .s-comments-product .s-comments-item-inner span,.dark .product-single .s-comments-product .s-comments-item-inner h2{color:var(--dm-text-main)}.s-comments-item-inner:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-comments-item{margin-bottom:2rem;display:block;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding-bottom:2rem}.s-comments-item:last-child{border-width:0px;padding-bottom:0px}.s-comments-item-admin-wrapper{margin-top:2rem;display:flex}.dark .product-single .s-comments-product .s-comments-item-admin-wrapper span,.dark .product-single .s-comments-product .s-comments-item-admin-wrapper h2{color:var(--dm-text-main)}.s-comments-item-admin-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}@media (min-width: 768px){.s-comments-item-admin-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem}}.s-comments-item-admin-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}@media (min-width: 768px){.s-comments-item-admin-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem}}.s-comments-item-avatar{flex:none}.s-comments-item-avatar-img{height:2.5rem;width:2.5rem;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));-o-object-fit:cover;object-fit:cover}.s-comments-item-timestamp{display:flex;align-items:center;gap:0.375rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-comments-item-timestamp span,.dark .product-single .s-comments-product .s-comments-item-timestamp h2{color:var(--dm-text-main)}.enhanced-features .s-comments-item-timestamp{align-items:center}.enhanced-features .grid>.s-comments-item-timestamp{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-comments-item-timestamp span,.dark .product-single .s-comments-product .s-comments-item-timestamp h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-timestamp{font-size:.8rem;margin-left:0;display:inline-block}.s-comments-item-time{display:block;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.s-comments-item-timestamp:hover span{opacity:1}.s-comments-item-pending-text{margin-top:0.5rem;display:inline-block;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));padding-left:0.625rem;padding-right:0.625rem;padding-top:0.125rem;padding-bottom:0.125rem}.s-comments-item-has-order-check-icon{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));font-size:0.75rem;line-height:1rem}.dark .product-single .s-comments-product .s-comments-item-has-order-check-icon span,.dark .product-single .s-comments-product .s-comments-item-has-order-check-icon h2{color:var(--dm-text-main)}.enhanced-features .s-comments-item-has-order-check-icon{align-items:center}.mobile-nav span.s-comments-item-has-order-check-icon{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-comments-item-has-order-check-icon{text-align:center}.dark .product-single .s-comments-product .s-comments-item-has-order-check-icon span,.dark .product-single .s-comments-product .s-comments-item-has-order-check-icon h2{color:var(--dm-text-main)}.s-comments-item-reply-icon svg{height:1rem;width:1rem;fill:#9ca3af}.s-comments-item-has-order-check-icon svg{height:0.75rem;width:0.75rem}.s-comments-item-has-order-check-text{margin-top:0.125rem;display:inline-block;--tw-translate-y:-2px;transform:translate(var(--tw-translate-x), -2px) 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));font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-has-order-check-text{font-size:.8rem;margin-left:0;display:inline-block}.s-comments-item-has-order-check-text:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}.s-comments-item-has-order-check-text:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}.s-comments-item-user-info-name{display:inline-block;--tw-translate-y:-2px;transform:translate(var(--tw-translate-x), -2px) 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));font-size:1rem;line-height:1.5rem;font-weight:700}.s-comments-item-user-info-name:where([dir="ltr"], [dir="ltr"] *){margin-right:2.5rem}.s-comments-item-user-info-name:where([dir="rtl"], [dir="rtl"] *){margin-left:2.5rem}.s-comments-item-stars{margin-bottom:0.625rem;width:100%}.s-comments-item-stars > :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)))}.s-comments-item-stars{font-size:0.75rem;line-height:1rem}.mobile-nav span.s-comments-item-stars{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-comments-item-stars:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-comments-item-rated-widget{margin-top:0.125rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-comments-item-rated-widget{font-size:.8rem;margin-left:0;display:inline-block}.s-comments-item-rated-widget:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}.s-comments-item-rated-widget:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}.s-comments-flex-1{flex:1 1 0%}.s-comments-flex{display:flex}.dark .product-single .s-comments-product .s-comments-flex span,.dark .product-single .s-comments-product .s-comments-flex h2{color:var(--dm-text-main)}.s-comments-item-user-info{margin-bottom:0.25rem;display:flex;align-items:center}.dark .product-single .s-comments-product .s-comments-item-user-info span,.dark .product-single .s-comments-product .s-comments-item-user-info h2{color:var(--dm-text-main)}.enhanced-features .s-comments-item-user-info{align-items:center}.enhanced-features .grid>.s-comments-item-user-info{text-align:center}.dark .product-single .s-comments-product .s-comments-item-user-info span,.dark .product-single .s-comments-product .s-comments-item-user-info h2{color:var(--dm-text-main)}.s-comments-item-user-wrapper{margin-bottom:0.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-comments-item-user-wrapper span,.dark .product-single .s-comments-product .s-comments-item-user-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-comments-item-user-wrapper{align-items:center}.enhanced-features .grid>.s-comments-item-user-wrapper{text-align:center}.dark .product-single .s-comments-product .s-comments-item-user-wrapper span,.dark .product-single .s-comments-product .s-comments-item-user-wrapper h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-comments-item-user-wrapper{margin-bottom:0px}}.s-comments-item-content{max-width:none;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-comments-placeholder{display:flex;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))}.dark .product-single .s-comments-product .s-comments-placeholder span,.dark .product-single .s-comments-product .s-comments-placeholder h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-comments-placeholder{color:var(--footer-text-color)}.enhanced-features .s-comments-placeholder{align-items:center}.enhanced-features .grid>.s-comments-placeholder{text-align:center}.dark .product-single .s-comments-product .s-comments-placeholder span,.dark .product-single .s-comments-product .s-comments-placeholder h2{color:var(--dm-text-main)}.s-comments-placeholder p{padding-top:0.5rem;text-align:center;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-comments-placeholder p{color:var(--footer-text-color)}.sq-awesome-banners .banner-outer.s-comments-placeholder p .banner-texts{text-align:center}.s-comments-placeholder span{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))}.dark .product-single .s-comments-product .s-comments-placeholder span span,.dark .product-single .s-comments-product .s-comments-placeholder span h2{color:var(--dm-text-main)}.enhanced-features .s-comments-placeholder span{align-items:center}.enhanced-features .grid>.s-comments-placeholder span{text-align:center}.dark .product-single .s-comments-product .s-comments-placeholder span span,.dark .product-single .s-comments-product .s-comments-placeholder span h2{color:var(--dm-text-main)}.s-comments-placeholder span svg{margin-left:auto;margin-right:auto;height:4rem;width:4rem;fill:#d1d5db;text-align:center}.sq-awesome-banners .banner-outer.s-comments-placeholder span svg .banner-texts{text-align:center}.s-comments-item-like-btn{margin-top:0.5rem}.s-comments-item-like-btn .s-button-text{display:flex;flex-direction:row-reverse;gap:0.5rem}.dark .product-single .s-comments-product .s-comments-item-like-btn .s-button-text span,.dark .product-single .s-comments-product .s-comments-item-like-btn .s-button-text h2{color:var(--dm-text-main)}.s-comments-item-like-btn span svg{height:0.75rem;width:0.75rem}.s-comments-item-images{margin-top:0.5rem;display:flex;align-items:center;gap:0.75rem}.dark .product-single .s-comments-product .s-comments-item-images span,.dark .product-single .s-comments-product .s-comments-item-images h2{color:var(--dm-text-main)}.enhanced-features .s-comments-item-images{align-items:center}.enhanced-features .grid>.s-comments-item-images{text-align:center}.dark .product-single .s-comments-product .s-comments-item-images span,.dark .product-single .s-comments-product .s-comments-item-images h2{color:var(--dm-text-main)}.s-comments-item-images img{height:5rem;width:5rem;cursor:pointer;border-radius:0.375rem;-o-object-fit:cover;object-fit:cover}.s-comments-item-images img *{pointer-events:none}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-comments-item-images img.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-comments-item-images img.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-comments-item-images img.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 640px){.s-comments-item-images img{height:120px;width:120px}}.s-comments-item-images-slider{margin-top:1.25rem}.s-comments-item-images-slider .s-modal-close{background-color:transparent}.s-comments-item-images-slider-thumb{height:auto;width:100%;max-width:250px}@media (min-width: 640px){.s-comments-item-images-slider-thumb{width:50%;max-width:320px}}@media (min-width: 768px){.s-comments-item-images-slider-thumb{width:33.333333%}}@media (min-width: 1024px){.s-comments-item-images-slider-thumb{width:25%}}.s-comments-item-images-slider-thumb img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.s-comments-header{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-comments-header span,.dark .product-single .s-comments-product .s-comments-header h2{color:var(--dm-text-main)}.enhanced-features .s-comments-header{align-items:center}.enhanced-features .grid>.s-comments-header{text-align:center}.dark .product-single .s-comments-product .s-comments-header span,.dark .product-single .s-comments-product .s-comments-header h2{color:var(--dm-text-main)}.s-comments-header:not(.has-total){justify-content:flex-end !important}.s-comments-sort-input{width:10rem}.s-comments-filter-wrapper{display:flex;align-items:center}.dark .product-single .s-comments-product .s-comments-filter-wrapper span,.dark .product-single .s-comments-product .s-comments-filter-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-comments-filter-wrapper{align-items:center}.enhanced-features .grid>.s-comments-filter-wrapper{text-align:center}.dark .product-single .s-comments-product .s-comments-filter-wrapper span,.dark .product-single .s-comments-product .s-comments-filter-wrapper h2{color:var(--dm-text-main)}.s-comments-filter-label{display:none;white-space:nowrap}#app.index .salla-advertisement:not(.s-comments-filter-label)~.store-header{--header-top: 40px}@media (min-width: 640px){.s-comments-filter-label{display:block}}.s-comments-filter-label:where([dir="ltr"], [dir="ltr"] *){margin-right:0.75rem}.s-comments-filter-label:where([dir="rtl"], [dir="rtl"] *){margin-left:0.75rem}.s-comments-container salla-reviews-summary{margin-top:1.5rem}.s-conditional-offer-container{display:inline-flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.25rem;border-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-left:0.25rem;padding-right:0.25rem;padding-top:1rem;padding-bottom:1rem}.enhanced-features .s-conditional-offer-container{align-items:center}.enhanced-features .grid>.s-conditional-offer-container{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-conditional-offer-container.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-conditional-offer-container.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-conditional-offer-container.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-conditional-offer-container{padding-left:2.5rem;padding-right:2.5rem;padding-top:2rem;padding-bottom:2rem}}.s-conditional-offer-title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:stretch}.dark .product-single .s-comments-product .s-conditional-offer-title-wrapper span,.dark .product-single .s-comments-product .s-conditional-offer-title-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-conditional-offer-title-wrapper{align-items:center}.enhanced-features .grid>.s-conditional-offer-title-wrapper{text-align:center}.dark .product-single .s-comments-product .s-conditional-offer-title-wrapper span,.dark .product-single .s-comments-product .s-conditional-offer-title-wrapper h2{color:var(--dm-text-main)}.s-conditional-offer-title{text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--color-primary-dark)}[dir=rtl] .header-innerLeft .s-conditional-offer-title+salla-cart-summary{margin-right:.3rem}.sq-awesome-banners .banner-outer.s-conditional-offer-title .banner-texts{text-align:center}.s-conditional-offer-subtitle{display:inline-flex;align-items:center;justify-content:center;gap:0.25rem;align-self:stretch;text-align:center;font-size:0.75rem;line-height:1rem;font-weight:400;--tw-text-opacity:1;color:rgba(64, 64, 64, 1);color:rgba(64, 64, 64, var(--tw-text-opacity, 1))}.enhanced-features .s-conditional-offer-subtitle{align-items:center}.mobile-nav span.s-conditional-offer-subtitle{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-conditional-offer-subtitle{text-align:center}.sq-awesome-banners .banner-outer.s-conditional-offer-subtitle .banner-texts{text-align:center}.s-conditional-offer-subtitle i{position:relative}.s-conditional-offer-progress-line{height:1px;align-self:stretch;background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-conditional-offer-progress-line{background-color:#222222;background-color:var(--color-primary, #222222)}.s-conditional-offer-checkpoint-border{display:flex;height:60px;min-width:60px;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-border span,.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-border h2{color:var(--dm-text-main)}.enhanced-features .s-conditional-offer-checkpoint-border{align-items:center}.enhanced-features .grid>.s-conditional-offer-checkpoint-border{text-align:center}.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-border span,.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-border h2{color:var(--dm-text-main)}.s-conditional-offer-checkpoint-border-colored{border-color:var(--color-primary);color:var(--color-primary-dark)}.s-conditional-offer-product-link{display:grid;aspect-ratio:1 / 1;height:58px;align-content:center;justify-content:center;place-content:center;overflow:hidden;border-radius:9999px}.s-block--features-products.two-cols .s-conditional-offer-product-link .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-conditional-offer-product-link{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-conditional-offer-product-link>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-conditional-offer-product-link{padding-bottom:1rem}.sq-awesome-banners .s-conditional-offer-product-link.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-conditional-offer-product-link:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-conditional-offer-product-link:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-conditional-offer-product-link.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-conditional-offer-checkpoint-image-content{height:58px;width:58px;-o-object-fit:cover;object-fit:cover}.s-conditional-offer-progress-container{position:relative;margin-bottom:2rem;display:flex;height:8rem;width:100%;flex-wrap:wrap;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-conditional-offer-progress-container span,.dark .product-single .s-comments-product .s-conditional-offer-progress-container h2{color:var(--dm-text-main)}.enhanced-features .s-conditional-offer-progress-container{align-items:center}.enhanced-features .grid>.s-conditional-offer-progress-container{text-align:center}.dark .product-single .s-comments-product .s-conditional-offer-progress-container span,.dark .product-single .s-comments-product .s-conditional-offer-progress-container h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-conditional-offer-progress-container{height:4rem}}.s-conditional-offer-item-avatar-content{text-align:center;font-size:0.875rem;font-weight:700;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-conditional-offer-item-avatar-content .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-conditional-offer-item-avatar-content{font-size:.8rem;margin-left:0;display:inline-block}.s-conditional-offer-item-avatar-content.active{color:var(--color-primary-dark);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)}.s-conditional-offer-checkpoint{position:relative;display:grid;height:60px;width:60px;flex-shrink:0;align-content:center;justify-content:center;place-content:center;border-radius:9999px;border-width:1px}.s-block--features-products.two-cols .s-conditional-offer-checkpoint .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-conditional-offer-checkpoint{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-conditional-offer-checkpoint>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-conditional-offer-checkpoint{padding-bottom:1rem}.sq-awesome-banners .s-conditional-offer-checkpoint.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-conditional-offer-checkpoint:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-conditional-offer-checkpoint:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-conditional-offer-checkpoint.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-conditional-offer-progress-line-container{display:grid;width:100%;overflow:hidden;grid-template-areas:'progress-line'}.s-block--features-products.two-cols .s-conditional-offer-progress-line-container .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-conditional-offer-progress-line-container{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-conditional-offer-progress-line-container>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-conditional-offer-progress-line-container{padding-bottom:1rem}.sq-awesome-banners .s-conditional-offer-progress-line-container.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-conditional-offer-progress-line-container:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-conditional-offer-progress-line-container:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-conditional-offer-progress-line-container.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-conditional-offer-progress-line-inactive{height:1.5px;width:100%;--tw-bg-opacity:1;background-color:rgba(209, 213, 219, 1);background-color:rgba(209, 213, 219, var(--tw-bg-opacity, 1));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);grid-area:progress-line}.s-conditional-offer-progress-line-active{height:1.5px;width:0%;background-color:var(--color-primary);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);grid-area:progress-line}.animated-ads--content .ad-ul.s-conditional-offer-progress-line-active{background-color:#222222;background-color:var(--color-primary, #222222)}.s-conditional-offer-checkpoint-label{position:absolute;top:100%;left:50%;width:-moz-max-content;width:max-content;--tw-translate-x:-50%;--tw-translate-y:20%;transform:translate(-50%, 20%) 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-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)}input[type=radio].sr-only div.s-conditional-offer-checkpoint-label{transition:all .3s}input[type=radio].sr-only:checked~div.s-conditional-offer-checkpoint-label{border-color:var(--color-main)}.badge.s-conditional-offer-checkpoint-label:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-conditional-offer-checkpoint-label.active{color:var(--color-primary-dark);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)}.s-conditional-offer-checkpoint-label.first-checkpoint{--tw-translate-y:132%;transform:translate(var(--tw-translate-x), 132%) 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-conditional-offer-checkpoint-label.first-checkpoint:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:0%;transform:translate(0%, 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))}.s-conditional-offer-checkpoint-label.first-checkpoint:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-100%;transform:translate(-100%, 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))}.s-conditional-offer-checkpoint-container{position:relative;display:flex;align-items:center}.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-container span,.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-container h2{color:var(--dm-text-main)}.enhanced-features .s-conditional-offer-checkpoint-container{align-items:center}.enhanced-features .grid>.s-conditional-offer-checkpoint-container{text-align:center}.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-container span,.dark .product-single .s-comments-product .s-conditional-offer-checkpoint-container h2{color:var(--dm-text-main)}.s-conditional-offer-active-checkpoint{border-color:var(--color-primary);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)}.s-conditional-offer-skeleton-inner-container{margin-bottom:2rem;width:100%}@media (min-width: 768px){.s-conditional-offer-skeleton-inner-container{margin-bottom:0px}}.s-conditional-offer-skeleton-title{margin-bottom:1rem;display:flex;justify-content:center}.dark .product-single .s-comments-product .s-conditional-offer-skeleton-title span,.dark .product-single .s-comments-product .s-conditional-offer-skeleton-title h2{color:var(--dm-text-main)}.s-conditional-offer-skeleton-subtitle{margin-bottom:1.5rem;display:flex;justify-content:center}.dark .product-single .s-comments-product .s-conditional-offer-skeleton-subtitle span,.dark .product-single .s-comments-product .s-conditional-offer-skeleton-subtitle h2{color:var(--dm-text-main)}.s-conditional-offer-skeleton-checkpoints-wrapper{display:flex;align-items:center}.dark .product-single .s-comments-product .s-conditional-offer-skeleton-checkpoints-wrapper span,.dark .product-single .s-comments-product .s-conditional-offer-skeleton-checkpoints-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-conditional-offer-skeleton-checkpoints-wrapper{align-items:center}.enhanced-features .grid>.s-conditional-offer-skeleton-checkpoints-wrapper{text-align:center}.dark .product-single .s-comments-product .s-conditional-offer-skeleton-checkpoints-wrapper span,.dark .product-single .s-comments-product .s-conditional-offer-skeleton-checkpoints-wrapper h2{color:var(--dm-text-main)}.s-contacts-title{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.header-menu-icon.py-5.s-contacts-title{padding-top:.4rem;padding-bottom:.4rem}.s-contacts-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-contacts-title{padding-top:.4rem;padding-bottom:.4rem}.s-contacts-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}@media (min-width: 1024px){.s-contacts-title{margin-bottom:1.25rem}}.s-contacts-header{display:none;align-items:center}.enhanced-features .s-contacts-header{align-items:center}.enhanced-features .grid>.s-contacts-header{text-align:center}#app.index .salla-advertisement:not(.s-contacts-header)~.store-header{--header-top: 40px}@media (min-width: 1024px){.s-contacts-header{display:flex}}.s-contacts-topnav-link{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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-topnav-link{font-size:.8rem;margin-left:0;display:inline-block}.s-contacts-topnav-link:hover{opacity:0.8}.s-contacts-topnav-link:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}.s-contacts-topnav-link:last-child:where([dir="ltr"], [dir="ltr"] *){border-width:0px;padding-right:0px}.s-contacts-topnav-link:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *){border-width:0px;padding-left:0px}.s-contacts-item{display:flex;align-items:center;font-size:0.875rem;line-height:1.25rem;line-height:1}.dark .product-single .s-comments-product .s-contacts-item span,.dark .product-single .s-comments-product .s-contacts-item h2{color:var(--dm-text-main)}.enhanced-features .s-contacts-item{align-items:center}.enhanced-features .grid>.s-contacts-item{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-contacts-item span,.dark .product-single .s-comments-product .s-contacts-item h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-contacts-item{font-size:.8rem;margin-left:0;display:inline-block}.s-contacts-icon{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px}.dark .product-single .s-comments-product .s-contacts-icon span,.dark .product-single .s-comments-product .s-contacts-icon h2{color:var(--dm-text-main)}.enhanced-features .s-contacts-icon{align-items:center}.enhanced-features .grid>.s-contacts-icon{text-align:center}.dark .product-single .s-comments-product .s-contacts-icon span,.dark .product-single .s-comments-product .s-contacts-icon h2{color:var(--dm-text-main)}.s-contacts-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.625rem}.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.625rem}.s-contacts-icon svg{height:0.875rem;width:0.875rem;fill:currentColor}.s-contacts-list{display:flex;gap:1rem}.dark .product-single .s-comments-product .s-contacts-list span,.dark .product-single .s-comments-product .s-contacts-list h2{color:var(--dm-text-main)}.s-contacts-list-horizontal{align-items:center}.enhanced-features .s-contacts-list-horizontal{align-items:center}.enhanced-features .grid>.s-contacts-list-horizontal{text-align:center}.s-contacts-list-vertical{flex-direction:column}.s-contacts-list-icons-only .s-contacts-icon{margin-left:0px;margin-right:0px}.s-count-down-wrapper{position:relative}.s-count-down-list{margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:1.25rem;margin-top:0.625rem;display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-count-down-list span,.dark .product-single .s-comments-product .s-count-down-list h2{color:var(--dm-text-main)}.enhanced-features .s-count-down-list{align-items:center}.enhanced-features .grid>.s-count-down-list{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-count-down-list.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-count-down-list.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-count-down-list span,.dark .product-single .s-comments-product .s-count-down-list h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-count-down-list.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 640px){.s-count-down-list{padding-left:5rem;padding-right:5rem}}.s-count-down-list:where([dir="ltr"], [dir="ltr"] *){flex-direction:row-reverse}.s-count-down-list:where([dir="rtl"], [dir="rtl"] *){flex-direction:row}.s-count-down-item{position:relative;margin-left:0.25rem;margin-right:0.25rem;display:flex;height:5rem;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;font-family:"DINNextLTArabic";font-family:var(--font-main);font-weight:700}.dark .product-single .s-comments-product .s-count-down-item span,.dark .product-single .s-comments-product .s-count-down-item h2{color:var(--dm-text-main)}.enhanced-features .s-count-down-item{align-items:center}.enhanced-features .grid>.s-count-down-item{text-align:center}.dark .product-single .s-comments-product .s-count-down-item span,.dark .product-single .s-comments-product .s-count-down-item h2{color:var(--dm-text-main)}.s-count-down-item::after{position:absolute;left:-2px;font-family:inherit;--tw-content:':';content:':';content:var(--tw-content)}.s-count-down-item:last-child::after{--tw-content:'';content:'';content:var(--tw-content)}.s-count-down-item-label{margin-top:0.25rem;display:block;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1));opacity:0.4}custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-count-down-item-label{font-size:.8rem;margin-left:0;display:inline-block}.s-count-down-boxed .s-count-down-item{border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-count-down-boxed .s-count-down-item::after{--tw-content:'';content:'';content:var(--tw-content)}.s-count-down-sm .s-count-down-item{font-size:1rem;line-height:1.5rem;font-weight:400}.s-count-down-sm .s-count-down-item::after{content:var(--tw-content);font-size:1rem;line-height:1.5rem}.s-count-down-sm + .s-count-down-end-text{font-size:1rem;line-height:1.5rem;font-weight:400}.s-count-down-md .s-count-down-item{font-size:1.125rem;line-height:1.75rem;font-weight:500}.header-menu-icon.py-5.s-count-down-md .s-count-down-item{padding-top:.4rem;padding-bottom:.4rem}.s-count-down-md .s-count-down-item.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-count-down-md .s-count-down-item{padding-top:.4rem;padding-bottom:.4rem}.s-count-down-md .s-count-down-item.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-count-down-md .s-count-down-item::after{content:var(--tw-content);font-size:1.125rem;line-height:1.75rem}.s-count-down-md + .s-count-down-end-text{font-size:1.125rem;line-height:1.75rem;font-weight:500}.header-menu-icon.py-5.s-count-down-md + .s-count-down-end-text{padding-top:.4rem;padding-bottom:.4rem}.s-count-down-md + .s-count-down-end-text.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-count-down-md + .s-count-down-end-text{padding-top:.4rem;padding-bottom:.4rem}.s-count-down-md + .s-count-down-end-text.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-count-down-lg .s-count-down-item{font-size:1.875rem;line-height:2.25rem;font-weight:700}.s-count-down-lg .s-count-down-item::after{content:var(--tw-content);font-size:1.875rem;line-height:2.25rem}.s-count-down-lg + .s-count-down-end-text{font-size:1.5rem;line-height:2rem;font-weight:700}.s-count-down-light .s-count-down-item{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-count-down-light .s-count-down-item::after{content:var(--tw-content);--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-count-down-dark .s-count-down-item{--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.s-count-down-dark .s-count-down-item::after{content:var(--tw-content);--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.s-count-down-primary .s-count-down-item{color:var(--color-primary)}.s-count-down-primary .s-count-down-item::after{content:var(--tw-content);color:var(--color-primary)}.s-count-down-ended .s-count-down-item{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));opacity:0.1}.footer-is-dark .store-footer .s-count-down-ended .s-count-down-item{color:var(--footer-text-color)}.s-count-down-ended .s-count-down-item::after{content:var(--tw-content);--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.s-count-down-end-text{position:absolute;top:50%;left:50%;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -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));font-family:"DINNextLTArabic";font-family:var(--font-main);--tw-text-opacity:1;color:rgba(234, 84, 85, 1);color:rgba(234, 84, 85, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-count-down-end-text{transition:all .3s}input[type=radio].sr-only:checked~div.s-count-down-end-text{border-color:var(--color-main)}.badge.s-count-down-end-text:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-count-down-text-center{text-align:center}.sq-awesome-banners .banner-outer.s-count-down-text-center .banner-texts{text-align:center}.s-datetime-picker-input{display:block;width:100%;border-radius:0.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, 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));padding:0.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-datetime-picker-input{font-size:.8rem;margin-left:0;display:inline-block}.s-datetime-picker-input:focus{border-color:var(--color-primary);--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))}.flatpickr-day.selected{background:var(--color-primary);border-color:var(--color-primary);}.flatpickr-day.selected:hover{background:var(--color-primary);border-color:var(--color-primary);opacity:0.8}.flatpickr-months{position:relative;padding:10px;background:var(--color-primary);border-radius:4px 4px 0 0;}.flatpickr-months *{color:#fff}.flatpickr-months .flatpickr-current-month{height:auto;padding:0}.flatpickr-months .flatpickr-month{padding-top:4px}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{height:100%;display:flex;justify-content:center;flex-direction:column;font-size:20px}.flatpickr-months .flatpickr-monthDropdown-months{padding:0;margin:0;margin-right:15px;padding-right:5px}.flatpickr-months .flatpickr-monthDropdown-months,.flatpickr-months .numInputWrapper{background:transparent !important}.flatpickr-months .flatpickr-monthDropdown-months,.flatpickr-months .numInputWrapper{font-size:var(--font-base);-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:55px}@media (max-width: 768px){[dir='rtl'] .flatpickr-calendar{right:30px !important}}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{border-bottom-color:var(--color-primary)}.s-drawer-container{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:200;height:100vh;overflow:hidden}.s-drawer-wrapper{display:flex;height:100%;align-items:stretch;overflow-y:auto;overflow-x:hidden;text-align:center}.dark .product-single .s-comments-product .s-drawer-wrapper span,.dark .product-single .s-comments-product .s-drawer-wrapper h2{color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-drawer-wrapper .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-drawer-wrapper span,.dark .product-single .s-comments-product .s-drawer-wrapper h2{color:var(--dm-text-main)}.s-drawer-wrapper-left{justify-content:flex-start}.s-drawer-wrapper-right{justify-content:flex-end}.s-drawer-loader{margin-left:0.5rem;margin-right:0.5rem;display:flex;align-items:center;justify-content:center;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}.dark .product-single .s-comments-product .s-drawer-loader span,.dark .product-single .s-comments-product .s-drawer-loader h2{color:var(--dm-text-main)}.enhanced-features .s-drawer-loader{align-items:center}.enhanced-features .grid>.s-drawer-loader{text-align:center}.dark .product-single .s-comments-product .s-drawer-loader span,.dark .product-single .s-comments-product .s-drawer-loader h2{color:var(--dm-text-main)}.s-drawer-loader::before{display:inline-block;height:2.5rem;content:var(--tw-content);width:2.5rem}@keyframes spin{to{content:var(--tw-content);transform:rotate(360deg)}}.s-drawer-loader::before{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-style:solid;border-top-color:var(--color-primary);border-left-color:var(--color-primary);border-bottom-color:rgba(243, 244, 246, 1);border-bottom-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-border-opacity:1;border-right-color:rgba(243, 244, 246, 1);border-right-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-drawer-close{position:absolute;top:0.75rem;z-index:10;width:2.75rem;cursor:pointer;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;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}.s-drawer-close *{pointer-events:none}input[type=radio].sr-only div.s-drawer-close{transition:all .3s}input[type=radio].sr-only:checked~div.s-drawer-close{border-color:var(--color-main)}.badge.s-drawer-close:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-drawer-close:focus{outline:2px solid transparent;outline-offset:2px}.s-drawer-close:where([dir="ltr"], [dir="ltr"] *){right:1rem}.s-drawer-close:where([dir="rtl"], [dir="rtl"] *){left:1rem}.s-drawer-close svg{width:1.25rem;fill:#f87171}.s-drawer-close svg:hover{fill:#ef4444}.s-drawer-header{display:flex}.dark .product-single .s-comments-product .s-drawer-header span,.dark .product-single .s-comments-product .s-drawer-header h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-drawer-header{flex-direction:column}}.s-drawer-header-inner{margin-bottom:1.25rem;display:flex;align-items:center;padding:1rem;text-align:left;font-size:1.125rem;line-height:1.75rem;font-weight:500}.header-menu-icon.py-5.s-drawer-header-inner{padding-top:.4rem;padding-bottom:.4rem}.s-drawer-header-inner.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-drawer-header-inner{padding-top:.4rem;padding-bottom:.4rem}.s-drawer-header-inner.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.dark .product-single .s-comments-product .s-drawer-header-inner span,.dark .product-single .s-comments-product .s-drawer-header-inner h2{color:var(--dm-text-main)}.enhanced-features .s-drawer-header-inner{align-items:center}.enhanced-features .grid>.s-drawer-header-inner{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-drawer-header-inner.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-drawer-header-inner.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-drawer-header-inner .banner-texts{text-align:left}.dark .product-single .s-comments-product .s-drawer-header-inner span,.dark .product-single .s-comments-product .s-drawer-header-inner h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-drawer-header-inner.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-drawer-header-content{display:flex;flex-direction:column;text-align:left}.dark .product-single .s-comments-product .s-drawer-header-content span,.dark .product-single .s-comments-product .s-drawer-header-content h2{color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-drawer-header-content .banner-texts{text-align:left}.dark .product-single .s-comments-product .s-drawer-header-content span,.dark .product-single .s-comments-product .s-drawer-header-content h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-drawer-header-content{text-align:center}}.s-drawer-header-content:where([dir="rtl"], [dir="rtl"] *){text-align:right}@media (min-width: 768px){.s-drawer-header-content:where([dir="rtl"], [dir="rtl"] *){text-align:center}}.s-drawer-header-img{margin-left:auto;margin-right:auto;max-width:150px}@media (min-width: 640px){.s-drawer-header-img{margin-bottom:1rem}}.s-drawer-icon{display:inline-flex;height:4rem;width:4rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--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.875rem;line-height:2.25rem}.enhanced-features .s-drawer-icon{align-items:center}.enhanced-features .grid>.s-drawer-icon{text-align:center}@media (min-width: 640px){.s-drawer-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-drawer-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-drawer-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-drawer-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-drawer-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-drawer-icon svg{fill:#9ca3af}.s-drawer-bg-normal{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.s-drawer-bg-success{--tw-border-opacity:1;border-color:rgba(134, 239, 172, 1);border-color:rgba(134, 239, 172, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(220, 252, 231, 1);background-color:rgba(220, 252, 231, var(--tw-bg-opacity, 1))}.s-drawer-bg-success svg{fill:#16a34a}.s-drawer-bg-error{--tw-border-opacity:1;border-color:rgba(252, 165, 165, 1);border-color:rgba(252, 165, 165, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1))}.s-drawer-bg-error svg{fill:#dc2626}.s-drawer-bg-primary{border-color:var(--color-primary);background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-drawer-bg-primary{background-color:#222222;background-color:var(--color-primary, #222222)}.s-drawer-bg-primary svg{fill:var(--color-primary-reverse)}.s-drawer-title{font-size:1.125rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-drawer-title{padding-top:.4rem;padding-bottom:.4rem}.s-drawer-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-drawer-title{padding-top:.4rem;padding-bottom:.4rem}.s-drawer-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}@media (min-width: 640px){.s-drawer-title{margin-bottom:0.5rem}}.s-drawer-sub-title{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-drawer-sub-title{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-drawer-sub-title{margin-bottom:0.5rem}}.s-drawer-title-below{order:10}html .app-body.app-body-2 .s-drawer-title-below{order:10}.s-drawer-body-slot{width:100%}.s-drawer-body{position:fixed;bottom:0px;top:0px;width:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}@media (min-width: 640px){.s-drawer-body{position:relative;overflow:visible}}.s-drawer-body:where([dir="ltr"], [dir="ltr"] *){text-align:left}.s-drawer-body:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-drawer-padding{padding:1rem;padding-top:1.5rem}@media (min-width: 640px){.s-drawer-padding{padding:1.5rem}}.s-drawer-no-padding{padding:0px}.s-drawer-spacer{display:inline-block;height:100vh}.s-drawer-align-middle{vertical-align:bottom}@media (min-width: 640px){.s-drawer-align-middle{vertical-align:middle}}.s-drawer-align-top{vertical-align:bottom}@media (min-width: 640px){.s-drawer-align-top{vertical-align:top}}.s-drawer-align-bottom{vertical-align:bottom}.s-drawer-overlay{position:fixed;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(107, 114, 128, 0.75);background-color:rgba(107, 114, 128, var(--tw-bg-opacity, 1));--tw-bg-opacity:0.75;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}.s-drawer-overlay-leaving{opacity:0}.s-drawer-entering{--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;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.s-drawer-leaving{--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));opacity:0}@media (min-width: 640px){.s-drawer-leaving{--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))}}.s-drawer-is-center{align-items:center}.enhanced-features .s-drawer-is-center{align-items:center}.enhanced-features .grid>.s-drawer-is-center{text-align:center}@media (min-width: 640px){.s-drawer-is-center{text-align:center}}.s-drawer-left.s-drawer-leaving:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:-100%;transform:translate(-100%, 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))}.s-drawer-left.s-drawer-leaving:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:100%;transform:translate(100%, 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))}.s-drawer-right.s-drawer-leaving:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:100%;transform:translate(100%, 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))}.s-drawer-right.s-drawer-leaving:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-100%;transform:translate(-100%, 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))}@media (min-width: 480px){.s-drawer-xs{max-width:320px}}@media (min-width: 640px){.s-drawer-sm{max-width:400px}}@media (min-width: 768px){.s-drawer-md{max-width:500px}}.s-drawer-lg{max-width:600px}.s-drawer-xl{max-width:800px}.s-drawer-full{width:100%}@media (min-width: 768px){.s-drawer-full{width:calc(100% - 70px)}}.s-file-upload-wrapper .filepond--drop-label{height:100%;cursor:pointer;border-radius:0.25rem;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));--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-file-upload-wrapper .filepond--drop-label *{pointer-events:none}.s-file-upload-wrapper .filepond--drop-label label{margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}.s-file-upload-wrapper .filepond--label-action{text-decoration-color:#6b7280}.s-file-upload-wrapper .filepond--panel-root{--tw-bg-opacity:1 !important;background-color:rgba(243, 244, 246, 1) !important;background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1)) !important}.s-file-upload-wrapper .filepond--panel-root{border-radius:0.25rem}.s-file-upload-profile-image .filepond--panel-root{border-radius:9999px !important}.s-file-upload:not(.s-file-upload-multiple) .s-file-upload-wrapper .filepond--list-scroller{overflow-y:inherit !important;overflow:inherit !important;margin:0 !important}.filepond--root{min-height:120px !important;font-family:inherit !important}.s-file-upload-wrapper .filepond--item-panel{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}.s-file-upload-wrapper .filepond--drip-blob{--tw-bg-opacity:1;background-color:rgba(75, 85, 99, 1);background-color:rgba(75, 85, 99, var(--tw-bg-opacity, 1))}.s-file-upload-wrapper .filepond--list{left:0px;width:100%}.s-file-upload-wrapper .filepond--file-poster-wrapper{position:absolute;left:0px;top:0px;right:0px;margin:0px;display:flex;height:100%;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;overflow:hidden;border-radius:0.45em;background-color:rgba(0,0,0,0.01176)}input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster-wrapper{transition:all .3s}input[type=radio].sr-only:checked~div.s-file-upload-wrapper .filepond--file-poster-wrapper{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster-wrapper span,.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-file-upload-wrapper .filepond--file-poster-wrapper{align-items:center}.enhanced-features .grid>.s-file-upload-wrapper .filepond--file-poster-wrapper{text-align:center}.badge.s-file-upload-wrapper .filepond--file-poster-wrapper:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster-wrapper span,.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster-wrapper h2{color:var(--dm-text-main)}.s-file-upload-wrapper .filepond--file-poster{position:absolute;display:flex;height:100%;align-items:center;justify-content:center}input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster{transition:all .3s}input[type=radio].sr-only:checked~div.s-file-upload-wrapper .filepond--file-poster{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster span,.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster h2{color:var(--dm-text-main)}.enhanced-features .s-file-upload-wrapper .filepond--file-poster{align-items:center}.enhanced-features .grid>.s-file-upload-wrapper .filepond--file-poster{text-align:center}.badge.s-file-upload-wrapper .filepond--file-poster:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster span,.dark .product-single .s-comments-product .s-file-upload-wrapper .filepond--file-poster h2{color:var(--dm-text-main)}.s-file-upload-wrapper .filepond--file-poster-overlay{position:absolute;top:0px;left:0px;width:100%}input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster-overlay{transition:all .3s}input[type=radio].sr-only:checked~div.s-file-upload-wrapper .filepond--file-poster-overlay{border-color:var(--color-main)}.badge.s-file-upload-wrapper .filepond--file-poster-overlay:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-file-upload-wrapper .filepond--item{margin:0px}.s-file-upload-wrapper .filepond--file-info{margin:0px}.s-file-upload-wrapper .filepond--file-info-main{width:85px;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:0.75em;line-height:1.2}.s-file-upload-wrapper .filepond--file-status{width:55%}.s-file-upload-wrapper .filepond--file-status:where([dir="rtl"], [dir="rtl"] *){margin-right:35px}@media (min-width: 768px){.s-file-upload-wrapper .filepond--file-status:where([dir="rtl"], [dir="rtl"] *){margin-right:2.25em}}.s-file-upload-wrapper .filepond--file-status .filepond--file-status-sub{width:275px;overflow:hidden;text-overflow:ellipsis}.s-file-upload-profile-image .filepond--root{min-height:80px !important;border-radius:9999px !important}.s-file-upload-profile-image .filepond--root{height:80px;width:80px}.s-file-upload-profile-image .filepond--drop-label{min-height:70px !important;border-radius:9999px !important}.s-file-upload-profile-image .filepond--drop-label{z-index:7;border-style:none}.s-file-upload-profile-image .filepond--drop-label label{cursor:pointer;padding-top:20px;padding-bottom:20px;padding-left:6px;padding-right:6px;font-size:0.8rem;margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}.s-file-upload-profile-image .filepond--drop-label label *{pointer-events:none}.s-file-upload-profile-image .filepond--file{padding:0px}.s-file-upload-profile-image .filepond--file .filepond--action-remove-item{top:auto !important;transform:translateX(-50%) translateY(25%) !important;}.s-file-upload-profile-image .filepond--file .filepond--action-remove-item{bottom:-4px;left:50%;background-color:rgba(255,68,58,.7);cursor:pointer;width:20px;height:20px;transition:0.3s;}.s-file-upload-profile-image .filepond--file .filepond--action-remove-item:hover{background-color:#FF443A}.s-file-upload-profile-image .filepond--file .filepond--file-action-button{top:28px;right:28px}.s-file-upload-profile-image .filepond--file .filepond--progress-indicator,.s-file-upload-profile-image .filepond--file .filepond--load-indicator,.s-file-upload-profile-image .filepond--file .filepond--processing-complete-indicator{top:48% !important}.s-file-upload-profile-image .filepond--file .filepond--progress-indicator,.s-file-upload-profile-image .filepond--file .filepond--load-indicator,.s-file-upload-profile-image .filepond--file .filepond--processing-complete-indicator{right:50%;left:auto;transform:translateX(50%) translateY(-50%)}.s-file-upload-profile-image .filepond--item-panel{background-color:transparent !important}.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom{display:none}#app.index .salla-advertisement:not(.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top)~.store-header,#app.index .salla-advertisement:not(.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center)~.store-header,#app.index .salla-advertisement:not(.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom)~.store-header{--header-top: 40px}.s-file-upload-profile-image .filepond--file-poster-overlay{display:none}#app.index .salla-advertisement:not(.s-file-upload-profile-image .filepond--file-poster-overlay)~.store-header{--header-top: 40px}.s-file-upload-profile-image .filepond--item{margin:0px !important;height:5rem !important}.s-file-upload-profile-image .filepond--file-poster{height:100%;width:100%}.s-file-upload-profile-image .filepond--file-status{display:none}#app.index .salla-advertisement:not(.s-file-upload-profile-image .filepond--file-status)~.store-header{--header-top: 40px}.s-file-upload-profile-image .filepond--image-preview-overlay-success{top:auto;bottom:0px;--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))}.s-file-upload-profile-image .filepond--image-preview-wrapper{border-radius:9999px}.s-file-upload-profile-image .filepond--file-info{display:none}#app.index .salla-advertisement:not(.s-file-upload-profile-image .filepond--file-info)~.store-header{--header-top: 40px}.s-file-upload-profile-image .filepond--list{left:0px;right:0px;height:100%}.s-file-upload-profile-image .filepond--file-poster img{height:100%;width:100%;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.s-file-upload-profile-image .filepond--file-poster-wrapper{overflow:hidden;border-radius:9999px}.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{display:flex !important}.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{position:absolute;bottom:-62%;left:-190%;height:auto;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:1rem;line-height:1.5rem;--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.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{transition:all .3s}input[type=radio].sr-only:checked~div.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{border-color:var(--color-main)}.enhanced-features .s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{align-items:center}.enhanced-features .grid>.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{text-align:center}.badge.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.sq-awesome-banners .grid.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .grid:not(.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .grid:not(.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .grid.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.sq-awesome-banners .banner-outer.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status .banner-texts{text-align:center}.s-file-upload-multiple .filepond--root{max-height:120px}.s-file-upload-multiple .filepond--list-scroller{top:0px;margin-top:0px;margin-bottom:0px;height:100%;overflow-y:scroll}.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller{display:none}#app.index .salla-advertisement:not(.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller)~.store-header{--header-top: 40px}.s-file-upload-multiple .filepond--item{@media(min-width: 767px){margin-left:.3em !important}@media(min-width: 767px){width:calc(33.33% - .5em)}@media(max-width: 767px){margin-bottom:.3em}}.s-file-upload-hint{margin-top:-15px;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-file-upload-hint{font-size:.8rem;margin-left:0;display:inline-block}.s-filters-checkbox{height:1.25rem;width:1.25rem;border-radius:6px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));color:var(--color-primary)}.s-filters-checkbox:focus{--tw-ring-color:transparent}.s-filters-radio{--tw-bg-opacity:1 !important;background-color:rgba(255, 255, 255, 1) !important;background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important}.s-filters-radio{position:relative;height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));color:var(--color-primary)}.s-filters-radio:focus{--tw-ring-color:transparent}.s-filters-radio:where([dir="ltr"], [dir="ltr"] *){margin-right:0.75rem}.s-filters-radio:where([dir="rtl"], [dir="rtl"] *){margin-left:0.75rem}.s-filters-radio:checked{border-color:var(--color-primary)}.s-filters-radio:checked::after{position:absolute;left:0.125rem;top:0.125rem;display:block;height:0.625rem;width:0.625rem;border-radius:9999px;background-color:var(--color-primary);--tw-content:'';content:'';content:var(--tw-content)}.s-filters-radio:checked:hover{border-color:var(--color-primary)}.s-filters-radio:checked:focus{border-color:var(--color-primary)}.s-filters-label{position:relative;margin-bottom:0.75rem;display:flex;cursor:pointer;align-items:center;font-size:0.875rem;line-height:1.25rem;font-weight:500}.s-filters-label *{pointer-events:none}.dark .product-single .s-comments-product .s-filters-label span,.dark .product-single .s-comments-product .s-filters-label h2{color:var(--dm-text-main)}.enhanced-features .s-filters-label{align-items:center}.enhanced-features .grid>.s-filters-label{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-filters-label span,.dark .product-single .s-comments-product .s-filters-label h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-label{font-size:.8rem;margin-left:0;display:inline-block}.s-filters-label:last-child{margin-bottom:0px}.s-filters-option-name{margin-left:0.5rem;margin-right:0.5rem;--tw-text-opacity:1;color:rgba(129, 127, 127, 1);color:rgba(129, 127, 127, var(--tw-text-opacity, 1))}.s-filters-footer{display:flex;justify-content:center}.s-filters-footer > :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)))}.s-filters-footer{padding-top:2rem;padding-bottom:2rem;padding-left:1rem;padding-right:1rem}.dark .product-single .s-comments-product .s-filters-footer span,.dark .product-single .s-comments-product .s-filters-footer h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-filters-footer{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0px;padding-right:0px}}.s-filters-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-filters-footer salla-button{flex:1 1 0%}.s-filters-footer salla-button button{width:100%}.s-filters-widget-container{display:block;overflow:hidden;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;padding-top:1.25rem;padding-bottom:0.5rem}@media (min-width: 768px){.s-filters-widget-container{margin-bottom:1.25rem;padding-bottom:1.25rem;padding-top:1.25rem}}.s-filters-widget-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.s-filters-widget-opened{visibility:visible;opacity:1}.s-filters-widget-opened .tooltip-content{visibility:visible;opacity:1;transform:translate(82px, -110px)}[dir=rtl] .icon-trigger.s-filters-widget-opened .tooltip-content{transform:translate(53px, -63px)}[dir=ltr] .icon-trigger.s-filters-widget-opened .tooltip-content{transform:translate(-54px, -65px)}@media(max-width: 991px){[dir=rtl] .icon-trigger.mobile-shifted.s-filters-widget-opened .tooltip-content{transform:translate(70px, -80px)}[dir=ltr] .icon-trigger.mobile-shifted.s-filters-widget-opened .tooltip-content{transform:translate(-70px, -80px)}}.s-filters-widget-closed{height:0px !important}.s-filters-widget-closed{visibility:hidden;padding:0px;opacity:0}.s-filters-widget-title{display:flex;cursor:pointer;align-items:center;justify-content:space-between;font-size:1rem;line-height:1.5rem;font-weight:700}.s-filters-widget-title *{pointer-events:none}.dark .product-single .s-comments-product .s-filters-widget-title span,.dark .product-single .s-comments-product .s-filters-widget-title h2{color:var(--dm-text-main)}.enhanced-features .s-filters-widget-title{align-items:center}.enhanced-features .grid>.s-filters-widget-title{text-align:center}.dark .product-single .s-comments-product .s-filters-widget-title span,.dark .product-single .s-comments-product .s-filters-widget-title h2{color:var(--dm-text-main)}.s-filters-widget-arrow{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));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}.footer-is-dark .store-footer .s-filters-widget-arrow{color:var(--footer-text-color)}[dir=rtl] .header-innerLeft .s-filters-widget-arrow+salla-cart-summary{margin-right:.3rem}.s-filters-widget-arrow svg{height:1.25rem;width:1.25rem}.s-filters-widget-active-arrow{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) 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-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.s-filters-widget-values{overflow:hidden;padding-top:1rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.s-filters-widget-more{margin-top:0.5rem;display:block;cursor:pointer;font-size:0.875rem;line-height:1.25rem;color:var(--color-primary)}.s-filters-widget-more *{pointer-events:none}custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-filters-widget-more{font-size:.8rem;margin-left:0;display:inline-block}.s-filters-widget-plusminus{position:relative;height:0.75rem;width:0.75rem;--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) 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-filters-widget-plusminus::before{position:absolute;left:0px;top:50%;display:block;height:0.125rem;width:100%;--tw-bg-opacity:1;background-color:rgba(153, 153, 153, 1);background-color:rgba(153, 153, 153, var(--tw-bg-opacity, 1));transition-property:0.35s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;--tw-content:'';content:'';content:var(--tw-content)}.s-filters-widget-plusminus::after{position:absolute;left:0px;top:50%;display:block;height:0.125rem;width:100%;--tw-bg-opacity:1;background-color:rgba(153, 153, 153, 1);background-color:rgba(153, 153, 153, var(--tw-bg-opacity, 1));transition-property:0.35s;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;--tw-content:'';content:'';content:var(--tw-content)}.s-filters-widget-plusminus-active:before{transform:translatey(-50%) rotate(-90deg);opacity:0}.s-filters-widget-plusminus-active:after{transform:translatey(-50%) rotate(0);background-color:var(--color-primary)}.s-filters-widget-plusminus:before{transform:translatey(-50%)}.s-filters-widget-plusminus:after{transform:translatey(-50%) rotate(90deg)}.s-gifting-widget .s-list-tile-item-icon{display:none}#app.index .salla-advertisement:not(.s-gifting-widget .s-list-tile-item-icon)~.store-header{--header-top: 40px}.s-gifting-widget-vertical .s-list-tile-item-icon{display:block}.s-gifting-widget-vertical .s-list-tile-item-title svg{fill:var(--color-primary)}.s-gifting-widget-vertical .s-list-tile-item-subtitle{padding-right:3.5rem;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.mobile-nav span.s-gifting-widget-vertical .s-list-tile-item-subtitle{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-gifting-widget-vertical .s-list-tile-item{flex-wrap:wrap;padding:0px}@media (min-width: 1024px){.s-gifting-widget-vertical .s-list-tile-item-action{flex:1 1 0%}}.s-gifting-widget-vertical .widget-icon{--tw-translate-y:0.625rem;transform:translate(var(--tw-translate-x), 0.625rem) 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));font-size:1.875rem;line-height:2.25rem;color:var(--color-primary)}.s-gifting-widget .s-button-text{display:flex}.dark .product-single .s-comments-product .s-gifting-widget .s-button-text span,.dark .product-single .s-comments-product .s-gifting-widget .s-button-text h2{color:var(--dm-text-main)}.s-gifting-widget .s-list-tile-item{flex-direction:column;justify-content:space-between;gap:1rem;border-radius:0.75rem;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));padding:1.25rem;text-align:center}.sq-awesome-banners .banner-outer.s-gifting-widget .s-list-tile-item .banner-texts{text-align:center}@media (min-width: 768px){.s-gifting-widget .s-list-tile-item{text-align:left}}@media (min-width: 1024px){.s-gifting-widget .s-list-tile-item{flex-direction:row}}@media (min-width: 768px){.s-gifting-widget .s-list-tile-item:where([dir="rtl"], [dir="rtl"] *){text-align:right}}.s-gifting-widget-horizontal .s-gifting-widget-action button{padding-left:2rem;padding-right:2rem;font-weight:400}.s-gifting-info{display:flex;align-items:center;gap:0.5rem;border-radius:0.5rem;--tw-border-opacity:1;border-color:rgba(191, 219, 254, 1);border-color:rgba(191, 219, 254, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(219, 234, 254, 1);background-color:rgba(219, 234, 254, var(--tw-bg-opacity, 1));padding:1rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(29, 78, 216, 1);color:rgba(29, 78, 216, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-gifting-info span,.dark .product-single .s-comments-product .s-gifting-info h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-info{align-items:center}.enhanced-features .grid>.s-gifting-info{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-gifting-info span,.dark .product-single .s-comments-product .s-gifting-info h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-info{font-size:.8rem;margin-left:0;display:inline-block}.s-gifting-info svg{height:1.25rem;width:1.25rem;fill:#1d4ed8}.s-gifting-error{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.mobile-nav span.s-gifting-error{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-gifting-info span{font-size:0.75rem;line-height:1rem}.mobile-nav span.s-gifting-info span{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-gifting-widget-action-content{display:flex;align-items:center}.dark .product-single .s-comments-product .s-gifting-widget-action-content span,.dark .product-single .s-comments-product .s-gifting-widget-action-content h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-widget-action-content{align-items:center}.enhanced-features .grid>.s-gifting-widget-action-content{text-align:center}.dark .product-single .s-comments-product .s-gifting-widget-action-content span,.dark .product-single .s-comments-product .s-gifting-widget-action-content h2{color:var(--dm-text-main)}.s-gifting-widget-action-content svg{margin-left:0.5rem;margin-right:0.5rem}.s-gifting-modal-header{margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-gifting-modal-header span,.dark .product-single .s-comments-product .s-gifting-modal-header h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-modal-header{align-items:center}.enhanced-features .grid>.s-gifting-modal-header{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-modal-header.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-modal-header.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-gifting-modal-header span,.dark .product-single .s-comments-product .s-gifting-modal-header h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-gifting-modal-header.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-gifting-modal .s-modal-header{display:block}.s-gifting-modal .s-modal-body{position:relative !important;left:auto !important;left:initial !important;bottom:auto !important;bottom:initial !important}.s-gifting-modal .s-modal-body{padding-bottom:2rem}@media (min-width: 640px){.s-gifting-modal .s-modal-body{padding-bottom:1.5rem}}.s-gifting-modal-icon{margin-bottom:1.25rem;display:flex;height:5rem;width:5rem;flex-direction:row;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.875rem;line-height:2.25rem}.dark .product-single .s-comments-product .s-gifting-modal-icon span,.dark .product-single .s-comments-product .s-gifting-modal-icon h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-modal-icon{align-items:center}.enhanced-features .grid>.s-gifting-modal-icon{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-modal-icon.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-modal-icon.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-gifting-modal-icon span,.dark .product-single .s-comments-product .s-gifting-modal-icon h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-gifting-modal-icon.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-gifting-modal-title{display:flex;width:100%;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-gifting-modal-title span,.dark .product-single .s-comments-product .s-gifting-modal-title h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-modal-title{align-items:center}.enhanced-features .grid>.s-gifting-modal-title{text-align:center}.dark .product-single .s-comments-product .s-gifting-modal-title span,.dark .product-single .s-comments-product .s-gifting-modal-title h2{color:var(--dm-text-main)}.s-gifting-modal-title::before{display:block;height:1px;flex:1 1 auto;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-gifting-modal-title::after{display:block;height:1px;flex:1 1 auto;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-gifting-modal-badge-wrapper{display:flex;align-items:center;padding-left:0.75rem;padding-right:0.75rem}.dark .product-single .s-comments-product .s-gifting-modal-badge-wrapper span,.dark .product-single .s-comments-product .s-gifting-modal-badge-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-modal-badge-wrapper{align-items:center}.enhanced-features .grid>.s-gifting-modal-badge-wrapper{text-align:center}.dark .product-single .s-comments-product .s-gifting-modal-badge-wrapper span,.dark .product-single .s-comments-product .s-gifting-modal-badge-wrapper h2{color:var(--dm-text-main)}.s-gifting-modal-badge{margin-right:0.5rem;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-badge{font-size:.8rem;margin-left:0;display:inline-block}.s-gifting-modal-badge:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.5rem}.s-gifting-modal-uploader.has-bg{position:relative}.s-gifting-modal-uploader.has-bg .s-gifting-remove-preview{pointer-events:auto;--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));opacity:1}.s-gifting-modal-uploader-title{margin-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-gifting-modal-uploader-title{font-size:.8rem;margin-left:0;display:inline-block}.s-gifting-steps-wrapper{position:relative}.s-gifting-steps-wrapper .s-button-wrap{pointer-events:auto !important}.is-current-step-2 .gift-step-1, .is-current-step-1 .gift-step-2{pointer-events:none;z-index:-1}.s-gifting-step-one{padding-top:1.25rem}.s-gifting-step-two{position:absolute;top:0px;left:0px;margin-left:auto;margin-right:auto;display:flex;width:100%;--tw-translate-x:-105%;transform:translate(-105%, 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));flex-direction:column;opacity:0}input[type=radio].sr-only div.s-gifting-step-two{transition:all .3s}input[type=radio].sr-only:checked~div.s-gifting-step-two{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-gifting-step-two span,.dark .product-single .s-comments-product .s-gifting-step-two h2{color:var(--dm-text-main)}.badge.s-gifting-step-two:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-gifting-step-two span,.dark .product-single .s-comments-product .s-gifting-step-two h2{color:var(--dm-text-main)}.s-gifting-step-one .swiper-wrapper{height:100px}.s-gifting-step-one .swiper-slide{width:auto !important}.s-gifting-step-one .filepond--list-scroller{overflow-y:hidden}.s-gifting-step-one .swiper-wrapper img{border-radius:0.375rem;-o-object-fit:cover;object-fit:cover}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-gifting-step-one .swiper-wrapper img.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-gifting-step-one .swiper-wrapper img.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-gifting-step-one .swiper-wrapper img.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-gifting-step-one .filepond--root{height:230px}.s-gifting-step-one .filepond--list{left:0px !important;height:100% !important}.s-gifting-step-one .filepond-bg{position:absolute;top:0px;z-index:10;height:100%;width:100%;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1));background-size:cover}input[type=radio].sr-only div.s-gifting-step-one .filepond-bg{transition:all .3s}input[type=radio].sr-only:checked~div.s-gifting-step-one .filepond-bg{border-color:var(--color-main)}.badge.s-gifting-step-one .filepond-bg:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-gifting-step-one .s-slider-button-next{top:35% !important}.s-gifting-step-one .s-slider-button-next button{height:35px;width:35px;--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)}.s-gifting-step-one .s-slider-button-prev{top:35% !important}.s-gifting-step-one .s-slider-button-prev button{height:35px;width:35px;--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)}.s-gifting-tel-input .s-tel-input-control{--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1))}.s-gifting-tel-input .s-tel-input-error-msg{display:none}#app.index .salla-advertisement:not(.s-gifting-tel-input .s-tel-input-error-msg)~.store-header{--header-top: 40px}.s-gifting-step-two-footer{margin-top:1.25rem;display:flex;flex-direction:row;align-items:center;justify-content:center}.s-gifting-step-two-footer > :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)))}.dark .product-single .s-comments-product .s-gifting-step-two-footer span,.dark .product-single .s-comments-product .s-gifting-step-two-footer h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-step-two-footer{align-items:center}.enhanced-features .grid>.s-gifting-step-two-footer{text-align:center}.dark .product-single .s-comments-product .s-gifting-step-two-footer span,.dark .product-single .s-comments-product .s-gifting-step-two-footer h2{color:var(--dm-text-main)}.s-gifting-step-two-footer:where([dir="rtl"], [dir="rtl"] *){flex-direction:row-reverse}.s-gifting-step-two-footer a{border-radius:0.375rem;border-width:1px;border-color:var(--color-primary);fill:var(--color-primary);padding-top:8px;padding-bottom:8px;padding-left:25px;padding-right:25px}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-gifting-step-two-footer a.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-gifting-step-two-footer a.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-gifting-step-two-footer a.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-gifting-step-two-footer a svg{height:1.25rem;width:1.25rem}.s-gifting-step-two .s-form-group.s-form-has-error .s-tel-input-control{--tw-border-opacity:1 !important;border-color:rgba(255, 68, 58, 1) !important;border-color:rgba(255, 68, 58, var(--tw-border-opacity, 1)) !important}.s-gifting-selectText{margin-bottom:20px !important}.s-gifting-schedule .s-form-label{margin-bottom:0px !important}.s-gifting-schedule{margin-bottom:0.5rem;display:flex;align-items:center;justify-content:flex-start}.s-gifting-schedule > :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)))}.dark .product-single .s-comments-product .s-gifting-schedule span,.dark .product-single .s-comments-product .s-gifting-schedule h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-schedule{align-items:center}.enhanced-features .grid>.s-gifting-schedule{text-align:center}.dark .product-single .s-comments-product .s-gifting-schedule span,.dark .product-single .s-comments-product .s-gifting-schedule h2{color:var(--dm-text-main)}.s-gifting-schedule:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-gifting-clickable{cursor:pointer}.s-gifting-clickable *{pointer-events:none}.s-gifting-remove-preview{pointer-events:none;position:absolute;top:-7px;left:-7px;z-index:10;display:flex;height:1.25rem;width:1.25rem;--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));cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(185, 28, 28, 1);background-color:rgba(185, 28, 28, var(--tw-bg-opacity, 1));text-align:center;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.s-gifting-remove-preview *{pointer-events:none}input[type=radio].sr-only div.s-gifting-remove-preview{transition:all .3s}input[type=radio].sr-only:checked~div.s-gifting-remove-preview{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-gifting-remove-preview span,.dark .product-single .s-comments-product .s-gifting-remove-preview h2{color:var(--dm-text-main)}.enhanced-features .s-gifting-remove-preview{align-items:center}.enhanced-features .grid>.s-gifting-remove-preview{text-align:center}.badge.s-gifting-remove-preview:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.sq-awesome-banners .banner-outer.s-gifting-remove-preview .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-gifting-remove-preview span,.dark .product-single .s-comments-product .s-gifting-remove-preview h2{color:var(--dm-text-main)}.s-gifting-remove-preview:where([dir="rtl"], [dir="rtl"] *){left:auto;left:initial;right:-7px}.s-gifting-remove-preview svg{height:100%;width:15px;fill:#fff}.s-gifting-textarea{transition-property:all;transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.s-gifting-calendar-hint{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}.mobile-nav span.s-gifting-calendar-hint{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-gifting-calendar.shown{margin-top:0.75rem;height:75px;opacity:1}.s-gifting-textarea.shown{height:122px;opacity:1}.s-gifting-calendar.hide{pointer-events:none;visibility:hidden;margin:0px;height:0px;opacity:0}.s-gifting-textarea.hide{pointer-events:none;visibility:hidden;margin:0px;height:0px;opacity:0}.s-gifting-filepond-placeholder-icon svg{margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;height:4rem;width:3rem;fill:#e5e7eb}.s-gifting-filepond-placeholder-text{font-size:0.75rem !important;line-height:1rem !important}.s-gifting-filepond-placeholder-text{margin-left:auto;margin-right:auto;width:65%;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}.s-gifting-skeleton-content salla-skeleton:nth-child(1){margin-bottom:0.75rem}.s-gifting-skeleton-content salla-skeleton:nth-child(2){margin-bottom:1.25rem}.s-gifting-skeleton-content salla-skeleton:nth-child(3){margin-bottom:0.75rem}.s-gifting-skeleton-content salla-skeleton:nth-child(4){margin-bottom:1.25rem}.s-gifting-skeleton .s-gifting-modal-header salla-skeleton{margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-gifting-skeleton .s-gifting-modal-title{margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-skeleton .s-gifting-modal-title.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-gifting-skeleton .s-gifting-modal-title.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-gifting-skeleton .s-gifting-modal-title.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-gifting-image{margin-left:5px;margin-right:5px}.s-infinite-scroll-wrapper{margin-top:1rem;text-align:center}.sq-awesome-banners .banner-outer.s-infinite-scroll-wrapper .banner-texts{text-align:center}.s-infinite-scroll-last{margin:0px;text-align:center}.sq-awesome-banners .banner-outer.s-infinite-scroll-last .banner-texts{text-align:center}.s-infinite-scroll-error{margin:0px;text-align:center}.sq-awesome-banners .banner-outer.s-infinite-scroll-error .banner-texts{text-align:center}.s-list-tile-item{position:relative;display:flex;align-items:center;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1));text-decoration-line:none}.dark .product-single .s-comments-product .s-list-tile-item span,.dark .product-single .s-comments-product .s-list-tile-item h2{color:var(--dm-text-main)}.enhanced-features .s-list-tile-item{align-items:center}.enhanced-features .grid>.s-list-tile-item{text-align:center}.dark .product-single .s-comments-product .s-list-tile-item span,.dark .product-single .s-comments-product .s-list-tile-item h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.s-list-tile-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-list-tile-item-href{cursor:pointer}.s-list-tile-item-href *{pointer-events:none}.s-list-tile-item-icon{margin-right:1rem;flex-shrink:0}.s-list-tile-item-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:1rem;margin-right:0px}.s-list-tile-item-title{font-size:1rem;line-height:1.5rem}.s-list-tile-item-subtitle{font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-list-tile-item-subtitle{font-size:.8rem;margin-left:0;display:inline-block}.s-loading-fill-color{fill:var(--color-primary)}.s-localization-modal-title{font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}.s-localization-modal-section{margin-bottom:2rem}.s-localization-modal-label-slot{flex-grow:1}.s-localization-modal-inner{width:100%}.s-localization-modal-section-inner{margin-top:1rem}.s-localization-modal-section-inner > :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))}.s-localization-modal-item{display:flex;align-items:center}.dark .product-single .s-comments-product .s-localization-modal-item span,.dark .product-single .s-comments-product .s-localization-modal-item h2{color:var(--dm-text-main)}.enhanced-features .s-localization-modal-item{align-items:center}.enhanced-features .grid>.s-localization-modal-item{text-align:center}.dark .product-single .s-comments-product .s-localization-modal-item span,.dark .product-single .s-comments-product .s-localization-modal-item h2{color:var(--dm-text-main)}.s-localization-modal-input{height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));color:var(--color-primary)}.s-localization-modal-input:focus{--tw-ring-color:var(--color-primary)}.s-localization-modal-label{display:flex;flex-grow:1;cursor:pointer;align-items:center;justify-content:space-between;font-weight:500;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-localization-modal-label *{pointer-events:none}.dark .product-single .s-comments-product .s-localization-modal-label span,.dark .product-single .s-comments-product .s-localization-modal-label h2{color:var(--dm-text-main)}.enhanced-features .s-localization-modal-label{align-items:center}.enhanced-features .grid>.s-localization-modal-label{text-align:center}.dark .product-single .s-comments-product .s-localization-modal-label span,.dark .product-single .s-comments-product .s-localization-modal-label h2{color:var(--dm-text-main)}.s-localization-modal-label:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}.s-localization-modal-label:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}.s-localization-modal-flag{border-radius:0.125rem}.s-localization-modal-currency{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-localization-modal-currency{color:var(--footer-text-color)}.s-localization-modal-select{height:2.5rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.375rem;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-position:right;background-repeat:no-repeat;padding-left:1rem;padding-right:1rem;font-size:0.875rem;line-height:1.25rem;--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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-localization-modal-select.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-localization-modal-select.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-localization-modal-select{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-localization-modal-select.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-localization-modal-select:focus{border-color:var(--color-primary)}.s-localization-modal-select:where([dir="rtl"], [dir="rtl"] *){background-position:left}.s-localization-modal-skeleton-content{margin-top:2rem;margin-bottom:2rem;display:flex;flex-direction:column}.s-localization-modal-skeleton-content > :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))}.dark .product-single .s-comments-product .s-localization-modal-skeleton-content span,.dark .product-single .s-comments-product .s-localization-modal-skeleton-content h2{color:var(--dm-text-main)}.s-localization-modal-skeleton-item{display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-localization-modal-skeleton-item span,.dark .product-single .s-comments-product .s-localization-modal-skeleton-item h2{color:var(--dm-text-main)}.enhanced-features .s-localization-modal-skeleton-item{align-items:center}.enhanced-features .grid>.s-localization-modal-skeleton-item{text-align:center}.dark .product-single .s-comments-product .s-localization-modal-skeleton-item span,.dark .product-single .s-comments-product .s-localization-modal-skeleton-item h2{color:var(--dm-text-main)}.s-localization-modal-skeleton-item-flex{display:flex;align-items:center}.dark .product-single .s-comments-product .s-localization-modal-skeleton-item-flex span,.dark .product-single .s-comments-product .s-localization-modal-skeleton-item-flex h2{color:var(--dm-text-main)}.enhanced-features .s-localization-modal-skeleton-item-flex{align-items:center}.enhanced-features .grid>.s-localization-modal-skeleton-item-flex{text-align:center}.dark .product-single .s-comments-product .s-localization-modal-skeleton-item-flex span,.dark .product-single .s-comments-product .s-localization-modal-skeleton-item-flex h2{color:var(--dm-text-main)}.s-localization-modal-skeleton-item-flex salla-skeleton:nth-child(1){margin-right:0.75rem}.s-localization-modal-skeleton-item-flex salla-skeleton:nth-child(1):where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.75rem}.s-loyalty-prize-item.swiper-slide{margin-left:5px;margin-right:5px;margin-bottom:0.5rem;display:flex;width:calc(33.33% - 10px);min-width:200px;cursor:pointer;flex-direction:column}.s-loyalty-prize-item.swiper-slide > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * (1 - 0));margin-top:calc(0.75rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.75rem * calc(1 - 0));margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * 0);margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.s-loyalty-prize-item.swiper-slide{padding:0px !important}.s-loyalty-prize-item.swiper-slide{overflow:hidden;border-radius:0.375rem;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));background-size:cover;text-align:center;font-size:1.875rem;line-height:2.25rem}.s-loyalty-prize-item.swiper-slide *{pointer-events:none}.dark .product-single .s-comments-product .s-loyalty-prize-item.swiper-slide span,.dark .product-single .s-comments-product .s-loyalty-prize-item.swiper-slide h2{color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-loyalty-prize-item.swiper-slide.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-loyalty-prize-item.swiper-slide.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-loyalty-prize-item.swiper-slide .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-loyalty-prize-item.swiper-slide span,.dark .product-single .s-comments-product .s-loyalty-prize-item.swiper-slide h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-loyalty-prize-item.swiper-slide.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-loyalty-prize-item-selected{--tw-translate-y:-0.125rem !important;transform:translate(var(--tw-translate-x), -0.125rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important}.s-loyalty-prize-item-selected{border-width:1px;border-style:solid;border-color:var(--color-primary);--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:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.s-loyalty-prize-item-selected .s-loyalty-prize-item-check{display:flex;align-items:center;justify-content:center;border-color:var(--color-primary)}.dark .product-single .s-comments-product .s-loyalty-prize-item-selected .s-loyalty-prize-item-check span,.dark .product-single .s-comments-product .s-loyalty-prize-item-selected .s-loyalty-prize-item-check h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-prize-item-selected .s-loyalty-prize-item-check{align-items:center}.enhanced-features .grid>.s-loyalty-prize-item-selected .s-loyalty-prize-item-check{text-align:center}.dark .product-single .s-comments-product .s-loyalty-prize-item-selected .s-loyalty-prize-item-check span,.dark .product-single .s-comments-product .s-loyalty-prize-item-selected .s-loyalty-prize-item-check h2{color:var(--dm-text-main)}.s-loyalty-prize-item-selected .s-loyalty-prize-item-check > div{height:0.625rem;width:0.625rem;border-radius:9999px;background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-loyalty-prize-item-selected .s-loyalty-prize-item-check > div{background-color:#222222;background-color:var(--color-primary, #222222)}.s-loyalty-prize-item-image{height:9rem;width:100%;background-size:cover;-o-object-fit:cover;object-fit:cover}.s-loyalty-prize-item-title{padding-left:0.5rem;padding-right:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}.s-loyalty-prize-item-subtitle{padding-left:0.5rem;padding-right:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-subtitle{font-size:.8rem;margin-left:0;display:inline-block}.s-loyalty-prize-item-check{position:absolute;height:1rem;width:1rem;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))}input[type=radio].sr-only div.s-loyalty-prize-item-check{transition:all .3s}input[type=radio].sr-only:checked~div.s-loyalty-prize-item-check{border-color:var(--color-main)}.badge.s-loyalty-prize-item-check:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-loyalty-prize-item-check:where([dir="ltr"], [dir="ltr"] *){left:1.25rem}.s-loyalty-prize-item-check:where([dir="rtl"], [dir="rtl"] *){right:1.25rem}.s-loyalty-prize-item-points{margin-top:auto !important}.s-loyalty-prize-item-points{display:flex;width:100%;align-items:center;justify-content:center;border-top-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary)}.dark .product-single .s-comments-product .s-loyalty-prize-item-points span,.dark .product-single .s-comments-product .s-loyalty-prize-item-points h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-prize-item-points{align-items:center}.enhanced-features .grid>.s-loyalty-prize-item-points{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-loyalty-prize-item-points span,.dark .product-single .s-comments-product .s-loyalty-prize-item-points h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-prize-item-points{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.rounded-md.s-loyalty-prize-item-points.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-loyalty-program-redeem-btn{overflow:hidden;transition-property:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.s-loyalty-header{margin-bottom:1.25rem;display:block}.dark .cart:not(.norm-loy) .shadow-default.s-loyalty-header.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-loyalty-header.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-loyalty-header.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (max-width: 768px){.s-loyalty-modal .s-modal-body{max-height:100%;overflow-y:scroll}}.s-loyalty-skeleton .s-list-tile-item-content{display:block;width:100%}.s-loyalty-header-icon{position:relative;display:flex;height:6rem;width:6rem;align-items:center;justify-content:center;border-radius:9999px;background-color:rgba(255,158,1,0.10196)}.dark .product-single .s-comments-product .s-loyalty-header-icon span,.dark .product-single .s-comments-product .s-loyalty-header-icon h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-header-icon{align-items:center}.enhanced-features .grid>.s-loyalty-header-icon{text-align:center}.dark .product-single .s-comments-product .s-loyalty-header-icon span,.dark .product-single .s-comments-product .s-loyalty-header-icon h2{color:var(--dm-text-main)}.s-loyalty-header-icon > img{height:3rem;width:3rem}.s-loyalty-header-title{margin-bottom:0.5rem;font-size:1.25rem;line-height:1.75rem}[dir=rtl] .header-innerLeft .s-loyalty-header-title+salla-cart-summary{margin-right:.3rem}.s-loyalty-header-subtitle{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-header-subtitle{font-size:.8rem;margin-left:0;display:inline-block}.s-loyalty-activator-icon{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1))}.dark .product-single .s-comments-product .s-loyalty-activator-icon span,.dark .product-single .s-comments-product .s-loyalty-activator-icon h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-activator-icon{align-items:center}.enhanced-features .grid>.s-loyalty-activator-icon{text-align:center}.dark .product-single .s-comments-product .s-loyalty-activator-icon span,.dark .product-single .s-comments-product .s-loyalty-activator-icon h2{color:var(--dm-text-main)}.s-loyalty-activator-icon > svg{fill:#fff}.s-loyalty-confirmation-modal-content .s-placeholder-title{margin-bottom:0.75rem}.s-loyalty-confirmation-modal-content .s-placeholder-icon svg b{--tw-text-opacity:1;color:rgba(251, 146, 60, 1);color:rgba(251, 146, 60, var(--tw-text-opacity, 1))}.s-loyalty-confirmation-modal-content .s-placeholder-description{padding-left:1.25rem;padding-right:1.25rem}.s-loyalty-confirmation-actions{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between}.s-loyalty-confirmation-actions > :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)))}.s-loyalty-confirmation-actions{padding:1.25rem;padding-top:0.5rem}.dark .product-single .s-comments-product .s-loyalty-confirmation-actions span,.dark .product-single .s-comments-product .s-loyalty-confirmation-actions h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-confirmation-actions{align-items:center}.enhanced-features .grid>.s-loyalty-confirmation-actions{text-align:center}.dark .product-single .s-comments-product .s-loyalty-confirmation-actions span,.dark .product-single .s-comments-product .s-loyalty-confirmation-actions h2{color:var(--dm-text-main)}.s-loyalty-confirmation-actions:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-loyalty-widget .s-list-tile-item{padding:0px !important}.s-loyalty-widget-icon{display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-loyalty-widget-icon{background-color:#222222;background-color:var(--color-primary, #222222)}.dark .product-single .s-comments-product .s-loyalty-widget-icon span,.dark .product-single .s-comments-product .s-loyalty-widget-icon h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-widget-icon{align-items:center}.enhanced-features .grid>.s-loyalty-widget-icon{text-align:center}.dark .product-single .s-comments-product .s-loyalty-widget-icon span,.dark .product-single .s-comments-product .s-loyalty-widget-icon h2{color:var(--dm-text-main)}.s-loyalty-widget-icon > svg{width:1.5rem;fill:#fff}.s-loyalty-after-exchange .s-list-tile-item{position:relative;justify-content:space-between;overflow:hidden;border-radius:0.25rem;padding-top:0.75rem;padding-bottom:0.75rem}.s-loyalty-after-exchange .s-list-tile-item::after{pointer-events:none;position:absolute;top:0px;right:0px;bottom:0px;left:0px;display:block;height:100%;width:100%;background-color:var(--color-primary);opacity:.08;--tw-content:'';content:'';content:var(--tw-content)}.s-loyalty-after-exchange .s-list-tile-item .s-list-tile-item-title{font-size:15px}.s-loyalty-after-exchange-reset{height:1.5rem}.s-loyalty-after-exchange-reset button{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1));font-size:15px}.s-loyalty-after-exchange-reset button span{display:flex;--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));align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-loyalty-after-exchange-reset button span span,.dark .product-single .s-comments-product .s-loyalty-after-exchange-reset button span h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-after-exchange-reset button span{align-items:center}.enhanced-features .grid>.s-loyalty-after-exchange-reset button span{text-align:center}.dark .product-single .s-comments-product .s-loyalty-after-exchange-reset button span span,.dark .product-single .s-comments-product .s-loyalty-after-exchange-reset button span h2{color:var(--dm-text-main)}.s-loyalty-after-exchange-reset button svg{height:1.5rem !important;width:1.5rem !important}.s-loyalty-after-exchange-reset button svg{fill:#f87171}.s-loyalty-after-exchange-reset button:hover svg{fill:#fff}.s-loyalty-after-exchange-action{display:flex;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-loyalty-after-exchange-action span,.dark .product-single .s-comments-product .s-loyalty-after-exchange-action h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-after-exchange-action{align-items:center}.enhanced-features .grid>.s-loyalty-after-exchange-action{text-align:center}.dark .product-single .s-comments-product .s-loyalty-after-exchange-action span,.dark .product-single .s-comments-product .s-loyalty-after-exchange-action h2{color:var(--dm-text-main)}.s-loyalty-placeholder{display:flex;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-loyalty-placeholder span,.dark .product-single .s-comments-product .s-loyalty-placeholder h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-placeholder{align-items:center}.enhanced-features .grid>.s-loyalty-placeholder{text-align:center}.dark .product-single .s-comments-product .s-loyalty-placeholder span,.dark .product-single .s-comments-product .s-loyalty-placeholder h2{color:var(--dm-text-main)}.s-loyalty-skeleton .s-loyalty-header-subtitle > salla-skeleton{margin-bottom:0.75rem;display:block}.s-loyalty-skeleton .s-loyalty-prize-item-subtitle > salla-skeleton{margin-bottom:0.75rem;display:block}.s-loyalty-skeleton .s-loyalty-header-title{margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-loyalty-skeleton-cards{display:flex;align-items:center}.dark .product-single .s-comments-product .s-loyalty-skeleton-cards span,.dark .product-single .s-comments-product .s-loyalty-skeleton-cards h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-skeleton-cards{align-items:center}.enhanced-features .grid>.s-loyalty-skeleton-cards{text-align:center}.dark .product-single .s-comments-product .s-loyalty-skeleton-cards span,.dark .product-single .s-comments-product .s-loyalty-skeleton-cards h2{color:var(--dm-text-main)}.s-loyalty-skeleton .s-loyalty-prize-item{cursor:inherit !important}.s-loyalty-skeleton .s-loyalty-prize-item{position:relative;text-align:center}.sq-awesome-banners .banner-outer.s-loyalty-skeleton .s-loyalty-prize-item .banner-texts{text-align:center}.s-loyalty-skeleton .s-loyalty-prize-item .s-skeleton-wrapper{margin-left:auto;margin-right:auto}.s-loyalty-skeleton .s-loyalty-prize-item-check{border-width:0px}.s-loyalty-slider{margin-bottom:0.625rem;display:block}.s-loyalty-slider .swiper-wrapper{height:auto !important}.s-loyalty-container{padding:0.625rem}.s-loyalty-program-container > :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))}@media (min-width: 768px){.s-loyalty-program-container > :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))}}.s-loyalty-program-mobile-title{display:inline-block;width:8rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-loyalty-program-mobile-title{color:var(--footer-text-color)}@media (min-width: 768px){.s-loyalty-program-mobile-title{display:none}}.s-loyalty-program-reference-id{display:none}#app.index .salla-advertisement:not(.s-loyalty-program-reference-id)~.store-header{--header-top: 40px}@media (min-width: 768px){.s-loyalty-program-reference-id{display:inline-block}}.s-loyalty-program-buy-as-gift-icon{margin-left:0.25rem;margin-right:0.25rem;display:inline-block;color:var(--color-primary)}.s-loyalty-program-copy-to-clipboard-button{display:flex;align-items:center}.dark .product-single .s-comments-product .s-loyalty-program-copy-to-clipboard-button span,.dark .product-single .s-comments-product .s-loyalty-program-copy-to-clipboard-button h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-program-copy-to-clipboard-button{align-items:center}.enhanced-features .grid>.s-loyalty-program-copy-to-clipboard-button{text-align:center}.dark .product-single .s-comments-product .s-loyalty-program-copy-to-clipboard-button span,.dark .product-single .s-comments-product .s-loyalty-program-copy-to-clipboard-button h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-loyalty-program-copy-to-clipboard-button{display:none}}.s-loyalty-program-copy-to-clipboard-button salla-button{position:relative}.s-loyalty-program-copy-to-clipboard-button-icon{pointer-events:none;font-size:0.75rem;line-height:1rem}.mobile-nav span.s-loyalty-program-copy-to-clipboard-button-icon{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-loyalty-program-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}.s-loyalty-program-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}@media (min-width: 768px){.s-loyalty-program-status-container{margin-left:0px;margin-right:0px}}.s-loyalty-program-status-container:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}.s-loyalty-program-status-container:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}.s-loyalty-program-status-container i{margin-top:0.25rem}.s-loyalty-program-status-container i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}.s-loyalty-program-status-container i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}.s-loyalty-program-rated-text{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}.s-loyalty-program-unrated-text{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}.s-loyalty-program-no-content{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))}.dark .product-single .s-comments-product .s-loyalty-program-no-content span,.dark .product-single .s-comments-product .s-loyalty-program-no-content h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-loyalty-program-no-content{color:var(--footer-text-color)}.enhanced-features .s-loyalty-program-no-content{align-items:center}.enhanced-features .grid>.s-loyalty-program-no-content{text-align:center}.dark .product-single .s-comments-product .s-loyalty-program-no-content span,.dark .product-single .s-comments-product .s-loyalty-program-no-content h2{color:var(--dm-text-main)}.s-loyalty-program-no-content .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))}.dark .product-single .s-comments-product .s-loyalty-program-no-content .icon span,.dark .product-single .s-comments-product .s-loyalty-program-no-content .icon h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-program-no-content .icon{align-items:center}.enhanced-features .grid>.s-loyalty-program-no-content .icon{text-align:center}.dark .product-single .s-comments-product .s-loyalty-program-no-content .icon span,.dark .product-single .s-comments-product .s-loyalty-program-no-content .icon h2{color:var(--dm-text-main)}.s-loyalty-program-no-content 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-loyalty-program-table{min-width:100%;border-collapse:separate}@media (min-width: 768px){.s-loyalty-program-table{margin-bottom:-0.75rem;--tw-border-spacing-y:1.25rem;border-spacing:var(--tw-border-spacing-x) 1.25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}}.s-loyalty-program-table-head{margin-bottom:1.25rem;display:none;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}#app.index .salla-advertisement:not(.s-loyalty-program-table-head)~.store-header{--header-top: 40px}.dark .cart:not(.norm-loy) .shadow-default.s-loyalty-program-table-head.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-loyalty-program-table-head.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-loyalty-program-table-head.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-loyalty-program-table-head{display:table-header-group}}.s-loyalty-program-table-head-tr-th{padding-left:1.25rem;padding-right:1.25rem;text-align:left;font-size:0.875rem;line-height:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}@media only screen and (max-width: 1024px){.animated-text-outer.s-loyalty-program-table-head-tr-th .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-loyalty-program-table-head-tr-th .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-loyalty-program-table-head-tr-th{text-align:right}[dir=ltr] .s-loyalty-program-table-head-tr-th{text-align:left}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-head-tr-th{font-size:.8rem;margin-left:0;display:inline-block}.s-loyalty-program-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *){text-align:left}.s-loyalty-program-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-loyalty-program-table-tbody-tr{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;border-radius:0.25rem;border-bottom-width:8px;border-top-width:8px;--tw-border-opacity:1;border-color:rgba(249, 250, 251, 1);border-color:rgba(249, 250, 251, 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));padding:0.5rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .s-loyalty-program-table-tbody-tr span,.dark .product-single .s-comments-product .s-loyalty-program-table-tbody-tr h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-loyalty-program-table-tbody-tr{display:table-row;flex-direction:row;flex-wrap:nowrap;padding:0px}}.s-loyalty-program-table-tbody-tr-td{width:100%;white-space:nowrap;padding-left:1.25rem;padding-right:1.25rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-tbody-tr-td{font-size:.8rem;margin-left:0;display:inline-block}.s-loyalty-program-table-tbody-tr-td:first-child{font-weight:700}@media (min-width: 768px){.s-loyalty-program-table-tbody-tr-td{height:5rem;width:auto}.s-loyalty-program-table-tbody-tr-td:last-child{text-align:right}.s-loyalty-program-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.s-loyalty-program-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}}.s-loyalty-program-table-tbody-tr-td:first-child{font-weight:700}.s-loyalty-program-table-tbody-tr-td-content{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.75rem;line-height:1rem}.dark .product-single .s-comments-product .s-loyalty-program-table-tbody-tr-td-content span,.dark .product-single .s-comments-product .s-loyalty-program-table-tbody-tr-td-content h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-program-table-tbody-tr-td-content{align-items:center}.mobile-nav span.s-loyalty-program-table-tbody-tr-td-content{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-loyalty-program-table-tbody-tr-td-content{text-align:center}.dark .product-single .s-comments-product .s-loyalty-program-table-tbody-tr-td-content span,.dark .product-single .s-comments-product .s-loyalty-program-table-tbody-tr-td-content h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-loyalty-program-table-tbody-tr-td-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}.s-loyalty-program-table-tbody-tr-td-content:where([dir="ltr"], [dir="ltr"] *){padding-right:0.5rem}.s-loyalty-program-table-tbody-tr-td-content:where([dir="rtl"], [dir="rtl"] *){padding-left:0.5rem}.s-loyalty-program-table-tbody-tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}input[type=radio].sr-only div.s-loyalty-program-table-tbody-tr a{transition:all .3s}input[type=radio].sr-only:checked~div.s-loyalty-program-table-tbody-tr a{border-color:var(--color-main)}.badge.s-loyalty-program-table-tbody-tr a:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-loyalty-program-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *){left:0px}.s-loyalty-program-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *){right:0px}.s-loyalty-program-table-empty-state{display:flex;flex-direction:column;align-items:center;font-size:80px}.dark .product-single .s-comments-product .s-loyalty-program-table-empty-state span,.dark .product-single .s-comments-product .s-loyalty-program-table-empty-state h2{color:var(--dm-text-main)}.enhanced-features .s-loyalty-program-table-empty-state{align-items:center}.enhanced-features .grid>.s-loyalty-program-table-empty-state{text-align:center}.dark .product-single .s-comments-product .s-loyalty-program-table-empty-state span,.dark .product-single .s-comments-product .s-loyalty-program-table-empty-state h2{color:var(--dm-text-main)}.s-loyalty-program-table-empty-state i{margin-bottom:2rem;margin-top:4rem;font-size:80px;color:#c9c9c9;color:var(--infinte-color)}.s-loyalty-program-table-placeholder-title{padding:0.75rem;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:700}[dir=rtl] .header-innerLeft .s-loyalty-program-table-placeholder-title+salla-cart-summary{margin-right:.3rem}.sq-awesome-banners .banner-outer.s-loyalty-program-table-placeholder-title .banner-texts{text-align:center}.dark .cart .shadow-default.mb-5.rounded-md.s-loyalty-program-table-placeholder-title.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-loyalty-program-table-placeholder-sub-title{text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-loyalty-program-table-placeholder-sub-title{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-loyalty-program-table-placeholder-sub-title .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-loyalty-program-table-placeholder-sub-title{font-size:.8rem;margin-left:0;display:inline-block}.s-maintenance-alert-wrapper{position:relative;display:flex;min-height:40px;width:100%;flex-direction:row;align-items:center;justify-content:center;--tw-bg-opacity:1;background-color:rgba(26, 38, 61, 1);background-color:rgba(26, 38, 61, var(--tw-bg-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;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))}.dark .product-single .s-comments-product .s-maintenance-alert-wrapper span,.dark .product-single .s-comments-product .s-maintenance-alert-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-maintenance-alert-wrapper{align-items:center}.enhanced-features .grid>.s-maintenance-alert-wrapper{text-align:center}.dark .product-single .s-comments-product .s-maintenance-alert-wrapper span,.dark .product-single .s-comments-product .s-maintenance-alert-wrapper h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-maintenance-alert-wrapper{padding-left:2rem;padding-right:2rem}}.s-maintenance-alert-wrapper a{transition:0.35s cubic-bezier(0.2, 1, 0.3, 1)}.s-maintenance-alert-wrapper *{color:inherit}.s-maintenance-alert-close{position:absolute;top:0.25rem;right:0.25rem}input[type=radio].sr-only div.s-maintenance-alert-close{transition:all .3s}input[type=radio].sr-only:checked~div.s-maintenance-alert-close{border-color:var(--color-main)}.badge.s-maintenance-alert-close:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 768px){.s-maintenance-alert-close{top:0.75rem;right:0.75rem}}.s-maintenance-alert-close:where([dir="rtl"], [dir="rtl"] *){right:auto;right:initial;left:0.25rem}@media (min-width: 768px){.s-maintenance-alert-close:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}}.s-maintenance-alert-close svg{height:1rem;width:1rem;fill:#fff}@media (min-width: 768px){.s-maintenance-alert-close svg{height:1.25rem;width:1.25rem}}.s-maintenance-alert-content{margin-top:1rem;margin-bottom:1rem;display:flex;width:100%;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-maintenance-alert-content span,.dark .product-single .s-comments-product .s-maintenance-alert-content h2{color:var(--dm-text-main)}.enhanced-features .s-maintenance-alert-content{align-items:center}.enhanced-features .grid>.s-maintenance-alert-content{text-align:center}.dark .product-single .s-comments-product .s-maintenance-alert-content span,.dark .product-single .s-comments-product .s-maintenance-alert-content h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-maintenance-alert-content{padding-left:2rem;padding-right:2rem}}.s-maintenance-alert-container{display:flex;align-items:center}.dark .product-single .s-comments-product .s-maintenance-alert-container span,.dark .product-single .s-comments-product .s-maintenance-alert-container h2{color:var(--dm-text-main)}.enhanced-features .s-maintenance-alert-container{align-items:center}.enhanced-features .grid>.s-maintenance-alert-container{text-align:center}.dark .product-single .s-comments-product .s-maintenance-alert-container span,.dark .product-single .s-comments-product .s-maintenance-alert-container h2{color:var(--dm-text-main)}.s-maintenance-alert-icon{margin-right:1.25rem;display:none}#app.index .salla-advertisement:not(.s-maintenance-alert-icon)~.store-header{--header-top: 40px}@media (min-width: 640px){.s-maintenance-alert-icon{display:block}}.s-maintenance-alert-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:1.25rem;margin-right:0px}.s-maintenance-alert-text h2{margin-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;line-height:1.4}custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-text h2{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-maintenance-alert-text h2{font-size:1.5rem;line-height:2rem}}.s-maintenance-alert-text p{margin:0px;text-align:right;font-size:10px;line-height:1.2}.sq-awesome-banners .banner-outer.s-maintenance-alert-text p .banner-texts{text-align:right}@media (min-width: 640px){.s-maintenance-alert-text p{text-align:center;font-size:0.75rem;line-height:1rem;line-height:1}}.s-maintenance-alert-btn{position:relative;margin-left:4px;margin-right:4px;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;border-radius:0.125rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(93, 213, 196, 1);border-color:rgba(93, 213, 196, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(93, 213, 196, 1);background-color:rgba(93, 213, 196, var(--tw-bg-opacity, 1));padding:0.5rem;text-align:center;vertical-align:middle;font-size:0.875rem;line-height:1.25rem;font-weight:400;line-height:1.4;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-maintenance-alert-btn *{pointer-events:none}custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-maintenance-alert-btn .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-maintenance-alert-btn{font-size:.8rem;margin-left:0;display:inline-block}.s-maintenance-alert-btn:hover{--tw-bg-opacity:1;background-color:rgba(53, 203, 181, 1);background-color:rgba(53, 203, 181, var(--tw-bg-opacity, 1))}@media (min-width: 640px){.s-maintenance-alert-btn{padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem}}.s-map-modal-title{position:relative;margin-top:1rem;margin-bottom:1rem;padding-left:1rem;padding-right:1rem}.s-map-location-icon{margin-right:0.5rem}.s-map-location-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem;margin-right:0px}.s-map-location-icon svg{height:1rem !important;width:1rem !important}.s-map-modal-body{position:relative;overflow:hidden}.s-map-element{height:400px;width:100%}.s-map-search-wrapper{position:absolute;top:0px;z-index:1;margin:1.25rem;width:-webkit-fill-available}input[type=radio].sr-only div.s-map-search-wrapper{transition:all .3s}input[type=radio].sr-only:checked~div.s-map-search-wrapper{border-color:var(--color-main)}.badge.s-map-search-wrapper:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-map-search-wrapper input{height:2.5rem;width:100%;padding:0.5rem}.s-map-search-wrapper input:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-map-search-results{margin-top:0px;display:flex;height:6rem;flex-direction:column;padding:0.5rem}.dark .product-single .s-comments-product .s-map-search-results span,.dark .product-single .s-comments-product .s-map-search-results h2{color:var(--dm-text-main)}.s-map-modal-body .s-loading-container{position:absolute;margin:0px;padding:5rem}input[type=radio].sr-only div.s-map-modal-body .s-loading-container{transition:all .3s}input[type=radio].sr-only:checked~div.s-map-modal-body .s-loading-container{border-color:var(--color-main)}.badge.s-map-modal-body .s-loading-container:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-map-my-location-button{position:absolute;bottom:1.5rem;left:0px;margin:0.5rem}input[type=radio].sr-only div.s-map-my-location-button{transition:all .3s}input[type=radio].sr-only:checked~div.s-map-my-location-button{border-color:var(--color-main)}.badge.s-map-my-location-button:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-map-location-button .s-button-text{display:flex;align-items:center}.dark .product-single .s-comments-product .s-map-location-button .s-button-text span,.dark .product-single .s-comments-product .s-map-location-button .s-button-text h2{color:var(--dm-text-main)}.enhanced-features .s-map-location-button .s-button-text{align-items:center}.enhanced-features .grid>.s-map-location-button .s-button-text{text-align:center}.dark .product-single .s-comments-product .s-map-location-button .s-button-text span,.dark .product-single .s-comments-product .s-map-location-button .s-button-text h2{color:var(--dm-text-main)}.s-map-submit-button button{border-top-right-radius:0px;border-top-left-radius:0px;padding-top:12px;padding-bottom:12px}.s-menu-item{display:none !important}@media (min-width: 1024px){.s-menu-item{display:block !important}.s-menu-root-level{display:inline-block !important}}.s-menu-non-root-level{position:relative}.s-menu-products-wrapper{flex-grow:1;padding:2rem}.s-menu-products-container{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:1rem;gap:1rem}.s-block--features-products.two-cols .s-menu-products-container .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-menu-products-container{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-menu-products-container>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-menu-products-container{padding-bottom:1rem}.sq-awesome-banners .s-menu-products-container.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-menu-products-container:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-menu-products-container:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-menu-products-container.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media only screen and (max-width: 767px){.sq-awesome-banners .s-menu-products-container{--font-size-percent: 40%}}.s-menu-submenu-unordered-list{margin:2rem;width:14rem;flex-shrink:0}.s-menu-submenu-unordered-list:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}.s-menu-submenu-unordered-list:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}.s-menu-submenu-with-product{left:0px;display:flex;width:100%}.dark .product-single .s-comments-product .s-menu-submenu-with-product span,.dark .product-single .s-comments-product .s-menu-submenu-with-product h2{color:var(--dm-text-main)}.s-menu-submenu-without-product{width:14rem}.s-menu-footer-item{margin-bottom:1.25rem;display:block;font-size:0.875rem;line-height:1.25rem;line-height:1}custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.s-menu-footer-item.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-menu-footer-item.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-footer-item{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.s-menu-footer-item.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-menu-footer-item:last-child{margin-bottom:0px}.s-menu-topnav-list{display:none;align-items:center;white-space:nowrap}.enhanced-features .s-menu-topnav-list{align-items:center}.enhanced-features .grid>.s-menu-topnav-list{text-align:center}#app.index .salla-advertisement:not(.s-menu-topnav-list)~.store-header{--header-top: 40px}@media (min-width: 1024px){.s-menu-topnav-list{display:flex}}.s-menu-topnav-list:where([dir="ltr"], [dir="ltr"] *){padding-right:1rem}.s-menu-topnav-list:where([dir="rtl"], [dir="rtl"] *){padding-left:1rem}.s-menu-topnav-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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-menu-topnav-item{font-size:.8rem;margin-left:0;display:inline-block}.s-menu-topnav-item:hover{opacity:0.8}.s-menu-topnav-item:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}.s-menu-topnav-item:first-child:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}.s-menu-topnav-item:last-child:where([dir="ltr"], [dir="ltr"] *){border-width:0px;padding-right:0px}.s-menu-topnav-item:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}.s-menu-topnav-item:first-child:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}.s-menu-topnav-item:last-child:where([dir="rtl"], [dir="rtl"] *){border-width:0px;padding-left:0px}.s-metadata-box{margin-bottom:1.25rem;display:block;border-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.25rem}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-metadata-box.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-metadata-box.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-metadata-box.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-metadata-box.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-metadata-box.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.s-metadata-box.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-metadata-box-header{margin-bottom:0.75rem;display:flex;align-items:center;-moz-column-gap:0.5rem;column-gap:0.5rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding-bottom:0.75rem;font-size:1rem;line-height:1.5rem;font-weight:700}.dark .product-single .s-comments-product .s-metadata-box-header span,.dark .product-single .s-comments-product .s-metadata-box-header h2{color:var(--dm-text-main)}.enhanced-features .s-metadata-box-header{align-items:center}.enhanced-features .grid>.s-metadata-box-header{text-align:center}.dark .product-single .s-comments-product .s-metadata-box-header span,.dark .product-single .s-comments-product .s-metadata-box-header h2{color:var(--dm-text-main)}.s-metadata-row{margin-bottom:0.75rem;display:flex;flex-direction:row;justify-content:space-between;gap:0.5rem;line-height:1.25rem}.dark .product-single .s-comments-product .s-metadata-row span,.dark .product-single .s-comments-product .s-metadata-row h2{color:var(--dm-text-main)}.s-metadata-row:last-child{margin-bottom:0px}.s-metadata-row-name{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))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-metadata-row-name{font-size:.8rem;margin-left:0;display:inline-block}.s-modal-container{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:200;overflow:hidden}.s-modal-wrapper{height:100%;overflow-y:auto;text-align:center}.sq-awesome-banners .banner-outer.s-modal-wrapper .banner-texts{text-align:center}.s-modal-loader{margin-left:0.5rem;margin-right:0.5rem;display:flex;align-items:center;justify-content:center;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}.dark .product-single .s-comments-product .s-modal-loader span,.dark .product-single .s-comments-product .s-modal-loader h2{color:var(--dm-text-main)}.enhanced-features .s-modal-loader{align-items:center}.enhanced-features .grid>.s-modal-loader{text-align:center}.dark .product-single .s-comments-product .s-modal-loader span,.dark .product-single .s-comments-product .s-modal-loader h2{color:var(--dm-text-main)}.s-modal-loader::before{display:inline-block;height:2.5rem;content:var(--tw-content);width:2.5rem}@keyframes spin{to{content:var(--tw-content);transform:rotate(360deg)}}.s-modal-loader::before{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-style:solid;border-top-color:var(--color-primary);border-left-color:var(--color-primary);border-bottom-color:rgba(243, 244, 246, 1);border-bottom-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-border-opacity:1;border-right-color:rgba(243, 244, 246, 1);border-right-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-modal-close{position:absolute;top:0.75rem;z-index:10;width:2.75rem;cursor:pointer;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;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}.s-modal-close *{pointer-events:none}input[type=radio].sr-only div.s-modal-close{transition:all .3s}input[type=radio].sr-only:checked~div.s-modal-close{border-color:var(--color-main)}.badge.s-modal-close:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-modal-close:focus{outline:2px solid transparent;outline-offset:2px}.s-modal-close:where([dir="ltr"], [dir="ltr"] *){right:0px}.s-modal-close:where([dir="rtl"], [dir="rtl"] *){left:0px}.s-modal-close svg{width:1.25rem;fill:#f87171}.s-modal-close svg:hover{fill:#ef4444}.s-modal-header{flex-direction:column}.s-modal-header-inner{margin-bottom:1.25rem;display:flex;align-items:center;padding-right:2rem;text-align:center}.dark .product-single .s-comments-product .s-modal-header-inner span,.dark .product-single .s-comments-product .s-modal-header-inner h2{color:var(--dm-text-main)}.enhanced-features .s-modal-header-inner{align-items:center}.enhanced-features .grid>.s-modal-header-inner{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-modal-header-inner.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-modal-header-inner.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-modal-header-inner .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-modal-header-inner span,.dark .product-single .s-comments-product .s-modal-header-inner h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-modal-header-inner.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 640px){.s-modal-header-inner{display:block}}@media (min-width: 768px){.s-modal-header-inner{padding:0px !important}}.s-modal-header-inner:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem;padding-right:0px}.s-modal-header-content{display:flex;flex-direction:column;text-align:left}.dark .product-single .s-comments-product .s-modal-header-content span,.dark .product-single .s-comments-product .s-modal-header-content h2{color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-modal-header-content .banner-texts{text-align:left}.dark .product-single .s-comments-product .s-modal-header-content span,.dark .product-single .s-comments-product .s-modal-header-content h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-modal-header-content{text-align:center}}.s-modal-header-content:where([dir="rtl"], [dir="rtl"] *){text-align:right}@media (min-width: 768px){.s-modal-header-content:where([dir="rtl"], [dir="rtl"] *){text-align:center}}.s-modal-header-img{margin-left:auto;margin-right:auto;max-width:150px}@media (min-width: 640px){.s-modal-header-img{margin-bottom:1rem}}.s-modal-icon{display:inline-flex;height:4rem;width:4rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--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.875rem;line-height:2.25rem}.enhanced-features .s-modal-icon{align-items:center}.enhanced-features .grid>.s-modal-icon{text-align:center}@media (min-width: 640px){.s-modal-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-modal-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-modal-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-modal-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-modal-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-modal-icon svg{fill:#9ca3af}.s-modal-bg-normal{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.s-modal-bg-success{--tw-border-opacity:1;border-color:rgba(134, 239, 172, 1);border-color:rgba(134, 239, 172, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(220, 252, 231, 1);background-color:rgba(220, 252, 231, var(--tw-bg-opacity, 1))}.s-modal-bg-success svg{fill:#16a34a}.s-modal-bg-error{--tw-border-opacity:1;border-color:rgba(252, 165, 165, 1);border-color:rgba(252, 165, 165, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1))}.s-modal-bg-error svg{fill:#dc2626}.s-modal-bg-primary{border-color:var(--color-primary);background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-modal-bg-primary{background-color:#222222;background-color:var(--color-primary, #222222)}.s-modal-bg-primary svg{fill:var(--color-primary-reverse)}.s-modal-title{font-size:1.125rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-modal-title{padding-top:.4rem;padding-bottom:.4rem}.s-modal-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-modal-title{padding-top:.4rem;padding-bottom:.4rem}.s-modal-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}@media (min-width: 640px){.s-modal-title{margin-bottom:0.5rem}}.s-modal-sub-title{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-modal-sub-title{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-modal-sub-title{margin-bottom:0.5rem}}.s-modal-title-below{order:10}html .app-body.app-body-2 .s-modal-title-below{order:10}.s-modal-body-slot{width:100%}.s-modal-body{position:fixed;left:0px;bottom:0px;display:inline-block;width:100%;--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));overflow:hidden;border-radius:0.25rem;border-bottom-right-radius:0px;border-bottom-left-radius:0px;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}@media (min-width: 640px){.s-modal-body{position:relative;margin-top:2rem;margin-bottom:2rem;--tw-translate-y:0px;--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), 0px) 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));overflow:visible;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}}@media (min-width: 768px){.s-modal-body{left:auto;left:initial;bottom:auto;bottom:initial}}.s-modal-body:where([dir="ltr"], [dir="ltr"] *){text-align:left}.s-modal-body:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-modal-padding{padding:1rem;padding-top:1.5rem}@media (min-width: 640px){.s-modal-padding{padding:1.5rem}}.s-modal-spacer{display:inline-block;height:100vh}.s-modal-align-middle{vertical-align:bottom}@media (min-width: 640px){.s-modal-align-middle{vertical-align:middle}}.s-modal-align-top{vertical-align:bottom}@media (min-width: 640px){.s-modal-align-top{vertical-align:top}}.s-modal-align-bottom{vertical-align:bottom}.s-modal-overlay{position:fixed;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(107, 114, 128, 0.75);background-color:rgba(107, 114, 128, var(--tw-bg-opacity, 1));--tw-bg-opacity:0.75;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}.s-modal-overlay-leaving{opacity:0}.s-modal-entering{--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;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}@media (min-width: 640px){.s-modal-entering{--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))}}.s-modal-leaving{--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));opacity:0}@media (min-width: 640px){.s-modal-leaving{--tw-translate-y:0px;--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), 0px) 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))}}.s-modal-is-center{align-items:center}.enhanced-features .s-modal-is-center{align-items:center}.enhanced-features .grid>.s-modal-is-center{text-align:center}@media (min-width: 640px){.s-modal-is-center{text-align:center}.s-modal-xs{max-width:380px}.s-modal-sm{max-width:480px}}@media (min-width: 768px){.s-modal-md{max-width:768px}}.s-modal-lg{max-width:992px}.s-modal-xl{max-width:1280px}.s-modal-full{height:100%;width:100%}@media (min-width: 768px){.s-modal-full{height:calc(100% - 70px);width:calc(100% - 70px)}}.s-notifications-container > :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))}@media (min-width: 768px){.s-notifications-container > :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))}}.s-notifications-item{display:flex;cursor:pointer;align-items:center;justify-content:space-between}.s-notifications-item > :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)))}.s-notifications-item{border-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.25rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.s-notifications-item *{pointer-events:none}.dark .product-single .s-comments-product .s-notifications-item span,.dark .product-single .s-comments-product .s-notifications-item h2{color:var(--dm-text-main)}.enhanced-features .s-notifications-item{align-items:center}.enhanced-features .grid>.s-notifications-item{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-notifications-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-notifications-item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-notifications-item span,.dark .product-single .s-comments-product .s-notifications-item h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-notifications-item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-notifications-item:hover{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1));--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)}.s-notifications-item:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-notifications-item-icon{display:flex;height:3.5rem;width:3.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));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));font-size:1.25rem;line-height:1.75rem}.dark .product-single .s-comments-product .s-notifications-item-icon span,.dark .product-single .s-comments-product .s-notifications-item-icon h2{color:var(--dm-text-main)}.enhanced-features .s-notifications-item-icon{align-items:center}.enhanced-features .grid>.s-notifications-item-icon{text-align:center}[dir=rtl] .header-innerLeft .s-notifications-item-icon+salla-cart-summary{margin-right:.3rem}.dark .product-single .s-comments-product .s-notifications-item-icon span,.dark .product-single .s-comments-product .s-notifications-item-icon h2{color:var(--dm-text-main)}.s-notifications-item-icon-new{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-notifications-item-content{flex:1 1 0%}@media (min-width: 768px){.s-notifications-item-content{display:flex}}.s-notifications-item-content-leading{flex:1 1 0%}.s-notifications-item-content-leading h4{margin-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading h4{font-size:.8rem;margin-left:0;display:inline-block}.s-notifications-item-content-leading p{margin-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-leading p{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 768px){.s-notifications-item-content-leading p{margin-bottom:0px}}.s-notifications-item-content-trailing{display:inline-flex;align-items:center;font-size:0.875rem;line-height:1.25rem}.enhanced-features .s-notifications-item-content-trailing{align-items:center}.enhanced-features .grid>.s-notifications-item-content-trailing{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-notifications-item-content-trailing{font-size:.8rem;margin-left:0;display:inline-block}.s-notifications-item-content-trailing-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.375rem}.s-notifications-item-content-trailing-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.375rem}.s-notifications-item-read{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-notifications-no-content{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))}.dark .product-single .s-comments-product .s-notifications-no-content span,.dark .product-single .s-comments-product .s-notifications-no-content h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-notifications-no-content{color:var(--footer-text-color)}.enhanced-features .s-notifications-no-content{align-items:center}.enhanced-features .grid>.s-notifications-no-content{text-align:center}.dark .product-single .s-comments-product .s-notifications-no-content span,.dark .product-single .s-comments-product .s-notifications-no-content h2{color:var(--dm-text-main)}.s-notifications-item-shadow:hover{box-shadow:5px 10px 30px rgba(43,45,52,0.05098)}.s-offer-wrapper{position:relative;margin-bottom:2rem;overflow:hidden;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.625rem}@media (min-width: 640px){.s-offer-wrapper{padding:1.25rem}}@media (min-width: 768px){.s-offer-wrapper{margin-bottom:4rem}}.s-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.s-offer-corner-badge{transition:all .3s}input[type=radio].sr-only:checked~div.s-offer-corner-badge{border-color:var(--color-main)}.badge.s-offer-corner-badge:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-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))}.s-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))}.s-offer-slide-one-sixth{width:50% !important}@media (min-width: 640px){.s-offer-slide-one-sixth{width:33.333333% !important}}@media (min-width: 768px){.s-offer-slide-one-sixth{width:25% !important}}@media (min-width: 1024px){.s-offer-slide-one-sixth{width:16.666667% !important}}.s-offer-slide-one-sixth-single{align-items:center !important}.s-offer-slide-one-sixth-single{display:flex;gap:0.75rem}.dark .product-single .s-comments-product .s-offer-slide-one-sixth-single span,.dark .product-single .s-comments-product .s-offer-slide-one-sixth-single h2{color:var(--dm-text-main)}.s-offer-slide-cat-entry{display:flex;height:9rem;flex-direction:column;align-items:center;justify-content:center;border-radius:0.375rem;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));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;text-align:center;--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, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .s-offer-slide-cat-entry span,.dark .product-single .s-comments-product .s-offer-slide-cat-entry h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-offer-slide-cat-entry{color:var(--footer-text-color)}.enhanced-features .s-offer-slide-cat-entry{align-items:center}.enhanced-features .grid>.s-offer-slide-cat-entry{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-slide-cat-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-slide-cat-entry.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-offer-slide-cat-entry .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-offer-slide-cat-entry span,.dark .product-single .s-comments-product .s-offer-slide-cat-entry h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-offer-slide-cat-entry.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.s-offer-slide-cat-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-slide-cat-entry:hover{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));--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 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px 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)}.s-offer-slide-cat-entry i{margin-bottom:1rem;display:inline-block;font-size:33px;color:var(--color-primary)}.s-offer-slide-cat-entry h4{font-size:0.875rem;line-height:1.25rem;font-weight:700}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-cat-entry h4{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-slide-one-fourth{height:auto;max-width:310px}@media (min-width: 640px){.s-offer-slide-one-fourth{width:50%}}@media (min-width: 768px){.s-offer-slide-one-fourth{width:33.333333%}}@media (min-width: 1024px){.s-offer-slide-one-fourth{width:25%}}.s-offer-slide-offer-entry{display:flex;height:9rem;flex-direction:column;align-items:center;justify-content:space-between;border-radius:0.375rem;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));text-align:center;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 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:500ms}.dark .product-single .s-comments-product .s-offer-slide-offer-entry span,.dark .product-single .s-comments-product .s-offer-slide-offer-entry h2{color:var(--dm-text-main)}.enhanced-features .s-offer-slide-offer-entry{align-items:center}.enhanced-features .grid>.s-offer-slide-offer-entry{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-slide-offer-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-slide-offer-entry.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-offer-slide-offer-entry .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-offer-slide-offer-entry span,.dark .product-single .s-comments-product .s-offer-slide-offer-entry h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-offer-slide-offer-entry.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-slide-offer-entry:hover{--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 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px 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)}.s-offer-slide-offer-entry-price-quantity-container{display:flex;width:100%;flex-grow:1;flex-direction:column;justify-content:center;padding:0.75rem}.dark .product-single .s-comments-product .s-offer-slide-offer-entry-price-quantity-container span,.dark .product-single .s-comments-product .s-offer-slide-offer-entry-price-quantity-container h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.s-offer-slide-offer-entry-price-quantity-container.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-slide-offer-entry-quantity{margin-bottom:0.25rem}.s-offer-slide-offer-entry-price{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-offer-slide-offer-entry-price{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-slide-offer-entry-price-amount{font-size:1.875rem;line-height:2.25rem;font-weight:800;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-offer-slide-offer-entry-price-amount-percent{width:100%;border-top-width:1px;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));padding:0.5rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-slide-offer-entry-price-amount-percent{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-slide-offer-entry-price-amount-percent span{font-weight:700}.s-offer-discount-list{margin-top:1.25rem}.s-offer-discount-list > :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))}.s-offer-discount-list-item{display:flex;justify-content:space-between;border-top-width:1px;padding-top:0.625rem}.dark .product-single .s-comments-product .s-offer-discount-list-item span,.dark .product-single .s-comments-product .s-offer-discount-list-item h2{color:var(--dm-text-main)}.s-offer-discount-list-item-money{font-weight:700;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-offer-discount-list-item-discount{font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-discount-list-item-discount{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-discount-list-item-discount span{font-weight:700}.s-offer-bank-wrapper{position:relative;display:flex;min-height:144px;width:100%;flex-direction:column;align-items:center;justify-content:center;border-radius:0.5rem;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));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.5rem}.dark .product-single .s-comments-product .s-offer-bank-wrapper span,.dark .product-single .s-comments-product .s-offer-bank-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-offer-bank-wrapper{align-items:center}.enhanced-features .grid>.s-offer-bank-wrapper{text-align:center}.dark .product-single .s-comments-product .s-offer-bank-wrapper span,.dark .product-single .s-comments-product .s-offer-bank-wrapper h2{color:var(--dm-text-main)}.s-offer-bank-wrapper:hover{--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 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px 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)}.s-offer-bank-wrapper-multi-spacer{margin-top:1.25rem}.s-offer-bank-wrapper-sinlge-item{display:flex;align-items:center;gap:0.75rem}.dark .product-single .s-comments-product .s-offer-bank-wrapper-sinlge-item span,.dark .product-single .s-comments-product .s-offer-bank-wrapper-sinlge-item h2{color:var(--dm-text-main)}.enhanced-features .s-offer-bank-wrapper-sinlge-item{align-items:center}.enhanced-features .grid>.s-offer-bank-wrapper-sinlge-item{text-align:center}.dark .product-single .s-comments-product .s-offer-bank-wrapper-sinlge-item span,.dark .product-single .s-comments-product .s-offer-bank-wrapper-sinlge-item h2{color:var(--dm-text-main)}.s-offer-bank-logo{margin-bottom:0.25rem;display:flex;height:5rem;width:5rem;align-items:center;border-radius:0.25rem}.dark .product-single .s-comments-product .s-offer-bank-logo span,.dark .product-single .s-comments-product .s-offer-bank-logo h2{color:var(--dm-text-main)}.enhanced-features .s-offer-bank-logo{align-items:center}.enhanced-features .grid>.s-offer-bank-logo{text-align:center}.dark .product-single .s-comments-product .s-offer-bank-logo span,.dark .product-single .s-comments-product .s-offer-bank-logo h2{color:var(--dm-text-main)}.s-offer-bank-logo img{height:100%;max-height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.s-offer-bank-payment-wrapper{display:flex;min-width:84px;justify-content:center}.dark .product-single .s-comments-product .s-offer-bank-payment-wrapper span,.dark .product-single .s-comments-product .s-offer-bank-payment-wrapper h2{color:var(--dm-text-main)}.s-offer-bank-payment-single{display:flex;height:2rem;width:3rem;align-items:center;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.dark .product-single .s-comments-product .s-offer-bank-payment-single span,.dark .product-single .s-comments-product .s-offer-bank-payment-single h2{color:var(--dm-text-main)}.enhanced-features .s-offer-bank-payment-single{align-items:center}.enhanced-features .grid>.s-offer-bank-payment-single{text-align:center}.dark .product-single .s-comments-product .s-offer-bank-payment-single span,.dark .product-single .s-comments-product .s-offer-bank-payment-single h2{color:var(--dm-text-main)}.s-offer-bank-payment-single img{height:-moz-fit-content;height:fit-content;width:100%;-o-object-fit:contain;object-fit:contain}.s-offer-bank-payment-discount-percent{position:absolute;top:-1rem;left:auto;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1));padding:0.25rem;font-size:0.75rem;line-height:1rem;font-weight:400;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-offer-bank-payment-discount-percent{transition:all .3s}input[type=radio].sr-only:checked~div.s-offer-bank-payment-discount-percent{border-color:var(--color-main)}.mobile-nav span.s-offer-bank-payment-discount-percent{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.badge.s-offer-bank-payment-discount-percent:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-offer-bank-message{width:100%}.s-offer-bank-message h2{max-width:92%;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}.s-offer-bank-message p{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400;line-height:1.5;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-bank-message p{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-bank-message-amount{font-weight:700;--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}.s-offer-bank-payment-nav{margin-left:3.5rem !important;margin-right:3.5rem !important}.s-offer-.s-slider-block__title{position:relative;margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-offer-.s-slider-block__title.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-offer-.s-slider-block__title.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-offer-.s-slider-block__title.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-.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));--tw-content:'ee30';content:'ee30';content:var(--tw-content)}.s-offer-.s-slider-block__title:where([dir="ltr"], [dir="ltr"] *)::before{content:var(--tw-content);left:0px}.s-offer-.s-slider-block__title:where([dir="rtl"], [dir="rtl"] *)::before{content:var(--tw-content);right:0px}.s-offer-.s-offer-wrapper .s-slider-block__title h2{z-index:0;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-offer-.s-offer-wrapper .s-slider-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.s-offer-.s-offer-wrapper .s-slider-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-offer-.s-offer-wrapper .s-slider-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.s-offer-.s-offer-wrapper .s-slider-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-offer-.s-offer-wrapper .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}.s-offer-wrapper .s-slider-block__title::before{content:\ee30;font-family:sallaicons;position:absolute;top:1rem;font-size:3rem;font-weight:400;line-height:1;z-index:-1;color:rgba(254, 242, 242, 1)}.s-offer-modal-body{display:flex;overflow-x:auto;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;gap:24px;padding-bottom:32px;-webkit-overflow-scrolling:touch;}.s-offer-modal-body::-webkit-scrollbar{display:none}.s-offer-modal-badge{margin-bottom:0.625rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-top:0.625rem;padding-bottom:0.625rem;padding-left:1rem;padding-right:1rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.enhanced-features .s-offer-modal-badge{align-items:center}.enhanced-features .grid>.s-offer-modal-badge{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-modal-badge:where([dir="ltr"], [dir="ltr"] *){margin-left:0.625rem}.s-offer-modal-badge:where([dir="rtl"], [dir="rtl"] *){margin-left:0.625rem}.s-offer-modal-badge-icon:where([dir="ltr"], [dir="ltr"] *){margin-left:0.375rem}.s-offer-modal-badge-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.375rem}.s-offer-modal-badge-icon svg{margin-bottom:1rem;display:inline-block;height:1.5rem;width:1.5rem;fill:var(--color-primary)}.s-offer-modal-badge-text{font-size:0.875rem;line-height:1.25rem;font-weight:700}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-badge-text{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-modal-cat-item.swiper-slide{margin-top:1rem;margin-bottom:1rem;display:flex;height:9rem;max-width:180px;flex-direction:column;align-items:center;justify-content:center;border-radius:0.375rem;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));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;text-align:center;--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, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .s-offer-modal-cat-item.swiper-slide span,.dark .product-single .s-comments-product .s-offer-modal-cat-item.swiper-slide h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-offer-modal-cat-item.swiper-slide{color:var(--footer-text-color)}.enhanced-features .s-offer-modal-cat-item.swiper-slide{align-items:center}.enhanced-features .grid>.s-offer-modal-cat-item.swiper-slide{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-modal-cat-item.swiper-slide.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-modal-cat-item.swiper-slide.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-offer-modal-cat-item.swiper-slide .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-offer-modal-cat-item.swiper-slide span,.dark .product-single .s-comments-product .s-offer-modal-cat-item.swiper-slide h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-offer-modal-cat-item.swiper-slide.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.s-offer-modal-cat-item.swiper-slide.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-modal-cat-item.swiper-slide:hover{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));--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)}.s-offer-modal-product.swiper-slide{display:flex;width:70%;flex-shrink:0;flex-grow:1;flex-direction:column}.dark .product-single .s-comments-product .s-offer-modal-product.swiper-slide span,.dark .product-single .s-comments-product .s-offer-modal-product.swiper-slide h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-offer-modal-product.swiper-slide{width:40%}}@media (min-width: 1024px){.s-offer-modal-product.swiper-slide{width:28%}}.s-offer-modal-product-image-wrap{position:relative;margin-bottom:1rem;display:block;height:8rem;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-modal-product-image-wrap.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-modal-product-image-wrap.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-offer-modal-product-image-wrap.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-modal-product-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.s-offer-modal-not-available{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);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)}.s-offer-modal-product-info{margin-bottom:1rem}.s-offer-modal-product-name{margin-bottom:0.375rem;display:inline-block;width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, 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:150ms}.s-offer-modal-product-name:hover{color:var(--color-primary)}.s-offer-modal-product-price{margin-bottom:1.25rem;display:flex;width:100%;align-items:center;font-size:0.875rem;line-height:1.25rem;font-weight:700}.dark .product-single .s-comments-product .s-offer-modal-product-price span,.dark .product-single .s-comments-product .s-offer-modal-product-price h2{color:var(--dm-text-main)}.enhanced-features .s-offer-modal-product-price{align-items:center}.enhanced-features .grid>.s-offer-modal-product-price{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.s-offer-modal-product-price.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-offer-modal-product-price.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-offer-modal-product-price span,.dark .product-single .s-comments-product .s-offer-modal-product-price h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-product-price{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.s-offer-modal-product-price.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-offer-modal-product-price{margin-bottom:0px}}@media (min-width: 640px){.s-offer-modal-product-price:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}.s-offer-modal-product-price:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}}.s-offer-modal-product-sale-price{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.s-offer-modal-product-old-price{margin-left:0.25rem;margin-right:0.25rem;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));text-decoration-line:line-through}.footer-is-dark .store-footer .s-offer-modal-product-old-price{color:var(--footer-text-color)}.mobile-nav span.s-offer-modal-product-old-price{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-offer-modal-btn-wrap{margin-top:auto}.s-offer-modal-header-icon{display:inline-flex;height:4rem;width:4rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.enhanced-features .s-offer-modal-header-icon{align-items:center}.enhanced-features .grid>.s-offer-modal-header-icon{text-align:center}@media (min-width: 640px){.s-offer-modal-header-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-offer-modal-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-offer-modal-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-offer-modal-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-offer-modal-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-offer-modal-header-icon svg{height:1.75rem;width:1.75rem;flex-shrink:0;fill:#9ca3af}.s-offer-modal-footer{margin-top:1rem;display:flex;flex-direction:column;justify-content:space-between;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-offer-modal-footer span,.dark .product-single .s-comments-product .s-offer-modal-footer h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-offer-modal-footer{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-offer-modal-footer span,.dark .product-single .s-comments-product .s-offer-modal-footer h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-footer{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-offer-modal-footer{margin-top:2rem;flex-direction:row}}.s-offer-modal-expiry{margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-offer-modal-expiry.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-offer-modal-expiry.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-offer-modal-expiry.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-offer-modal-expiry{margin-bottom:0px}}.s-offer-modal-remember-label{display:flex;cursor:pointer;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}.s-offer-modal-remember-label *{pointer-events:none}.dark .product-single .s-comments-product .s-offer-modal-remember-label span,.dark .product-single .s-comments-product .s-offer-modal-remember-label h2{color:var(--dm-text-main)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-offer-modal-remember-label span,.dark .product-single .s-comments-product .s-offer-modal-remember-label h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-remember-label{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-modal-remember-label:hover{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}@media (min-width: 640px){.s-offer-modal-remember-label:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}.s-offer-modal-remember-label:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}}.s-offer-modal-remember-input{height:1.5rem;width:1.5rem;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));color:var(--color-primary)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-modal-remember-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-offer-modal-remember-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-offer-modal-remember-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-offer-modal-remember-input:focus{--tw-ring-color:transparent}.s-offer-modal-slider-centered .swiper-wrapper{justify-content:center}.s-offer-modal-slider-centered .s-offer-modal-slider-item{display:flex;max-width:28%;flex-shrink:0;flex-grow:1;flex-direction:column}.dark .product-single .s-comments-product .s-offer-modal-slider-centered .s-offer-modal-slider-item span,.dark .product-single .s-comments-product .s-offer-modal-slider-centered .s-offer-modal-slider-item h2{color:var(--dm-text-main)}.s-offer-modal-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-offer-modal-skeleton span,.dark .product-single .s-comments-product .s-offer-modal-skeleton h2{color:var(--dm-text-main)}.enhanced-features .s-offer-modal-skeleton{align-items:center}.enhanced-features .grid>.s-offer-modal-skeleton{text-align:center}.dark .product-single .s-comments-product .s-offer-modal-skeleton span,.dark .product-single .s-comments-product .s-offer-modal-skeleton h2{color:var(--dm-text-main)}.s-offer-modal-skeleton-items{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;width:100%;align-items:center}.dark .product-single .s-comments-product .s-offer-modal-skeleton-items span,.dark .product-single .s-comments-product .s-offer-modal-skeleton-items h2{color:var(--dm-text-main)}.enhanced-features .s-offer-modal-skeleton-items{align-items:center}.enhanced-features .grid>.s-offer-modal-skeleton-items{text-align:center}.dark .product-single .s-comments-product .s-offer-modal-skeleton-items span,.dark .product-single .s-comments-product .s-offer-modal-skeleton-items h2{color:var(--dm-text-main)}.s-offer-modal-skeleton-item{cursor:inherit !important}.s-offer-modal-skeleton-item{position:relative;margin-right:1.25rem;width:33.333333%;text-align:center}.sq-awesome-banners .banner-outer.s-offer-modal-skeleton-item .banner-texts{text-align:center}.s-offer-modal-skeleton-item:last-child{margin-right:0px}.s-offer-modal-skeleton-item:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:1.25rem}.s-offer-modal-skeleton-item:last-child:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}.s-offer-modal-skeleton-header{width:100%}.s-offer-modal-skeleton-header salla-skeleton{margin-left:auto;margin-right:auto}.s-offer-modal-skeleton-header salla-skeleton:nth-child(1){margin-bottom:1.25rem}.s-offer-modal-skeleton-header salla-skeleton:nth-child(2){margin-bottom:0.75rem}.s-offer-modal-skeleton-header salla-skeleton:nth-child(3){margin-bottom:1.25rem}.s-offer-modal-skeleton-item-subtitle{display:flex;width:100%;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-offer-modal-skeleton-item-subtitle span,.dark .product-single .s-comments-product .s-offer-modal-skeleton-item-subtitle h2{color:var(--dm-text-main)}.enhanced-features .s-offer-modal-skeleton-item-subtitle{align-items:center}.enhanced-features .grid>.s-offer-modal-skeleton-item-subtitle{text-align:center}.dark .product-single .s-comments-product .s-offer-modal-skeleton-item-subtitle span,.dark .product-single .s-comments-product .s-offer-modal-skeleton-item-subtitle h2{color:var(--dm-text-main)}.s-offer-modal-skeleton-item-subtitle div svg{height:1rem;width:1rem;fill:currentColor;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}.s-offer-modal-skeleton-item-title{margin-top:0.75rem;margin-bottom:0.75rem}.s-offer-modal-skeleton-footer{margin-top:1.5rem;display:flex;width:100%;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-offer-modal-skeleton-footer span,.dark .product-single .s-comments-product .s-offer-modal-skeleton-footer h2{color:var(--dm-text-main)}.enhanced-features .s-offer-modal-skeleton-footer{align-items:center}.enhanced-features .grid>.s-offer-modal-skeleton-footer{text-align:center}.dark .product-single .s-comments-product .s-offer-modal-skeleton-footer span,.dark .product-single .s-comments-product .s-offer-modal-skeleton-footer h2{color:var(--dm-text-main)}.s-offer-modal-discount-table{width:100%;border-width:1px;--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1))}.s-offer-modal-discount-table table{width:100%;text-align:left;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(119, 119, 119, 1);color:rgba(119, 119, 119, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-offer-modal-discount-table table .banner-texts{text-align:left}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-offer-modal-discount-table table{font-size:.8rem;margin-left:0;display:inline-block}.s-offer-modal-discount-table tr{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(252, 252, 252, 1);background-color:rgba(252, 252, 252, var(--tw-bg-opacity, 1))}.s-offer-modal-discount-table tr:last-child{border-bottom-width:0px}.s-offer-modal-discount-table tr td{padding-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.5rem}.s-offer-modal-discount-table tr td:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-offer-modal-discount-table-cell{text-align:right}.sq-awesome-banners .banner-outer.s-offer-modal-discount-table-cell .banner-texts{text-align:right}.s-offer-modal-discount-table-cell:where([dir="rtl"], [dir="rtl"] *){text-align:left !important}.s-offer-modal-type-discounts-table .s-modal-body{position:relative !important}.s-order-summary-wrapper{display:grid;grid-gap:0.625rem;gap:0.625rem}.s-block--features-products.two-cols .s-order-summary-wrapper .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-order-summary-wrapper{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-order-summary-wrapper>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-order-summary-wrapper{padding-bottom:1rem}.sq-awesome-banners .s-order-summary-wrapper.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-order-summary-wrapper:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-order-summary-wrapper:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-order-summary-wrapper.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-order-summary-item{border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));padding:1.25rem;text-align:left}@media only screen and (max-width: 1024px){.animated-text-outer.s-order-summary-item .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-order-summary-item .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-order-summary-item{text-align:right}[dir=ltr] .s-order-summary-item{text-align:left}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-order-summary-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-order-summary-item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-order-summary-item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-order-summary-item-title{font-weight:bold;margin-bottom:1.25rem;unicode-bidi:plaintext}.s-order-summary-item-download{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-order-summary-item-download{font-size:.8rem;margin-left:0;display:inline-block}.s-order-summary-code-item-wrapper{margin-bottom:0.5rem;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity:1;border-bottom-color:rgba(229, 231, 235, 1);border-bottom-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding-bottom:0.5rem}.enhanced-features .s-order-summary-code-item-wrapper{align-items:center}.enhanced-features .grid>.s-order-summary-code-item-wrapper{text-align:center}.s-order-summary-code-item-wrapper:last-child{margin-bottom:0px;border-width:0px;padding-bottom:0px}@media (min-width: 768px){.s-order-summary-code-item-wrapper{display:flex}}.s-order-summary-code-item-wrapper p{display:flex;align-items:center;font-size:1rem;line-height:1.5rem;line-height:1}.dark .product-single .s-comments-product .s-order-summary-code-item-wrapper p span,.dark .product-single .s-comments-product .s-order-summary-code-item-wrapper p h2{color:var(--dm-text-main)}.enhanced-features .s-order-summary-code-item-wrapper p{align-items:center}.enhanced-features .grid>.s-order-summary-code-item-wrapper p{text-align:center}.dark .product-single .s-comments-product .s-order-summary-code-item-wrapper p span,.dark .product-single .s-comments-product .s-order-summary-code-item-wrapper p h2{color:var(--dm-text-main)}.s-order-summary-digital-item-wrapper{display:flex;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.dark .product-single .s-comments-product .s-order-summary-digital-item-wrapper span,.dark .product-single .s-comments-product .s-order-summary-digital-item-wrapper h2{color:var(--dm-text-main)}.s-order-summary-digital-item-wrapper:last-child{padding-bottom:0px}.s-order-summary-item-copy-button span svg{pointer-events:none;display:inline;height:12px;width:12px;vertical-align:baseline}.s-order-summary-item-copy-button span svg:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}.s-order-summary-item-copy-button span svg:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}.s-order-summary-code-item-wrapper p span svg{display:inline;height:1.25rem;width:1.25rem;fill:#6b7280;vertical-align:baseline}.s-order-summary-code-item-wrapper p span svg:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}.s-order-summary-code-item-wrapper p span svg:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}.s-order-summary-digital-item-wrapper div span:last-of-type{display:inline-block}.s-order-summary-digital-item-wrapper span svg{display:inline-block;height:14px;width:14px;vertical-align:baseline}.s-order-summary-digital-item-wrapper span svg:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}.s-order-summary-digital-item-wrapper span svg:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}.s-order-summary-item-copy-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))}.s-order-summary-digital-item-wrapper .s-order-summary-item-download span{position:relative;top:1px}.s-order-summary-digital-item-wrapper .s-order-summary-item-download span svg{margin-left:0px;margin-right:0px;height:18px;width:18px;--tw-translate-y:2px;transform:translate(var(--tw-translate-x), 2px) 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));fill:var(--color-primary)}.s-orders-container > :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))}@media (min-width: 768px){.s-orders-container > :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))}}.s-orders-mobile-title{display:inline-block;width:8rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-orders-mobile-title{color:var(--footer-text-color)}@media (min-width: 768px){.s-orders-mobile-title{display:none}}.s-orders-reference-id{display:none}#app.index .salla-advertisement:not(.s-orders-reference-id)~.store-header{--header-top: 40px}@media (min-width: 768px){.s-orders-reference-id{display:inline-block}}.s-orders-buy-as-gift-icon{margin-left:0.25rem;margin-right:0.25rem;display:inline-block;color:var(--color-primary)}.s-orders-copy-to-clipboard-button{display:flex;align-items:center}.dark .product-single .s-comments-product .s-orders-copy-to-clipboard-button span,.dark .product-single .s-comments-product .s-orders-copy-to-clipboard-button h2{color:var(--dm-text-main)}.enhanced-features .s-orders-copy-to-clipboard-button{align-items:center}.enhanced-features .grid>.s-orders-copy-to-clipboard-button{text-align:center}.dark .product-single .s-comments-product .s-orders-copy-to-clipboard-button span,.dark .product-single .s-comments-product .s-orders-copy-to-clipboard-button h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-orders-copy-to-clipboard-button{display:none}}.s-orders-copy-to-clipboard-button salla-button{position:relative}.s-orders-copy-to-clipboard-button-icon{pointer-events:none;font-size:0.75rem;line-height:1rem}.mobile-nav span.s-orders-copy-to-clipboard-button-icon{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-orders-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}.s-orders-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}@media (min-width: 768px){.s-orders-status-container{margin-left:0px;margin-right:0px}}.s-orders-status-container:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}.s-orders-status-container:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}.s-orders-status-container i{margin-top:0.25rem}.s-orders-status-container i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}.s-orders-status-container i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}.s-orders-status-rated{font-size:1.125rem;line-height:1.75rem}.header-menu-icon.py-5.s-orders-status-rated{padding-top:.4rem;padding-bottom:.4rem}.s-orders-status-rated.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-orders-status-rated{padding-top:.4rem;padding-bottom:.4rem}.s-orders-status-rated.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-orders-status-rated:where([dir="ltr"], [dir="ltr"] *){margin-left:1rem}.s-orders-status-rated:where([dir="rtl"], [dir="rtl"] *){margin-right:1rem}.s-orders-rated-text{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}.s-orders-unrated-text{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}.s-orders-no-content{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))}.dark .product-single .s-comments-product .s-orders-no-content span,.dark .product-single .s-comments-product .s-orders-no-content h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-orders-no-content{color:var(--footer-text-color)}.enhanced-features .s-orders-no-content{align-items:center}.enhanced-features .grid>.s-orders-no-content{text-align:center}.dark .product-single .s-comments-product .s-orders-no-content span,.dark .product-single .s-comments-product .s-orders-no-content h2{color:var(--dm-text-main)}.s-orders-no-content .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))}.dark .product-single .s-comments-product .s-orders-no-content .icon span,.dark .product-single .s-comments-product .s-orders-no-content .icon h2{color:var(--dm-text-main)}.enhanced-features .s-orders-no-content .icon{align-items:center}.enhanced-features .grid>.s-orders-no-content .icon{text-align:center}.dark .product-single .s-comments-product .s-orders-no-content .icon span,.dark .product-single .s-comments-product .s-orders-no-content .icon h2{color:var(--dm-text-main)}.s-orders-no-content 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-orders-table{min-width:100%;border-collapse:separate}@media (min-width: 768px){.s-orders-table{margin-bottom:-0.75rem;--tw-border-spacing-y:1.25rem;border-spacing:var(--tw-border-spacing-x) 1.25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}}.s-orders-table-head{margin-bottom:1.25rem;display:none;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}#app.index .salla-advertisement:not(.s-orders-table-head)~.store-header{--header-top: 40px}.dark .cart:not(.norm-loy) .shadow-default.s-orders-table-head.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-orders-table-head.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-orders-table-head.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-orders-table-head{display:table-header-group}}.s-orders-table-head-tr-th{padding-left:1.5rem;padding-right:1.5rem;text-align:left;font-size:0.875rem;line-height:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}@media only screen and (max-width: 1024px){.animated-text-outer.s-orders-table-head-tr-th .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-orders-table-head-tr-th .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-orders-table-head-tr-th{text-align:right}[dir=ltr] .s-orders-table-head-tr-th{text-align:left}custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-head-tr-th{font-size:.8rem;margin-left:0;display:inline-block}.s-orders-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *){text-align:left}.s-orders-table-head-tr-th:last-child:where([dir="ltr"], [dir="ltr"] *){text-align:right}.s-orders-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-orders-table-head-tr-th:last-child:where([dir="rtl"], [dir="rtl"] *){text-align:left}.s-orders-table-tbody-tr{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;border-radius:0.25rem;border-bottom-width:8px;border-top-width:8px;--tw-border-opacity:1;border-color:rgba(249, 250, 251, 1);border-color:rgba(249, 250, 251, 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));padding:0.5rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .s-orders-table-tbody-tr span,.dark .product-single .s-comments-product .s-orders-table-tbody-tr h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-orders-table-tbody-tr{display:table-row;flex-direction:row;flex-wrap:nowrap;padding:0px}}.s-orders-table-tbody-tr-shadow:hover{box-shadow:5px 10px 30px rgba(43,45,52,0.05098)}.s-orders-table-tbody-tr-td{width:100%;white-space:nowrap;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-orders-table-tbody-tr-td{font-size:.8rem;margin-left:0;display:inline-block}.s-orders-table-tbody-tr-td:first-child{font-weight:700}@media (min-width: 768px){.s-orders-table-tbody-tr-td{height:5rem;width:auto}.s-orders-table-tbody-tr-td:last-child{text-align:right}.s-orders-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.s-orders-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}}.s-orders-table-tbody-tr-td:first-child{font-weight:700}.s-orders-table-tbody-tr-td-content{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem}.dark .product-single .s-comments-product .s-orders-table-tbody-tr-td-content span,.dark .product-single .s-comments-product .s-orders-table-tbody-tr-td-content h2{color:var(--dm-text-main)}.enhanced-features .s-orders-table-tbody-tr-td-content{align-items:center}.enhanced-features .grid>.s-orders-table-tbody-tr-td-content{text-align:center}.dark .product-single .s-comments-product .s-orders-table-tbody-tr-td-content span,.dark .product-single .s-comments-product .s-orders-table-tbody-tr-td-content h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-orders-table-tbody-tr-td-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}.s-orders-table-tbody-tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}input[type=radio].sr-only div.s-orders-table-tbody-tr a{transition:all .3s}input[type=radio].sr-only:checked~div.s-orders-table-tbody-tr a{border-color:var(--color-main)}.badge.s-orders-table-tbody-tr a:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-orders-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *){left:0px}.s-orders-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *){right:0px}.s-payments-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:0.5rem}.dark .product-single .s-comments-product .s-payments-list span,.dark .product-single .s-comments-product .s-payments-list h2{color:var(--dm-text-main)}.s-payments-list:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-payments-list-item{display:flex;height:2rem;width:3rem;align-items:center;justify-content:center;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.25rem}.dark .product-single .s-comments-product .s-payments-list-item span,.dark .product-single .s-comments-product .s-payments-list-item h2{color:var(--dm-text-main)}.enhanced-features .s-payments-list-item{align-items:center}.enhanced-features .grid>.s-payments-list-item{text-align:center}.dark .product-single .s-comments-product .s-payments-list-item span,.dark .product-single .s-comments-product .s-payments-list-item h2{color:var(--dm-text-main)}.s-payments-list-item img{max-height:100%;-o-object-fit:contain;object-fit:contain}.s-payments-sbc-image{height:1.5rem;border-radius:0.125rem;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.s-payments-sbc-image:hover{opacity:0.8}.s-placeholder-title{margin-bottom:0.25rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}.s-placeholder-description{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-placeholder-description{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-placeholder-description{font-size:.8rem;margin-left:0;display:inline-block}.s-placeholder-icon{margin-bottom:1rem;fill:#e5e7eb}.s-placeholder-align-left{text-align:left}.sq-awesome-banners .banner-outer.s-placeholder-align-left .banner-texts{text-align:left}.s-placeholder-align-center{text-align:center}.sq-awesome-banners .banner-outer.s-placeholder-align-center .banner-texts{text-align:center}.s-placeholder-align-right{text-align:right}.sq-awesome-banners .banner-outer.s-placeholder-align-right .banner-texts{text-align:right}.s-placeholder-align-right > .s-placeholder-icon{display:flex;align-items:center;justify-content:flex-end}.dark .product-single .s-comments-product .s-placeholder-align-right > .s-placeholder-icon span,.dark .product-single .s-comments-product .s-placeholder-align-right > .s-placeholder-icon h2{color:var(--dm-text-main)}.enhanced-features .s-placeholder-align-right > .s-placeholder-icon{align-items:center}.enhanced-features .grid>.s-placeholder-align-right > .s-placeholder-icon{text-align:center}.dark .product-single .s-comments-product .s-placeholder-align-right > .s-placeholder-icon span,.dark .product-single .s-comments-product .s-placeholder-align-right > .s-placeholder-icon h2{color:var(--dm-text-main)}.s-placeholder-align-right > .s-placeholder-icon:where([dir="rtl"], [dir="rtl"] *){justify-content:flex-start}.s-placeholder-align-center > .s-placeholder-icon{display:flex;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-placeholder-align-center > .s-placeholder-icon span,.dark .product-single .s-comments-product .s-placeholder-align-center > .s-placeholder-icon h2{color:var(--dm-text-main)}.enhanced-features .s-placeholder-align-center > .s-placeholder-icon{align-items:center}.enhanced-features .grid>.s-placeholder-align-center > .s-placeholder-icon{text-align:center}.dark .product-single .s-comments-product .s-placeholder-align-center > .s-placeholder-icon span,.dark .product-single .s-comments-product .s-placeholder-align-center > .s-placeholder-icon h2{color:var(--dm-text-main)}.s-placeholder-icon-xs > svg{height:1.5rem;width:1.5rem}.s-placeholder-icon-sm > svg{height:2.5rem;width:2.5rem}.s-placeholder-icon-md > svg{height:3.5rem;width:3.5rem}.s-placeholder-icon-lg > svg{height:4rem;width:4rem}.s-placeholder-icon-xl > svg{height:5rem;width:5rem}.s-placeholder-icon-xxl > svg{height:6rem;width:6rem}.s-placeholder-icon-xxxl > svg{height:7rem;width:7rem}.s-placeholder-icon-xs > i{font-size:20px}.s-placeholder-icon-sm > i{font-size:35px}.s-placeholder-icon-md > i{font-size:45px}.s-placeholder-icon-lg > i{font-size:58px}.s-placeholder-icon-xl > i{font-size:75px}.s-placeholder-icon-xxl > i{font-size:85px}.s-placeholder-icon-xxxl > i{font-size:100px}.s-placeholder-wrapper{margin-top:3rem;margin-bottom:3rem;display:block}.s-price-range-input{pointer-events:none;position:absolute;z-index:20;height:0.5rem;width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}.s-price-range-input *{pointer-events:none}input[type=radio].sr-only div.s-price-range-input{transition:all .3s}input[type=radio].sr-only:checked~div.s-price-range-input{border-color:var(--color-main)}.badge.s-price-range-input:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-price-range-bar{position:absolute;left:0px;right:0px;bottom:0px;top:0px;z-index:10;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}input[type=radio].sr-only div.s-price-range-bar{transition:all .3s}input[type=radio].sr-only:checked~div.s-price-range-bar{border-color:var(--color-main)}.badge.s-price-range-bar:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-price-range-bar.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-price-range-bar.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-price-range-bar.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-price-range-bar-container{position:relative;z-index:10;height:0.5rem}.s-price-range-active-bar{position:absolute;top:0px;bottom:0px;z-index:20;border-radius:0.375rem;background-color:var(--color-primary)}input[type=radio].sr-only div.s-price-range-active-bar{transition:all .3s}input[type=radio].sr-only:checked~div.s-price-range-active-bar{border-color:var(--color-main)}.animated-ads--content .ad-ul.s-price-range-active-bar{background-color:#222222;background-color:var(--color-primary, #222222)}.badge.s-price-range-active-bar:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-price-range-active-bar.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-price-range-active-bar.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-price-range-active-bar.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-price-range-left-handle{position:absolute;top:0px;left:0px;z-index:30;margin-top:-0.25rem;margin-left:-0px;height:1rem;width:1rem;cursor:pointer;border-radius:9999px;background-color:var(--color-primary);--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)}.s-price-range-left-handle *{pointer-events:none}input[type=radio].sr-only div.s-price-range-left-handle{transition:all .3s}input[type=radio].sr-only:checked~div.s-price-range-left-handle{border-color:var(--color-main)}.animated-ads--content .ad-ul.s-price-range-left-handle{background-color:#222222;background-color:var(--color-primary, #222222)}.badge.s-price-range-left-handle:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-price-range-right-handle{position:absolute;top:0px;right:0px;z-index:30;margin-top:-0.25rem;margin-right:-0px;height:1rem;width:1rem;cursor:pointer;border-radius:9999px;background-color:var(--color-primary);--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)}.s-price-range-right-handle *{pointer-events:none}input[type=radio].sr-only div.s-price-range-right-handle{transition:all .3s}input[type=radio].sr-only:checked~div.s-price-range-right-handle{border-color:var(--color-main)}.animated-ads--content .ad-ul.s-price-range-right-handle{background-color:#222222;background-color:var(--color-primary, #222222)}.badge.s-price-range-right-handle:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-price-range-inputs{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;padding-top:1rem}.dark .product-single .s-comments-product .s-price-range-inputs span,.dark .product-single .s-comments-product .s-price-range-inputs h2{color:var(--dm-text-main)}.enhanced-features .s-price-range-inputs{align-items:center}.enhanced-features .grid>.s-price-range-inputs{text-align:center}.dark .product-single .s-comments-product .s-price-range-inputs span,.dark .product-single .s-comments-product .s-price-range-inputs h2{color:var(--dm-text-main)}.s-price-range-number-input{width:6rem;border-radius:0.25rem;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));padding-right:0.75rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:2.25rem;text-align:center;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-price-range-number-input .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-number-input{font-size:.8rem;margin-left:0;display:inline-block}.s-price-range-number-input:focus{--tw-border-opacity:1;border-color:rgba(156, 163, 175, 1);border-color:rgba(156, 163, 175, var(--tw-border-opacity, 1))}.s-price-range-gray-text{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-price-range-gray-text{font-size:.8rem;margin-left:0;display:inline-block}.s-price-range-currency{pointer-events:none;position:absolute;top:0px;bottom:0px;left:0px;display:flex;align-items:center;padding-left:0.5rem;padding-right:0.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-price-range-currency{transition:all .3s}input[type=radio].sr-only:checked~div.s-price-range-currency{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-price-range-currency span,.dark .product-single .s-comments-product .s-price-range-currency h2{color:var(--dm-text-main)}.enhanced-features .s-price-range-currency{align-items:center}.enhanced-features .grid>.s-price-range-currency{text-align:center}.badge.s-price-range-currency:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-price-range-currency span,.dark .product-single .s-comments-product .s-price-range-currency h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-price-range-currency{font-size:0.875rem;line-height:1.25rem}}.s-price-range-relative{position:relative}.s-product-availability-wrap{width:100%}.s-product-availability-subscribed{display:flex;width:100%;align-items:center;justify-content:center;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-product-availability-subscribed span,.dark .product-single .s-comments-product .s-product-availability-subscribed h2{color:var(--dm-text-main)}.enhanced-features .s-product-availability-subscribed{align-items:center}.enhanced-features .grid>.s-product-availability-subscribed{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-availability-subscribed.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-availability-subscribed.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-product-availability-subscribed span,.dark .product-single .s-comments-product .s-product-availability-subscribed h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-subscribed{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-product-availability-subscribed.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-availability-subs-icon svg{margin-left:0.5rem;margin-right:0.5rem;width:1.25rem;fill:#22c55e}.s-product-availability-body{position:relative;z-index:50}.s-product-availability-header-icon{display:inline-flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.enhanced-features .s-product-availability-header-icon{align-items:center}.enhanced-features .grid>.s-product-availability-header-icon{text-align:center}@media (min-width: 640px){.s-product-availability-header-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-product-availability-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-product-availability-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-product-availability-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-product-availability-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-product-availability-header-icon svg{height:1.25rem;width:1.25rem;flex-shrink:0;fill:#9ca3af}.s-product-availability-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))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-label{font-size:.8rem;margin-left:0;display:inline-block}.s-product-availability-label:where([dir="ltr"], [dir="ltr"] *){text-align:left}.s-product-availability-label:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-product-availability-input{height:2.5rem;width:100%;border-radius:0.375rem;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));padding-left:0.75rem;padding-right:0.75rem;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:150ms}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-availability-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-availability-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-availability-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-product-availability-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-availability-input:focus{border-color:var(--color-primary)}.dark *.s-product-availability-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))}.s-product-availability-footer{margin-top:1rem;display:flex;justify-content:space-between}.s-product-availability-footer > :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)))}.dark .product-single .s-comments-product .s-product-availability-footer span,.dark .product-single .s-comments-product .s-product-availability-footer h2{color:var(--dm-text-main)}.s-product-availability-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-product-availability-footer-btn{width:100%}.s-product-availability-error-msg{display:block;height:1.75rem;padding-top:0.25rem;font-size:0.75rem;line-height:1rem;--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}.s-product-availability-error-msg:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}.s-product-availability-error-msg{--tw-border-opacity:1 !important;border-color:rgba(239, 68, 68, 1) !important;border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;--tw-text-opacity:1 !important;color:rgba(239, 68, 68, 1) !important;color:rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important}.mobile-nav span.s-product-availability-error-msg{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-product-card-entry{position:relative;display:flex;height:100%;justify-content:space-between;border-radius:0.25rem;--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}.dark .product-single .s-comments-product .s-product-card-entry span,.dark .product-single .s-comments-product .s-product-card-entry h2{color:var(--dm-text-main)}.s-product-card-shadow:hover{box-shadow:5px 10px 30px rgba(43,45,52,0.05098)}.s-product-card-out-of-stock img.loaded{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);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)}.s-product-card-overlay{position:absolute;top:0px;bottom:0px;left:0px;right:0px;--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1));opacity:0.5;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:700ms}input[type=radio].sr-only div.s-product-card-overlay{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-overlay{border-color:var(--color-main)}.badge.s-product-card-overlay:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-card-overlay:hover{opacity:0.4}.s-product-card-vertical{flex-direction:column}.s-product-card-vertical .s-product-card-image{flex:1 1 0%;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.s-product-card-vertical .s-product-card-wishlist-btn{position:absolute;top:0.5rem;right:0.5rem;opacity:0.75}input[type=radio].sr-only div.s-product-card-vertical .s-product-card-wishlist-btn{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-vertical .s-product-card-wishlist-btn{border-color:var(--color-main)}.badge.s-product-card-vertical .s-product-card-wishlist-btn:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-card-vertical .s-product-card-wishlist-btn:hover{opacity:1}@media (min-width: 768px){.s-product-card-vertical .s-product-card-wishlist-btn{right:0.5rem}}.s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.5rem;right:auto;right:initial}@media (min-width: 768px){.s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.5rem;right:auto;right:initial}}.s-product-card-minimal .s-product-card-wishlist-btn{position:absolute;top:0px;right:0px;opacity:0.75}input[type=radio].sr-only div.s-product-card-minimal .s-product-card-wishlist-btn{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-minimal .s-product-card-wishlist-btn{border-color:var(--color-main)}.badge.s-product-card-minimal .s-product-card-wishlist-btn:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-card-minimal .s-product-card-wishlist-btn:hover{opacity:1}@media (min-width: 768px){.s-product-card-minimal .s-product-card-wishlist-btn{right:0px}}.s-product-card-minimal .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0px;right:auto;right:initial}@media (min-width: 768px){.s-product-card-minimal .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0px;right:auto;right:initial}}.s-product-card-minimal .s-product-card-image{width:8rem}@media (min-width: 640px){.s-product-card-minimal .s-product-card-image{width:14rem}}@media (min-width: 1024px){.s-product-card-minimal .s-product-card-image{width:7rem}}.s-product-card-minimal .s-product-card-content-title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.s-product-card-minimal .s-product-card-content{display:flex;flex:1 1 0%;flex-direction:column;overflow:hidden;padding:1.25rem}.dark .product-single .s-comments-product .s-product-card-minimal .s-product-card-content span,.dark .product-single .s-comments-product .s-product-card-minimal .s-product-card-content h2{color:var(--dm-text-main)}.s-product-card-minimal .s-product-card-wishlist-btn button{margin:0px;background-color:transparent}.s-product-card-minimal .s-product-card-wishlist-btn button svg, .s-product-card-full-image .s-product-card-wishlist-btn button svg{height:1rem;width:1rem;fill:#fff}.s-product-card-vertical .s-product-card-wishlist-btn button{--tw-bg-opacity:1 !important;background-color:rgba(255, 255, 255, 1) !important;background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important}.s-product-card-vertical .s-product-card-wishlist-btn button{margin:0px}.s-product-card-wishlist-btn button:hover svg{fill:#4b5563}.s-product-card-fit-height .s-product-card-image{height:11rem;max-height:15rem}.s-product-card-quantity{position:absolute;bottom:0.25rem;left:50%;z-index:1;max-width:calc(100% - 60px);--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));border-radius:0.25rem;--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.625rem;padding-right:0.625rem;padding-top:0.375rem;padding-bottom:0.375rem;font-size:0.75rem;line-height:1rem;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.s-product-card-quantity{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-quantity{border-color:var(--color-main)}.mobile-nav span.s-product-card-quantity{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.badge.s-product-card-quantity:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 768px){.s-product-card-quantity{padding-top:0.5rem;padding-bottom:0.5rem}}.s-product-card-promotion-title{position:absolute;top:1rem;left:0px;z-index:1;max-width:calc(100% - 60px);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;--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.625rem;padding-right:0.625rem;padding-top:0.375rem;padding-bottom:0.375rem;font-size:0.75rem;line-height:1rem;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.s-product-card-promotion-title{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-promotion-title{border-color:var(--color-main)}.mobile-nav span.s-product-card-promotion-title{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.badge.s-product-card-promotion-title:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 768px){.s-product-card-promotion-title{padding-top:0.5rem;padding-bottom:0.5rem}}.s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px;left:auto;left:initial;border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-right-radius:0px;border-bottom-right-radius:0px}.s-product-card-out-badge{position:absolute;bottom:0.5rem;left:50%;z-index:1;max-width:calc(100% - 60px);--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));border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-left:0.625rem;padding-right:0.625rem;padding-top:0.375rem;padding-bottom:0.375rem;font-size:0.75rem;line-height:1rem;font-weight:700;--tw-text-opacity:1;color:rgba(153, 153, 153, 1);color:rgba(153, 153, 153, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-product-card-out-badge{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-out-badge{border-color:var(--color-main)}.mobile-nav span.s-product-card-out-badge{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.badge.s-product-card-out-badge:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-card-out-badge.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-card-out-badge.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-card-out-badge.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-product-card-out-badge{padding-top:0.5rem;padding-bottom:0.5rem}}.s-product-card-image{position:relative;height:100%;width:100%;flex-shrink:0;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-product-card-image::before{position:absolute;top:50%;left:50%;display:inline-block;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -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));font-size:1.875rem;line-height:2.25rem;content:var(--tw-content);--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}.s-product-card-image:hover{opacity:0.9}.s-product-card-image img{height:100%;width:100%;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.s-product-card-image img.loaded{position:relative;opacity:1}.s-product-card-content{position:relative;display:flex;flex-direction:column;padding:0.75rem}.dark .product-single .s-comments-product .s-product-card-content span,.dark .product-single .s-comments-product .s-product-card-content h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.s-product-card-content.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 640px){.s-product-card-content{padding:1.25rem}}.s-product-card-content-title{margin-bottom:0.625rem;max-width:100%;line-height:1.5rem}.s-product-card-content-subtitle{margin-bottom:0.625rem;font-size:0.875rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-subtitle{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-special .s-product-card-content-main, special .s-product-card-content-sub{padding-right:6rem}.s-product-card-special .s-product-card-content-main:where([dir="rtl"], [dir="rtl"] *), special .s-product-card-content-sub:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem;padding-right:0px}.s-product-card-donation-input{flex:1 1 0%}.s-product-card-donation-input label{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-donation-input label{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-donation-input label span{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.s-product-card-content-title a{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-content-title a{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-content-title a:hover{color:var(--color-primary)}.s-product-card-content-sub{margin-bottom:1.25rem;display:flex;width:100%;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-product-card-content-sub span,.dark .product-single .s-comments-product .s-product-card-content-sub h2{color:var(--dm-text-main)}.enhanced-features .s-product-card-content-sub{align-items:center}.enhanced-features .grid>.s-product-card-content-sub{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-product-card-content-sub.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-card-content-sub.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-product-card-content-sub span,.dark .product-single .s-comments-product .s-product-card-content-sub h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-product-card-content-sub.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-card-rating{display:flex;align-items:center}.s-product-card-rating > :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)))}.s-product-card-rating{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-product-card-rating span,.dark .product-single .s-comments-product .s-product-card-rating h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-product-card-rating{color:var(--footer-text-color)}.enhanced-features .s-product-card-rating{align-items:center}.enhanced-features .grid>.s-product-card-rating{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-product-card-rating span,.dark .product-single .s-comments-product .s-product-card-rating h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-rating{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-rating:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-product-card-rating span svg{margin-bottom:3px;height:1rem;width:1rem;fill:#fbbf24}.s-product-card-content-footer{margin-top:auto;display:flex;align-items:center}.dark .product-single .s-comments-product .s-product-card-content-footer span,.dark .product-single .s-comments-product .s-product-card-content-footer h2{color:var(--dm-text-main)}.enhanced-features .s-product-card-content-footer{align-items:center}.enhanced-features .grid>.s-product-card-content-footer{text-align:center}.dark .product-single .s-comments-product .s-product-card-content-footer span,.dark .product-single .s-comments-product .s-product-card-content-footer h2{color:var(--dm-text-main)}.s-product-card-sale-price > :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)))}.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-product-card-sale-price h4{display:inline-block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price h4{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-sale-price span{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));text-decoration-line:line-through}.footer-is-dark .store-footer .s-product-card-sale-price span{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-sale-price span{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-starting-price{display:flex;width:100%;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-product-card-starting-price span,.dark .product-single .s-comments-product .s-product-card-starting-price h2{color:var(--dm-text-main)}.enhanced-features .s-product-card-starting-price{align-items:center}.enhanced-features .grid>.s-product-card-starting-price{text-align:center}.dark .product-single .s-comments-product .s-product-card-starting-price span,.dark .product-single .s-comments-product .s-product-card-starting-price h2{color:var(--dm-text-main)}.s-product-card-starting-price h4{display:inline-block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-starting-price h4{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-price{font-size:0.875rem;line-height:1.25rem;font-weight:700}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-card-price{font-size:.8rem;margin-left:0;display:inline-block}.s-product-card-image-cover{-o-object-fit:cover;object-fit:cover}.s-product-card-image-contain{-o-object-fit:contain;object-fit:contain}.s-product-card-content-pie{position:absolute;top:0.625rem;right:1.25rem;display:flex;height:72px;width:72px;align-items:center;justify-content:center;color:var(--color-primary)}input[type=radio].sr-only div.s-product-card-content-pie{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-content-pie{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-product-card-content-pie span,.dark .product-single .s-comments-product .s-product-card-content-pie h2{color:var(--dm-text-main)}.enhanced-features .s-product-card-content-pie{align-items:center}.enhanced-features .grid>.s-product-card-content-pie{text-align:center}.badge.s-product-card-content-pie:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-product-card-content-pie span,.dark .product-single .s-comments-product .s-product-card-content-pie h2{color:var(--dm-text-main)}.s-product-card-content-pie:where([dir="rtl"], [dir="rtl"] *){left:1.25rem;right:auto;right:initial}.s-product-card-content-pie span{position:absolute;top:43%;left:50%;display:flex;--tw-translate-y:-50%;--tw-translate-x:-50%;transform:translate(-50%, -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));flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:0.75rem;line-height:1rem;line-height:1;--tw-text-opacity:1;color:rgba(124, 128, 130, 1);color:rgba(124, 128, 130, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-product-card-content-pie span{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-content-pie span{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-product-card-content-pie span span,.dark .product-single .s-comments-product .s-product-card-content-pie span h2{color:var(--dm-text-main)}.enhanced-features .s-product-card-content-pie span{align-items:center}.mobile-nav span.s-product-card-content-pie span{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-product-card-content-pie span{text-align:center}.badge.s-product-card-content-pie span:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.sq-awesome-banners .banner-outer.s-product-card-content-pie span .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-product-card-content-pie span span,.dark .product-single .s-comments-product .s-product-card-content-pie span h2{color:var(--dm-text-main)}.s-product-card-content-pie span b{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--color-primary)}[dir=rtl] .header-innerLeft .s-product-card-content-pie span b+salla-cart-summary{margin-right:.3rem}.s-product-card-content-extra-padding{padding-right:6rem}.s-product-card-content-extra-padding:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem;padding-right:0px}.s-product-card-wishlist-added svg{fill:#ef4444}.s-product-card-horizontal .s-product-card-image{height:auto;width:8rem}@media (min-width: 640px){.s-product-card-horizontal .s-product-card-image{width:14rem}}.s-product-card-horizontal .s-product-card-image:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}.s-product-card-horizontal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}.s-product-card-horizontal .s-product-card-quantity{max-width:none;max-width:initial}.s-product-card-horizontal .s-product-card-content-title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.s-product-card-horizontal .s-product-card-promotion-title{max-width:none;max-width:initial}.s-product-card-horizontal .s-product-card-out-badge{max-width:none;max-width:initial}.s-product-card-horizontal .s-product-card-content{margin-bottom:0.625rem;width:100%}.s-product-card-full-image{height:20rem;overflow:hidden}@media (min-width: 768px){.s-product-card-full-image{height:auto}}.s-product-card-full-image .s-product-card-content{position:absolute;bottom:0px;z-index:10;width:100%;padding-left:2.5rem;padding-right:2.5rem;padding-top:1.25rem;padding-bottom:1.75rem}input[type=radio].sr-only div.s-product-card-full-image .s-product-card-content{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-card-full-image .s-product-card-content{border-color:var(--color-main)}.badge.s-product-card-full-image .s-product-card-content:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-card-full-image img{position:relative;height:100%;width:100%;overflow:hidden;border-radius:0.25rem}.s-product-card-full-image img:hover{opacity:0.9}.s-product-card-full-image .s-product-card-image a{height:100%;width:100%}.s-product-card-full-image .s-product-card-content-title a{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-product-card-full-image .s-product-card-content-title a:hover{color:var(--color-primary)}.s-product-card-full-image .s-product-card-content-subtitle{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-product-card-full-image .s-product-card-price{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-product-card-full-image .s-product-card-sale-price{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-product-card-full-image .s-product-card-sale-price span{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.s-product-card-image-full{width:100%}.s-product-options-wrapper{margin-bottom:1.25rem;display:block;border-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.25rem}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-wrapper.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-wrapper.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-wrapper.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-wrapper.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-options-wrapper.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.s-product-options-wrapper.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-option-container{margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-option-container.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-option-container.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-product-options-option-container.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-option-container:last-child{margin-bottom:0px}.s-product-options-option{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}@media (min-width: 640px){.s-product-options-option{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));align-items:flex-start;grid-gap:1rem;gap:1rem}}.s-product-options-option-error .s-product-options-option-label{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-product-options-option-content{margin-top:0.25rem}@media (min-width: 640px){.s-product-options-option-content{grid-column:span 2 / span 2;margin-top:0px}.s-product-options-option-content-full-width{grid-column:span 3 / span 3}}.s-product-options-option-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))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-option-label{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-product-options-option-label{margin-top:1px}}@media (min-width: 768px){.s-product-options-option-label{margin-bottom:0px}}.s-product-options-option-label-hidden{display:none !important}.s-product-options-donation-message{display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-product-options-donation-message span,.dark .product-single .s-comments-product .s-product-options-donation-message h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-donation-message{align-items:center}.enhanced-features .grid>.s-product-options-donation-message{text-align:center}.dark .product-single .s-comments-product .s-product-options-donation-message span,.dark .product-single .s-comments-product .s-product-options-donation-message h2{color:var(--dm-text-main)}.s-product-options-donation-message p{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-product-options-donation-message span{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}.s-product-options-option-label b{display:block}.s-product-options-option-label b span{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.s-product-options-option-label small{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-product-options-colors-wrapper .s-product-options-colors-item{margin-right:2rem;margin-bottom:1.25rem;display:inline-block;width:2.5rem;white-space:nowrap;text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-product-options-colors-wrapper .s-product-options-colors-item .banner-texts{text-align:center}.dark .cart .shadow-default.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:2rem}.s-product-options-colors-wrapper input[type=radio]{pointer-events:none;position:absolute;opacity:0}input[type=radio].sr-only div.s-product-options-colors-wrapper input[type=radio]{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-colors-wrapper input[type=radio]{border-color:var(--color-main)}.badge.s-product-options-colors-wrapper input[type=radio]:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-colors-wrapper input[type=radio] + label{display:flex;cursor:pointer;flex-direction:column;align-items:center}.s-product-options-colors-wrapper input[type=radio] + label *{pointer-events:none}.dark .product-single .s-comments-product .s-product-options-colors-wrapper input[type=radio] + label span,.dark .product-single .s-comments-product .s-product-options-colors-wrapper input[type=radio] + label h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-colors-wrapper input[type=radio] + label{align-items:center}.enhanced-features .grid>.s-product-options-colors-wrapper input[type=radio] + label{text-align:center}.dark .product-single .s-comments-product .s-product-options-colors-wrapper input[type=radio] + label span,.dark .product-single .s-comments-product .s-product-options-colors-wrapper input[type=radio] + label h2{color:var(--dm-text-main)}.s-product-options-colors-wrapper input[type=radio] + label div{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-product-options-colors-wrapper input[type=radio] + label div{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-colors-wrapper input[type=radio] + label div{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-colors-wrapper input[type=radio] + label div p{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-product-options-colors-wrapper input[type=radio] + label div p{color:var(--footer-text-color)}.mobile-nav span.s-product-options-colors-wrapper input[type=radio] + label div p{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-product-options-colors-wrapper input[type=radio] + label span{margin-bottom:0.5rem;display:inline-flex;height:30px;width:30px;cursor:pointer;align-items:center;justify-content:center;border-radius:0.375rem;border-radius:9999px;border-width:2px;--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(156, 163, 175, 1);background-color:rgba(156, 163, 175, var(--tw-bg-opacity, 1));background-position:center;background-repeat:no-repeat;text-align:center;line-height:2.5rem;--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)}.s-product-options-colors-wrapper input[type=radio] + label span *{pointer-events:none}.enhanced-features .s-product-options-colors-wrapper input[type=radio] + label span{align-items:center}.enhanced-features .grid>.s-product-options-colors-wrapper input[type=radio] + label span{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-product-options-colors-wrapper input[type=radio] + label span .banner-texts{text-align:center}.dark .cart .shadow-default.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-colors-wrapper input[type=radio] + label span:after{height:14px;width:14px;--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));border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));opacity:0;transition-property:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);--tw-content:'';content:'';content:var(--tw-content)}.s-product-options-colors-wrapper input[type=radio]:checked + label span:after{--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));opacity:1}.s-product-options-colors-wrapper input[type=radio]:disabled + label{opacity:0.4}.s-product-options-field-required{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-product-options-donation-progress{margin-bottom:0.625rem;width:100%}.s-product-options-donation-progress-target-text{margin-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-text{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-donation-progress-amount{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}.dark .product-single .s-comments-product .s-product-options-donation-progress-amount span,.dark .product-single .s-comments-product .s-product-options-donation-progress-amount h2{color:var(--dm-text-main)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-product-options-donation-progress-amount span,.dark .product-single .s-comments-product .s-product-options-donation-progress-amount h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-amount{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-donation-progress-wrapper{height:1rem;width:100%;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}.dark *.s-product-options-donation-progress-wrapper{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}.s-product-options-donation-progress-bar{position:relative;display:flex;height:1rem;justify-content:flex-end;border-radius:9999px;background-color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.animated-ads--content .ad-ul.s-product-options-donation-progress-bar{background-color:#222222;background-color:var(--color-primary, #222222)}.dark .product-single .s-comments-product .s-product-options-donation-progress-bar span,.dark .product-single .s-comments-product .s-product-options-donation-progress-bar h2{color:var(--dm-text-main)}.s-product-options-donation-progress-target-data{margin-top:0.625rem;margin-bottom:0.625rem;display:block;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-product-options-donation-progress-target-data{color:var(--footer-text-color)}.mobile-nav span.s-product-options-donation-progress-target-data{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-product-options-donation-progress-target-message{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-progress-target-message{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-donation-wrapper{position:relative;margin-top:1.25rem;margin-bottom:0.625rem;align-items:center;justify-content:space-between;border-top-width:1px;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));padding-top:1.25rem}.enhanced-features .s-product-options-donation-wrapper{align-items:center}.enhanced-features .grid>.s-product-options-donation-wrapper{text-align:center}.s-product-options-donation-wrapper:only-child{margin-top:0px;border-style:none;padding-top:0px}@media (min-width: 640px){.s-product-options-donation-wrapper{margin-bottom:0px}}.s-product-options-donation-wrapper h4{margin-top:1.25rem;margin-bottom:0.75rem;font-weight:700}.s-product-options-donation-amount-label{margin-bottom:0.625rem;display:block;flex:1 1 0%;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-amount-label{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-donation-amount-input-container{position:relative;flex:1 1 0%}.s-product-options-donation-amount-input{margin-bottom:0.625rem;display:block;height:3rem;width:100%;border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));padding-left:0.625rem;padding-right:0.625rem;--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)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-donation-amount-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-donation-amount-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-options-donation-amount-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-donation-amount-input:focus{--tw-border-opacity:1;border-color:rgba(99, 102, 241, 1);border-color:rgba(99, 102, 241, var(--tw-border-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgba(99, 102, 241, var(--tw-ring-opacity, 1))}@media (min-width: 640px){.s-product-options-donation-amount-input{font-size:0.875rem;line-height:1.25rem}}.s-product-options-donation-amount-curruncy{position:absolute;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-product-options-donation-amount-curruncy{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-donation-amount-curruncy{border-color:var(--color-main)}.footer-is-dark .store-footer .s-product-options-donation-amount-curruncy{color:var(--footer-text-color)}.badge.s-product-options-donation-amount-curruncy:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-multiple-options-wrapper{flex-wrap:wrap;align-items:center}.enhanced-features .s-product-options-multiple-options-wrapper{align-items:center}.enhanced-features .grid>.s-product-options-multiple-options-wrapper{text-align:center}@media (min-width: 768px){.s-product-options-multiple-options-wrapper{display:flex}}.s-product-options-multiple-options-wrapper label{position:relative;margin-bottom:1rem;display:flex;align-items:center;gap:0.75rem}.dark .product-single .s-comments-product .s-product-options-multiple-options-wrapper label span,.dark .product-single .s-comments-product .s-product-options-multiple-options-wrapper label h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-multiple-options-wrapper label{align-items:center}.enhanced-features .grid>.s-product-options-multiple-options-wrapper label{text-align:center}.dark .product-single .s-comments-product .s-product-options-multiple-options-wrapper label span,.dark .product-single .s-comments-product .s-product-options-multiple-options-wrapper label h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-product-options-multiple-options-wrapper label{width:50%}}.s-product-options-multiple-options-wrapper input{height:1.5rem;width:1.5rem;cursor:pointer;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));color:var(--color-primary)}.s-product-options-multiple-options-wrapper input *{pointer-events:none}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-multiple-options-wrapper input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-multiple-options-wrapper input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-options-multiple-options-wrapper input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-multiple-options-wrapper input:focus{--tw-ring-color:transparent}.s-product-options-multiple-options-wrapper span{margin-left:0.5rem;cursor:pointer;padding-right:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-product-options-multiple-options-wrapper span *{pointer-events:none}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-multiple-options-wrapper span{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-multiple-options-wrapper span:where([dir="rtl"], [dir="rtl"] *){margin-left:0px;margin-right:0.5rem;padding-right:0px;padding-left:0.75rem}.s-product-options-splitter{border-width:2px;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.s-product-options-thumbnails-wrapper{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:0.75rem;gap:0.75rem}.s-block--features-products.two-cols .s-product-options-thumbnails-wrapper .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-product-options-thumbnails-wrapper{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-product-options-thumbnails-wrapper>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-product-options-thumbnails-wrapper{padding-bottom:1rem}.sq-awesome-banners .s-product-options-thumbnails-wrapper.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-product-options-thumbnails-wrapper:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-product-options-thumbnails-wrapper:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-product-options-thumbnails-wrapper.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media only screen and (max-width: 767px){.sq-awesome-banners .s-product-options-thumbnails-wrapper{--font-size-percent: 40%}}.s-product-options-thumbnails-wrapper label{margin-bottom:0.125rem;display:inline-block;height:6rem;width:100%;cursor:pointer;overflow:hidden;border-radius:0.375rem}.s-product-options-thumbnails-wrapper label *{pointer-events:none}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-thumbnails-wrapper label.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-thumbnails-wrapper label.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-options-thumbnails-wrapper label.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-product-options-thumbnails-wrapper label{height:5rem}}.s-product-options-thumbnails-wrapper > div{position:relative;display:inline-block;width:100%;text-align:center}.sq-awesome-banners .banner-outer.s-product-options-thumbnails-wrapper > div .banner-texts{text-align:center}.s-product-options-thumbnails-stock-badge{position:absolute;bottom:10px;left:50%;z-index:0;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.s-product-options-thumbnails-stock-badge{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-thumbnails-stock-badge{border-color:var(--color-main)}.badge.s-product-options-thumbnails-stock-badge:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-thumbnails-badge-overlay{position:absolute;top:0px;height:100%;width:100%;cursor:not-allowed;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0.5}input[type=radio].sr-only div.s-product-options-thumbnails-badge-overlay{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-thumbnails-badge-overlay{border-color:var(--color-main)}.badge.s-product-options-thumbnails-badge-overlay:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-thumbnails-icon{position:absolute;left:35%;top:35%;z-index:10;--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));border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:2px;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}input[type=radio].sr-only div.s-product-options-thumbnails-icon{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-thumbnails-icon{border-color:var(--color-main)}.badge.s-product-options-thumbnails-icon:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-thumbnails-icon svg{height:1rem;width:1rem}.s-product-options-thumbnails-wrapper div input[type=radio]:checked + label span{--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));opacity:1}.s-product-options-thumbnails-wrapper div input[type=radio]{pointer-events:none;position:absolute;display:block;opacity:0}input[type=radio].sr-only div.s-product-options-thumbnails-wrapper div input[type=radio]{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-thumbnails-wrapper div input[type=radio]{border-color:var(--color-main)}.badge.s-product-options-thumbnails-wrapper div input[type=radio]:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-thumbnails-wrapper div input[type=radio] + label{position:relative}.s-product-options-thumbnails-wrapper div input[type=radio] + label img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.s-product-options-thumbnails-wrapper div label::before{position:absolute;top:0px;right:0px;bottom:0px;left:0px;--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);content:var(--tw-content);transition-duration:300ms}.s-product-options-thumbnails-wrapper div input[type=radio]:checked + label::before{content:var(--tw-content);opacity:0.3}.s-product-options-thumbnails-wrapper div input[type=radio]:disabled + label{opacity:0.4}.s-product-options-thumbnails-wrapper div p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-product-options-thumbnails-wrapper div p{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-thumbnails-wrapper div p{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-image-input .s-file-upload-wrapper{min-height:120px}.s-product-options-image-input .filepond--list-scroller{overflow-y:inherit !important}.s-product-options-image-input .filepond--drop-label{min-height:120px !important}.s-product-options-image-input .filepond--drop-label{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))}.s-product-options-image-input .filepond--drop-label *{pointer-events:none}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-image-input .filepond--drop-label.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-image-input .filepond--drop-label.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-options-image-input .filepond--drop-label.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-product-options-filepond-placeholder span,.dark .product-single .s-comments-product .s-product-options-filepond-placeholder h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-filepond-placeholder{align-items:center}.enhanced-features .grid>.s-product-options-filepond-placeholder{text-align:center}.dark .product-single .s-comments-product .s-product-options-filepond-placeholder span,.dark .product-single .s-comments-product .s-product-options-filepond-placeholder h2{color:var(--dm-text-main)}.s-product-options-filepond-placeholder-icon{margin-bottom:0.25rem}.s-product-options-filepond-placeholder-icon svg{height:1.5rem;width:1.5rem;fill:#7c8082}.s-product-options-donation-amount-currency{position:absolute;top:0.25rem;right:1rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-product-options-donation-amount-currency{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-donation-amount-currency{border-color:var(--color-main)}.footer-is-dark .store-footer .s-product-options-donation-amount-currency{color:var(--footer-text-color)}.badge.s-product-options-donation-amount-currency:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-donation-amount-currency:where([dir="rtl"], [dir="rtl"] *){right:auto;right:initial;left:1rem}.s-product-options-donation-input-group{position:relative;height:0px;overflow:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.s-product-options-donation-input-group.shown{height:auto;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.s-product-options-donation-options{margin-bottom:1.25rem;display:flex;flex-wrap:wrap;gap:0.75rem}.dark .product-single .s-comments-product .s-product-options-donation-options span,.dark .product-single .s-comments-product .s-product-options-donation-options h2{color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-donation-options.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-donation-options.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-product-options-donation-options span,.dark .product-single .s-comments-product .s-product-options-donation-options h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-product-options-donation-options.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-donation-options-item{min-width:20%;flex-grow:1}.s-product-options-donation-options-item:last-child{min-width:25%}.s-product-options-donation-options-item label{display:flex;cursor:pointer;flex-direction:column;align-items:center;border-radius:0.375rem;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));padding-left:0.5rem;padding-right:0.5rem;padding-top:0.625rem;padding-bottom:0.625rem;font-size:0.875rem;line-height:1.25rem}.s-product-options-donation-options-item label *{pointer-events:none}.dark .product-single .s-comments-product .s-product-options-donation-options-item label span,.dark .product-single .s-comments-product .s-product-options-donation-options-item label h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-donation-options-item label{align-items:center}.enhanced-features .grid>.s-product-options-donation-options-item label{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-donation-options-item label.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-donation-options-item label.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-product-options-donation-options-item label span,.dark .product-single .s-comments-product .s-product-options-donation-options-item label h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-donation-options-item label{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-product-options-donation-options-item label.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-donation-options-item input{display:none}#app.index .salla-advertisement:not(.s-product-options-donation-options-item input)~.store-header{--header-top: 40px}.s-product-options-donation-options-item input:checked + label{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}.animated-ads--content .ad-ul.s-product-options-donation-options-item input:checked + label{background-color:#222222;background-color:var(--color-primary, #222222)}.s-product-options-textarea textarea{resize:none}.s-product-options-digital-card-wrapper{display:flex;flex-wrap:wrap;gap:1rem}.dark .product-single .s-comments-product .s-product-options-digital-card-wrapper span,.dark .product-single .s-comments-product .s-product-options-digital-card-wrapper h2{color:var(--dm-text-main)}.s-product-options-digital-card-option{display:flex;height:-moz-fit-content;height:fit-content;min-height:40px;min-width:100px;max-width:calc((100% - 1rem) / 3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;gap:0.5rem;border-radius:0.375rem;padding:0.5rem;font-size:0.75rem;line-height:1rem;outline-style:solid;outline-width:1px;outline-color:#e5e7eb}.s-product-options-digital-card-option *{pointer-events:none}.dark .product-single .s-comments-product .s-product-options-digital-card-option span,.dark .product-single .s-comments-product .s-product-options-digital-card-option h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-digital-card-option{align-items:center}.mobile-nav span.s-product-options-digital-card-option{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-product-options-digital-card-option{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-digital-card-option.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-product-options-digital-card-option.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-product-options-digital-card-option span,.dark .product-single .s-comments-product .s-product-options-digital-card-option h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-product-options-digital-card-option.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-digital-card-option:has(input:checked){color:var(--color-primary-dark);outline-style:solid;outline-width:1px;outline-color:var(--color-primary)}.s-product-options-country-flag{height:24px;width:24px;border-radius:9999px}.s-product-options-digital-card-out-of-stock{height:2.5rem}.s-product-options-digital-card-option input{all:unset}.s-product-options-digital-card-option input:checked{all:unset}.s-product-options-digital-card-option input:invalid{all:unset}@media (min-width: 640px){.s-product-options-option-booking .s-product-options-option-content{margin-top:-2.5rem}}.s-product-options-digital-card-option-stock-out{opacity:0.4}.s-product-options-grid-mode{margin-bottom:1.25rem;display:flex;flex-wrap:wrap;justify-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-product-options-grid-mode span,.dark .product-single .s-comments-product .s-product-options-grid-mode h2{color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-grid-mode.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-product-options-grid-mode.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-product-options-grid-mode span,.dark .product-single .s-comments-product .s-product-options-grid-mode h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-product-options-grid-mode.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-product-options-grid-mode-span{position:relative;display:flex;min-height:36px;min-width:45px;cursor:pointer;align-items:center;justify-content:center;border-radius:0.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, 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));padding:0.5rem;text-align:center;font-size:0.75rem;line-height:1rem;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.s-product-options-grid-mode-span *{pointer-events:none}.dark .product-single .s-comments-product .s-product-options-grid-mode-span span,.dark .product-single .s-comments-product .s-product-options-grid-mode-span h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-grid-mode-span{align-items:center}.mobile-nav span.s-product-options-grid-mode-span{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-product-options-grid-mode-span{text-align:center}.sq-awesome-banners .banner-outer.s-product-options-grid-mode-span .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-product-options-grid-mode-span span,.dark .product-single .s-comments-product .s-product-options-grid-mode-span h2{color:var(--dm-text-main)}.s-product-options-grid-mode-span:hover{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-product-options-grid-mode-span-checkbox{position:relative;display:flex;align-items:center;justify-content:center;padding:0.5rem;text-align:center;font-size:0.875rem;font-weight:700;line-height:1.25rem}.dark .product-single .s-comments-product .s-product-options-grid-mode-span-checkbox span,.dark .product-single .s-comments-product .s-product-options-grid-mode-span-checkbox h2{color:var(--dm-text-main)}.enhanced-features .s-product-options-grid-mode-span-checkbox{align-items:center}.enhanced-features .grid>.s-product-options-grid-mode-span-checkbox{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-product-options-grid-mode-span-checkbox .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-product-options-grid-mode-span-checkbox span,.dark .product-single .s-comments-product .s-product-options-grid-mode-span-checkbox h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-product-options-grid-mode-span-checkbox{font-size:.8rem;margin-left:0;display:inline-block}.s-product-options-grid-mode input:checked + div{border-color:var(--color-primary);background-color:rgba(var(--color-primary-rgb),0.1);color:var(--color-primary)}.s-product-options-grid-mode input[type=checkbox]{pointer-events:none;position:absolute;opacity:0}input[type=radio].sr-only div.s-product-options-grid-mode input[type=checkbox]{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-grid-mode input[type=checkbox]{border-color:var(--color-main)}.badge.s-product-options-grid-mode input[type=checkbox]:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-grid-mode input[type=radio]{pointer-events:none;position:absolute;opacity:0}input[type=radio].sr-only div.s-product-options-grid-mode input[type=radio]{transition:all .3s}input[type=radio].sr-only:checked~div.s-product-options-grid-mode input[type=radio]{border-color:var(--color-main)}.badge.s-product-options-grid-mode input[type=radio]:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-product-options-disabled{cursor:not-allowed;opacity:0.5}.s-product-size-guide-wrapper .s-modal-title{margin-bottom:0px !important}.s-product-size-guide-wrapper .s-tabs-content{max-height:60vh;overflow:auto}@media (min-width: 768px){.s-product-size-guide-wrapper .s-tabs-content{max-height:70vh}}.s-product-size-guide-placeholder{display:flex;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-product-size-guide-placeholder span,.dark .product-single .s-comments-product .s-product-size-guide-placeholder h2{color:var(--dm-text-main)}.enhanced-features .s-product-size-guide-placeholder{align-items:center}.enhanced-features .grid>.s-product-size-guide-placeholder{text-align:center}.dark .product-single .s-comments-product .s-product-size-guide-placeholder span,.dark .product-single .s-comments-product .s-product-size-guide-placeholder h2{color:var(--dm-text-main)}.s-product-size-guide-skeleton-table{margin-top:1.25rem;width:100%;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));line-height:1.25rem}.s-product-size-guide-skeleton-table td{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));padding:0.5rem;line-height:1.25rem}.s-product-size-guide-header-icon{display:inline-flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.enhanced-features .s-product-size-guide-header-icon{align-items:center}.enhanced-features .grid>.s-product-size-guide-header-icon{text-align:center}@media (min-width: 640px){.s-product-size-guide-header-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-product-size-guide-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-product-size-guide-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-product-size-guide-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-product-size-guide-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-product-size-guide-header-icon svg{height:1.25rem;width:1.25rem;flex-shrink:0;fill:#9ca3af}.s-product-size-guide-skeleton-content{margin-top:1.25rem;display:flex;flex-direction:column}.s-product-size-guide-skeleton-content > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * (1 - 0));margin-top:calc(0.75rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.75rem * calc(1 - 0));margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * 0);margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.dark .product-single .s-comments-product .s-product-size-guide-skeleton-content span,.dark .product-single .s-comments-product .s-product-size-guide-skeleton-content h2{color:var(--dm-text-main)}.s-product-size-guide-skeleton-header{margin-top:2rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.s-product-size-guide-skeleton-header > :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)))}.dark .product-single .s-comments-product .s-product-size-guide-skeleton-header span,.dark .product-single .s-comments-product .s-product-size-guide-skeleton-header h2{color:var(--dm-text-main)}.enhanced-features .s-product-size-guide-skeleton-header{align-items:center}.enhanced-features .grid>.s-product-size-guide-skeleton-header{text-align:center}.dark .product-single .s-comments-product .s-product-size-guide-skeleton-header span,.dark .product-single .s-comments-product .s-product-size-guide-skeleton-header h2{color:var(--dm-text-main)}.s-product-size-guide-skeleton-header:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-product-size-guide-skeleton-header > salla-skeleton{flex:1 1 0%}.s-products-list-wrapper{margin-bottom:2rem;display:grid}.s-block--features-products.two-cols .s-products-list-wrapper .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-products-list-wrapper{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-products-list-wrapper>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-products-list-wrapper{padding-bottom:1rem}.sq-awesome-banners .s-products-list-wrapper.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-products-list-wrapper:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-products-list-wrapper:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-products-list-wrapper.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-products-list-placeholder{display:flex;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))}.dark .product-single .s-comments-product .s-products-list-placeholder span,.dark .product-single .s-comments-product .s-products-list-placeholder h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-products-list-placeholder{color:var(--footer-text-color)}.enhanced-features .s-products-list-placeholder{align-items:center}.enhanced-features .grid>.s-products-list-placeholder{text-align:center}.dark .product-single .s-comments-product .s-products-list-placeholder span,.dark .product-single .s-comments-product .s-products-list-placeholder h2{color:var(--dm-text-main)}.s-products-list-placeholder p{padding-top:0.5rem;text-align:center;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-products-list-placeholder p{color:var(--footer-text-color)}.sq-awesome-banners .banner-outer.s-products-list-placeholder p .banner-texts{text-align:center}.s-products-list-row-cards{display:grid;grid-gap:1rem;gap:1rem}.s-block--features-products.two-cols .s-products-list-row-cards .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-products-list-row-cards{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-products-list-row-cards>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-products-list-row-cards{padding-bottom:1rem}.sq-awesome-banners .s-products-list-row-cards.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-products-list-row-cards:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-products-list-row-cards:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-products-list-row-cards.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-products-list-vertical-cards{grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.625rem}@media only screen and (max-width: 767px){.sq-awesome-banners .s-products-list-vertical-cards{--font-size-percent: 80%}}@media (min-width: 640px){.s-products-list-vertical-cards{gap:1rem}}@media (min-width: 768px){.s-products-list-vertical-cards{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem}}@media (min-width: 1024px){.s-products-list-vertical-cards{grid-template-columns:repeat(4, minmax(0, 1fr))}}.s-products-list-loading-wrapper{display:flex;height:5rem;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-products-list-loading-wrapper span,.dark .product-single .s-comments-product .s-products-list-loading-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-products-list-loading-wrapper{align-items:center}.enhanced-features .grid>.s-products-list-loading-wrapper{text-align:center}.dark .product-single .s-comments-product .s-products-list-loading-wrapper span,.dark .product-single .s-comments-product .s-products-list-loading-wrapper h2{color:var(--dm-text-main)}.s-products-list-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.625rem}@media only screen and (max-width: 767px){.sq-awesome-banners .s-products-list-filters-results{--font-size-percent: 80%}}@media (min-width: 640px){.s-products-list-filters-results{gap:1rem}}@media (min-width: 768px){.s-products-list-filters-results{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem}}.s-products-list-horizontal-cards{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1rem}@media (min-width: 640px){.s-products-list-horizontal-cards{gap:2rem}}@media (min-width: 1024px){.s-products-list-horizontal-cards{grid-template-columns:repeat(2, minmax(0, 1fr))}}.s-products-list-placeholder span{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))}.dark .product-single .s-comments-product .s-products-list-placeholder span span,.dark .product-single .s-comments-product .s-products-list-placeholder span h2{color:var(--dm-text-main)}.enhanced-features .s-products-list-placeholder span{align-items:center}.enhanced-features .grid>.s-products-list-placeholder span{text-align:center}.dark .product-single .s-comments-product .s-products-list-placeholder span span,.dark .product-single .s-comments-product .s-products-list-placeholder span h2{color:var(--dm-text-main)}.s-products-list-placeholder span svg{margin-left:auto;margin-right:auto;height:4rem;width:4rem;fill:#d1d5db;text-align:center}.sq-awesome-banners .banner-outer.s-products-list-placeholder span svg .banner-texts{text-align:center}.s-products-slider-wrapper{margin-bottom:2rem}@media (min-width: 768px){.s-products-slider-wrapper{margin-bottom:5rem}}@media (min-width: 1024px){.s-products-slider-wrapper{overflow:hidden}}.s-products-slider-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}.s-products-slider-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}.s-products-slider-card{height:auto !important}.s-products-slider-card{width:100%;max-width:250px;padding-left:0.5rem;padding-right:0.5rem}@media (min-width: 640px){.s-products-slider-card{width:50%;max-width:320px}}@media (min-width: 768px){.s-products-slider-card{width:33.333333%}}@media (min-width: 1024px){.s-products-slider-card{width:25%}}.s-progress-bar-container{margin-bottom:0.625rem}.s-progress-bar-header{margin-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-header{font-size:.8rem;margin-left:0;display:inline-block}.s-progress-bar-target-section{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}.dark .product-single .s-comments-product .s-progress-bar-target-section span,.dark .product-single .s-comments-product .s-progress-bar-target-section h2{color:var(--dm-text-main)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-progress-bar-target-section span,.dark .product-single .s-comments-product .s-progress-bar-target-section h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-target-section{font-size:.8rem;margin-left:0;display:inline-block}.s-progress-bar-wrapper{margin-bottom:0.375rem;width:100%;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}.dark *.s-progress-bar-wrapper{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}.s-progress-bar-progress{height:100%;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(37, 99, 235, 1);background-color:rgba(37, 99, 235, var(--tw-bg-opacity, 1))}.s-progress-bar-message{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-progress-bar-message{font-size:.8rem;margin-left:0;display:inline-block}.s-progress-bar-wrapper .s-progress-bar-progress-stripped{background-image:linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);background-size:30px 30px}.s-quantity-input-container{display:flex;height:2.5rem;align-items:stretch;justify-content:space-around;border-radius:0.375rem;border-width:1px;font-size:0.875rem;line-height:1.25rem}.dark .product-single .s-comments-product .s-quantity-input-container span,.dark .product-single .s-comments-product .s-quantity-input-container h2{color:var(--dm-text-main)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-quantity-input-container.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-quantity-input-container.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-quantity-input-container span,.dark .product-single .s-comments-product .s-quantity-input-container h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-quantity-input-container{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-quantity-input-container.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-quantity-input-input{width:3rem;border-width:1px;border-top-width:0px;border-bottom-width:0px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;text-align:center;font-weight:700;--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)}.sq-awesome-banners .banner-outer.s-quantity-input-input .banner-texts{text-align:center}.s-quantity-input-input:focus{--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1))}.s-quantity-input-button{width:2.75rem;fill:#9ca3af;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-quantity-input-button:hover{fill:var(--color-primary)}.s-quantity-input-button svg{margin-left:auto;margin-right:auto;height:1.25rem;width:1.25rem}.s-quick-buy-button svg{margin-right:0.375rem;height:1rem;width:1rem}.s-quick-buy-button svg:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.375rem}.s-quick-buy-apple-pay{display:block;width:100%}@media (min-width: 640px){.s-quick-buy-apple-pay{margin-top:0.625rem}}.s-quick-buy-apple-pay .apple-pay-btn-wrapper .apple-pay-btn{width:auto !important;border-radius:0.25rem !important}.s-quick-order-dark h1, .s-quick-order-dark p{color:#fff}.s-quick-order-container{margin-top:0.5rem;margin-bottom:0.5rem;border-radius:0.25rem;padding:1rem}.s-quick-order-button-cont{margin-top:0.5rem;margin-bottom:0.5rem;display:flex;justify-content:space-between}.dark .product-single .s-comments-product .s-quick-order-button-cont span,.dark .product-single .s-comments-product .s-quick-order-button-cont h2{color:var(--dm-text-main)}.s-quick-order-checkbox-container{margin-top:0.5rem;margin-bottom:0.5rem;display:flex}.dark .product-single .s-comments-product .s-quick-order-checkbox-container span,.dark .product-single .s-comments-product .s-quick-order-checkbox-container h2{color:var(--dm-text-main)}.s-quick-order-checkbox-container input{margin-bottom:0.5rem;margin-left:0.5rem;height:2.5rem;width:100%;border-radius:0.25rem;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));padding:0.5rem}.s-quick-order-expandable{max-height:0px;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:100ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.s-quick-order-expandable:not(.s-quick-order-shown){overflow:hidden}.s-quick-order-expandable.s-quick-order-shown{opacity:1}.s-quick-order-expandable .s-form-group{position:relative;flex-grow:1}.s-quick-order-expandable .s-form-group input{padding-left:35px}.s-quick-order-expandable .s-form-group input:where([dir="rtl"], [dir="rtl"] *){padding-right:35px}.s-quick-order-expandable .s-form-group > span{position:absolute;left:10px;top:30%;z-index:10}input[type=radio].sr-only div.s-quick-order-expandable .s-form-group > span{transition:all .3s}input[type=radio].sr-only:checked~div.s-quick-order-expandable .s-form-group > span{border-color:var(--color-main)}.badge.s-quick-order-expandable .s-form-group > span:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-quick-order-expandable .s-form-group > span:where([dir="rtl"], [dir="rtl"] *){left:auto;right:10px}.s-quick-order-expandable .s-form-group span svg{height:1rem;width:1rem;fill:#919191}.s-quick-order-flex-input{display:flex}.s-quick-order-flex-input > :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)))}.dark .product-single .s-comments-product .s-quick-order-flex-input span,.dark .product-single .s-comments-product .s-quick-order-flex-input h2{color:var(--dm-text-main)}.s-quick-order-flex-input:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-quick-order-flex-input salla-tel-input{height:2.5rem;width:100%}.s-quick-order-errors p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-quick-order-errors p{font-size:.8rem;margin-left:0;display:inline-block}.s-quick-order-confirm{display:flex;align-items:center;justify-content:center;border-radius:0.25rem;border-width:1px;padding:0.5rem}.dark .product-single .s-comments-product .s-quick-order-confirm span,.dark .product-single .s-comments-product .s-quick-order-confirm h2{color:var(--dm-text-main)}.enhanced-features .s-quick-order-confirm{align-items:center}.enhanced-features .grid>.s-quick-order-confirm{text-align:center}.dark .product-single .s-comments-product .s-quick-order-confirm span,.dark .product-single .s-comments-product .s-quick-order-confirm h2{color:var(--dm-text-main)}.s-quick-order-confirm span{margin-left:0.5rem;margin-right:0.5rem}.s-quick-order-confirm svg{height:1rem;width:1rem;fill:var(--color-primary)}.s-quick-order-terms .s-form-label{margin-bottom:0px !important}.s-quick-order-terms .s-form-label{cursor:pointer}.s-quick-order-terms .s-form-label *{pointer-events:none}.s-quick-order-terms{margin-bottom:1rem;display:flex;align-items:center;justify-content:flex-start}.s-quick-order-terms > :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)))}.dark .product-single .s-comments-product .s-quick-order-terms span,.dark .product-single .s-comments-product .s-quick-order-terms h2{color:var(--dm-text-main)}.enhanced-features .s-quick-order-terms{align-items:center}.enhanced-features .grid>.s-quick-order-terms{text-align:center}.dark .product-single .s-comments-product .s-quick-order-terms span,.dark .product-single .s-comments-product .s-quick-order-terms h2{color:var(--dm-text-main)}.s-quick-order-terms:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-quick-order-terms .s-checkbox::before{background-color:transparent;content:var(--tw-content);--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-quick-order-terms .s-checkbox:focus{outline:2px solid transparent;outline-offset:2px;--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));--tw-ring-offset-width:0px}.s-quick-order-btn-close button{padding:0.5rem !important}.s-quick-order-btn-close button{border-radius:0.25rem}.s-quick-order-phone-field:where([dir="ltr"], [dir="ltr"] *){padding-left:28px !important}.s-quick-order-phone-field:where([dir="ltr"], [dir="ltr"] *){padding-right:87px}.s-quick-order-phone-field:where([dir="rtl"], [dir="rtl"] *){padding-right:28px !important}.s-quick-order-phone-field:where([dir="rtl"], [dir="rtl"] *){padding-left:87px}.s-quick-order-email-field:where([dir="ltr"], [dir="ltr"] *){padding-right:0px !important}.s-quick-order-email-field:where([dir="rtl"], [dir="rtl"] *){padding-left:0px !important}.s-rating-modal-wrapper{margin-bottom:1.5rem;transition-property:all;transition-duration:100ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.s-rating-modal-edit-wrapper{margin-top:0.625rem}.s-rating-modal-footer{position:relative;display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-rating-modal-footer span,.dark .product-single .s-comments-product .s-rating-modal-footer h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-footer{align-items:center}.enhanced-features .grid>.s-rating-modal-footer{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-footer span,.dark .product-single .s-comments-product .s-rating-modal-footer h2{color:var(--dm-text-main)}.s-rating-modal-footer salla-button button{padding-left:1rem !important;padding-right:1rem !important;font-size:0.75rem !important}.s-rating-modal-btn{height:2.5rem;padding-left:1rem;padding-right:1rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-btn{font-size:.8rem;margin-left:0;display:inline-block}.s-rating-modal-btn:hover{color:var(--color-primary-dark)}.s-rating-modal-dots{display:flex;flex-shrink:0;flex-grow:1;justify-content:center}.s-rating-modal-dots > :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)))}.s-rating-modal-dots{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-dots span,.dark .product-single .s-comments-product .s-rating-modal-dots h2{color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-rating-modal-dots .banner-texts{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-dots span,.dark .product-single .s-comments-product .s-rating-modal-dots h2{color:var(--dm-text-main)}.s-rating-modal-dots:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-rating-modal-step-dot{height:0.625rem;width:0.625rem;border-radius:9999px;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-rating-modal-step{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.s-rating-modal-active{--tw-translate-x:0px;transform:translate(0px, 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));opacity:1}.s-rating-modal-unactive{--tw-translate-x:0.75rem;transform:translate(0.75rem, 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));opacity:0}.s-rating-modal-hidden{display:none !important}.s-rating-modal-unvisiable{pointer-events:none;opacity:0}.s-rating-modal-step-wrap{position:relative;display:flex;flex-direction:column;align-items:center;padding-bottom:1rem}.dark .product-single .s-comments-product .s-rating-modal-step-wrap span,.dark .product-single .s-comments-product .s-rating-modal-step-wrap h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-step-wrap{align-items:center}.enhanced-features .grid>.s-rating-modal-step-wrap{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-step-wrap span,.dark .product-single .s-comments-product .s-rating-modal-step-wrap h2{color:var(--dm-text-main)}.s-rating-modal-product-details{position:relative;display:flex;flex:1 1 0%;flex-direction:column;padding-bottom:1rem}.dark .product-single .s-comments-product .s-rating-modal-product-details span,.dark .product-single .s-comments-product .s-rating-modal-product-details h2{color:var(--dm-text-main)}.s-rating-modal-product-details-main{display:flex;align-items:flex-start;justify-content:space-between}.dark .product-single .s-comments-product .s-rating-modal-product-details-main span,.dark .product-single .s-comments-product .s-rating-modal-product-details-main h2{color:var(--dm-text-main)}.s-rating-modal-product-details-main .s-rating-stars-wrapper{margin-bottom:0.375rem;flex-direction:column;align-items:center;gap:0.625rem}.enhanced-features .s-rating-modal-product-details-main .s-rating-stars-wrapper{align-items:center}.enhanced-features .grid>.s-rating-modal-product-details-main .s-rating-stars-wrapper{text-align:center}@media (min-width: 640px){.s-rating-modal-product-details-main .s-rating-stars-wrapper{margin-bottom:0px;flex-direction:row;gap:0px}}.s-rating-modal-rounded-icon{margin-bottom:1rem;display:flex;height:7rem;width:7rem;align-items:center;justify-content:center;overflow:hidden;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))}.dark .product-single .s-comments-product .s-rating-modal-rounded-icon span,.dark .product-single .s-comments-product .s-rating-modal-rounded-icon h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-rounded-icon{align-items:center}.enhanced-features .grid>.s-rating-modal-rounded-icon{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-rounded-icon span,.dark .product-single .s-comments-product .s-rating-modal-rounded-icon h2{color:var(--dm-text-main)}.s-rating-modal-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.header-menu-icon.py-5.s-rating-modal-title{padding-top:.4rem;padding-bottom:.4rem}.s-rating-modal-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-rating-modal-title{padding-top:.4rem;padding-bottom:.4rem}.s-rating-modal-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-rating-modal-store-logo{width:4rem;-o-object-fit:contain;object-fit:contain}.s-rating-modal-shipping-logo{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.s-rating-modal-shipping-icon{font-size:3rem;line-height:1;color:var(--color-primary)}.s-rating-modal-comment{height:5rem !important}.s-rating-modal-comment{margin-bottom:0.5rem;width:100%;border-radius:0.375rem;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));padding:0.75rem;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:150ms}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-comment.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-comment.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-comment{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-rating-modal-comment.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.s-rating-modal-comment.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-rating-modal-comment:focus{border-color:var(--color-primary)}.dark *.s-rating-modal-comment{--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))}.s-rating-modal-validation-msg{margin-top:-3px;line-height:1rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-rating-modal-product{margin-bottom:1.5rem}.s-rating-modal-product:last-child{margin-bottom:0px}.s-rating-modal-product .rating-outer-form{display:flex}.s-rating-modal-product .rating-outer-form > :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)))}.dark .product-single .s-comments-product .s-rating-modal-product .rating-outer-form span,.dark .product-single .s-comments-product .s-rating-modal-product .rating-outer-form h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-rating-modal-product .rating-outer-form > :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)))}}.s-rating-modal-product .rating-outer-form:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-rating-modal-product-img-wrap{height:3.5rem;width:auto;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-product-img-wrap.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-product-img-wrap.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-rating-modal-product-img-wrap.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 640px){.s-rating-modal-product-img-wrap{width:5rem}}.s-rating-modal-product-img{position:relative;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;font-size:0px}.s-rating-modal-product-img::before{position:absolute;top:0px;left:0px;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-rating-modal-product-title{margin-bottom:0.375rem;font-size:0.875rem;font-weight:700;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-product-title{font-size:.8rem;margin-left:0;display:inline-block}.s-rating-modal-thanks{padding-left:2rem;padding-right:2rem;text-align:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.sq-awesome-banners .banner-outer.s-rating-modal-thanks .banner-texts{text-align:center}.s-rating-modal-icon{display:inline-flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));color:var(--color-primary)}.enhanced-features .s-rating-modal-icon{align-items:center}.enhanced-features .grid>.s-rating-modal-icon{text-align:center}.s-rating-modal-icon svg{height:1.75rem;width:1.75rem;fill:var(--color-primary)}.s-rating-modal-thanks-title{margin-top:1rem;font-weight:700}.s-rating-modal-thanks-msg{margin-bottom:1.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-rating-modal-thanks-msg{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-msg{font-size:.8rem;margin-left:0;display:inline-block}.s-rating-modal-thanks-btn{height:2.5rem;flex:none;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:300ms}.enhanced-features .s-rating-modal-thanks-btn{align-items:center}.enhanced-features .grid>.s-rating-modal-thanks-btn{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-thanks-btn.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-thanks-btn.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-rating-modal-thanks-btn.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-rating-modal-thanks-btn:hover{opacity:0.8}.s-rating-modal-thanks-btn{border-width:1px;border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}.animated-ads--content .ad-ul.s-rating-modal-thanks-btn{background-color:#222222;background-color:var(--color-primary, #222222)}.s-rating-modal-thanks-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:300ms}.enhanced-features .s-rating-modal-thanks-btn{align-items:center}.enhanced-features .grid>.s-rating-modal-thanks-btn{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-thanks-btn.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-thanks-btn.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-rating-modal-thanks-btn.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-rating-modal-thanks-btn:hover{opacity:0.8}.s-rating-modal-thanks-btn .loader{width:0;opacity:0;height:16px;transform:scale(0);transition:.3s}.s-rating-modal-thanks-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)}.s-rating-modal-thanks-btn.btn:disabled:hover{background-color:transparent}.s-rating-modal-thanks-btn:disabled .s-button-text{opacity:0.7}@media only screen and (min-width: 1024px){.normal-menu .main-menu .sub-menu .s-rating-modal-thanks-btn{padding:8px 10px 10px}}.s-rating-modal-thanks-time{margin-top:0.75rem;display:block;height:1.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-rating-modal-thanks-time{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-thanks-time{font-size:.8rem;margin-left:0;display:inline-block}.s-rating-modal-stars-company{margin-bottom:1.25rem}.dark .cart:not(.norm-loy) .shadow-default.s-rating-modal-stars-company.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-rating-modal-stars-company.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-rating-modal-stars-company.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-rating-modal-stars-company .s-rating-stars-wrapper{flex-direction:column;align-items:center;justify-content:center;gap:0.5rem}.enhanced-features .s-rating-modal-stars-company .s-rating-stars-wrapper{align-items:center}.enhanced-features .grid>.s-rating-modal-stars-company .s-rating-stars-wrapper{text-align:center}.s-rating-modal-stars-product{margin-bottom:0.25rem}.s-rating-modal-bg-gray{--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}.s-rating-modal-bg-primary{background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-rating-modal-bg-primary{background-color:#222222;background-color:var(--color-primary, #222222)}unicode{unicode-bidi:plaintext}.s-rating-modal-wrap .s-modal-body{position:relative !important}.s-rating-modal-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-rating-modal-skeleton span,.dark .product-single .s-comments-product .s-rating-modal-skeleton h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-skeleton{align-items:center}.enhanced-features .grid>.s-rating-modal-skeleton{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-skeleton span,.dark .product-single .s-comments-product .s-rating-modal-skeleton h2{color:var(--dm-text-main)}.s-rating-modal-skeleton salla-skeleton:nth-child(1){margin-bottom:1.25rem}.s-rating-modal-skeleton salla-skeleton:nth-child(2){margin-bottom:0.75rem}.s-rating-modal-skeleton salla-skeleton:nth-child(3){margin-bottom:1.25rem}.s-rating-modal-skeleton salla-skeleton:nth-child(4){margin-bottom:2rem}.s-rating-modal-skeleton-footer{margin-top:1.5rem;display:flex;width:100%;justify-content:flex-end}.dark .product-single .s-comments-product .s-rating-modal-skeleton-footer span,.dark .product-single .s-comments-product .s-rating-modal-skeleton-footer h2{color:var(--dm-text-main)}.s-rating-modal-skeleton-footer salla-skeleton{margin-bottom:0px !important}.s-rating-modal-skeleton-stars{margin-bottom:0.75rem;display:flex;align-items:center}.s-rating-modal-skeleton-stars > :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)))}.dark .product-single .s-comments-product .s-rating-modal-skeleton-stars span,.dark .product-single .s-comments-product .s-rating-modal-skeleton-stars h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-skeleton-stars{align-items:center}.enhanced-features .grid>.s-rating-modal-skeleton-stars{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-skeleton-stars span,.dark .product-single .s-comments-product .s-rating-modal-skeleton-stars h2{color:var(--dm-text-main)}.s-rating-modal-skeleton-stars:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-rating-modal-skeleton-stars div svg{width:25px;fill:currentColor;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}.s-rating-modal-uploader{height:0px;opacity:0;transition-property:all;transition-duration:100ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.s-rating-modal-uploader.is-opened{margin-bottom:1.5rem}.s-rating-modal-uploader.is-closed{pointer-events:none;z-index:0}.s-rating-modal-uploader .filepond--drop-label{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-rating-modal-uploader .filepond--file-status .filepond--file-status-main{font-size:11px}.s-rating-modal-uploader .filepond--file-info-main{font-size:11px}.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info{display:none}#app.index .salla-advertisement:not(.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info)~.store-header{--header-top: 40px}.s-rating-modal-filepond-placeholder-text{font-size:0.75rem !important;line-height:1rem !important}.s-rating-modal-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-rating-modal-filepond-placeholder span,.dark .product-single .s-comments-product .s-rating-modal-filepond-placeholder h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-filepond-placeholder{align-items:center}.enhanced-features .grid>.s-rating-modal-filepond-placeholder{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-filepond-placeholder span,.dark .product-single .s-comments-product .s-rating-modal-filepond-placeholder h2{color:var(--dm-text-main)}.s-rating-modal-filepond-placeholder-icon{margin-bottom:0.25rem}.s-rating-modal-filepond-placeholder-icon svg{height:1.5rem;width:1.5rem;fill:#7c8082}.s-rating-modal-contact{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding:0.5rem}.dark .product-single .s-comments-product .s-rating-modal-contact span,.dark .product-single .s-comments-product .s-rating-modal-contact h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-contact{align-items:center}.enhanced-features .grid>.s-rating-modal-contact{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-contact.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-contact.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-rating-modal-contact span,.dark .product-single .s-comments-product .s-rating-modal-contact h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-rating-modal-contact.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-rating-modal-contact p{font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.s-rating-modal-contact-icons{display:flex;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-rating-modal-contact-icons span,.dark .product-single .s-comments-product .s-rating-modal-contact-icons h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-contact-icons{align-items:center}.enhanced-features .grid>.s-rating-modal-contact-icons{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-contact-icons span,.dark .product-single .s-comments-product .s-rating-modal-contact-icons h2{color:var(--dm-text-main)}.s-rating-modal-contact-icons span{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:0.375rem;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));padding:0.375rem}.s-rating-modal-contact-icons span *{pointer-events:none}.dark .product-single .s-comments-product .s-rating-modal-contact-icons span span,.dark .product-single .s-comments-product .s-rating-modal-contact-icons span h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-contact-icons span{align-items:center}.enhanced-features .grid>.s-rating-modal-contact-icons span{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-contact-icons span.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-rating-modal-contact-icons span.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-rating-modal-contact-icons span span,.dark .product-single .s-comments-product .s-rating-modal-contact-icons span h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-rating-modal-contact-icons span.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-rating-modal-contact-icons span svg{height:1rem;width:1rem;fill:var(--color-primary)}.s-rating-modal-footer-end{justify-content:flex-end}.s-rating-modal-delete-wrapper{text-align:center}.sq-awesome-banners .banner-outer.s-rating-modal-delete-wrapper .banner-texts{text-align:center}.s-rating-modal-delete-wrapper h3{margin-top:1.25rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-rating-modal-delete-wrapper h3{padding-top:.4rem;padding-bottom:.4rem}.s-rating-modal-delete-wrapper h3.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-rating-modal-delete-wrapper h3{padding-top:.4rem;padding-bottom:.4rem}.s-rating-modal-delete-wrapper h3.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-rating-modal-delete-wrapper p{margin-top:1.25rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-rating-modal-delete-wrapper p{font-size:.8rem;margin-left:0;display:inline-block}.s-rating-modal-delete-actions{margin-top:1.25rem;display:flex;align-items:center;gap:0.625rem}.dark .product-single .s-comments-product .s-rating-modal-delete-actions span,.dark .product-single .s-comments-product .s-rating-modal-delete-actions h2{color:var(--dm-text-main)}.enhanced-features .s-rating-modal-delete-actions{align-items:center}.enhanced-features .grid>.s-rating-modal-delete-actions{text-align:center}.dark .product-single .s-comments-product .s-rating-modal-delete-actions span,.dark .product-single .s-comments-product .s-rating-modal-delete-actions h2{color:var(--dm-text-main)}.s-rating-modal-delete-actions salla-button{width:100%}.s-rating-modal-delete-actions salla-button button{width:100%}.s-rating-stars-wrapper{display:inline-flex;align-items:center}.enhanced-features .s-rating-stars-wrapper{align-items:center}.enhanced-features .grid>.s-rating-stars-wrapper{text-align:center}.s-rating-stars-btn-star{border-width:0px;fill:#d1d5db;padding-left:0.125rem;padding-right:0.125rem;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}.s-rating-stars-large svg{height:1.75rem;width:1.75rem}.s-rating-stars-medium svg{height:1.25rem;width:1.25rem}.s-rating-stars-small svg{height:1rem;width:1rem}.s-rating-stars-mini svg{height:0.75rem;width:0.75rem}.s-rating-stars-hovered{fill:#fbbf24}.s-rating-stars-selected{fill:#fbbf24}.s-rating-stars-element{display:flex}.dark .product-single .s-comments-product .s-rating-stars-element span,.dark .product-single .s-comments-product .s-rating-stars-element h2{color:var(--dm-text-main)}.s-rating-stars-reviews{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-rating-stars-reviews{color:var(--footer-text-color)}.s-rating-stars-label{margin-left:0.5rem;margin-right:0.5rem;display:flex;height:-moz-fit-content;height:fit-content;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-rating-stars-label span,.dark .product-single .s-comments-product .s-rating-stars-label h2{color:var(--dm-text-main)}.enhanced-features .s-rating-stars-label{align-items:center}.mobile-nav span.s-rating-stars-label{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-rating-stars-label{text-align:center}.dark .product-single .s-comments-product .s-rating-stars-label span,.dark .product-single .s-comments-product .s-rating-stars-label h2{color:var(--dm-text-main)}.s-review-card-slider-container{position:relative;display:grid;height:auto;overflow:clip;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-block--features-products.two-cols .s-review-card-slider-container .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-review-card-slider-container{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-review-card-slider-container>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-review-card-slider-container{padding-bottom:1rem}.sq-awesome-banners .s-review-card-slider-container.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-review-card-slider-container:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-review-card-slider-container:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-review-card-slider-container.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-review-card-slides{display:flex;height:100%;width:100%;transition-property:transform;transition-duration:500ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.dark .product-single .s-comments-product .s-review-card-slides span,.dark .product-single .s-comments-product .s-review-card-slides h2{color:var(--dm-text-main)}.s-review-card-slider-slide{display:grid;height:100%;width:100%;flex-shrink:0;align-content:center;justify-content:center;place-content:center}.s-block--features-products.two-cols .s-review-card-slider-slide .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-review-card-slider-slide{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-review-card-slider-slide>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-review-card-slider-slide{padding-bottom:1rem}.sq-awesome-banners .s-review-card-slider-slide.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-review-card-slider-slide:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-review-card-slider-slide:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-review-card-slider-slide.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-review-card-slider-slide img{-o-object-fit:cover;object-fit:cover}.s-review-card-slider-dots{position:absolute;bottom:1rem;left:0px;right:0px;z-index:10;display:flex;justify-content:center;gap:0.5rem}input[type=radio].sr-only div.s-review-card-slider-dots{transition:all .3s}input[type=radio].sr-only:checked~div.s-review-card-slider-dots{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-review-card-slider-dots span,.dark .product-single .s-comments-product .s-review-card-slider-dots h2{color:var(--dm-text-main)}.badge.s-review-card-slider-dots:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-review-card-slider-dots span,.dark .product-single .s-comments-product .s-review-card-slider-dots h2{color:var(--dm-text-main)}.s-review-card-slider-dot{aspect-ratio:1 / 1;height:0.5rem;width:0.5rem;cursor:pointer;justify-self:center;border-radius:9999px;border-width:0.5px;border-color:var(--color-primary);background-color:rgba(255, 255, 255, 0.7);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.s-review-card-slider-dot *{pointer-events:none}.s-review-card-slider-dot.active{--tw-scale-x:1.5;--tw-scale-y:1.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(1.5) scaleY(1.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));background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-review-card-slider-dot.active{background-color:#222222;background-color:var(--color-primary, #222222)}.s-review-card-container{overflow:clip;border-radius:4px;border-width:1px}.s-review-card-image{height:auto;width:100%;-o-object-fit:cover;object-fit:cover}.s-review-card-content{display:grid;grid-gap:0.5rem;gap:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:1.25rem}.s-block--features-products.two-cols .s-review-card-content .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-review-card-content{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-review-card-content>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-review-card-content{padding-bottom:1rem}.sq-awesome-banners .s-review-card-content.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-review-card-content:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-review-card-content:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-review-card-content.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.s-review-card-header{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-review-card-header span,.dark .product-single .s-comments-product .s-review-card-header h2{color:var(--dm-text-main)}.enhanced-features .s-review-card-header{align-items:center}.enhanced-features .grid>.s-review-card-header{text-align:center}.dark .product-single .s-comments-product .s-review-card-header span,.dark .product-single .s-comments-product .s-review-card-header h2{color:var(--dm-text-main)}.s-review-card-stars{display:flex;gap:0.25rem;--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-review-card-stars span,.dark .product-single .s-comments-product .s-review-card-stars h2{color:var(--dm-text-main)}.s-review-card-reviewer-name{display:flex;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .s-review-card-reviewer-name span,.dark .product-single .s-comments-product .s-review-card-reviewer-name h2{color:var(--dm-text-main)}.enhanced-features .s-review-card-reviewer-name{align-items:center}.enhanced-features .grid>.s-review-card-reviewer-name{text-align:center}.dark .product-single .s-comments-product .s-review-card-reviewer-name span,.dark .product-single .s-comments-product .s-review-card-reviewer-name h2{color:var(--dm-text-main)}.s-review-card-reviewer-name:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}.s-review-card-reviewer-name:where([dir="rtl"], [dir="rtl"] *){margin-left:auto}.s-review-card-review-content{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));word-wrap:anywhere}custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-review-content{font-size:.8rem;margin-left:0;display:inline-block}.s-review-card-product-container{display:flex;gap:0.5rem}.dark .product-single .s-comments-product .s-review-card-product-container span,.dark .product-single .s-comments-product .s-review-card-product-container h2{color:var(--dm-text-main)}.s-review-card-product-container img{flex-shrink:0}.s-review-card-product-image{height:60px;width:60px;border-radius:2px;border-width:1px;-o-object-fit:contain;object-fit:contain}.s-review-card-product-details{align-self:center}.s-review-card-product-details-name{margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;color:var(--color-primary);word-wrap:anywhere}custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-review-card-product-details-name{font-size:.8rem;margin-left:0;display:inline-block}.s-review-card-product-details-purchase-count{display:flex;align-items:center;gap:0.5rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-review-card-product-details-purchase-count span,.dark .product-single .s-comments-product .s-review-card-product-details-purchase-count h2{color:var(--dm-text-main)}.enhanced-features .s-review-card-product-details-purchase-count{align-items:center}.enhanced-features .grid>.s-review-card-product-details-purchase-count{text-align:center}.dark .product-single .s-comments-product .s-review-card-product-details-purchase-count span,.dark .product-single .s-comments-product .s-review-card-product-details-purchase-count h2{color:var(--dm-text-main)}.s-review-card-divider{margin-left:auto;margin-right:auto;height:1px;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}.s-review-card-verified-icon{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));font-size:0.75rem;line-height:1rem}.dark .product-single .s-comments-product .s-review-card-verified-icon span,.dark .product-single .s-comments-product .s-review-card-verified-icon h2{color:var(--dm-text-main)}.enhanced-features .s-review-card-verified-icon{align-items:center}.mobile-nav span.s-review-card-verified-icon{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-review-card-verified-icon{text-align:center}.dark .product-single .s-comments-product .s-review-card-verified-icon span,.dark .product-single .s-comments-product .s-review-card-verified-icon h2{color:var(--dm-text-main)}.s-review-card-verified-icon svg{height:0.75rem;width:0.75rem}@media (min-width: 1024px){.s-reviews-container{overflow:hidden}}.s-reviews-header-wrapper{display:flex;justify-content:space-between}.dark .product-single .s-comments-product .s-reviews-header-wrapper span,.dark .product-single .s-comments-product .s-reviews-header-wrapper h2{color:var(--dm-text-main)}.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}.header-menu-icon.py-5.s-reviews-header{padding-top:.4rem;padding-bottom:.4rem}.s-reviews-header.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-reviews-header{padding-top:.4rem;padding-bottom:.4rem}.s-reviews-header.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-reviews-avatar-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.s-reviews-content{margin-bottom:0.5rem;margin-top:1rem;line-height:1.5rem}@media (min-width: 640px){.s-reviews-content{margin-top:0px}}.s-reviews-customer-header{font-size:0.75rem;line-height:1rem;font-weight:700}.mobile-nav span.s-reviews-customer-header{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}@media (min-width: 480px){.s-reviews-customer-header{font-size:0.875rem;line-height:1.25rem}}.s-reviews-display-all{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;opacity:0.8}.enhanced-features .s-reviews-display-all{align-items:center}.enhanced-features .grid>.s-reviews-display-all{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-display-all{font-size:.8rem;margin-left:0;display:inline-block}.s-reviews-display-all:hover{opacity:1}.s-reviews-display-all-icon svg{display:inline-block;height:14px;width:14px}.s-reviews-display-all-icon svg:where([dir="ltr"], [dir="ltr"] *){--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))}.s-reviews-quote-icon svg{position:absolute;top:1rem;font-size:2.25rem;line-height:2.5rem;color:var(--color-primary)}input[type=radio].sr-only div.s-reviews-quote-icon svg{transition:all .3s}input[type=radio].sr-only:checked~div.s-reviews-quote-icon svg{border-color:var(--color-main)}.badge.s-reviews-quote-icon svg:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 640px){.s-reviews-quote-icon svg{font-size:3rem;line-height:1}}.s-reviews-quote-icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}@media (min-width: 640px){.s-reviews-quote-icon svg:where([dir="ltr"], [dir="ltr"] *){right:3rem}}@media (min-width: 1024px){.s-reviews-quote-icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}}.s-reviews-quote-icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}@media (min-width: 640px){.s-reviews-quote-icon svg:where([dir="rtl"], [dir="rtl"] *){left:3rem}}@media (min-width: 1024px){.s-reviews-quote-icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}}.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}.dark .product-single .s-comments-product .s-reviews-testimonial span,.dark .product-single .s-comments-product .s-reviews-testimonial h2{color:var(--dm-text-main)}@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-testimonials-slider{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}@media (min-width: 1024px){.s-reviews-testimonials-slider .swiper{margin-left:-200px;margin-right:-200px}}.s-reviews-testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem;padding-left:1.25rem}@media (min-width: 1024px){.s-reviews-testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:0px;padding-left:0px}}.s-reviews-testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem;padding-right:1.25rem}@media (min-width: 1024px){.s-reviews-testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:0px;padding-right:0px}.s-reviews-testimonials-slider .swiper .s-slider-button-next{margin-right:200px}.s-reviews-testimonials-slider .swiper .s-slider-button-prev{margin-left:200px}}.s-reviews-testimonials-slider .swiper:not(.swiper-initialized){opacity:0}.s-reviews-testimonial__inner{display:flex;align-items:center}.dark .product-single .s-comments-product .s-reviews-testimonial__inner span,.dark .product-single .s-comments-product .s-reviews-testimonial__inner h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-testimonial__inner{align-items:center}.enhanced-features .grid>.s-reviews-testimonial__inner{text-align:center}.dark .product-single .s-comments-product .s-reviews-testimonial__inner span,.dark .product-single .s-comments-product .s-reviews-testimonial__inner h2{color:var(--dm-text-main)}.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:var(--color-primary);font-size:2.25rem;line-height:2.5rem}input[type=radio].sr-only div.s-reviews-testimonial__icon svg{transition:all .3s}input[type=radio].sr-only:checked~div.s-reviews-testimonial__icon svg{border-color:var(--color-main)}.badge.s-reviews-testimonial__icon svg:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@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}#app.index .salla-advertisement:not(.s-reviews-testimonial__text p)~.store-header{--header-top: 40px}@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}.dark .product-single .s-comments-product .s-reviews-testimonial__name_wrapper span,.dark .product-single .s-comments-product .s-reviews-testimonial__name_wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-testimonial__name_wrapper{align-items:center}.enhanced-features .grid>.s-reviews-testimonial__name_wrapper{text-align:center}.dark .product-single .s-comments-product .s-reviews-testimonial__name_wrapper span,.dark .product-single .s-comments-product .s-reviews-testimonial__name_wrapper h2{color:var(--dm-text-main)}@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}#app.index .salla-advertisement:not(.s-reviews-testimonial__rating)~.store-header{--header-top: 40px}custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-testimonial__rating{font-size:.8rem;margin-left:0;display:inline-block}.s-reviews-testimonial__info h2{font-size:0.75rem;line-height:1rem;font-weight:700}.mobile-nav span.s-reviews-testimonial__info h2{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}@media (min-width: 480px){.s-reviews-testimonial__info h2{font-size:0.875rem;line-height:1.25rem}}.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}.enhanced-features .s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner{align-items:center}.enhanced-features .grid>.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner{text-align:center}.sq-awesome-banners .banner-outer.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner .banner-texts{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}.enhanced-features .s-reviews-container .swiper-slide-prev .s-reviews-testimonial{align-items:center}.enhanced-features .grid>.s-reviews-container .swiper-slide-prev .s-reviews-testimonial{text-align:center}.s-reviews-container .swiper-slide-next .s-reviews-testimonial{align-items:center;justify-content:flex-start}.enhanced-features .s-reviews-container .swiper-slide-next .s-reviews-testimonial{align-items:center}.enhanced-features .grid>.s-reviews-container .swiper-slide-next .s-reviews-testimonial{text-align:center}.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-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))}#app.index .salla-advertisement:not(.s-reviews-container .s-slider--nav-arrow)~.store-header{--header-top: 40px}@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-page-grid{display:grid;align-items:flex-start;grid-gap:1.25rem;gap:1.25rem}.s-block--features-products.two-cols .s-reviews-page-grid .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-reviews-page-grid{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-reviews-page-grid>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-reviews-page-grid{padding-bottom:1rem}.sq-awesome-banners .s-reviews-page-grid.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-reviews-page-grid:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-reviews-page-grid:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-reviews-page-grid.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media (min-width: 640px){.s-reviews-page-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 768px){.s-reviews-page-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width: 1024px){.s-reviews-page-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.s-reviews-page-title{display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:0.75rem;column-gap:0.75rem;row-gap:0.5rem;font-size:1.25rem;font-weight:700;line-height:0.75rem}.dark .product-single .s-comments-product .s-reviews-page-title span,.dark .product-single .s-comments-product .s-reviews-page-title h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-page-title{align-items:center}.enhanced-features .grid>.s-reviews-page-title{text-align:center}[dir=rtl] .header-innerLeft .s-reviews-page-title+salla-cart-summary{margin-right:.3rem}.dark .product-single .s-comments-product .s-reviews-page-title span,.dark .product-single .s-comments-product .s-reviews-page-title h2{color:var(--dm-text-main)}.s-reviews-page-count{font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-reviews-page-count{font-size:.8rem;margin-left:0;display:inline-block}.s-reviews-page-filter{height:auto;min-width:164px;border-radius:0.375rem;border-width:1px;border-color:var(--color-primary);padding:0.25rem;color:var(--color-primary)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-reviews-page-filter.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-reviews-page-filter.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-reviews-page-filter.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-reviews-page-filter:focus{border-color:var(--color-primary)}.s-reviews-page-filter-label{display:none;white-space:nowrap}#app.index .salla-advertisement:not(.s-reviews-page-filter-label)~.store-header{--header-top: 40px}@media (min-width: 640px){.s-reviews-page-filter-label{display:block}}.s-reviews-page-filter-wrapper{display:flex;align-items:center;gap:0.75rem}.dark .product-single .s-comments-product .s-reviews-page-filter-wrapper span,.dark .product-single .s-comments-product .s-reviews-page-filter-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-page-filter-wrapper{align-items:center}.enhanced-features .grid>.s-reviews-page-filter-wrapper{text-align:center}.dark .product-single .s-comments-product .s-reviews-page-filter-wrapper span,.dark .product-single .s-comments-product .s-reviews-page-filter-wrapper h2{color:var(--dm-text-main)}.s-reviews-page-load-more-btn{margin-top:1.5rem}.s-reviews-page-header-wrapper{margin-bottom:0.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem}.dark .product-single .s-comments-product .s-reviews-page-header-wrapper span,.dark .product-single .s-comments-product .s-reviews-page-header-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-page-header-wrapper{align-items:center}.enhanced-features .grid>.s-reviews-page-header-wrapper{text-align:center}.dark .product-single .s-comments-product .s-reviews-page-header-wrapper span,.dark .product-single .s-comments-product .s-reviews-page-header-wrapper h2{color:var(--dm-text-main)}.s-reviews-page-load-more-container{text-align:center}.sq-awesome-banners .banner-outer.s-reviews-page-load-more-container .banner-texts{text-align:center}.s-reviews-summary-wrapper{display:flex;flex-direction:column;-moz-column-gap:2rem;column-gap:2rem;row-gap:1.5rem}.dark .product-single .s-comments-product .s-reviews-summary-wrapper span,.dark .product-single .s-comments-product .s-reviews-summary-wrapper h2{color:var(--dm-text-main)}@media (min-width: 640px){.s-reviews-summary-wrapper{flex-direction:row}}.s-reviews-summary-header{display:grid;align-content:flex-start;grid-gap:2rem;gap:2rem}.s-block--features-products.two-cols .s-reviews-summary-header .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-reviews-summary-header{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-reviews-summary-header>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-reviews-summary-header{padding-bottom:1rem}.sq-awesome-banners .s-reviews-summary-header.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-reviews-summary-header:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-reviews-summary-header:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-reviews-summary-header.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media (min-width: 640px){.s-reviews-summary-header{gap:2.5rem}}.s-reviews-summary-header .s-rating-stars-selected{fill:var(--color-primary)}.s-reviews-summary-header .s-rating-stars-btn-star{padding:0px}.s-reviews-summary-header-section{display:flex;align-items:center;gap:1rem}.dark .product-single .s-comments-product .s-reviews-summary-header-section span,.dark .product-single .s-comments-product .s-reviews-summary-header-section h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-summary-header-section{align-items:center}.enhanced-features .grid>.s-reviews-summary-header-section{text-align:center}.dark .product-single .s-comments-product .s-reviews-summary-header-section span,.dark .product-single .s-comments-product .s-reviews-summary-header-section h2{color:var(--dm-text-main)}.s-reviews-summary-average{font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.s-reviews-summary-count{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.mobile-nav span.s-reviews-summary-count{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-reviews-summary-rows{display:grid;grid-gap:1rem;gap:1rem}.s-block--features-products.two-cols .s-reviews-summary-rows .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-reviews-summary-rows{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-reviews-summary-rows>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-reviews-summary-rows{padding-bottom:1rem}.sq-awesome-banners .s-reviews-summary-rows.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-reviews-summary-rows:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-reviews-summary-rows:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-reviews-summary-rows.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media (min-width: 640px){.s-reviews-summary-rows{width:54%}}.s-reviews-summary-row{display:flex;align-items:center;gap:0.625rem}.dark .product-single .s-comments-product .s-reviews-summary-row span,.dark .product-single .s-comments-product .s-reviews-summary-row h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-summary-row{align-items:center}.enhanced-features .grid>.s-reviews-summary-row{text-align:center}.dark .product-single .s-comments-product .s-reviews-summary-row span,.dark .product-single .s-comments-product .s-reviews-summary-row h2{color:var(--dm-text-main)}.s-reviews-summary-row-rate{display:flex;align-items:center;gap:0.25rem;fill:#1f2937;font-size:0.75rem;line-height:1rem;font-weight:500;line-height:1.5}.dark .product-single .s-comments-product .s-reviews-summary-row-rate span,.dark .product-single .s-comments-product .s-reviews-summary-row-rate h2{color:var(--dm-text-main)}.enhanced-features .s-reviews-summary-row-rate{align-items:center}.mobile-nav span.s-reviews-summary-row-rate{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-reviews-summary-row-rate{text-align:center}.dark .product-single .s-comments-product .s-reviews-summary-row-rate span,.dark .product-single .s-comments-product .s-reviews-summary-row-rate h2{color:var(--dm-text-main)}.s-reviews-summary-row-rate span svg{max-height:-moz-max-content;max-height:max-content;width:1rem;fill:#fbbf24}.s-reviews-summary-progress{flex-grow:1}.s-reviews-summary-progress .s-progress-bar-wrapper{margin-bottom:0px}.s-reviews-summary-progress .s-progress-bar-container{margin-bottom:0px}.s-reviews-summary-percentage{width:2rem;font-size:0.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.mobile-nav span.s-reviews-summary-percentage{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-reviews-summary-recommendation-percentage{font-size:2.25rem;line-height:2.5rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.s-reviews-summary-header-section.s-reviews-summary-recommendation-only{gap:3rem}.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p{padding-top:.4rem;padding-bottom:.4rem}.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p{padding-top:.4rem;padding-bottom:.4rem}.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-scopes-title{margin-bottom:0.75rem}.s-scopes-header{margin-bottom:0.5rem;display:block;text-align:center}.sq-awesome-banners .banner-outer.s-scopes-header .banner-texts{text-align:center}.s-scopes-header-icon{margin:auto;display:flex;height:5rem;width: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));--tw-bg-opacity:1;background-color:rgba(252, 252, 252, 1);background-color:rgba(252, 252, 252, var(--tw-bg-opacity, 1))}.dark .product-single .s-comments-product .s-scopes-header-icon span,.dark .product-single .s-comments-product .s-scopes-header-icon h2{color:var(--dm-text-main)}.enhanced-features .s-scopes-header-icon{align-items:center}.enhanced-features .grid>.s-scopes-header-icon{text-align:center}.dark .product-single .s-comments-product .s-scopes-header-icon span,.dark .product-single .s-comments-product .s-scopes-header-icon h2{color:var(--dm-text-main)}.s-scopes-header-icon svg{height:2rem;fill:var(--color-primary)}.s-scopes-header-title{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.header-menu-icon.py-5.s-scopes-header-title{padding-top:.4rem;padding-bottom:.4rem}.s-scopes-header-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-scopes-header-title{padding-top:.4rem;padding-bottom:.4rem}.s-scopes-header-title.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.footer-is-dark .store-footer .s-scopes-header-title{color:var(--footer-text-color)}.s-scopes-header-subtitle{text-align:left;font-size:1.25rem;line-height:1.75rem}[dir=rtl] .header-innerLeft .s-scopes-header-subtitle+salla-cart-summary{margin-right:.3rem}.sq-awesome-banners .banner-outer.s-scopes-header-subtitle .banner-texts{text-align:left}.s-scopes-header-subtitle:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-scopes-search-wrapper{position:relative;width:100%}.s-scopes-search-icon{pointer-events:none;position:absolute;top:0px;bottom:0px;left:0px;display:flex;align-items:center;padding-left:0.75rem}input[type=radio].sr-only div.s-scopes-search-icon{transition:all .3s}input[type=radio].sr-only:checked~div.s-scopes-search-icon{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-scopes-search-icon span,.dark .product-single .s-comments-product .s-scopes-search-icon h2{color:var(--dm-text-main)}.enhanced-features .s-scopes-search-icon{align-items:center}.enhanced-features .grid>.s-scopes-search-icon{text-align:center}.badge.s-scopes-search-icon:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-scopes-search-icon span,.dark .product-single .s-comments-product .s-scopes-search-icon h2{color:var(--dm-text-main)}.s-scopes-search-icon:where([dir="rtl"], [dir="rtl"] *){left:auto;right:0px;padding-left:0px;padding-right:0.75rem}.s-scopes-search-icon svg{height:1.25rem;width:1.25rem;fill:#9ca3af}.s-scopes-search-input{display:block;width:100%;border-radius:0.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));padding:0.625rem;padding-left:2.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-search-input{font-size:.8rem;margin-left:0;display:inline-block}.s-scopes-search-input:focus{--tw-ring-color:var(--color-primary)}.s-scopes-search-input:where([dir="rtl"], [dir="rtl"] *){padding-left:0px;padding-right:2.5rem}.s-scopes-input-wrap{margin-bottom:1.25rem;display:flex;align-items:center}.dark .product-single .s-comments-product .s-scopes-input-wrap span,.dark .product-single .s-comments-product .s-scopes-input-wrap h2{color:var(--dm-text-main)}.enhanced-features .s-scopes-input-wrap{align-items:center}.enhanced-features .grid>.s-scopes-input-wrap{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.s-scopes-input-wrap.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-scopes-input-wrap.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-scopes-input-wrap span,.dark .product-single .s-comments-product .s-scopes-input-wrap h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-scopes-input-wrap.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-scopes-input-wrap:last-child{margin-bottom:0px}.s-scopes-input{height:1rem;width:1rem;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));color:var(--color-primary)}.s-scopes-input:focus{--tw-ring-color:var(--color-primary)}.s-scopes-input:where([dir="ltr"], [dir="ltr"] *){margin-right:0.75rem}.s-scopes-input:where([dir="rtl"], [dir="rtl"] *){margin-left:0.75rem}.s-scopes-label{display:flex;flex-grow:1;align-items:center;justify-content:space-between;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-scopes-label span,.dark .product-single .s-comments-product .s-scopes-label h2{color:var(--dm-text-main)}.enhanced-features .s-scopes-label{align-items:center}.enhanced-features .grid>.s-scopes-label{text-align:center}.dark .product-single .s-comments-product .s-scopes-label span,.dark .product-single .s-comments-product .s-scopes-label h2{color:var(--dm-text-main)}.s-scopes-select{height:2.5rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;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));padding-left:1rem;padding-right:1rem;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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-scopes-select.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-scopes-select.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-scopes-select{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-scopes-select.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-scopes-select:focus{border-color:var(--color-primary)}.s-scopes-container{margin-top:1.25rem;max-height:300px;overflow-y:auto;padding-left:0.5rem}.s-scopes-container:where([dir="rtl"], [dir="rtl"] *){padding-left:0px;padding-right:0.5rem}.s-scopes-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}input[type=radio].s-scopes-sr-only div.absolute{transition:all .3s}input[type=radio].s-scopes-sr-only:checked~div.absolute{border-color:var(--color-main)}.s-scopes-is-closed{opacity:0.5}.s-scopes-closed-badge{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-scopes-clickable{cursor:pointer}.s-scopes-clickable *{pointer-events:none}.s-scopes-submit{margin-top:1.5rem;height:auto}.s-scopes-color-red{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.s-scopes-color-green{--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}.s-scopes-color-gray{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-scopes-color-gray{color:var(--footer-text-color)}.s-scopes-hidden{display:none}#app.index .salla-advertisement:not(.s-scopes-hidden)~.store-header{--header-top: 40px}.s-scopes-input-wrap.is-hidden-branch{display:none}#app.index .salla-advertisement:not(.s-scopes-input-wrap.is-hidden-branch)~.store-header{--header-top: 40px}.s-scopes-wrap{display:flex;max-height:350px;flex-direction:column}.dark .product-single .s-comments-product .s-scopes-wrap span,.dark .product-single .s-comments-product .s-scopes-wrap h2{color:var(--dm-text-main)}.s-scopes-wrap .s-placeholder-wrapper{display:flex;height:12rem;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-scopes-wrap .s-placeholder-wrapper span,.dark .product-single .s-comments-product .s-scopes-wrap .s-placeholder-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-scopes-wrap .s-placeholder-wrapper{align-items:center}.enhanced-features .grid>.s-scopes-wrap .s-placeholder-wrapper{text-align:center}.dark .product-single .s-comments-product .s-scopes-wrap .s-placeholder-wrapper span,.dark .product-single .s-comments-product .s-scopes-wrap .s-placeholder-wrapper h2{color:var(--dm-text-main)}.s-scopes-footer{margin-top:auto}.s-scopes-modal .s-modal-header{display:block !important}.s-scopes-skeleton .s-list-tile-item-content{display:block;width:100%}.s-scopes-skeleton .s-scopes-header-title > salla-skeleton{margin-top:0.75rem;margin-bottom:0.75rem;display:block}.s-scopes-skeleton .s-scopes-header-subtitle > salla-skeleton{margin-bottom:0.75rem;display:block}.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton{margin-bottom:1.25rem;display:block}.dark .cart:not(.norm-loy) .shadow-default.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-scopes-skeleton .s-scopes-skeleton-search{margin-top:2rem;margin-bottom:2rem}.s-scopes-skeleton .s-scopes-skeleton-search > salla-skeleton{margin-bottom:0.75rem;display:block}.s-scopes-skeleton .s-list-tile-item-icon{margin-right:2rem}.s-scopes-skeleton .s-list-tile-item-icon:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:2rem}.s-scopes-skeleton-btn{margin-top:2rem}.s-search-container{position:relative;z-index:99;max-height:14rem;border-radius:0.375rem;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}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-search-container.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-search-container.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-search-container.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-search-oval{border-radius:20px}.s-search-inline{min-width:220px}.s-search-container-open{border-radius:0px !important}.s-search-container-open{max-height:24rem}.s-search-container-open .s-search-input{border-top-left-radius:0.375rem !important;border-top-right-radius:0.375rem !important;border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}.s-search-container-open .s-search-input{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))}.s-search-no-results .s-search-input{border-bottom-right-radius:0px;border-bottom-left-radius:0px;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))}.s-search-input{height:2.5rem;width:100%;border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, 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));padding-top:0px;padding-bottom:0.125rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, 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}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-search-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-search-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-search-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-search-input:focus{--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-ring-color:transparent}.s-search-input:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}.s-search-input:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}.s-search-icon-wrap{position:absolute;top:50%;--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));line-height:1;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.s-search-icon-wrap{transition:all .3s}input[type=radio].sr-only:checked~div.s-search-icon-wrap{border-color:var(--color-main)}.footer-is-dark .store-footer .s-search-icon-wrap{color:var(--footer-text-color)}.badge.s-search-icon-wrap:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-search-icon-wrap:where([dir="ltr"], [dir="ltr"] *){left:1rem}.s-search-icon-wrap:where([dir="rtl"], [dir="rtl"] *){right:1rem}.s-search-icon svg{height:1rem;width:1rem;fill:#9ca3af}.s-search-spinner-loader{display:block;height:1rem;width:1rem}@keyframes spin{to{transform:rotate(360deg)}}.s-search-spinner-loader{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));border-right-color:var(--color-primary)}.s-search-results{position:absolute;margin:auto;max-height:24rem;width:100%;max-width:100%;overflow-y:auto;border-bottom-right-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));--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)}input[type=radio].sr-only div.s-search-results{transition:all .3s}input[type=radio].sr-only:checked~div.s-search-results{border-color:var(--color-main)}.badge.s-search-results:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-search-no-results{border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}.s-search-no-results-placeholder{padding:1rem;text-align:center;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-search-no-results-placeholder{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-search-no-results-placeholder .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-no-results-placeholder{font-size:.8rem;margin-left:0;display:inline-block}.s-search-product{display:flex;height:100%;justify-content:space-around;overflow:hidden;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));background-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}.dark .product-single .s-comments-product .s-search-product span,.dark .product-single .s-comments-product .s-search-product h2{color:var(--dm-text-main)}.s-search-product:last-child{border-bottom-width:0px}.s-search-product:hover{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}@media (min-width: 480px){.s-search-product{padding-left:1.25rem;padding-right:1.25rem}}.s-search-product-image-container{position:relative;height:3.5rem;width:5rem;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-search-product-image-container.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-search-product-image-container.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-search-product-image-container.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-search-product-image{position:relative;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;font-size:0px}.s-search-product-image::before{position:absolute;top:0px;left:0px;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}.s-search-product-details{flex:1 1 0%;padding-top:0.25rem}.s-search-product-details:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}@media (min-width: 480px){.s-search-product-details:where([dir="ltr"], [dir="ltr"] *){padding-left:1.25rem}}.s-search-product-details:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}@media (min-width: 480px){.s-search-product-details:where([dir="rtl"], [dir="rtl"] *){padding-right:1.25rem}}.s-search-product-title{margin-bottom:0.375rem;display:flex;flex-direction:column;align-items:baseline;justify-content:flex-start;font-size:0.875rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .s-search-product-title span,.dark .product-single .s-comments-product .s-search-product-title h2{color:var(--dm-text-main)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-search-product-title span,.dark .product-single .s-comments-product .s-search-product-title h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-title{font-size:.8rem;margin-left:0;display:inline-block}.s-search-product-price{display:flex;width:100%;align-items:center;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary)}.dark .product-single .s-comments-product .s-search-product-price span,.dark .product-single .s-comments-product .s-search-product-price h2{color:var(--dm-text-main)}.enhanced-features .s-search-product-price{align-items:center}.enhanced-features .grid>.s-search-product-price{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-search-product-price span,.dark .product-single .s-comments-product .s-search-product-price h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-search-product-price{font-size:.8rem;margin-left:0;display:inline-block}.s-search-product-regular-price{padding-left:0.75rem;padding-right:0.75rem;font-weight:500;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));text-decoration-line:line-through}.footer-is-dark .store-footer .s-search-product-regular-price{color:var(--footer-text-color)}.s-search-product-not-available{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);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)}.s-search-action{position:absolute;height:100%}input[type=radio].sr-only div.s-search-action{transition:all .3s}input[type=radio].sr-only:checked~div.s-search-action{border-color:var(--color-main)}.badge.s-search-action:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-search-action:where([dir="ltr"], [dir="ltr"] *){right:0px}.s-search-action:where([dir="rtl"], [dir="rtl"] *){left:0px;border-top-right-radius:0px;border-bottom-right-radius:0px}.s-search-action-oval:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:9999px;border-bottom-right-radius:9999px}.s-search-action-oval:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:9999px;border-bottom-left-radius:9999px}.s-search-input-wrapper{position:relative;display:flex;flex-grow:1;align-items:center}.dark .product-single .s-comments-product .s-search-input-wrapper span,.dark .product-single .s-comments-product .s-search-input-wrapper h2{color:var(--dm-text-main)}.enhanced-features .s-search-input-wrapper{align-items:center}.enhanced-features .grid>.s-search-input-wrapper{text-align:center}.dark .product-single .s-comments-product .s-search-input-wrapper span,.dark .product-single .s-comments-product .s-search-input-wrapper h2{color:var(--dm-text-main)}.s-search-modal .s-modal-wrapper{align-items:flex-start;padding:0}.s-search-modal .s-modal-spacer{display:inline}.s-search-modal .s-modal-body{position:relative !important}.s-search-modal .s-modal-body{padding:0;width:700px;max-width:90%;margin-top:3.2rem;border-radius:0.5rem;background:transparent;overflow:visible}.s-search-modal .s-modal-close{top:50%;transform:translateY(-50%)}.s-skeleton-wrapper{display:block}@keyframes pulse{50%{opacity:.5}}.s-skeleton-wrapper{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.s-skeleton-item{height:100%;width:100%;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-skeleton-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-skeleton-item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.s-skeleton-item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark *.s-skeleton-item{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}.s-skeleton-item-circular{border-radius:9999px}.s-slider-swiper-wrapper > div{align-items:stretch}.s-slider-container{display:block}.s-slider-horizontal .s-slider-thumbs{margin-top:1rem}.s-slider-thumbs-container{position:relative;margin-left:-5px;margin-right:-5px}@media (min-width: 640px){.s-slider-thumbs-container{padding-left:0px;padding-right:0px}}.s-slider-thumbs-container:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}@media (min-width: 1024px){.s-slider-thumbs-container:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}}.s-slider-thumbs-container:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}@media (min-width: 1024px){.s-slider-thumbs-container:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}}.s-slider-wrapper{position:relative}.s-slider-block__title{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;max-width:1280px;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-slider-block__title span,.dark .product-single .s-comments-product .s-slider-block__title h2{color:var(--dm-text-main)}.enhanced-features .s-slider-block__title{align-items:center}.enhanced-features .grid>.s-slider-block__title{text-align:center}.dark .product-single .s-comments-product .s-slider-block__title span,.dark .product-single .s-comments-product .s-slider-block__title h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-slider-block__title{margin-bottom:2rem}}.s-slider-block__title-right:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}.s-slider-block__title-left{display:flex;align-items:center;justify-content:flex-end}.s-slider-block__title-left > :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)))}.dark .product-single .s-comments-product .s-slider-block__title-left span,.dark .product-single .s-comments-product .s-slider-block__title-left h2{color:var(--dm-text-main)}.enhanced-features .s-slider-block__title-left{align-items:center}.enhanced-features .grid>.s-slider-block__title-left{text-align:center}.dark .product-single .s-comments-product .s-slider-block__title-left span,.dark .product-single .s-comments-product .s-slider-block__title-left h2{color:var(--dm-text-main)}.s-slider-block__title-left:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-slider-block__title h2{position:relative;font-size:1.125rem;line-height:1.75rem;font-weight:700;line-height:1.2}.header-menu-icon.py-5.s-slider-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.s-slider-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-slider-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.s-slider-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-slider-block__title h2:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}.s-slider-block__title p{margin-top:0.5rem;font-size:0.875rem;line-height:1.25rem;opacity:0.6}custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__title p{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 768px){.s-slider-block__title p:where([dir="ltr"], [dir="ltr"] *){padding-right:4rem}.s-slider-block__title p:where([dir="rtl"], [dir="rtl"] *){padding-left:4rem}}.s-slider-block__title-nav{display:flex}.s-slider-block__title-nav > :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)))}.dark .product-single .s-comments-product .s-slider-block__title-nav span,.dark .product-single .s-comments-product .s-slider-block__title-nav h2{color:var(--dm-text-main)}.s-slider-block__title-nav:where([dir="ltr"], [dir="ltr"] *){margin-left:1.5rem;flex-direction:row-reverse}.s-slider-block__title-nav:where([dir="rtl"], [dir="rtl"] *){margin-right:1.5rem}.s-slider-block__title-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}salla-slider[direction='ltr'] .s-slider-block__title-nav{flex-direction:row-reverse}.carousel-slider .s-slider-block__title-nav{display:none}#app.index .salla-advertisement:not(.carousel-slider .s-slider-block__title-nav)~.store-header{--header-top: 40px}@media (min-width: 1024px){.carousel-slider .s-slider-block__title-nav{display:flex}}.s-slider-v-centered .s-slider-block__title-nav{pointer-events:none;position:absolute;left:50%;top:50%;z-index:2;margin-left:0px;margin-right:0px;width:94%;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -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));justify-content:space-between}input[type=radio].sr-only div.s-slider-v-centered .s-slider-block__title-nav{transition:all .3s}input[type=radio].sr-only:checked~div.s-slider-v-centered .s-slider-block__title-nav{border-color:var(--color-main)}.badge.s-slider-v-centered .s-slider-block__title-nav:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-slider-v-centered .s-slider-block__title-nav button{pointer-events:auto;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--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 #d1d5db, 0 4px 6px -4px #d1d5db;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);--tw-shadow-color:#d1d5db;--tw-shadow:var(--tw-shadow-colored)}.s-slider-v-centered .s-slider-block__title-nav button:hover{--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)}.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{opacity:1;--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-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg{fill:#d1d5db}.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button{--tw-shadow-color:#374151;--tw-shadow:var(--tw-shadow-colored)}.s-slider-controls-outer .s-slider-block__title-nav{width:97%}@media (min-width: 1536px){.s-slider-controls-outer .s-slider-block__title-nav{width:calc(100% + 32px)}}.s-slider-block__display-all{display:inline-block;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-slider-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}.s-slider-block__display-all:hover{opacity:0.8}.s-slider-nav-arrow{display:inline-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(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));font-size:1.25rem;line-height:1.75rem;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}.enhanced-features .s-slider-nav-arrow{align-items:center}.enhanced-features .grid>.s-slider-nav-arrow{text-align:center}[dir=rtl] .header-innerLeft .s-slider-nav-arrow+salla-cart-summary{margin-right:.3rem}.s-slider-nav-arrow svg{width:22px;fill:#6b7280}.s-slider-thumbs-nav{pointer-events:none;position:absolute;left:50%;top:50%;z-index:2;margin-left:0px;margin-right:0px;display:flex;width:94%;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -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));justify-content:space-between}.s-slider-thumbs-nav > :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)))}input[type=radio].sr-only div.s-slider-thumbs-nav{transition:all .3s}input[type=radio].sr-only:checked~div.s-slider-thumbs-nav{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-slider-thumbs-nav span,.dark .product-single .s-comments-product .s-slider-thumbs-nav h2{color:var(--dm-text-main)}.badge.s-slider-thumbs-nav:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-slider-thumbs-nav span,.dark .product-single .s-comments-product .s-slider-thumbs-nav h2{color:var(--dm-text-main)}.s-slider-thumbs-nav:where([dir="ltr"], [dir="ltr"] *){flex-direction:row-reverse}.s-slider-thumbs-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-slider-thumbs-nav button{pointer-events:auto;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.s-slider-thumbs-nav button:hover{--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)}.s-slider-thumbs-nav button.swiper-button-disabled{opacity:1;--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-slider-thumbs-nav button.swiper-button-disabled svg{fill:#d1d5db}.s-slider-nav-arrow:not(:disabled):hover{border-color:var(--color-primary)}.s-slider-nav-arrow:not(:disabled):hover svg{fill:var(--color-primary)}salla-slider:not(.hydrated), .carousel-slider{visibility:visible}salla-slider:not(.hydrated) .tooltip-content, .carousel-slider .tooltip-content{visibility:visible;opacity:1;transform:translate(82px, -110px)}[dir=rtl] salla-slider.icon-trigger:not(.hydrated) .tooltip-content,[dir=rtl] .icon-trigger .carousel-slider .tooltip-content{transform:translate(53px, -63px)}[dir=ltr] salla-slider.icon-trigger:not(.hydrated) .tooltip-content,[dir=ltr] .icon-trigger .carousel-slider .tooltip-content{transform:translate(-54px, -65px)}@media(max-width: 991px){[dir=rtl] salla-slider.icon-trigger.mobile-shifted:not(.hydrated) .tooltip-content,[dir=rtl] .icon-trigger.mobile-shifted .carousel-slider .tooltip-content{transform:translate(70px, -80px)}[dir=ltr] salla-slider.icon-trigger.mobile-shifted:not(.hydrated) .tooltip-content,[dir=ltr] .icon-trigger.mobile-shifted .carousel-slider .tooltip-content{transform:translate(-70px, -80px)}}salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper{margin-left:-0.625rem;margin-right:-0.625rem;display:flex;padding-left:5px;padding-right:5px}.dark .product-single .s-comments-product salla-slider[type]:not(.hydrated) > div span,.dark .product-single .s-comments-product salla-slider[type]:not(.hydrated) > div h2,.dark .product-single .s-comments-product  salla-slider[type]:not(.hydrated) .swiper > div > div span,.dark .product-single .s-comments-product  salla-slider[type]:not(.hydrated) .swiper > div > div h2,.dark .product-single .s-comments-product  .carousel-slider .swiper span,.dark .product-single .s-comments-product  .carousel-slider .swiper h2{color:var(--dm-text-main)}@media (min-width: 640px){salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper{padding-left:0px;padding-right:0px}}salla-slider[type]:not(.hydrated) > div:where([dir="ltr"], [dir="ltr"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="ltr"], [dir="ltr"] *), .carousel-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}@media (min-width: 1024px){salla-slider[type]:not(.hydrated) > div:where([dir="ltr"], [dir="ltr"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="ltr"], [dir="ltr"] *), .carousel-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}}salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}@media (min-width: 1024px){salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}}salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div{flex-shrink:0;padding-left:5px;padding-right:5px}@media (min-width: 640px){salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div{padding-left:0.625rem;padding-right:0.625rem}}salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div, salla-slider.photos-slider:not(.hydrated) > div{margin-left:0px;margin-right:0px;width:100%;padding-left:0px;padding-right:0px}salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div, salla-slider.photos-slider:not(.hydrated) > div > div{padding:0px}salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2){display:none}#app.index .salla-advertisement:not(salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2))~.store-header{--header-top: 40px}salla-slider[type='fullscreen'] [slot='items'] > div{min-height:calc(100vh - 100px);width:100%}salla-slider:not(.hydrated){display:block;overflow:hidden}.s-slider-has-notitle .s-slider-block__title{margin-bottom:0px}salla-slider div[slot='thumbs']{margin-top:0.625rem}salla-slider{display:block}salla-slider div[slot='thumbs'] > div{height:5rem;padding-left:5px;padding-right:5px}.s-slider-vertical{height:100%}@media (min-width: 768px){.s-slider-vertical{display:flex}}.s-slider-vertical .s-slider-container{margin-left:0px;margin-right:0px}.s-slider-vertical .s-slider-thumbs{margin-left:-0.625rem;margin-right:-0.625rem;margin-top:0.625rem;width:100%}@media (min-width: 768px){.s-slider-vertical .s-slider-thumbs{margin-top:0px;margin-bottom:0px;margin-left:15px;height:100%;width:8rem;padding:0px}.s-slider-vertical .s-slider-thumbs:where([dir="rtl"], [dir="rtl"] *){margin-left:0px;margin-right:15px}}.s-slider-vertical .s-slider-thumbs-container{margin-left:-0.625rem;margin-right:-0.625rem;margin-top:0.625rem;max-height:360px;width:100vw;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}@media (min-width: 768px){.s-slider-vertical .s-slider-thumbs-container{top:50%;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;min-height:100%;width:8rem;--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));padding:0px;padding-top:3rem;padding-bottom:3rem}}.s-slider-vertical .s-slider-thumbs-prev{margin-left:0px !important;margin-right:0px !important}.s-slider-vertical .s-slider-thumbs-prev{position:absolute;top:1%;left:50%;z-index:1;display:none;--tw-translate-x:-50%;--tw-rotate:90deg;transform:translate(-50%, var(--tw-translate-y)) rotate(90deg) 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))}input[type=radio].sr-only div.s-slider-vertical .s-slider-thumbs-prev{transition:all .3s}input[type=radio].sr-only:checked~div.s-slider-vertical .s-slider-thumbs-prev{border-color:var(--color-main)}#app.index .salla-advertisement:not(.s-slider-vertical .s-slider-thumbs-prev)~.store-header{--header-top: 40px}.badge.s-slider-vertical .s-slider-thumbs-prev:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 768px){.s-slider-vertical .s-slider-thumbs-prev{display:flex}}.s-slider-vertical .s-slider-thumbs-prev:where([dir="rtl"], [dir="rtl"] *){--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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-slider-vertical .s-slider-thumbs-next{margin-left:0px !important;margin-right:0px !important}.s-slider-vertical .s-slider-thumbs-next{position:absolute;bottom:1%;left:50%;z-index:1;display:none;--tw-translate-x:-50%;--tw-rotate:90deg;transform:translate(-50%, var(--tw-translate-y)) rotate(90deg) 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))}input[type=radio].sr-only div.s-slider-vertical .s-slider-thumbs-next{transition:all .3s}input[type=radio].sr-only:checked~div.s-slider-vertical .s-slider-thumbs-next{border-color:var(--color-main)}#app.index .salla-advertisement:not(.s-slider-vertical .s-slider-thumbs-next)~.store-header{--header-top: 40px}.badge.s-slider-vertical .s-slider-thumbs-next:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 768px){.s-slider-vertical .s-slider-thumbs-next{display:flex}}.s-slider-vertical .s-slider-thumbs-next:where([dir="rtl"], [dir="rtl"] *){--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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-slider-vertical .s-slider-thumbs-nav{height:100%}.s-slider-thumbs .s-slider-thumbs-container .swiper-slide{margin-left:5px;margin-right:5px;height:4rem;width:25%;cursor:pointer;overflow:hidden;border-radius:0.25rem;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));padding:0px;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}.s-slider-thumbs .s-slider-thumbs-container .swiper-slide *{pointer-events:none}.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:hover{opacity:0.8}@media (min-width: 640px){.s-slider-thumbs .s-slider-thumbs-container .swiper-slide{width:20%}}@media (min-width: 768px){.s-slider-thumbs .s-slider-thumbs-container .swiper-slide{height:5rem;width:25%}}@media (min-width: 1024px){.s-slider-thumbs .s-slider-thumbs-container .swiper-slide{width:20%}}.s-slider-vertical .s-slider-thumbs-container .swiper-slide{margin-left:0;margin-right:0;margin-top:5px;margin-bottom:5px;height:4rem;cursor:pointer;padding:0px}.s-slider-vertical .s-slider-thumbs-container .swiper-slide *{pointer-events:none}@media (min-width: 768px){.s-slider-vertical .s-slider-thumbs-container .swiper-slide{height:5rem;width:100%}}.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{position:absolute;top:0px;left:0px;z-index:1;height:100%;width:100%;border-radius:0.25rem;--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, 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));--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgba(229, 231, 235, var(--tw-ring-opacity, 1));transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;--tw-content:'';content:'';content:var(--tw-content)}input[type=radio].sr-only div.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{transition:all .3s}input[type=radio].sr-only:checked~div.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{border-color:var(--color-main)}.badge.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:not(.sale-ratio-wrapper):after{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 768px){thumbs .s-slider-thumbs-container{direction:ltr}.s-slider-thumbs .s-slider-thumbs-container.has-more-4-slides{padding-left:0px;padding-right:0px}}.s-slider-thumbs .s-slider-thumbs-container.has-more-4-slides:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}.s-slider-thumbs .s-slider-thumbs-container.has-more-4-slides:where([dir="rtl"], [dir="rtl"] *){padding-left:2.5rem}salla-slider .video-entry, salla-slider .model-entry{position:relative}salla-slider .video-entry:before, salla-slider .model-entry:before{pointer-events:none;position:absolute;left:50%;top:50%;z-index:1;display:flex;height:4rem;width:4rem;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -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));align-items:center;justify-content:center;border-radius:9999px;background-color:rgba(0, 0, 0, 0.3);font-size:3rem;line-height:1;color:rgba(255, 255, 255, 0.8);--tw-content:'\ee61';content:'\ee61';content:var(--tw-content)}input[type=radio].sr-only divsalla-slider .video-entry:before,input[type=radio].sr-only div salla-slider .model-entry:before{transition:all .3s}input[type=radio].sr-only:checked~divsalla-slider .video-entry:before,input[type=radio].sr-only:checked~div salla-slider .model-entry:before{border-color:var(--color-main)}.dark .product-single .s-comments-product salla-slider .video-entry span:before,.dark .product-single .s-comments-product salla-slider .video-entry h2:before,.dark .product-single .s-comments-product  salla-slider .model-entry span:before,.dark .product-single .s-comments-product  salla-slider .model-entry h2:before{color:var(--dm-text-main)}.enhanced-features salla-slider .video-entry:before,.enhanced-features  salla-slider .model-entry:before{align-items:center}.enhanced-features .grid>salla-slider .video-entry:before,.enhanced-features .grid> salla-slider .model-entry:before{text-align:center}salla-slider.badge .video-entry:not(.sale-ratio-wrapper):before, salla-slider.badge .model-entry:not(.sale-ratio-wrapper):before{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product salla-slider .video-entry span:before,.dark .product-single .s-comments-product salla-slider .video-entry h2:before,.dark .product-single .s-comments-product  salla-slider .model-entry span:before,.dark .product-single .s-comments-product  salla-slider .model-entry h2:before{color:var(--dm-text-main)}.video-entry:before, .model-entry:before{font-family:sallaicons}salla-slider .model-entry .s-toggle-switcher{pointer-events:auto}salla-slider .model-entry:before{--tw-content:'\e9a0';content:'\e9a0';content:var(--tw-content)}.s-slider-thumbs .swiper-slide.video-entry:before, .s-slider-thumbs .swiper-slide.model-entry:before{height:1.75rem;width:1.75rem;font-size:1.25rem;line-height:1.75rem}[dir=rtl] .header-innerLeft .s-slider-thumbs .swiper-slide.video-entry+salla-cart-summary:before,[dir=rtl] .header-innerLeft  .s-slider-thumbs .swiper-slide.model-entry+salla-cart-summary:before{margin-right:.3rem}.s-slider-thumbs .s-slider-thumbs-container .swiper-slide.swiper-slide-thumb-active:after{--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, 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));--tw-ring-color:var(--color-primary)}.s-slider-with-grid-thumbs .s-slider-thumbs .s-slider-thumbs-container .swiper-slide{margin-left:0px !important;margin-right:0px !important}.s-slider-with-grid-thumbs .s-slider-thumbs .s-slider-thumbs-container .swiper-slide{-o-object-fit:cover;object-fit:cover}.s-slider-with-grid-thumbs .s-slider-thumbs .s-slider-thumbs-container{padding-left:0.375rem;padding-right:0.375rem}.s-slider-with-grid-thumbs .s-slider-thumbs-nav{display:none}#app.index .salla-advertisement:not(.s-slider-with-grid-thumbs .s-slider-thumbs-nav)~.store-header{--header-top: 40px}.s-slider-grid-thumbs{transform:none !important}.s-slider-grid-thumbs{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:1.5rem;gap:1.5rem}.s-block--features-products.two-cols .s-slider-grid-thumbs .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-slider-grid-thumbs{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-slider-grid-thumbs>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-slider-grid-thumbs{padding-bottom:1rem}.sq-awesome-banners .s-slider-grid-thumbs.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-slider-grid-thumbs:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-slider-grid-thumbs:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-slider-grid-thumbs.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media only screen and (max-width: 767px){.sq-awesome-banners .s-slider-grid-thumbs{--font-size-percent: 40%}}.s-social-list{display:flex;gap:0.625rem}.dark .product-single .s-comments-product .s-social-list span,.dark .product-single .s-comments-product .s-social-list h2{color:var(--dm-text-main)}.s-social-link a{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}.dark .product-single .s-comments-product .s-social-link a span,.dark .product-single .s-comments-product .s-social-link a h2{color:var(--dm-text-main)}.enhanced-features .s-social-link a{align-items:center}.enhanced-features .grid>.s-social-link a{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-social-link a span,.dark .product-single .s-comments-product .s-social-link a h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-social-link a{font-size:.8rem;margin-left:0;display:inline-block}.s-social-link a:hover{opacity:0.75}.s-social-link a svg{height:0.875rem;width:0.875rem;fill:currentColor}.s-social-share-wrapper{position:relative}.s-social-share-btn span{pointer-events:none}.s-social-share-btn span svg{height:1rem;width:1rem}.s-social-share-list{position:absolute;top:3rem;left:2.5px;z-index:10;display:flex;height:0px;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: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)}input[type=radio].sr-only div.s-social-share-list{transition:all .3s}input[type=radio].sr-only:checked~div.s-social-share-list{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-social-share-list span,.dark .product-single .s-comments-product .s-social-share-list h2{color:var(--dm-text-main)}.enhanced-features .s-social-share-list{align-items:center}.enhanced-features .grid>.s-social-share-list{text-align:center}.badge.s-social-share-list:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-social-share-list span,.dark .product-single .s-comments-product .s-social-share-list h2{color:var(--dm-text-main)}.s-social-share-list.opened{height:auto}.s-social-share-list a{display:block;padding:0.75rem}.dark .cart .shadow-default.mb-5.rounded-md.s-social-share-list a.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-social-share-list a:hover svg{fill:var(--color-primary)}.s-social-share-icon svg{height:1rem;width:1rem}.s-tabs-bg-normal{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}.s-tabs-header{display:flex;cursor:pointer;align-content:center;justify-content:flex-start}.s-tabs-header > :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)))}.s-tabs-header{overflow-x:auto;border-bottom-width:2px;border-color:var(--color-primary)}.s-tabs-header *{pointer-events:none}.dark .product-single .s-comments-product .s-tabs-header span,.dark .product-single .s-comments-product .s-tabs-header h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-tabs-header{overflow-x:hidden}}.s-tabs-header:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-tabs-header *{pointer-events:auto !important}.s-tabs-header-item{border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.75rem;padding-right:0.75rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-tabs-header-item{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 768px){.s-tabs-header-item{padding-left:1.75rem;padding-right:1.75rem}}.s-tabs-content{display:none}#app.index .salla-advertisement:not(.s-tabs-content)~.store-header{--header-top: 40px}.s-tabs-content-wrapper{padding-top:0.75rem}.s-tabs-content-selected{display:block}.s-tabs-active{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))}.animated-ads--content .ad-ul.s-tabs-active{background-color:#222222;background-color:var(--color-primary, #222222)}.s-tel-input-control{height:2.5rem;width:100%;border-radius:0.375rem;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));padding-left:0.75rem;padding-right:0.75rem;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:150ms}custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-tel-input-control.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-tel-input-control.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-tel-input-control{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-tel-input-control.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-tel-input-control:focus{border-color:var(--color-primary)}.dark *.s-tel-input-control{--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))}.s-tel-input-error-msg{display:block;font-size:0.75rem;line-height:1rem;--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}.s-tel-input-error-msg:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}.s-tel-input-error-msg{--tw-border-opacity:1 !important;border-color:rgba(239, 68, 68, 1) !important;border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;--tw-text-opacity:1 !important;color:rgba(239, 68, 68, 1) !important;color:rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important}.mobile-nav span.s-tel-input-error-msg{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}salla-user-menu div[slot='trigger']{display:none}.s-user-menu-wrapper{display:block;min-width:-moz-max-content;min-width:max-content;flex-shrink:0}.s-user-menu-relative-dropdown{position:relative}.s-user-menu-trigger{display:flex;width:-moz-fit-content;width:fit-content;cursor:pointer;align-items:center;border-top-right-radius:0.375rem;border-top-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-left:0.625rem;padding-right:0.625rem;padding-top:0.875rem;padding-bottom:0.875rem;font-size:0.875rem;line-height:1.25rem}.s-user-menu-trigger *{pointer-events:none}.dark .product-single .s-comments-product .s-user-menu-trigger span,.dark .product-single .s-comments-product .s-user-menu-trigger h2{color:var(--dm-text-main)}.enhanced-features .s-user-menu-trigger{align-items:center}.enhanced-features .grid>.s-user-menu-trigger{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .s-user-menu-trigger span,.dark .product-single .s-comments-product .s-user-menu-trigger h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger{font-size:.8rem;margin-left:0;display:inline-block}.s-user-menu-trigger-icon svg{height:1.25rem;width:1.25rem;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}.s-user-menu-toggler::before{pointer-events:none;visibility:hidden;position:fixed;left:0px;top:0px;z-index:10;height:100vh;width:100vw;background-color:rgba(113,113,122,0.74902);opacity:0;transition-duration:300ms;--tw-content:'';content:'';content:var(--tw-content)}.s-user-menu-toggler.opened::before{pointer-events:auto;visibility:visible;content:var(--tw-content);opacity:1}@media (min-width: 768px){.s-user-menu-toggler.opened::before{pointer-events:none;visibility:hidden;content:var(--tw-content);opacity:0}}.s-user-menu-toggler.opened .s-user-menu-trigger svg{--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))}.s-user-menu-toggler.opened .s-user-menu-dropdown{visibility:visible;--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y: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));opacity:1}.s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content{visibility:visible;opacity:1;transform:translate(82px, -110px)}[dir=rtl] .icon-trigger.s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content{transform:translate(53px, -63px)}[dir=ltr] .icon-trigger.s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content{transform:translate(-54px, -65px)}@media(max-width: 991px){[dir=rtl] .icon-trigger.mobile-shifted.s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content{transform:translate(70px, -80px)}[dir=ltr] .icon-trigger.mobile-shifted.s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content{transform:translate(-70px, -80px)}}.s-user-menu-trigger-avatar{display:inline-block;height:2.5rem;width:2.5rem;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));-o-object-fit:cover;object-fit:cover}.s-user-menu-trigger-content{margin-left:0.5rem;margin-right:0.25rem}.s-user-menu-trigger-content:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem;margin-left:0.25rem}.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content{display:none}#app.index .salla-advertisement:not(.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content)~.store-header{--header-top: 40px}.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon{display:none}#app.index .salla-advertisement:not(.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon)~.store-header{--header-top: 40px}.s-user-menu-trigger-avatar-only .s-user-menu-trigger-avatar{border-width:0px}.s-user-menu-trigger-hello{font-size:14px;--tw-text-opacity:1;color:rgba(153, 153, 153, 1);color:rgba(153, 153, 153, var(--tw-text-opacity, 1))}.s-user-menu-trigger-name{margin-top:0.125rem;font-size:15px;line-height:1;--tw-text-opacity:1;color:rgba(68, 68, 68, 1);color:rgba(68, 68, 68, var(--tw-text-opacity, 1))}.s-user-menu-trigger-icon{margin-left:10px}.s-user-menu-trigger-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px;margin-right:10px}.s-user-menu-trigger-text-value{font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-menu-trigger-text-value{font-size:.8rem;margin-left:0;display:inline-block}.s-user-menu-dropdown{visibility:hidden;position:fixed;bottom:0px;top:auto;right:0px;z-index:30;width:100%;transform-origin:center;--tw-translate-y:2.5rem;--tw-scale-y:.9;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(.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));border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0px;border-bottom-left-radius:0px;--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: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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}@media (min-width: 768px){.s-user-menu-dropdown{position:absolute;bottom:auto;bottom:initial;top:100%;width:15rem;transform-origin:top right;--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));border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;--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-duration:200ms}}@media (min-width: 1024px){.s-user-menu-dropdown{border-top-width:1px;border-color:rgba(209, 213, 219, 0.3)}}.s-user-menu-dropdown:where([dir="rtl"], [dir="rtl"] *){left:0px;right:auto;right:initial}.s-user-menu-dropdown-list > :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))}.s-user-menu-dropdown-list{padding-top:0.5rem;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:1rem}@media (min-width: 1024px){.s-user-menu-dropdown-list{padding-left:0px;padding-right:0px;padding-bottom:0.5rem}}.s-user-menu-dropdown-item a{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(68, 68, 68, 1);color:rgba(68, 68, 68, 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}.dark .product-single .s-comments-product .s-user-menu-dropdown-item a span,.dark .product-single .s-comments-product .s-user-menu-dropdown-item a h2{color:var(--dm-text-main)}.enhanced-features .s-user-menu-dropdown-item a{align-items:center}.enhanced-features .grid>.s-user-menu-dropdown-item a{text-align:center}.dark .product-single .s-comments-product .s-user-menu-dropdown-item a span,.dark .product-single .s-comments-product .s-user-menu-dropdown-item a h2{color:var(--dm-text-main)}.s-user-menu-dropdown-item a:hover{background-color:rgba(229, 231, 235, 0.3)}@media (min-width: 640px){.s-user-menu-dropdown-item a{font-size:0.875rem;line-height:1.25rem}}.s-user-menu-dropdown-item-logout a{--tw-text-opacity:1 !important;color:rgba(255, 68, 58, 1) !important;color:rgba(255, 68, 58, var(--tw-text-opacity, 1)) !important}.s-user-menu-dropdown-item-logout a svg{fill:#FF443A !important}.s-user-menu-dropdown-item a svg{margin-right:0.75rem;height:1rem;width:1rem;fill:#9ca3af}.s-user-menu-dropdown-item a svg:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.75rem}.s-user-menu-dropdown-header{position:relative;margin-bottom:0.25rem;display:flex;align-items:center;border-bottom-width:1px;padding:1rem}.dark .product-single .s-comments-product .s-user-menu-dropdown-header span,.dark .product-single .s-comments-product .s-user-menu-dropdown-header h2{color:var(--dm-text-main)}.enhanced-features .s-user-menu-dropdown-header{align-items:center}.enhanced-features .grid>.s-user-menu-dropdown-header{text-align:center}.dark .product-single .s-comments-product .s-user-menu-dropdown-header span,.dark .product-single .s-comments-product .s-user-menu-dropdown-header h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-user-menu-dropdown-header{display:none}}.s-user-menu-dropdown-header img{pointer-events:none;margin-right:0.75rem;height:3rem;width:3rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.s-user-menu-dropdown-header img:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.75rem}.s-user-menu-dropdown-header-content span{font-size:14px;--tw-text-opacity:1;color:rgba(153, 153, 153, 1);color:rgba(153, 153, 153, var(--tw-text-opacity, 1))}.s-user-menu-dropdown-header-content p{font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-user-menu-dropdown-header-close{position:absolute;top:1.25rem;right:1rem;z-index:50;border-radius:9999px}input[type=radio].sr-only div.s-user-menu-dropdown-header-close{transition:all .3s}input[type=radio].sr-only:checked~div.s-user-menu-dropdown-header-close{border-color:var(--color-main)}.badge.s-user-menu-dropdown-header-close:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-user-menu-dropdown-header-close:where([dir="rtl"], [dir="rtl"] *){right:auto;right:initial;left:1rem}.s-user-menu-dropdown-header-close svg{height:1.25rem;width:1.25rem;fill:#ef4444}.s-user-menu-dropdown-item-badge{position:absolute;right:0.625rem;display:flex;height:1.25rem;width:1.25rem;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(239, 68, 68, 1);background-color:rgba(239, 68, 68, var(--tw-bg-opacity, 1));font-size:0.75rem;line-height:1rem;line-height:inherit;--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.s-user-menu-dropdown-item-badge{transition:all .3s}input[type=radio].sr-only:checked~div.s-user-menu-dropdown-item-badge{border-color:var(--color-main)}.dark .product-single .s-comments-product .s-user-menu-dropdown-item-badge span,.dark .product-single .s-comments-product .s-user-menu-dropdown-item-badge h2{color:var(--dm-text-main)}.enhanced-features .s-user-menu-dropdown-item-badge{align-items:center}.mobile-nav span.s-user-menu-dropdown-item-badge{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-user-menu-dropdown-item-badge{text-align:center}.badge.s-user-menu-dropdown-item-badge:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-user-menu-dropdown-item-badge span,.dark .product-single .s-comments-product .s-user-menu-dropdown-item-badge h2{color:var(--dm-text-main)}.s-user-menu-dropdown-item-badge:where([dir="rtl"], [dir="rtl"] *){right:auto;right:initial;left:0.625rem}.s-user-menu-red-dot .s-user-menu-avatar-wrap{position:relative}.s-user-menu-red-dot .s-user-menu-avatar-wrap:after{position:absolute;top:0px;height:0.75rem;width:0.75rem;border-radius:9999px;border-width:2px;--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(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}input[type=radio].sr-only div.s-user-menu-red-dot .s-user-menu-avatar-wrap:after{transition:all .3s}input[type=radio].sr-only:checked~div.s-user-menu-red-dot .s-user-menu-avatar-wrap:after{border-color:var(--color-main)}.badge.s-user-menu-red-dot .s-user-menu-avatar-wrap:not(.sale-ratio-wrapper):after{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-user-menu-red-dot .s-user-menu-avatar-wrap:where([dir="ltr"], [dir="ltr"] *):after{left:0px}.s-user-menu-red-dot .s-user-menu-avatar-wrap:where([dir="rtl"], [dir="rtl"] *):after{right:0px}.header-is-dark .s-user-menu-red-dot .s-user-menu-avatar-wrap:after{--tw-border-opacity:1;border-color:rgba(14, 15, 15, 1);border-color:rgba(14, 15, 15, var(--tw-border-opacity, 1))}.s-user-menu-login-btn{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));outline:2px solid transparent;outline-offset:2px;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.dark .product-single .s-comments-product .s-user-menu-login-btn span,.dark .product-single .s-comments-product .s-user-menu-login-btn h2{color:var(--dm-text-main)}.enhanced-features .s-user-menu-login-btn{align-items:center}.enhanced-features .grid>.s-user-menu-login-btn{text-align:center}.dark .product-single .s-comments-product .s-user-menu-login-btn span,.dark .product-single .s-comments-product .s-user-menu-login-btn h2{color:var(--dm-text-main)}.s-user-menu-login-btn:hover{opacity:0.8}.s-user-menu-login-btn svg{height:1.25rem;width:1.25rem;fill:#374151}.s-user-profile-wrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:1.5rem;gap:1.5rem}.s-block--features-products.two-cols .s-user-profile-wrapper .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-user-profile-wrapper{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-user-profile-wrapper>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-user-profile-wrapper{padding-bottom:1rem}.sq-awesome-banners .s-user-profile-wrapper.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-user-profile-wrapper:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-user-profile-wrapper:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-user-profile-wrapper.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media (min-width: 640px){.s-user-profile-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));gap:2rem}}.s-user-profile-field-label{margin-bottom:0.5rem;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))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-user-profile-field-label{font-size:.8rem;margin-left:0;display:inline-block}.s-user-profile-field-error{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.s-user-profile-submit{margin-top:1.5rem;width:100%}.s-user-profile-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .s-user-profile-filepond-placeholder span,.dark .product-single .s-comments-product .s-user-profile-filepond-placeholder h2{color:var(--dm-text-main)}.enhanced-features .s-user-profile-filepond-placeholder{align-items:center}.enhanced-features .grid>.s-user-profile-filepond-placeholder{text-align:center}.dark .product-single .s-comments-product .s-user-profile-filepond-placeholder span,.dark .product-single .s-comments-product .s-user-profile-filepond-placeholder h2{color:var(--dm-text-main)}.s-user-profile-filepond-placeholder-icon{margin-bottom:0.25rem}.s-user-profile-filepond-placeholder-icon svg{height:1.5rem;width:1.5rem;fill:#7c8082}.s-user-profile-skeleton-wrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-rows:repeat(3, minmax(0, 1fr));grid-gap:3rem;gap:3rem}.s-block--features-products.two-cols .s-user-profile-skeleton-wrapper .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .s-user-profile-skeleton-wrapper{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .s-user-profile-skeleton-wrapper>.items-center{text-align:center}.sq-awesome-banners.card-effect .s-user-profile-skeleton-wrapper{padding-bottom:1rem}.sq-awesome-banners .s-user-profile-skeleton-wrapper.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .s-user-profile-skeleton-wrapper:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .s-user-profile-skeleton-wrapper:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .s-user-profile-skeleton-wrapper.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media only screen and (max-width: 767px){.sq-awesome-banners .s-user-profile-skeleton-wrapper{--font-size-percent: 80%}}.s-user-settings-section{border-bottom-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))}.s-user-settings-section:first-child{border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}.s-user-settings-section:last-child{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-width:0px}.s-user-settings-section .s-list-tile-item{align-items:flex-start;background-color:transparent;padding:1.25rem}@media (min-width: 768px){.s-user-settings-section .s-list-tile-item{align-items:center}}.s-user-settings-section .s-list-tile-item-action{margin-left:auto}.s-user-settings-section .s-list-tile-item-action:where([dir="rtl"], [dir="rtl"] *){margin-right:auto;margin-left:0px}.s-user-settings-section .s-list-tile-item-action button{width:100%;padding:10px}.s-user-settings-section-deactivate-user .s-list-tile-item{flex-wrap:wrap}@media (min-width: 768px){.s-user-settings-section-deactivate-user .s-list-tile-item{flex-wrap:nowrap}}.s-user-settings-section-deactivate-user .s-list-tile-item-icon{position:relative;top:5px}@media (min-width: 768px){.s-user-settings-section-deactivate-user .s-list-tile-item-icon{top:0px}}@media (max-width: 768px){.s-user-settings-section-deactivate-user .s-list-tile-item-content{flex:1 0 85%}.s-user-settings-section-deactivate-user .s-list-tile-item-action{flex:1 1 100%;margin-top:1rem}}.s-user-settings-section-title{font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}.s-user-settings-section-subtitle{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.mobile-nav span.s-user-settings-section-subtitle{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-user-settings-section-icon svg{height:1.25rem;width:1.25rem}.s-user-settings-confirmation{text-align:center}.sq-awesome-banners .banner-outer.s-user-settings-confirmation .banner-texts{text-align:center}.s-user-settings-confirmation svg{text-align:center}.sq-awesome-banners .banner-outer.s-user-settings-confirmation svg .banner-texts{text-align:center}.s-user-settings-confirmation-icon{display:inline-flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.enhanced-features .s-user-settings-confirmation-icon{align-items:center}.enhanced-features .grid>.s-user-settings-confirmation-icon{text-align:center}@media (min-width: 640px){.s-user-settings-confirmation-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-user-settings-confirmation-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-user-settings-confirmation-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-user-settings-confirmation-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-user-settings-confirmation-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-user-settings-confirmation-icon svg{height:1.25rem;width:1.25rem;flex-shrink:0;fill:#9ca3af}.s-user-settings-confirmation-warning{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}.mobile-nav span.s-user-settings-confirmation-warning{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-user-settings-confirmation-actions{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between}.s-user-settings-confirmation-actions > :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)))}.dark .product-single .s-comments-product .s-user-settings-confirmation-actions span,.dark .product-single .s-comments-product .s-user-settings-confirmation-actions h2{color:var(--dm-text-main)}.enhanced-features .s-user-settings-confirmation-actions{align-items:center}.enhanced-features .grid>.s-user-settings-confirmation-actions{text-align:center}.dark .product-single .s-comments-product .s-user-settings-confirmation-actions span,.dark .product-single .s-comments-product .s-user-settings-confirmation-actions h2{color:var(--dm-text-main)}.s-user-settings-confirmation-actions:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-verify-message{text-align:center;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-verify-message .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-message{font-size:.8rem;margin-left:0;display:inline-block}.s-verify-label{margin-bottom:1rem;display:block;text-align:center;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-verify-label .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-label{font-size:.8rem;margin-left:0;display:inline-block}.s-verify-codes{margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:1.25rem;display:flex;justify-content:space-between}.dark .product-single .s-comments-product .s-verify-codes span,.dark .product-single .s-comments-product .s-verify-codes h2{color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-verify-codes.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-verify-codes.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .s-verify-codes span,.dark .product-single .s-comments-product .s-verify-codes h2{color:var(--dm-text-main)}.dark .cart .shadow-default.s-verify-codes.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-verify-codes.has-error{margin-bottom:0px}.s-verify-input{margin-left:0.25rem;margin-right:0.25rem;height:2.5rem;width:100%;border-radius:0.25rem;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));padding-left:0.5rem;padding-right:0.5rem;text-align:center;font-size:1.125rem;line-height:1.75rem;font-weight:700;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}.header-menu-icon.py-5.s-verify-input{padding-top:.4rem;padding-bottom:.4rem}.s-verify-input.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-verify-input{padding-top:.4rem;padding-bottom:.4rem}.s-verify-input.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.sq-awesome-banners .banner-outer.s-verify-input .banner-texts{text-align:center}.s-verify-input:focus{border-color:var(--color-primary)}.dark *.s-verify-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))}.s-verify-footer{text-align:center}.sq-awesome-banners .banner-outer.s-verify-footer .banner-texts{text-align:center}.s-verify-submit{margin-bottom:1.25rem;width:100%}.dark .cart:not(.norm-loy) .shadow-default.s-verify-submit.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-verify-submit.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-verify-submit.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-verify-header-icon{display:inline-flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}.enhanced-features .s-verify-header-icon{align-items:center}.enhanced-features .grid>.s-verify-header-icon{text-align:center}@media (min-width: 640px){.s-verify-header-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}.s-verify-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}@media (min-width: 640px){.s-verify-header-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}.s-verify-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}@media (min-width: 640px){.s-verify-header-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}.s-verify-resend-message{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-verify-resend-message{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend-message{font-size:.8rem;margin-left:0;display:inline-block}.s-verify-error-message{margin-bottom:1.25rem;display:block;height:1.75rem;padding-top:0.75rem;text-align:center;font-size:0.75rem;line-height:1rem;--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}.s-verify-error-message:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}.s-verify-error-message{--tw-border-opacity:1 !important;border-color:rgba(239, 68, 68, 1) !important;border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;--tw-text-opacity:1 !important;color:rgba(239, 68, 68, 1) !important;color:rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important}.mobile-nav span.s-verify-error-message{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.dark .cart:not(.norm-loy) .shadow-default.s-verify-error-message.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-verify-error-message.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.s-verify-error-message .banner-texts{text-align:center}.dark .cart .shadow-default.s-verify-error-message.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-verify-timer{margin-left:0.25rem;margin-right:0.25rem;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}.s-verify-resend{text-align:center;font-size:0.875rem;line-height:1.25rem;color:var(--color-primary)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-verify-resend .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-verify-resend{font-size:.8rem;margin-left:0;display:inline-block}.s-verify-back{position:absolute;left:10px;top:10px;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 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:150ms}input[type=radio].sr-only div.s-verify-back{transition:all .3s}input[type=radio].sr-only:checked~div.s-verify-back{border-color:var(--color-main)}.header-menu-icon.py-5.s-verify-back{padding-top:.4rem;padding-bottom:.4rem}.s-verify-back.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-verify-back{padding-top:.4rem;padding-bottom:.4rem}.s-verify-back.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.dark .product-single .s-comments-product .s-verify-back span,.dark .product-single .s-comments-product .s-verify-back h2{color:var(--dm-text-main)}.enhanced-features .s-verify-back{align-items:center}.enhanced-features .grid>.s-verify-back{text-align:center}.badge.s-verify-back:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .s-verify-back span,.dark .product-single .s-comments-product .s-verify-back h2{color:var(--dm-text-main)}.s-verify-back:hover{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-verify-back:where([dir="rtl"], [dir="rtl"] *){left:auto;left:initial;right:10px}.s-verify-back svg{height:18px;width:18px}[dir='ltr'] .s-verify-back{transform:scale(-1)}.s-wallet-container > :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))}@media (min-width: 768px){.s-wallet-container > :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))}}.s-wallet-mobile-title{display:inline-block;width:8rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-wallet-mobile-title{color:var(--footer-text-color)}@media (min-width: 768px){.s-wallet-mobile-title{display:none}}.s-wallet-reference-id{display:none}#app.index .salla-advertisement:not(.s-wallet-reference-id)~.store-header{--header-top: 40px}@media (min-width: 768px){.s-wallet-reference-id{display:inline-block}}.s-wallet-buy-as-gift-icon{margin-left:0.25rem;margin-right:0.25rem;display:inline-block;color:var(--color-primary)}.s-wallet-copy-to-clipboard-button{display:flex;align-items:center}.dark .product-single .s-comments-product .s-wallet-copy-to-clipboard-button span,.dark .product-single .s-comments-product .s-wallet-copy-to-clipboard-button h2{color:var(--dm-text-main)}.enhanced-features .s-wallet-copy-to-clipboard-button{align-items:center}.enhanced-features .grid>.s-wallet-copy-to-clipboard-button{text-align:center}.dark .product-single .s-comments-product .s-wallet-copy-to-clipboard-button span,.dark .product-single .s-comments-product .s-wallet-copy-to-clipboard-button h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-wallet-copy-to-clipboard-button{display:none}}.s-wallet-copy-to-clipboard-button salla-button{position:relative}.s-wallet-copy-to-clipboard-button-icon{pointer-events:none;font-size:0.75rem;line-height:1rem}.mobile-nav span.s-wallet-copy-to-clipboard-button-icon{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-wallet-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}.s-wallet-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}@media (min-width: 768px){.s-wallet-status-container{margin-left:0px;margin-right:0px}}.s-wallet-status-container:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}.s-wallet-status-container:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}.s-wallet-status-container i{margin-top:0.25rem}.s-wallet-status-container i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}.s-wallet-status-container i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}.s-wallet-rated-text{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}.s-wallet-unrated-text{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}.s-wallet-no-content{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))}.dark .product-single .s-comments-product .s-wallet-no-content span,.dark .product-single .s-comments-product .s-wallet-no-content h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .s-wallet-no-content{color:var(--footer-text-color)}.enhanced-features .s-wallet-no-content{align-items:center}.enhanced-features .grid>.s-wallet-no-content{text-align:center}.dark .product-single .s-comments-product .s-wallet-no-content span,.dark .product-single .s-comments-product .s-wallet-no-content h2{color:var(--dm-text-main)}.s-wallet-no-content .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))}.dark .product-single .s-comments-product .s-wallet-no-content .icon span,.dark .product-single .s-comments-product .s-wallet-no-content .icon h2{color:var(--dm-text-main)}.enhanced-features .s-wallet-no-content .icon{align-items:center}.enhanced-features .grid>.s-wallet-no-content .icon{text-align:center}.dark .product-single .s-comments-product .s-wallet-no-content .icon span,.dark .product-single .s-comments-product .s-wallet-no-content .icon h2{color:var(--dm-text-main)}.s-wallet-no-content 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-wallet-table{min-width:100%;border-collapse:separate}@media (min-width: 768px){.s-wallet-table{margin-bottom:-0.75rem;--tw-border-spacing-y:1.25rem;border-spacing:var(--tw-border-spacing-x) 1.25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}}.s-wallet-table-head{margin-bottom:1.25rem;display:none;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}#app.index .salla-advertisement:not(.s-wallet-table-head)~.store-header{--header-top: 40px}.dark .cart:not(.norm-loy) .shadow-default.s-wallet-table-head.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-wallet-table-head.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-wallet-table-head.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-wallet-table-head{display:table-header-group}}.s-wallet-table-head-tr-th{padding-left:1.5rem;padding-right:1.5rem;text-align:left;font-size:0.875rem;line-height:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}@media only screen and (max-width: 1024px){.animated-text-outer.s-wallet-table-head-tr-th .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-wallet-table-head-tr-th .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-wallet-table-head-tr-th{text-align:right}[dir=ltr] .s-wallet-table-head-tr-th{text-align:left}custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-head-tr-th{font-size:.8rem;margin-left:0;display:inline-block}.s-wallet-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *){text-align:left}.s-wallet-table-head-tr-th:last-child:where([dir="ltr"], [dir="ltr"] *){text-align:right}.s-wallet-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *){text-align:right}.s-wallet-table-head-tr-th:last-child:where([dir="rtl"], [dir="rtl"] *){text-align:left}.s-wallet-table-tbody-tr{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;border-radius:0.25rem;border-bottom-width:8px;border-top-width:8px;--tw-border-opacity:1;border-color:rgba(249, 250, 251, 1);border-color:rgba(249, 250, 251, 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));padding:0.5rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .s-wallet-table-tbody-tr span,.dark .product-single .s-comments-product .s-wallet-table-tbody-tr h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-wallet-table-tbody-tr{display:table-row;flex-direction:row;flex-wrap:nowrap;padding:0px}}.s-wallet-table-tbody-tr-td{width:100%;white-space:nowrap;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-wallet-table-tbody-tr-td{font-size:.8rem;margin-left:0;display:inline-block}.s-wallet-table-tbody-tr-td:first-child{font-weight:700}@media (min-width: 768px){.s-wallet-table-tbody-tr-td{height:5rem;width:auto}.s-wallet-table-tbody-tr-td:last-child{text-align:right}.s-wallet-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.s-wallet-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}}.s-wallet-table-tbody-tr-td:first-child{font-weight:700}.s-wallet-table-tbody-tr-td-content{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.75rem;line-height:1rem}.dark .product-single .s-comments-product .s-wallet-table-tbody-tr-td-content span,.dark .product-single .s-comments-product .s-wallet-table-tbody-tr-td-content h2{color:var(--dm-text-main)}.enhanced-features .s-wallet-table-tbody-tr-td-content{align-items:center}.mobile-nav span.s-wallet-table-tbody-tr-td-content{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.s-wallet-table-tbody-tr-td-content{text-align:center}.dark .product-single .s-comments-product .s-wallet-table-tbody-tr-td-content span,.dark .product-single .s-comments-product .s-wallet-table-tbody-tr-td-content h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-wallet-table-tbody-tr-td-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}.s-wallet-table-tbody-tr-td-content:where([dir="ltr"], [dir="ltr"] *){padding-right:0.5rem}.s-wallet-table-tbody-tr-td-content:where([dir="rtl"], [dir="rtl"] *){padding-left:0.5rem}.s-wallet-table-tbody-tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}input[type=radio].sr-only div.s-wallet-table-tbody-tr a{transition:all .3s}input[type=radio].sr-only:checked~div.s-wallet-table-tbody-tr a{border-color:var(--color-main)}.badge.s-wallet-table-tbody-tr a:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-wallet-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *){left:0px}.s-wallet-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *){right:0px}:root{--infinte-color: #c9c9c9;--main-text-color: #231f1e;--main-text-color-dark: #2b2d34;--color-primary-d: #272628;--color-primary-l: #676668;--font-sm: 0.8685714286rem;--font-main: "DINNextLTArabic";--mm-ocd-width: calc(100% - 51px)}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 .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}[dir=rtl] .header-innerLeft h2+salla-cart-summary{margin-right:.3rem}h3{font-size:1.25rem;line-height:1.75rem}[dir=rtl] .header-innerLeft h3+salla-cart-summary{margin-right:.3rem}h3{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 [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))}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[type=submit]{-webkit-appearance:listitem}input[type=number]{-moz-appearance:textfield}.unicode{unicode-bidi:plaintext}.spinner-loader{border-right-color:var(--color-primary) !important}.spinner-loader.reverse{border-right-color:#9f7171 !important}.spinner-loader.reverse{background-color:#f98181}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.hide-scroll::-webkit-scrollbar{display:none}.remove-item-btn:after{font-family:"sallaicons" !important}.remove-item-btn:after{content:"";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 .3s cubic-bezier(0.2, 1, 0.3, 1)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}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:var(--color-primary);border-bottom-color:#eee;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)}}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}@keyframes pulse-anime{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.25, 1.15, 1)}to{transform:scale3d(1, 1, 1)}}.pulse-anime{animation-name:pulse-anime;animation-timing-function:ease-in-out}.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}salla-modal:not(.hydrated){display:none}.videoWrapper{position:relative;padding-bottom:56.25%;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}.dark .product-single .s-comments-product .grid-trigger span,.dark .product-single .s-comments-product .grid-trigger h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .grid-trigger{color:var(--footer-text-color)}.enhanced-features .grid-trigger{align-items:center}.enhanced-features .grid>.grid-trigger{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.grid-trigger.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.grid-trigger.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .header-innerLeft .grid-trigger+salla-cart-summary{margin-right:.3rem}.dark .product-single .s-comments-product .grid-trigger span,.dark .product-single .s-comments-product .grid-trigger h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.grid-trigger.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.flex-center{display:flex;align-items:center;justify-content:center}.dark .product-single .s-comments-product .flex-center span,.dark .product-single .s-comments-product .flex-center h2{color:var(--dm-text-main)}.enhanced-features .flex-center{align-items:center}.enhanced-features .grid>.flex-center{text-align:center}.dark .product-single .s-comments-product .flex-center span,.dark .product-single .s-comments-product .flex-center h2{color:var(--dm-text-main)}.center-between{display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .center-between span,.dark .product-single .s-comments-product .center-between h2{color:var(--dm-text-main)}.enhanced-features .center-between{align-items:center}.enhanced-features .grid>.center-between{text-align:center}.dark .product-single .s-comments-product .center-between span,.dark .product-single .s-comments-product .center-between h2{color:var(--dm-text-main)}.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}.enhanced-features .badge{align-items:center}.mobile-nav span.badge{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.enhanced-features .grid>.badge{text-align:center}.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}.mobile-nav span.copy-icon{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.s-localization-modal-inner{width:100%}.s-rating-modal-wrap .s-modal-body{position:relative !important}.s-verify-back{top:.5rem}.s-verify-back svg{max-width:18px;fill:rgba(107, 114, 128, var(--tw-text-opacity))}[dir=rtl] .s-verify-back{right:.5rem}[dir=ltr] .s-verify-back{left:.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}.dark .product-single .s-comments-product .cart-submit-wrap span,.dark .product-single .s-comments-product .cart-submit-wrap h2{color:var(--dm-text-main)}.enhanced-features .cart-submit-wrap{align-items:center}.enhanced-features .grid>.cart-submit-wrap{text-align:center}.dark .product-single .s-comments-product .cart-submit-wrap span,.dark .product-single .s-comments-product .cart-submit-wrap h2{color:var(--dm-text-main)}.cart-submit-wrap:where([dir="ltr"], [dir="ltr"] *){flex-wrap:wrap}.cart-submit-wrap>*{margin-left:5px;margin-right:5px;flex-grow:1}.tooltip-content{position:absolute;transform:translate(82px, -120px);background:#fff;padding:15px 15px 15px 36px;text-align:right;visibility:hidden;opacity:0;transition:all .3s}.tooltip-content:after{content:"";display:block;position:absolute;z-index:-1;left:auto;background:#fff;width:20px;height:20px;transform:rotate(45deg);border-radius:2px;--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);left:43%;bottom:-7px}.icon-trigger .tooltip-content{background-color:var(--color-primary);color:var(--color-primary-reverse);padding:10px;width:140px;line-height:1;text-align:center}@media(max-width: 991px){.icon-trigger .tooltip-content{width:110px}}.icon-trigger .tooltip-content:after{background-color:var(--color-primary)}[dir=rtl] .icon-trigger.mobile-shifted .tooltip-content{transform:translate(53px, -73px)}@media(max-width: 991px){[dir=rtl] .icon-trigger.mobile-shifted .tooltip-content{transform:translate(70px, -90px)}[dir=rtl] .icon-trigger.mobile-shifted .tooltip-content:after{left:13%}}[dir=ltr] .icon-trigger.mobile-shifted .tooltip-content{transform:translate(-53px, -75px)}@media(max-width: 991px){[dir=ltr] .icon-trigger.mobile-shifted .tooltip-content{transform:translate(-70px, -90px)}[dir=ltr] .icon-trigger.mobile-shifted .tooltip-content:after{left:69%}}.visible .tooltip-content{visibility:visible;opacity:1;transform:translate(82px, -110px)}[dir=rtl] .icon-trigger.visible .tooltip-content{transform:translate(53px, -63px)}[dir=ltr] .icon-trigger.visible .tooltip-content{transform:translate(-54px, -65px)}@media(max-width: 991px){[dir=rtl] .icon-trigger.mobile-shifted.visible .tooltip-content{transform:translate(70px, -80px)}[dir=ltr] .icon-trigger.mobile-shifted.visible .tooltip-content{transform:translate(-70px, -80px)}}.close-tooltip{padding:9px 7px !important}.close-tooltip{position:absolute;top:0;left:0}@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 .3s}input[type=radio].sr-only:checked~div.swiper-lazy{border-color:var(--color-main)}.badge.swiper-lazy:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.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 .3s}input[type=radio].sr-only:checked~div.lazy__bg{border-color:var(--color-main)}.badge.lazy__bg:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.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 .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:""}[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 .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))}custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.form-label{font-size:.8rem;margin-left:0;display:inline-block}@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}custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.form-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.form-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.form-input{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.form-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.form-input:focus{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: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))}salla-button[width=wide]{width:100%}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:"";--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:300ms}.enhanced-features .btn{align-items:center}.enhanced-features .grid>.btn{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.btn.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.btn.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.btn{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.btn.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.btn:hover{opacity:0.8}.btn .loader{width:0;opacity:0;height:16px;transform:scale(0);transition:.3s}@media only screen and (min-width: 480px){.product-entry--horizontal .btn--add-to-cart{max-width:calc(100% - 42px)}}.product-entry--minimal .btn--add-to-cart{max-width:none}.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:rgba(0,0,0,0);border-bottom-color:#fff;border-left-color:rgba(0,0,0,0);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:300ms}.footer-is-dark .store-footer .btn--quantity{color:var(--footer-text-color)}.btn--quantity:hover{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:500ms}.btn--wishlist{margin:0px}.btn--wishlist:where([dir="ltr"], [dir="ltr"] *){margin-left:0.125rem}.btn--wishlist:where([dir="rtl"], [dir="rtl"] *){margin-right:0.125rem}.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}.enhanced-features .btn--rounded-gray{align-items:center}.enhanced-features .grid>.btn--rounded-gray{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.btn--rounded-gray{font-size:.8rem;margin-left:0;display:inline-block}.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}.enhanced-features .btn--circle-gray{align-items:center}.enhanced-features .grid>.btn--circle-gray{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.btn--circle-gray{font-size:.8rem;margin-left:0;display:inline-block}.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;--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, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.dark .product-single .s-comments-product .btn--icon span,.dark .product-single .s-comments-product .btn--icon h2{color:var(--dm-text-main)}.enhanced-features .btn--icon{align-items:center}.enhanced-features .grid>.btn--icon{text-align:center}.dark .product-single .s-comments-product .btn--icon span,.dark .product-single .s-comments-product .btn--icon h2{color:var(--dm-text-main)}.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 .3s}input[type=radio].sr-only:checked~div.btn--close{border-color:var(--color-main)}#app.index .salla-advertisement:not(.btn--close)~.store-header{--header-top: 40px}.badge.btn--close:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@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:300ms}[dir=rtl] .header-innerLeft .btn--close-sm+salla-cart-summary{margin-right:.3rem}.btn--close-sm:where([dir="ltr"], [dir="ltr"] *){right:0px}.btn--close-sm:where([dir="rtl"], [dir="rtl"] *){left:0px}.btn--collapse{display:flex;width:100%;align-items:center;justify-content:center;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-top:0.625rem;padding-bottom:0.625rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .btn--collapse span,.dark .product-single .s-comments-product .btn--collapse h2{color:var(--dm-text-main)}.enhanced-features .btn--collapse{align-items:center}.enhanced-features .grid>.btn--collapse{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.btn--collapse.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.btn--collapse.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .btn--collapse span,.dark .product-single .s-comments-product .btn--collapse h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.btn--collapse{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.btn--collapse.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 480px){.btn--collapse:where([dir="ltr"], [dir="ltr"] *){padding-left:1.75rem;padding-right:1.25rem}.btn--collapse:where([dir="rtl"], [dir="rtl"] *){padding-right:1.75rem;padding-left:1.25rem}}.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--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:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}.animated-ads--content .ad-ul.btn--primary{background-color:#222222;background-color:var(--color-primary, #222222)}.btn--outline-primary{border-width:1px;border-color:var(--color-primary);color:var(--color-primary)}.btn--outline-primary:hover{background-color:var(--color-primary);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)}.footer-is-dark .store-footer .btn--outline{color:var(--footer-text-color)}.btn--outline:hover{border-color:var(--color-primary);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}.dark .product-single .s-comments-product .rounded-icon span,.dark .product-single .s-comments-product .rounded-icon h2{color:var(--dm-text-main)}.enhanced-features .rounded-icon{align-items:center}.enhanced-features .grid>.rounded-icon{text-align:center}.dark .product-single .s-comments-product .rounded-icon span,.dark .product-single .s-comments-product .rounded-icon h2{color:var(--dm-text-main)}button.btn--coupon{position:absolute;top:0px;height:40px;flex-shrink:0}input[type=radio].sr-only divbutton.btn--coupon{transition:all .3s}input[type=radio].sr-only:checked~divbutton.btn--coupon{border-color:var(--color-main)}button.badge.btn--coupon:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}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}.dark .product-single .s-comments-product button.btn--coupon .s-button-text span,.dark .product-single .s-comments-product button.btn--coupon .s-button-text h2{color:var(--dm-text-main) !important}salla-button.has-not-coupon button .icon,salla-button.has-coupon button .coupon-text{display:none}#app.index .salla-advertisement:not(salla-button.has-not-coupon button .icon)~.store-header,#app.index .salla-advertisement:not(salla-button.has-coupon button .coupon-text)~.store-header{--header-top: 40px}salla-button.has-coupon button{width:3rem;padding-left:0px;padding-right:0px}.link--primary{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}.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 #fff;background-repeat:no-repeat;background-position:center;text-align:center;line-height:40px;box-shadow:0 1px 3px 0 rgba(0,0,0,.075)}.custom-radios input[type=radio]+label span::after{font-family:"sallaicons" !important}.custom-radios input[type=radio]+label span::after{opacity:0;display:inline-block;transform:scale(0.4);transition:all .3s ease;font-style:normal;font-weight:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";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:.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 .2s, color .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}.dark .cart:not(.norm-loy) .shadow-default.mb-5.radio-images__label.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.radio-images__label.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.radio-images__label.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@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 .3s}input[type=radio].sr-only:checked~div.radio-images__badge{border-color:var(--color-main)}.badge.radio-images__badge:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.radio-images input[type=radio]{display:none}.radio-images input[type=radio]+label{position:relative}.radio-images input[type=radio]+label:after{font-family:"sallaicons" !important}.radio-images input[type=radio]+label:after{content:"";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:#fff;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 .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 .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:.3}.radio-images input[type=radio]:disabled+label{opacity:.45}.top-navbar{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(56, 51, 48, 0.06)}.top-navbar .s-search-input:hover{background-color:rgba(229, 231, 235, 0.2)}@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}custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.topnav-link-item{font-size:.8rem;margin-left:0;display:inline-block}.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-container{min-height:72px}@media (min-width: 640px){.main-nav-container{min-height:80px}}@media (min-width: 768px){.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)}.is-dark .main-nav-container{--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, 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))}.is-dark .main-nav-container .dropdown-toggler,.is-dark .main-nav-container .dropdown__menu>div p{--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}.is-dark .main-nav-container .sub-menu,.is-dark .main-nav-container .dropdown__menu{border-color:rgba(209, 213, 219, 0.1);--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, var(--tw-bg-opacity, 1))}.is-dark .main-nav-container .sub-menu li a:hover,.is-dark .main-nav-container .dropdown__menu li a:hover,.is-dark .main-nav-container .menu-item.is-active,.is-dark .main-nav-container .has-children li a:hover,.is-dark .main-nav-container .has-children .has-children:hover>a{background-color:rgba(229, 231, 235, 0.1)}.is-dark .main-nav-container .dropdown__menu>div{border-color:rgba(209, 213, 219, 0.1)}.is-dark .main-nav-container .product-entry{border-width:1px;border-color:rgba(209, 213, 219, 0.1);--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, var(--tw-bg-opacity, 1))}.is-dark .main-nav-container .product-entry .product-entry__title a:not(:hover){--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}.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}.dark .product-single .s-comments-product .menu-item span,.dark .product-single .s-comments-product .menu-item h2{color:var(--dm-text-main)}.enhanced-features .menu-item{align-items:center}.enhanced-features .grid>.menu-item{text-align:center}.dark .product-single .s-comments-product .menu-item span,.dark .product-single .s-comments-product .menu-item h2{color:var(--dm-text-main)}.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:var(--color-primary)}@media(max-width: 1024px){.tabs-on .main-nav-container.fixed-pinned .inner{top:-190px}}.main-nav-container.animated .inner{transition:top .5s, transform .5s, opacity .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,.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 .navbar-brand img{max-height:40px}.main-nav-container.fixed-pinned .navbar-brand h4{line-height:1}.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{display:flex;align-items:center}.dark .product-single .s-comments-product .navbar-brand span,.dark .product-single .s-comments-product .navbar-brand h2{color:var(--dm-text-main)}.enhanced-features .navbar-brand{align-items:center}.enhanced-features .grid>.navbar-brand{text-align:center}.dark .product-single .s-comments-product .navbar-brand span,.dark .product-single .s-comments-product .navbar-brand h2{color:var(--dm-text-main)}@media (min-width: 1024px){.navbar-brand{margin-top:0px;margin-bottom:0px}}.navbar-brand img{max-height:3.5rem;width:auto;max-width:170px}@media (min-width: 640px){.navbar-brand img{max-height:4rem}}.header-btn{display:flex;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}.dark .product-single .s-comments-product .header-btn span,.dark .product-single .s-comments-product .header-btn h2{color:var(--dm-text-main)}.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))}.dark .product-single .s-comments-product .header-btn__icon span,.dark .product-single .s-comments-product .header-btn__icon h2{color:var(--dm-text-main)}.enhanced-features .header-btn__icon{align-items:center}.enhanced-features .grid>.header-btn__icon{text-align:center}[dir=rtl] .header-innerLeft .header-btn__icon+salla-cart-summary{margin-right:.3rem}.dark .product-single .s-comments-product .header-btn__icon span,.dark .product-single .s-comments-product .header-btn__icon h2{color:var(--dm-text-main)}.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:500;--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}.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}.dark .product-single .s-comments-product #nav-cart span,.dark .product-single .s-comments-product #nav-cart h2{color:var(--dm-text-main)}.enhanced-features #nav-cart{align-items:center}.enhanced-features .grid>#nav-cart{text-align:center}.dark .product-single .s-comments-product #nav-cart span,.dark .product-single .s-comments-product #nav-cart h2{color:var(--dm-text-main)}#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 .3s}input[type=radio].sr-only:checked~div#nav-cart span{border-color:var(--color-main)}.badge#nav-cart span:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}#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;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))}.animated-ads--content .ad-ul.store-footer{background-color:#222222;background-color:var(--color-primary, #222222)}@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);background-color:var(--color-primary);padding-top:2rem;padding-bottom:1rem}.animated-ads--content .ad-ul.store-footer__inner{background-color:#222222;background-color:var(--color-primary, #222222)}@media (min-width: 1024px){.store-footer__inner{padding-top:3rem;padding-bottom:3rem}}.store-footer h3{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.header-menu-icon.py-5.store-footer h3{padding-top:.4rem;padding-bottom:.4rem}.store-footer h3.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.store-footer h3{padding-top:.4rem;padding-bottom:.4rem}.store-footer h3.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}@media (min-width: 1024px){.store-footer h3{margin-bottom:1.25rem}}.store-footer .social-link{margin-bottom:1rem;display:flex;align-items:center;justify-content:flex-start;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}.dark .product-single .s-comments-product .store-footer .social-link span,.dark .product-single .s-comments-product .store-footer .social-link h2{color:var(--dm-text-main)}.enhanced-features .store-footer .social-link{align-items:center}.enhanced-features .grid>.store-footer .social-link{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .store-footer .social-link span,.dark .product-single .s-comments-product .store-footer .social-link h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.store-footer .social-link{font-size:.8rem;margin-left:0;display:inline-block}.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{background-color:var(--color-primary);--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}.animated-ads--content .ad-ul.footer-is-light .store-footer{background-color:#222222;background-color:var(--color-primary, #222222)}.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))}.store-footer .icon-contact{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px}.dark .product-single .s-comments-product .store-footer .icon-contact span,.dark .product-single .s-comments-product .store-footer .icon-contact h2{color:var(--dm-text-main)}.enhanced-features .store-footer .icon-contact{align-items:center}.enhanced-features .grid>.store-footer .icon-contact{text-align:center}.dark .product-single .s-comments-product .store-footer .icon-contact span,.dark .product-single .s-comments-product .store-footer .icon-contact h2{color:var(--dm-text-main)}.store-footer .icon-contact:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}.store-footer .icon-contact:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}@media only screen and (min-width: 1024px){.normal-menu .main-menu{margin-left:1.5rem;margin-right:1.5rem;display:none;flex-wrap:wrap;align-items:center;padding-top:2rem;padding-bottom:0px}.enhanced-features .normal-menu .main-menu{align-items:center}.enhanced-features .grid>.normal-menu .main-menu{text-align:center}#app.index .salla-advertisement:not(.normal-menu .main-menu)~.store-header{--header-top: 40px}@media (min-width: 1024px){.normal-menu .main-menu{display:flex}}.normal-menu .main-menu #offers a{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}.fixed-pinned .normal-menu .main-menu{padding-top:0;padding-bottom:0}.normal-menu .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}.dark .product-single .s-comments-product .normal-menu .main-menu li>a span,.dark .product-single .s-comments-product .normal-menu .main-menu li>a h2{color:var(--dm-text-main)}.enhanced-features .normal-menu .main-menu li>a{align-items:center}.enhanced-features .grid>.normal-menu .main-menu li>a{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .normal-menu .main-menu li>a span,.dark .product-single .s-comments-product .normal-menu .main-menu li>a h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.normal-menu .main-menu li>a{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.rounded-md.normal-menu .main-menu li>a.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.normal-menu .main-menu li>a:hover{color:var(--color-primary);text-decoration-line:none}.normal-menu .main-menu li.root-level{display:inline-block}.normal-menu .main-menu li.root-level>a{padding-top:0px;padding-bottom:2rem;font-weight:500}.normal-menu .main-menu>.has-children:hover>a{color:var(--color-primary)}.normal-menu .main-menu .has-children li a:hover,.normal-menu .main-menu .has-children .has-children:hover>a{color:var(--color-primary);background-color:rgba(229, 231, 235, 0.2)}.normal-menu .main-menu .has-children>a:after{font-family:"sallaicons";content:"";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}.header-menu-icon.py-5.normal-menu .main-menu .has-children>a:after{padding-top:.4rem;padding-bottom:.4rem}.normal-menu .main-menu .has-children>a.lg\:text-xl+salla-cart-summary .s-cart-summary-count:after{width:1.2em;height:1.2em}.header-menu-icon.py-5.normal-menu .main-menu .has-children>a:after{padding-top:.4rem;padding-bottom:.4rem}.normal-menu .main-menu .has-children>a.lg\:text-xl+salla-cart-summary .s-cart-summary-count:after{width:1.2em;height:1.2em}.normal-menu .main-menu .has-children.root-level>a:after{content:""}.normal-menu .main-menu .has-children.root-level:hover>a:after{opacity:1;transform:scaleY(-1)}.normal-menu .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.normal-menu .main-menu .sub-menu{transition:all .3s}input[type=radio].sr-only:checked~div.normal-menu .main-menu .sub-menu{border-color:var(--color-main)}.badge.normal-menu .main-menu .sub-menu:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .cart:not(.norm-loy) .normal-menu .main-menu .sub-menu.mb-5.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .normal-menu .main-menu .sub-menu.mb-5.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .normal-menu .main-menu .sub-menu.mb-5.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.normal-menu .main-menu .sub-menu .sub-menu{top:-1px;right:100%}[dir=ltr] .normal-menu .main-menu .sub-menu .sub-menu{left:100%;right:auto}.normal-menu .main-menu .sub-menu .btn{padding:8px 10px 10px}.normal-menu .main-menu .sub-menu li.mega-menu .container ul{margin:0px;border-style:none;padding:0px}.normal-menu .main-menu .sub-menu li.mega-menu .container>div{display:none}#app.index .salla-advertisement:not(.normal-menu .main-menu .sub-menu li.mega-menu .container>div)~.store-header{--header-top: 40px}.normal-menu .main-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.normal-menu .main-menu .sub-menu ul>li:not(:first-child)>.sub-menu{border-top-right-radius:.375rem;border-top-left-radius:.375rem;border:none}}@media only screen and (max-width: 1024px){.normal-menu .mobile-menu{display:none;overflow:hidden}@media (min-width: 1024px){.normal-menu .mobile-menu{display:none}}.normal-menu .mm-ocd-opened .mobile-menu{display:block}}@media only screen and (max-width: 1024px)and (max-width: 480px){.normal-menu .mm-ocd-opened .btn--close-sm{opacity:1;visibility:visible;transform:translateY(0);z-index:99999999}}@media only screen and (max-width: 1024px){.normal-menu .mm-spn.mm-spn--light{color:#000;background:#fff}.normal-menu .mm-spn ul.main-menu li:before{height:0.5rem;width:0.5rem}.normal-menu .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}@media only screen and (max-width: 1024px){.animated-text-outer.normal-menu .mm-spn.mm-spn--navbar .animated-text-inner:after{margin-right:0;margin-right:initial}.animated-text-outer.normal-menu .mm-spn.mm-spn--navbar .animated-text-inner:after:after{transform:translate(-100%, 0);left:100%;right:auto}}.normal-menu .mm-spn.mm-spn--navbar:after{text-align:right}[dir=ltr] .normal-menu .mm-spn.mm-spn--navbar:after{text-align:left}.normal-menu .mm-spn.mm-spn--navbar:where([dir="ltr"], [dir="ltr"] *):after{padding-left:3rem}.normal-menu .mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{padding-right:3rem}.normal-menu .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="ltr"], [dir="ltr"] *):after{padding-left:0.75rem}.normal-menu .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after{padding-right:0.75rem}[dir=rtl] .normal-menu .mm-spn.mm-spn--navbar:before{transform:rotate(135deg) translateY(77%);right:20px;right:var(--mm-spn-item-indent);left:auto}.normal-menu .mm-spn li a,.normal-menu .mm-spn li span{padding:18px}.normal-menu .mm-spn li a span{padding:0}[dir=rtl] .normal-menu .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}.normal-menu .mm-spn li:after{width:100%;border-color:#c9c9c9;border-color:var(--infinte-color)}}.dropdown__trigger{height:2.5rem;width:2.5rem;overflow:hidden;border-radius:9999px;font-weight:500}.dropdown__trigger:focus{--tw-ring-offset-color:transparent}.dropdown__trigger.filter{height:auto;width:auto;overflow:visible;border-radius:0px}.dropdown__menu{visibility:hidden;position:absolute;top:100%;z-index:30;width:20rem;transform-origin:top right;--tw-translate-y:-1rem;--tw-scale-y:.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));border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-right-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));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:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}input[type=radio].sr-only div.dropdown__menu{transition:all .3s}input[type=radio].sr-only:checked~div.dropdown__menu{border-color:var(--color-main)}.badge.dropdown__menu:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .cart:not(.norm-loy) .dropdown__menu.mb-5.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .dropdown__menu.mb-5.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .dropdown__menu.mb-5.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 1024px){.dropdown__menu{width:15rem;border-top-left-radius:0px;border-top-right-radius:0px;border-top-width:1px;border-color:rgba(209, 213, 219, 0.3)}}.dropdown__menu:where([dir="ltr"], [dir="ltr"] *){right:0px}.dropdown__menu:where([dir="rtl"], [dir="rtl"] *){left:0px}.dropdown__menu{outline:none}.dropdown-toggler{margin-left:0px;margin-right:0px;display:inline-flex;width:2.5rem;align-items:center;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.enhanced-features .dropdown-toggler{align-items:center}.enhanced-features .grid>.dropdown-toggler{text-align:center}@media (min-width: 1024px){.dropdown-toggler{height:100%}}.dropdown-toggler.cat-filter{position:static;width:auto}.dropdown-toggler.cat-filter .dropdown__trigger{height:auto;width:auto;overflow:visible;border-radius:0px}.dropdown-toggler:before{content:"";background:rgba(113,113,122,.75);pointer-events:none;visibility:hidden;position:fixed;left:0px;top:0px;z-index:10;height:100vh;width:100vw;opacity:0;transition-duration:300ms}.dropdown-toggler.is-opened .dropdown__menu{visibility:visible;--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y: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));opacity:1}.dropdown-toggler.is-opened .dropdown__menu .tooltip-content{visibility:visible;opacity:1;transform:translate(82px, -110px)}[dir=rtl] .icon-trigger.dropdown-toggler.is-opened .dropdown__menu .tooltip-content{transform:translate(53px, -63px)}[dir=ltr] .icon-trigger.dropdown-toggler.is-opened .dropdown__menu .tooltip-content{transform:translate(-54px, -65px)}@media(max-width: 991px){[dir=rtl] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .dropdown__menu .tooltip-content{transform:translate(70px, -80px)}[dir=ltr] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .dropdown__menu .tooltip-content{transform:translate(-70px, -80px)}}@media(max-width: 1024px){.dropdown-toggler .dropdown__menu{left:0 !important}.dropdown-toggler .dropdown__menu{position:fixed;bottom:0px;top:auto;width:100%;transform-origin:center;--tw-translate-y:2.5rem;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));border-bottom-right-radius:0px;border-bottom-left-radius:0px;opacity:0;transition-duration:300ms}.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-toggler.is-opened .dropdown__menu{--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}.dropdown-toggler.is-opened:before{pointer-events:auto;visibility:visible;opacity:1}.dropdown-toggler.is-opened .tooltip-content:before{visibility:visible;opacity:1;transform:translate(82px, -110px)}[dir=rtl] .icon-trigger.dropdown-toggler.is-opened .tooltip-content:before{transform:translate(53px, -63px)}[dir=ltr] .icon-trigger.dropdown-toggler.is-opened .tooltip-content:before{transform:translate(-54px, -65px)}@media(max-width: 991px){[dir=rtl] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .tooltip-content:before{transform:translate(70px, -80px)}[dir=ltr] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .tooltip-content:before{transform:translate(-70px, -80px)}}}.notification-item{display:flex;align-items:center;justify-content:space-between}.notification-item > :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)))}.notification-item{border-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.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:150ms}.dark .product-single .s-comments-product .notification-item span,.dark .product-single .s-comments-product .notification-item h2{color:var(--dm-text-main)}.enhanced-features .notification-item{align-items:center}.enhanced-features .grid>.notification-item{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.notification-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.notification-item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .notification-item span,.dark .product-single .s-comments-product .notification-item h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.notification-item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.notification-item:hover{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1));--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)}.notification-item:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.notification-item__icon{display:flex;height:3.5rem;width:3.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));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));font-size:1.25rem;line-height:1.75rem}.dark .product-single .s-comments-product .notification-item__icon span,.dark .product-single .s-comments-product .notification-item__icon h2{color:var(--dm-text-main)}.enhanced-features .notification-item__icon{align-items:center}.enhanced-features .grid>.notification-item__icon{text-align:center}[dir=rtl] .header-innerLeft .notification-item__icon+salla-cart-summary{margin-right:.3rem}.dark .product-single .s-comments-product .notification-item__icon span,.dark .product-single .s-comments-product .notification-item__icon h2{color:var(--dm-text-main)}.notification-item h4{margin-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;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}custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item h4{font-size:.8rem;margin-left:0;display:inline-block}.notification-item p{margin-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.notification-item p{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 768px){.notification-item p{margin-bottom:0px}}.s-table{min-width:100%;border-collapse:separate}@media(min-width: 768px){.s-table{margin-bottom:-0.75rem;border-spacing:0 20px}}.s-table thead{margin-bottom:1.25rem;display:none;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}#app.index .salla-advertisement:not(.s-table thead)~.store-header{--header-top: 40px}.dark .cart:not(.norm-loy) .shadow-default.s-table thead.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.s-table thead.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.s-table thead.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.s-table thead{display:table-header-group}}.s-table thead th{padding-left:1.5rem;padding-right:1.5rem;text-align:left;font-size:0.875rem;line-height:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}@media only screen and (max-width: 1024px){.animated-text-outer.s-table thead th .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.s-table thead th .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}}.s-table thead th{text-align:right}[dir=ltr] .s-table thead th{text-align:left}custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-table thead th{font-size:.8rem;margin-left:0;display:inline-block}.s-table thead th:last-child{text-align:right}.s-table tbody tr{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;border-bottom-width:8px;border-top-width:8px;--tw-border-opacity:1;border-color:rgba(249, 250, 251, 1);border-color:rgba(249, 250, 251, 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));padding:0.5rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .s-table tbody tr span,.dark .product-single .s-comments-product .s-table tbody tr h2{color:var(--dm-text-main)}.s-table tbody tr: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)}@media (min-width: 768px){.s-table tbody tr{display:table-row;flex-direction:row;flex-wrap:nowrap;padding:0px}}.s-table tbody tr td{width:100%;white-space:nowrap;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-table tbody tr td{font-size:.8rem;margin-left:0;display:inline-block}.s-table tbody tr td:first-child{font-weight:700}@media (min-width: 768px){.s-table tbody tr td{height:5rem;width:auto}.s-table tbody tr td:last-child{text-align:right}.s-table tbody tr td:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.s-table tbody tr td:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}}.s-table tbody tr td>div{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem}.dark .product-single .s-comments-product .s-table tbody tr td>div span,.dark .product-single .s-comments-product .s-table tbody tr td>div h2{color:var(--dm-text-main)}.enhanced-features .s-table tbody tr td>div{align-items:center}.enhanced-features .grid>.s-table tbody tr td>div{text-align:center}.dark .product-single .s-comments-product .s-table tbody tr td>div span,.dark .product-single .s-comments-product .s-table tbody tr td>div h2{color:var(--dm-text-main)}@media (min-width: 768px){.s-table tbody tr td>div{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}.s-table tbody tr .mobile-title{display:inline-block;width:8rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .s-table tbody tr .mobile-title{color:var(--footer-text-color)}@media (min-width: 768px){.s-table tbody tr .mobile-title{display:none}}.s-table tbody tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}input[type=radio].sr-only div.s-table tbody tr a{transition:all .3s}input[type=radio].sr-only:checked~div.s-table tbody tr a{border-color:var(--color-main)}.badge.s-table tbody tr a:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-table tbody tr a:where([dir="ltr"], [dir="ltr"] *){left:0px}.s-table tbody tr a:where([dir="rtl"], [dir="rtl"] *){right:0px}@media(max-width: 768px){.single-order-header-item{display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .single-order-header-item span,.dark .product-single .s-comments-product .single-order-header-item h2{color:var(--dm-text-main)}.enhanced-features .single-order-header-item{align-items:center}.enhanced-features .grid>.single-order-header-item{text-align:center}.dark .product-single .s-comments-product .single-order-header-item span,.dark .product-single .s-comments-product .single-order-header-item h2{color:var(--dm-text-main)}}.order-file .s-button-text{display:flex;gap:0.5rem}.dark .product-single .s-comments-product .order-file .s-button-text span,.dark .product-single .s-comments-product .order-file .s-button-text h2{color:var(--dm-text-main)}.order-file .s-button-text{display:flex;gap:0.5rem}.dark .product-single .s-comments-product .order-file .s-button-text span,.dark .product-single .s-comments-product .order-file .s-button-text h2{color:var(--dm-text-main)}.tag{display:inline-block;border-radius:1rem;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));padding-left:0.75rem;padding-right:0.75rem;padding-top:0.125rem;padding-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem}custom-salla-product-card .price-wrapper .t-red+.before-price.tag{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.tag{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.tag{font-size:.8rem;margin-left:0;display:inline-block}.tag--primary{border-color:var(--color-primary);color:var(--color-primary)}.profile-header{position:relative;overflow:hidden}@media (min-width: 1024px){.profile-header{height:12rem}.profile-header .breadcrumbs{margin-top:0.625rem}}.profile-header .breadcrumbs a{color:var(--color-primary-reverse)}.profile-header .breadcrumbs a:hover{opacity:0.8}.profile-header .breadcrumbs span{color:var(--color-primary-reverse);opacity:0.8}.profile-header .breadcrumbs .arrow{color:var(--color-primary-reverse);opacity:0.7}.rating-header{position:relative;border-radius:0.375rem;--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);padding:1.25rem;color:var(--color-primary-reverse)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.rating-header.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.rating-header.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rating-header.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.form--user-profile .s-file-upload-wrapper{min-height:120px}.form--user-profile .s-file-upload-wrapper .filepond--list-scroller{overflow-y:inherit !important}.form--user-profile .s-file-upload-wrapper .filepond--drop-label{min-height:120px !important}.form--user-profile .s-file-upload-wrapper .filepond--drop-label{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))}.form--user-profile .s-file-upload-wrapper .filepond--drop-label *{pointer-events:none}.dark .cart:not(.norm-loy) .shadow-default.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder span,.dark .product-single .s-comments-product .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder h2{color:var(--dm-text-main)}.enhanced-features .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder{align-items:center}.enhanced-features .grid>.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder{text-align:center}.dark .product-single .s-comments-product .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder span,.dark .product-single .s-comments-product .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder h2{color:var(--dm-text-main)}.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon{margin-bottom:0.25rem}.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i{color:#7c8082;font-size:1.25rem;line-height:1.75rem}[dir=rtl] .header-innerLeft .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i+salla-cart-summary{margin-right:.3rem}.thankyou-block{margin-bottom:1.5rem;display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;border-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:2rem;transition-duration:500ms}.dark .product-single .s-comments-product .thankyou-block span,.dark .product-single .s-comments-product .thankyou-block h2{color:var(--dm-text-main)}.enhanced-features .thankyou-block{align-items:center}.enhanced-features .grid>.thankyou-block{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.thankyou-block.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.thankyou-block.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .thankyou-block span,.dark .product-single .s-comments-product .thankyou-block h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.thankyou-block.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.thankyou-block: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)}@media (min-width: 768px){.thankyou-block{margin-bottom:2rem}}.thankyou-block.sent{font-weight:700;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}.thankyou-block.sent:before{margin-bottom:0.5rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(220, 252, 231, 1);background-color:rgba(220, 252, 231, var(--tw-bg-opacity, 1));font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}.dark .product-single .s-comments-product .thankyou-block.sent span:before,.dark .product-single .s-comments-product .thankyou-block.sent h2:before{color:var(--dm-text-main)}.enhanced-features .thankyou-block.sent:before{align-items:center}.enhanced-features .grid>.thankyou-block.sent:before{text-align:center}.dark .product-single .s-comments-product .thankyou-block.sent span:before,.dark .product-single .s-comments-product .thankyou-block.sent h2:before{color:var(--dm-text-main)}.thankyou-block.sent:before{content:"";font-family:"sallaicons"}.rating-actions{display:flex;align-items:center;gap:0.5rem}.dark .product-single .s-comments-product .rating-actions span,.dark .product-single .s-comments-product .rating-actions h2{color:var(--dm-text-main)}.enhanced-features .rating-actions{align-items:center}.enhanced-features .grid>.rating-actions{text-align:center}.dark .product-single .s-comments-product .rating-actions span,.dark .product-single .s-comments-product .rating-actions h2{color:var(--dm-text-main)}.rating-actions salla-button button{margin-left:0px !important;margin-right:0px !important;height:2rem !important;width:2rem !important;border-radius:0.25rem !important}.s-block__title{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.dark .product-single .s-comments-product .s-block__title span,.dark .product-single .s-comments-product .s-block__title h2{color:var(--dm-text-main)}.enhanced-features .s-block__title{align-items:center}.enhanced-features .grid>.s-block__title{text-align:center}.dark .product-single .s-comments-product .s-block__title span,.dark .product-single .s-comments-product .s-block__title h2{color:var(--dm-text-main)}@media only screen and (max-width: 767px){.prod-indx-cntrd[class*=product-index] .index-inner .s-block__title{justify-content:center}}.index-inner>div.s-block__title{margin-top:.25rem}@media (min-width: 768px){.s-block__title{margin-bottom:2rem}}.s-block__title .right-side:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}.s-block__title h2{position:relative;font-size:1.125rem;line-height:1.75rem;font-weight:700;line-height:1.2}.header-menu-icon.py-5.s-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.s-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.s-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.s-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.s-block__title p{margin-top:0.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:0.875rem;line-height:1.25rem;opacity:0.6}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__title p{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 640px){.s-block__title p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}@media (min-width: 768px){.s-block__title p:where([dir="ltr"], [dir="ltr"] *){padding-right:4rem}.s-block__title p:where([dir="rtl"], [dir="rtl"] *){padding-left:4rem}}.s-block__title-nav{display:none}.s-block__title-nav > :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)))}#app.index .salla-advertisement:not(.s-block__title-nav)~.store-header{--header-top: 40px}@media (min-width: 640px){.s-block__title-nav{display:flex}}.s-block__title-nav:where([dir="ltr"], [dir="ltr"] *){margin-left:1.5rem;flex-direction:row-reverse}.s-block__title-nav:where([dir="rtl"], [dir="rtl"] *){margin-right:1.5rem}.s-block__title-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-block__display-all{display:inline-block;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary)}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}.s-block__display-all:hover{opacity:0.8}.s-block__display-all i{display:inline-block}.s-block__display-all i:where([dir="ltr"], [dir="ltr"] *){--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))}.s-block--hero-slider .swiper-slide{position:relative;height:20rem;--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, var(--tw-bg-opacity, 1))}@media (min-width: 640px){.s-block--hero-slider .swiper-slide{height:24rem}}@media (min-width: 1024px){.s-block--hero-slider .swiper-slide{height:464px}}@media (min-width: 1280px){.s-block--hero-slider .swiper-slide{height:528px}}.s-block--hero-slider .swiper-slide .swiper-lazy:after{position:absolute;top:0px;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.6);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;--tw-content:"";content:"";content:var(--tw-content)}input[type=radio].sr-only div.s-block--hero-slider .swiper-slide .swiper-lazy:after{transition:all .3s}input[type=radio].sr-only:checked~div.s-block--hero-slider .swiper-slide .swiper-lazy:after{border-color:var(--color-main)}.badge.s-block--hero-slider .swiper-slide .swiper-lazy:not(.sale-ratio-wrapper):after{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media screen and (min-width: 768px){.banner:hover .banner__title{animation:toTopFromBottom .9s}.banner:hover .banner__description{animation:delayKeyframe .3s,toTopFromBottom .9s .3s}}.banner--fixed img{display:block;width:100%;border-radius:0.375rem;border-style:none;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));-o-object-fit:cover;object-fit:cover}.dark .cart:not(.norm-loy) .shadow-default.mb-5.banner--fixed img.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.banner--fixed img.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.banner--fixed img.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.banner--fixed img:not(.loaded){height:7rem}@media (min-width: 640px){.banner--fixed img:not(.loaded){height:12rem}}.banner-entry{position:relative;height:200px;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));background-size:cover;background-position:center;background-repeat:no-repeat;padding:0.75rem;text-align:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.banner-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.banner-entry.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.banner-entry .banner-texts{text-align:center}.dark .cart .shadow-default.mb-5.rounded-md.banner-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.banner-entry.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 480px){.banner-entry{padding:1rem}}.banner-entry h3{line-height:1.5rem}.banner-entry a{position:relative;z-index:1;display:flex;height:100%;flex-direction:column;justify-content:center;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .banner-entry a span,.dark .product-single .s-comments-product .banner-entry a h2{color:var(--dm-text-main)}.banner-entry a:hover{opacity:1}@media (min-width: 480px){.banner-entry a{padding:1.5rem}}.banner-entry a.text-with-border{border-radius:0.375rem;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))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.banner-entry a.text-with-border.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.banner-entry a.text-with-border.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.banner-entry a.text-with-border.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 480px){.banner-entry a.text-with-border{border-width:1px}}.two-row .banner-entry:first-child{padding:1.25rem}@media (min-width: 640px){.two-row .banner-entry:first-child{grid-column:span 1 / span 1;grid-row:span 2 / span 2}}@media (min-width: 768px){.two-row .banner-entry:first-child{height:100%}}.two-row .banner-entry:first-child.with-hover:after{opacity:1}.two-row .banner-entry:first-child>a{opacity:1}.two-row .banner-entry:first-child h3{font-size:1.5rem;line-height:3rem}.has-overlay:after{position:absolute;top:0px;left:0px;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.6);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;--tw-content:"";content:"";content:var(--tw-content)}input[type=radio].sr-only div.has-overlay:after{transition:all .3s}input[type=radio].sr-only:checked~div.has-overlay:after{border-color:var(--color-main)}.badge.has-overlay:not(.sale-ratio-wrapper):after{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.has-overlay.with-hover:after{transition:opacity .3s;opacity:0}.has-overlay.with-hover:hover:after{opacity:1}.has-overlay:hover:after{background-color:rgba(0, 0, 0, 0.6)}.full-banner-entry{position:relative;grid-row:span 2 / span 2;height:20rem;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(231, 229, 228, 1);background-color:rgba(231, 229, 228, var(--tw-bg-opacity, 1));background-size:cover;background-attachment:fixed;background-position:center;padding:1.25rem;text-align:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.sq-awesome-banners .banner-outer.full-banner-entry .banner-texts{text-align:center}.full-banner-entry:hover{opacity:0.95}@media (min-width: 768px){.full-banner-entry{height:24rem}}@media (min-width: 1024px){.full-banner-entry{height:464px}}@media (min-width: 1280px){.full-banner-entry{height:528px}}.full-banner-entry::after,.full-banner-entry::before{height:100%;width:100%;top:0;right:-93%;content:"";background:var(--color-primary);position:absolute;transition:all .3s ease-in-out;transform:rotate(220deg) translateY(-50%) translateX(33%);opacity:.25}.full-banner-entry::before{background:#fff;right:auto;transform:rotate(220deg) translateY(-40%) translateX(0)}[dir=ltr] .full-banner-entry::before{left:-52%}@media(max-width: 1330px){.full-banner-entry::after{top:-50%}}@media(max-width: 480px){.full-banner-entry::before{top:20%}.full-banner-entry::after{top:-80%}}.tabs-wrapper .tabs__item{display:none;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}#app.index .salla-advertisement:not(.tabs-wrapper .tabs__item)~.store-header{--header-top: 40px}.tabs-wrapper .tabs__item.is-active{display:block}.s-block--tabs-produtcs .tabs{margin-left:-0.625rem;margin-right:-0.625rem}.s-block--tabs-produtcs .tabs > :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)))}.s-block--tabs-produtcs .tabs{overflow-x:auto;white-space:nowrap;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1.5rem;text-align:center}.sq-awesome-banners .banner-outer.s-block--tabs-produtcs .tabs .banner-texts{text-align:center}@media (min-width: 640px){.s-block--tabs-produtcs .tabs{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:2.5rem}}@media (min-width: 768px){.s-block--tabs-produtcs .tabs > :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)))}}@media (min-width: 1024px){.s-block--tabs-produtcs .tabs{margin-left:0px;margin-right:0px}}.s-block--tabs-produtcs .tabs:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-block--tabs-produtcs .tab-trigger.is-active button{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}.animated-ads--content .ad-ul.s-block--tabs-produtcs .tab-trigger.is-active button{background-color:#222222;background-color:var(--color-primary, #222222)}.s-block--special-products .tabs{margin-bottom:1rem}.s-block--special-products .tabs > :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)))}.s-block--special-products .tabs{overflow-x:auto;white-space:nowrap}@media (min-width: 640px){.s-block--special-products .tabs{margin-bottom:0px}}@media (min-width: 768px){.s-block--special-products .tabs > :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)))}}.s-block--special-products .tabs:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.s-block--special-products .tabs__item{flex:1 1 0%;gap:0.625rem}@media (min-width: 640px){.s-block--special-products .tabs__item{gap:2rem}}.s-block--special-products .tabs__item.is-active{display:grid}.s-block--special-products .tab-trigger{font-weight:700;line-height:1.75rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.s-block--special-products .tab-trigger.is-active button{border-color:var(--color-primary);color:var(--color-primary)}.s-block--tabs-produtcs:not(.tabs-initialized) .tabs-wrapper>div:not(:first-child),.s-block--special-products:not(.tabs-initialized) .tabs-wrapper>div:not(:first-child){display:none}.s-block--tabs-produtcs.as-grid .product-entry__image,.s-block--features-products .product-entry__image{position:relative;height:100%;width:8rem;flex-shrink:0;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.s-block--tabs-produtcs.as-grid .product-entry__image:hover,.s-block--features-products .product-entry__image:hover{opacity:0.9}@media (min-width: 640px){.s-block--tabs-produtcs.as-grid .product-entry__image,.s-block--features-products .product-entry__image{width:14rem}}.s-block--tabs-produtcs.as-grid .product-entry__title a,.s-block--features-products .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.s-block--features-products.two-cols .inner{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width: 1024px){.s-block--features-products.two-cols .inner{grid-template-columns:repeat(2, minmax(0, 1fr))}}.s-block--features-products.two-cols .product-entry__image{width:8rem}@media (min-width: 640px){.s-block--features-products.two-cols .product-entry__image{width:14rem}}@media (min-width: 1024px){.s-block--features-products.two-cols .product-entry__image{width:7rem}}.s-block--features-products.two-cols .grid .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.s-block--slider-with-bg{margin-top:2rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-bottom:2rem}.s-block--slider-with-bg:first-of-type{margin-top:0px}@media (min-width: 640px){.s-block--slider-with-bg{margin-top:4rem;padding-bottom:4rem}}.s-block--slider-with-bg .slider-bg{position:relative;height:24rem;background-size:cover;background-position:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}@media (min-width: 640px){.s-block--slider-with-bg .slider-bg{height:464px}}.s-block--slider-with-bg .slider-bg:before{content:"";position:absolute;top:0px;left:0px;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1));opacity:0.6}input[type=radio].sr-only div.s-block--slider-with-bg .slider-bg:before{transition:all .3s}input[type=radio].sr-only:checked~div.s-block--slider-with-bg .slider-bg:before{border-color:var(--color-main)}.badge.s-block--slider-with-bg .slider-bg:not(.sale-ratio-wrapper):before{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.s-block--slider-with-bg .s-slider-block__title-right{display:none}#app.index .salla-advertisement:not(.s-block--slider-with-bg .s-slider-block__title-right)~.store-header{--header-top: 40px}.s-block--slider-with-bg .s-slider-block__title-left{display:flex;width:100%;justify-content:space-between}.dark .product-single .s-comments-product .s-block--slider-with-bg .s-slider-block__title-left span,.dark .product-single .s-comments-product .s-block--slider-with-bg .s-slider-block__title-left h2{color:var(--dm-text-main)}.s-block--slider-with-bg .s-slider-block__display-all{display:block;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:300ms}.enhanced-features .s-block--slider-with-bg .s-slider-block__display-all{align-items:center}.enhanced-features .grid>.s-block--slider-with-bg .s-slider-block__display-all{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-block--slider-with-bg .s-slider-block__display-all.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-block--slider-with-bg .s-slider-block__display-all.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-block--slider-with-bg .s-slider-block__display-all.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-block--slider-with-bg .s-slider-block__display-all:hover{opacity:0.8}.s-block--slider-with-bg .s-slider-block__display-all{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:300ms}.enhanced-features .s-block--slider-with-bg .s-slider-block__display-all{align-items:center}.enhanced-features .grid>.s-block--slider-with-bg .s-slider-block__display-all{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-block--slider-with-bg .s-slider-block__display-all.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.s-block--slider-with-bg .s-slider-block__display-all.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--slider-with-bg .s-slider-block__display-all{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.s-block--slider-with-bg .s-slider-block__display-all.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.s-block--slider-with-bg .s-slider-block__display-all:hover{opacity:0.8}.s-block--slider-with-bg .s-slider-block__display-all .loader{width:0;opacity:0;height:16px;transform:scale(0);transition:.3s}.s-block--slider-with-bg .s-slider-block__display-all.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)}.s-block--slider-with-bg .s-slider-block__display-all.btn:disabled:hover{background-color:transparent}.s-block--slider-with-bg .s-slider-block__display-all:disabled .s-button-text{opacity:0.7}.s-block--slider-with-bg .s-slider-block__display-all{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)}.footer-is-dark .store-footer .s-block--slider-with-bg .s-slider-block__display-all{color:var(--footer-text-color)}.s-block--slider-with-bg .s-slider-block__display-all:hover{border-color:var(--color-primary);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))}.s-block--slider-with-bg .s-slider-block__display-all.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--outline.s-block--slider-with-bg .s-slider-block__display-all{--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))}.s-block--slider-with-bg .s-slider-block__display-all{border-radius:9999px}@media only screen and (min-width: 1024px){.normal-menu .main-menu .sub-menu .s-block--slider-with-bg .s-slider-block__display-all{padding:8px 10px 10px}}.s-block--slider-with-bg .s-slider-block__display-all{background-color:transparent !important;--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;flex-grow:0 !important}.slide--cat-entry{display:flex;height:9rem;flex-direction:column;align-items:center;justify-content:center;border-radius:0.375rem;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));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;text-align:center;--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, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.dark .product-single .s-comments-product .slide--cat-entry span,.dark .product-single .s-comments-product .slide--cat-entry h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .slide--cat-entry{color:var(--footer-text-color)}.enhanced-features .slide--cat-entry{align-items:center}.enhanced-features .grid>.slide--cat-entry{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.slide--cat-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.slide--cat-entry.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.slide--cat-entry .banner-texts{text-align:center}.dark .product-single .s-comments-product .slide--cat-entry span,.dark .product-single .s-comments-product .slide--cat-entry h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.slide--cat-entry.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.slide--cat-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.slide--cat-entry:hover{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));--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)}.slide--cat-entry i{margin-bottom:1rem;display:inline-block;font-size:33px;color:var(--color-primary)}.slide--cat-entry h4{font-size:0.875rem;line-height:1.25rem;font-weight:700}custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.slide--cat-entry h4{font-size:.8rem;margin-left:0;display:inline-block}.slide--offer-entry{display:flex;height:9rem;flex-direction:column;align-items:center;justify-content:space-between;border-radius:0.375rem;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));text-align:center;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 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:500ms}.dark .product-single .s-comments-product .slide--offer-entry span,.dark .product-single .s-comments-product .slide--offer-entry h2{color:var(--dm-text-main)}.enhanced-features .slide--offer-entry{align-items:center}.enhanced-features .grid>.slide--offer-entry{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.slide--offer-entry.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.slide--offer-entry.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.slide--offer-entry .banner-texts{text-align:center}.dark .product-single .s-comments-product .slide--offer-entry span,.dark .product-single .s-comments-product .slide--offer-entry h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.slide--offer-entry.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.slide--offer-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)}.s-block{margin-top:2rem}@media (min-width: 640px){.s-block{margin-top:4rem}}.s-block--full-bg+footer,.s-block--full-bg+.s-block--full-bg,.s-block--full-bg:first-of-type{margin-top:0px}.s-block--full-bg+.merge-with-top-component{z-index:1;margin-top:-7rem}@media (min-width: 768px){.s-block--full-bg+.merge-with-top-component{margin-top:-8rem}}.s-block--full-bg+.merge-with-top-component .s-slider-block__title{color:#fff !important}.s-block--full-bg+.merge-with-top-component .s-slider-block__title{text-align:center}.sq-awesome-banners .banner-outer.s-block--full-bg+.merge-with-top-component .s-slider-block__title .banner-texts{text-align:center}@media (min-width: 640px){.s-block--full-bg+.merge-with-top-component .s-slider-block__title{margin-bottom:1rem;text-align:left}}.s-block--full-bg+.merged-has-no-title{margin-top:-4rem}@media (min-width: 768px){.s-block--full-bg+.merged-has-no-title{margin-top:-74px}}@media (min-width: 640px){.s-block--full-bg+.merged-has-no-title .s-slider-block__title{margin-bottom:0px}}.s-block--categories{position:relative;overflow:hidden}.s-block--categories__title{position:relative;z-index:1;min-height:28px;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 640px){.s-block--categories__title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem}}.s-block--features__item{display:flex;flex-grow:1;cursor:pointer;flex-direction:column;align-items:flex-start;justify-content:center;background-color:rgba(56, 51, 48, 0.06);padding:2rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.s-block--features__item *{pointer-events:none}.dark .product-single .s-comments-product .s-block--features__item span,.dark .product-single .s-comments-product .s-block--features__item h2{color:var(--dm-text-main)}.s-block--features__item: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)}.s-block--features__item .feature-icon{margin-bottom:0.75rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;background-color:var(--color-primary)}.animated-ads--content .ad-ul.s-block--features__item .feature-icon{background-color:#222222;background-color:var(--color-primary, #222222)}.dark .product-single .s-comments-product .s-block--features__item .feature-icon span,.dark .product-single .s-comments-product .s-block--features__item .feature-icon h2{color:var(--dm-text-main)}.enhanced-features .s-block--features__item .feature-icon{align-items:center}.enhanced-features .grid>.s-block--features__item .feature-icon{text-align:center}.dark .product-single .s-comments-product .s-block--features__item .feature-icon span,.dark .product-single .s-comments-product .s-block--features__item .feature-icon h2{color:var(--dm-text-main)}.s-block--features__item .feature-icon i{font-size:1.875rem;line-height:2.25rem}.s-block--features__item h4{margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item h4{font-size:.8rem;margin-left:0;display:inline-block}.s-block--features__item p{text-align:center;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{font-size:.6rem;margin-right:.2rem}.sq-awesome-banners .banner-outer.s-block--features__item p .banner-texts{text-align:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.s-block--features__item p{font-size:.8rem;margin-left:0;display:inline-block}.s-block--features__item:hover .feature-icon i{animation:toRightFromLeft .3s forwards}.s-block--features+.s-block--features,.s-block--fixed-banner+.s-block--fixed-banner,.s-block--banners+.s-block--banners{margin-top:2em}.s-block--tabs-produtcs+.s-block--tabs-produtcs{padding-top:2em}salla-slider{display:block}salla-slider.details-slider .s-slider-container{border-radius:0.375rem;border-width:1px;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}.dark .cart:not(.norm-loy) salla-slider.shadow-default.mb-5.details-slider .s-slider-container.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) salla-slider.shadow-default.mb-5.details-slider .s-slider-container.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart salla-slider.shadow-default.mb-5.details-slider .s-slider-container.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}salla-slider.details-slider .swiper-slide{position:relative;border-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));--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, 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));--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity, 1))}.dark .cart:not(.norm-loy) salla-slider.shadow-default.mb-5.details-slider .swiper-slide.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) salla-slider.shadow-default.mb-5.details-slider .swiper-slide.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart salla-slider.shadow-default.mb-5.details-slider .swiper-slide.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}salla-slider.details-slider salla-button.btn--wishlist{position:absolute;bottom:1rem;z-index:2}input[type=radio].sr-only divsalla-slider.details-slider salla-button.btn--wishlist{transition:all .3s}input[type=radio].sr-only:checked~divsalla-slider.details-slider salla-button.btn--wishlist{border-color:var(--color-main)}salla-slider.badge.details-slider salla-button.btn--wishlist:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 640px){salla-slider.details-slider salla-button.btn--wishlist{display:none}}salla-slider.details-slider salla-button.btn--wishlist:where([dir="ltr"], [dir="ltr"] *){left:1rem}salla-slider.details-slider salla-button.btn--wishlist:where([dir="rtl"], [dir="rtl"] *){right:1rem}salla-slider.details-slider .s-slider-block__title-nav{display:none}#app.index .salla-advertisement:not(salla-slider.details-slider .s-slider-block__title-nav)~.store-header{--header-top: 40px}@media (min-width: 640px){salla-slider.details-slider .s-slider-block__title-nav{display:flex}}salla-slider .slide--one-fourth{height:auto;width:100%;max-width:250px}@media (min-width: 640px){salla-slider .slide--one-fourth{width:50%;max-width:320px}}@media (min-width: 768px){salla-slider .slide--one-fourth{width:33.333333%}}@media (min-width: 1024px){salla-slider .slide--one-fourth{width:25%}}salla-slider .slide--one-sixth{width:50%}@media (min-width: 640px){salla-slider .slide--one-sixth{width:33.333333%}}@media (min-width: 768px){salla-slider .slide--one-sixth{width:25%}}@media (min-width: 1024px){salla-slider .slide--one-sixth{width:16.666667%}}salla-slider .swiper-slide{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.promotion-title{position:absolute;top:1rem;z-index:10;--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));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 .3s}input[type=radio].sr-only:checked~div.promotion-title{border-color:var(--color-main)}.badge.promotion-title:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.promotion-title{font-size:.8rem;margin-left:0;display:inline-block}.promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0px;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}.promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px;border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.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}.home-slider__slide{background-repeat:no-repeat;background-size:cover;background-position:center}.home-slider__slide:not(.loaded) .overlay{opacity:0}salla-slider.photos-slider .swiper{margin-left:0px;margin-right:0px;width:100%}salla-slider.photos-slider:not(.hydrated)>div{justify-content:center}salla-slider.photos-slider .swiper-slide{position:relative;margin-left:0.5rem;margin-right:0.5rem;height:auto;width:80%;overflow:hidden;border-radius:0.375rem}.dark .cart:not(.norm-loy) salla-slider.shadow-default.mb-5.photos-slider .swiper-slide.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) salla-slider.shadow-default.mb-5.photos-slider .swiper-slide.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart salla-slider.shadow-default.mb-5.photos-slider .swiper-slide.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){salla-slider.photos-slider .swiper-slide{margin-left:0.75rem;margin-right:0.75rem}}@media (min-width: 1024px){salla-slider.photos-slider .swiper-slide{margin-left:1rem;margin-right:1rem}}.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}#app.index .salla-advertisement:not(.s-block--testimonials .s-slider-block__title-nav)~.store-header{--header-top: 40px !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}.testimonials-slider{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.testimonials-slider .swiper:not(.swiper-initialized){opacity:0}.testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem;padding-left:1.25rem}@media (min-width: 1024px){.testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:0px;padding-left:0px}}.testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem;padding-right:1.25rem}@media (min-width: 1024px){.testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:0px;padding-right:0px}.testimonials-slider .swiper{margin-left:-200px;margin-right:-200px}.testimonials-slider .swiper .s-slider-button-prev{margin-left:200px}.testimonials-slider .swiper .s-slider-button-next{margin-right:200px}}.testimonials-slider .testimonial{height:100%;position:relative;display:flex;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: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:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.dark .product-single .s-comments-product .testimonials-slider .testimonial span,.dark .product-single .s-comments-product .testimonials-slider .testimonial h2{color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .testimonials-slider .testimonial.mb-5.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .testimonials-slider .testimonial.mb-5.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .testimonials-slider .testimonial span,.dark .product-single .s-comments-product .testimonials-slider .testimonial h2{color:var(--dm-text-main)}.dark .cart .testimonials-slider .testimonial.mb-5.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 1024px){.testimonials-slider .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)}}.testimonials-slider .testimonial__inner{display:flex;align-items:center}.dark .product-single .s-comments-product .testimonials-slider .testimonial__inner span,.dark .product-single .s-comments-product .testimonials-slider .testimonial__inner h2{color:var(--dm-text-main)}.enhanced-features .testimonials-slider .testimonial__inner{align-items:center}.enhanced-features .grid>.testimonials-slider .testimonial__inner{text-align:center}.dark .product-single .s-comments-product .testimonials-slider .testimonial__inner span,.dark .product-single .s-comments-product .testimonials-slider .testimonial__inner h2{color:var(--dm-text-main)}.testimonials-slider .testimonial__avatar{height:5rem;width:5rem;flex-shrink:0;overflow:hidden;border-radius:9999px}.testimonials-slider .testimonial__icon{position:absolute;top:1rem;font-size:2.25rem;line-height:2.5rem;color:var(--color-primary)}input[type=radio].sr-only div.testimonials-slider .testimonial__icon{transition:all .3s}input[type=radio].sr-only:checked~div.testimonials-slider .testimonial__icon{border-color:var(--color-main)}.badge.testimonials-slider .testimonial__icon:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 640px){.testimonials-slider .testimonial__icon{font-size:3rem;line-height:1}}.testimonials-slider .testimonial__icon:where([dir="ltr"], [dir="ltr"] *){right:2rem}@media (min-width: 640px){.testimonials-slider .testimonial__icon:where([dir="ltr"], [dir="ltr"] *){right:3rem}}@media (min-width: 1024px){.testimonials-slider .testimonial__icon:where([dir="ltr"], [dir="ltr"] *){right:2rem}}.testimonials-slider .testimonial__icon:where([dir="rtl"], [dir="rtl"] *){left:2rem}@media (min-width: 640px){.testimonials-slider .testimonial__icon:where([dir="rtl"], [dir="rtl"] *){left:3rem}}@media (min-width: 1024px){.testimonials-slider .testimonial__icon:where([dir="rtl"], [dir="rtl"] *){left:2rem}}.testimonials-slider .testimonial__text p,.testimonials-slider .testimonial__rating{display:none}.testimonials-slider .swiper-slide{overflow:hidden;padding-left:0.625rem;padding-right:0.625rem}@media (min-width: 1024px){.testimonials-slider .swiper-slide{padding-left:15px;padding-right:15px}}.testimonials-slider .swiper-slide{width:20%;height:auto}.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__avatar{margin-bottom:2rem}.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner{position:relative;flex-direction:column;align-items:center;text-align:center}.enhanced-features .testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner{align-items:center}.enhanced-features .grid>.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner{text-align:center}.sq-awesome-banners .banner-outer.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner .banner-texts{text-align:center}.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__icon{top:-2rem;left:50%;--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));font-size:1.5rem;line-height:2rem}.testimonials-slider .swiper-slide-prev .testimonial{align-items:center;justify-content:flex-end}.enhanced-features .testimonials-slider .swiper-slide-prev .testimonial{align-items:center}.enhanced-features .grid>.testimonials-slider .swiper-slide-prev .testimonial{text-align:center}.testimonials-slider .swiper-slide-prev .testimonial{padding-right:7%}.testimonials-slider .swiper-slide-next .testimonial{align-items:center;justify-content:flex-start}.enhanced-features .testimonials-slider .swiper-slide-next .testimonial{align-items:center}.enhanced-features .grid>.testimonials-slider .swiper-slide-next .testimonial{text-align:center}.testimonials-slider .swiper-slide-next .testimonial{padding-left:7%}.testimonials-slider .swiper-slide-active{width:60%}.testimonials-slider .swiper-slide-active .testimonial{box-shadow:5px 0 0 0 var(--color-main);opacity:1}@media (min-width: 1024px){.testimonials-slider .swiper-slide-active .testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:6rem}.testimonials-slider .swiper-slide-active .testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem}}.testimonials-slider .swiper-slide-active .testimonial__inner{width:100%}@media(max-width: 1024px){.testimonials-slider .swiper-slide-active .testimonial__inner{flex-direction:column;align-items:center;justify-content:center;text-align:center}.enhanced-features .testimonials-slider .swiper-slide-active .testimonial__inner{align-items:center}.enhanced-features .grid>.testimonials-slider .swiper-slide-active .testimonial__inner{text-align:center}.sq-awesome-banners .banner-outer.testimonials-slider .swiper-slide-active .testimonial__inner .banner-texts{text-align:center}.testimonials-slider .swiper-slide-active .testimonial__inner .testimonial__avatar{margin-left:0px;margin-right:0px;margin-bottom:0.75rem}}.testimonials-slider .swiper-slide-active .testimonial__avatar:where([dir="ltr"], [dir="ltr"] *){margin-right:1.5rem}.testimonials-slider .swiper-slide-active .testimonial__avatar:where([dir="rtl"], [dir="rtl"] *){margin-left:1.5rem}.testimonials-slider .swiper-slide-active .testimonial__info{margin-bottom:0.5rem}@media (min-width: 1024px){.testimonials-slider .swiper-slide-active .testimonial__info{margin-bottom:0px}}.testimonials-slider .swiper-slide-active .testimonial__rating,.testimonials-slider .swiper-slide-active .testimonial__text p{display:block}.testimonials-slider .s-slider--nav-arrow{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))}#app.index .salla-advertisement:not(.testimonials-slider .s-slider--nav-arrow)~.store-header{--header-top: 40px}@media (min-width: 1024px){.testimonials-slider .s-slider--nav-arrow{display:flex}}.testimonials-slider .s-slider--nav-arrow{right:17%;top:35%}.testimonials-slider .s-slider--nav-arrow.s-slider-next:where([dir="ltr"], [dir="ltr"] *){left:auto}.testimonials-slider .s-slider--nav-arrow.s-slider-next:where([dir="rtl"], [dir="rtl"] *){right:auto}.testimonials-slider .s-slider--nav-arrow.s-slider-next{left:17%}.ltr .testimonials-slider .s-slider--nav-arrow{left:17%;right:auto}.ltr .testimonials-slider .s-slider--nav-arrow.s-slider-next{right:17%;left:auto}@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:.5}salla-slider .swiper-pagination-bullet{border-radius:5px;background:var(--color-primary);opacity:.3;border:2px solid rgba(255,0,0,0);box-sizing:content-box;width:10px;height:10px;border-radius:20rem;background-clip:content-box;--border-opacity: transparent;outline:1px solid transparent;outline:1px solid var(--border-opacity);transition:all .5s}salla-slider .swiper-pagination-bullet-active{--border-opacity: var(--color-primary);opacity:1;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}.dark .cart:not(.norm-loy) .shadow-default.offer-slider .s-slider-block__title.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.offer-slider .s-slider-block__title.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.offer-slider .s-slider-block__title.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.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 .3s}input[type=radio].sr-only:checked~div.offer-slider .s-slider-block__title:before{border-color:var(--color-main)}.badge.offer-slider .s-slider-block__title:not(.sale-ratio-wrapper):before{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.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:"";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))}.header-menu-icon.py-5.offer-slider .s-slider-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.offer-slider .s-slider-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.header-menu-icon.py-5.offer-slider .s-slider-block__title h2{padding-top:.4rem;padding-bottom:.4rem}.offer-slider .s-slider-block__title h2.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.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}model-viewer[style*=width]:before{display:none}#app.index .salla-advertisement:not(model-viewer[style*=width])~.store-header:before{--header-top: 40px}.blog-slider .swiper-slide img{max-height:480px;min-height:380px}@media (min-width: 768px){.blog-slider .swiper-slide img{max-height:680px}}.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}.dark .product-single .s-comments-product .product-entry span,.dark .product-single .s-comments-product .product-entry h2{color:var(--dm-text-main)}.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--full-image{height:20rem}@media (min-width: 768px){.product-entry--full-image{height:auto}}.product-entry--full-image .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));text-shadow:0 0 1px #999}.product-entry__image{position:relative;height:100%;width:100%;flex-shrink:0;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}.product-entry__image:hover{opacity:0.9}.product-entry__image::before{font-family:"sallaicons";content:"";position:absolute;top:50%;left:50%;display:inline-block;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -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));font-size:1.875rem;line-height:2.25rem;--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}input[type=radio].sr-only div.product-entry__image::before{transition:all .3s}input[type=radio].sr-only:checked~div.product-entry__image::before{border-color:var(--color-main)}.badge.product-entry__image:not(.sale-ratio-wrapper)::before{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-entry__image img{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}.product-entry__image img.loaded{position:relative;opacity:1}.out-of-stock .product-entry__image img,.product-entry--full-image.out-of-stock img{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);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)}.product-entry__title a{display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.product-entry__title a{font-size:.8rem;margin-left:0;display:inline-block}.product-entry__title a:hover{color:var(--color-primary)}.product-entry--horizontal .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-entry--minimal .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-entry--minimal .btn--wishlist{position:absolute;top:0px}input[type=radio].sr-only div.product-entry--minimal .btn--wishlist{transition:all .3s}input[type=radio].sr-only:checked~div.product-entry--minimal .btn--wishlist{border-color:var(--color-main)}.badge.product-entry--minimal .btn--wishlist:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-entry--minimal .btn--wishlist:where([dir="ltr"], [dir="ltr"] *){right:0px}.product-entry--minimal .btn--wishlist:where([dir="rtl"], [dir="rtl"] *){left:0px}.product-entry--minimal .btn--wishlist .sicon-heart{text-shadow:0 0 2px #999;color:#fff}.product-entry--minimal .product-rating,.product-entry--special .product-rating{position:absolute;bottom:0.5rem}input[type=radio].sr-only div.product-entry--minimal .product-rating,input[type=radio].sr-only div.product-entry--special .product-rating{transition:all .3s}input[type=radio].sr-only:checked~div.product-entry--minimal .product-rating,input[type=radio].sr-only:checked~div.product-entry--special .product-rating{border-color:var(--color-main)}.badge.product-entry--minimal .product-rating:not(.sale-ratio-wrapper),.badge.product-entry--special .product-rating:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-entry--minimal .product-rating:where([dir="ltr"], [dir="ltr"] *),.product-entry--special .product-rating:where([dir="ltr"], [dir="ltr"] *){right:0.5rem}.product-entry--minimal .product-rating:where([dir="rtl"], [dir="rtl"] *),.product-entry--special .product-rating:where([dir="rtl"], [dir="rtl"] *){left:0.5rem}.product-entry--minimal .product-rating span,.product-entry--special .product-rating span{color:#fff;text-shadow:0 0 2px #666}.product-entry--fit-type .product-entry__image{height:11rem;max-height:15rem}.product-entry--horizontal .product-entry__image{height:auto;width:8rem}@media (min-width: 640px){.product-entry--horizontal .product-entry__image{width:14rem}}.product-entry--horizontal .product-entry__image:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.product-entry--horizontal .product-entry__image:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}.product-entry--vertical{flex-direction:column}.product-entry--vertical .product-entry__image{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}.product-entry--vertical salla-button.btn--wishlist{position:absolute;top:1rem;opacity:0.75}input[type=radio].sr-only div.product-entry--vertical salla-button.btn--wishlist{transition:all .3s}input[type=radio].sr-only:checked~div.product-entry--vertical salla-button.btn--wishlist{border-color:var(--color-main)}.badge.product-entry--vertical salla-button.btn--wishlist:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-entry--vertical salla-button.btn--wishlist:hover{opacity:1}.product-entry--vertical salla-button.btn--wishlist:where([dir="ltr"], [dir="ltr"] *){right:0.5rem}@media (min-width: 768px){.product-entry--vertical salla-button.btn--wishlist:where([dir="ltr"], [dir="ltr"] *){right:1rem}}.product-entry--vertical salla-button.btn--wishlist:where([dir="rtl"], [dir="rtl"] *){left:0.5rem}@media (min-width: 768px){.product-entry--vertical salla-button.btn--wishlist:where([dir="rtl"], [dir="rtl"] *){left:1rem}}.product-entry--vertical salla-button.btn--wishlist button{background-color:#fff !important}@media(max-width: 480px){.product-entry--vertical .product-rating{position:absolute;top:-2rem}input[type=radio].sr-only div.product-entry--vertical .product-rating{transition:all .3s}input[type=radio].sr-only:checked~div.product-entry--vertical .product-rating{border-color:var(--color-main)}.badge.product-entry--vertical .product-rating:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-entry--vertical .product-rating:where([dir="ltr"], [dir="ltr"] *){left:0.75rem}.product-entry--vertical .product-rating:where([dir="rtl"], [dir="rtl"] *){right:0.75rem}.product-entry--vertical .product-rating span{color:#fff;text-shadow:0 0 2px #666}}.product-entry--special .product-rating{position:absolute;bottom:auto;top:-2rem}input[type=radio].sr-only div.product-entry--special .product-rating{transition:all .3s}input[type=radio].sr-only:checked~div.product-entry--special .product-rating{border-color:var(--color-main)}.badge.product-entry--special .product-rating:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-entry--special .product-rating:where([dir="ltr"], [dir="ltr"] *){right:1.25rem}.product-entry--special .product-rating:where([dir="rtl"], [dir="rtl"] *){left:1.25rem}@media (min-width: 640px){.product-entry--special.product-entry--fit-type .product-entry__image{height:500px}.product-entry--special.with-timer.product-entry--fit-type .product-entry__image{height:420px}}.s-block--special-products .tabs__item .product-entry{height:100%;align-self:flex-start}.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}.dark .cart:not(.norm-loy) .shadow-default.mb-5.product-entry--wishlist .product-entry__image.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.product-entry--wishlist .product-entry__image.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.product-entry--wishlist .product-entry__image.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 768px){.product-entry--wishlist .product-entry__image{height:4rem;width:5rem}}.product-entry--wishlist salla-button{display:flex}.dark .product-single .s-comments-product .product-entry--wishlist salla-button span,.dark .product-single .s-comments-product .product-entry--wishlist salla-button h2{color:var(--dm-text-main)}@media(min-width: 768px){.products-container.list .product-entry{flex-direction:row}.products-container.list .product-entry__image{height:100%;width:240px}}.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){.normal-menu .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container ul{margin:0px;border-style:none;padding:0px}.normal-menu .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container>div{display:none}#app.index .salla-advertisement:not(.normal-menu .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container>div)~.store-header{--header-top: 40px}}.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}}#app.header-hidden.fixed-pinned-cls.never-hide-tabs .store-header .inner>.s-comments-product .s-comments-container:first-of-type{top:-250px;position:fixed;left:0}@media only screen and (max-width: 767px){.prod-indx-cntrd[class*=product-index] .s-comments-product .s-comments-container h1{text-align:center}}.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 .3s}input[type=radio].sr-only:checked~div.share-btns-list{border-color:var(--color-main)}.dark .product-single .s-comments-product .share-btns-list span,.dark .product-single .s-comments-product .share-btns-list h2{color:var(--dm-text-main)}.enhanced-features .share-btns-list{align-items:center}.enhanced-features .grid>.share-btns-list{text-align:center}.badge.share-btns-list:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .share-btns-list span,.dark .product-single .s-comments-product .share-btns-list h2{color:var(--dm-text-main)}.share-btns-list a{display:block;padding:0.75rem}.dark .cart .shadow-default.mb-5.rounded-md.share-btns-list a.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.share-btns-list a:hover{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}.pie-wrapper{position:absolute;top:0.625rem;display:flex;height:72px;width:72px;align-items:center;justify-content:center;color:var(--color-primary)}input[type=radio].sr-only div.pie-wrapper{transition:all .3s}input[type=radio].sr-only:checked~div.pie-wrapper{border-color:var(--color-main)}.dark .product-single .s-comments-product .pie-wrapper span,.dark .product-single .s-comments-product .pie-wrapper h2{color:var(--dm-text-main)}.enhanced-features .pie-wrapper{align-items:center}.enhanced-features .grid>.pie-wrapper{text-align:center}.badge.pie-wrapper:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.dark .product-single .s-comments-product .pie-wrapper span,.dark .product-single .s-comments-product .pie-wrapper h2{color:var(--dm-text-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:var(--color-primary);stroke-dasharray:100 100;stroke-dashoffset:100}.pie-wrapper span{display:block;color:red;color:var(--color-text, red);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}.pie-wrapper span b{margin-bottom:3px;color:var(--color-primary)}@media(max-width: 640px){.is-sticky-product-bar.product-single{padding-bottom:4rem}.is-sticky-product-bar .sticky-product-bar{position:fixed;bottom:0px;left:0px;z-index:2;display:flex;width:100%;--tw-translate-y:28rem;transform:translate(var(--tw-translate-x), 28rem) 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));align-items:center;justify-content:space-between;padding:0.75rem;opacity:0;--tw-shadow:-1px -2px 9px 0 rgba(0,0,0,0.05);--tw-shadow-colored:-1px -2px 9px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px -2px 9px 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);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-delay:500ms;transition-duration:700ms;transition-timing-function:cubic-bezier(0.55, 0, 0.1, 1)}.dark .product-single .s-comments-product .is-sticky-product-bar .sticky-product-bar span,.dark .product-single .s-comments-product .is-sticky-product-bar .sticky-product-bar h2{color:var(--dm-text-main)}.enhanced-features .is-sticky-product-bar .sticky-product-bar{align-items:center}.enhanced-features .grid>.is-sticky-product-bar .sticky-product-bar{text-align:center}.dark .product-single .s-comments-product .is-sticky-product-bar .sticky-product-bar span,.dark .product-single .s-comments-product .is-sticky-product-bar .sticky-product-bar h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.is-sticky-product-bar .sticky-product-bar.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.is-sticky-product-bar .sticky-product-bar__quantity,.is-sticky-product-bar .sticky-product-bar salla-add-product-button{--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));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:700ms;transition-timing-function:cubic-bezier(0.55, 0, 0.1, 1)}.is-sticky-product-bar .sticky-product-bar__price,.is-sticky-product-bar .sticky-product-bar .form-label{display:none}#app.index .salla-advertisement:not(.is-sticky-product-bar .sticky-product-bar__price)~.store-header,#app.index .salla-advertisement:not(.is-sticky-product-bar .sticky-product-bar .form-label)~.store-header{--header-top: 40px}.is-sticky-product-bar .sticky-product-bar__quantity{margin:0px;transition-delay:900ms}.is-sticky-product-bar .sticky-product-bar salla-add-product-button{margin:0px;width:auto;flex:1 1 0%;transition-delay:1000ms}.is-sticky-product-bar .sticky-product-bar salla-add-product-button:where([dir="ltr"], [dir="ltr"] *){margin-left:1.25rem}.is-sticky-product-bar .sticky-product-bar salla-add-product-button:where([dir="rtl"], [dir="rtl"] *){margin-right:1.25rem}.hydrated .is-sticky-product-bar .sticky-product-bar,.hydrated .is-sticky-product-bar .sticky-product-bar__quantity,.hydrated .is-sticky-product-bar .sticky-product-bar salla-add-product-button{--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}}.s-tabs-header *{pointer-events:auto !important}.product__description ul,.product__description li{list-style:inherit !important}.product__description ol{list-style:auto !important}.model-viewer-wrapper{position:relative;margin-bottom:1rem;width:100%}@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 .3s}input[type=radio].sr-only:checked~div.switcher-3d-view{border-color:var(--color-main)}.badge.switcher-3d-view:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.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%}.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 .3s}input[type=radio].sr-only:checked~div.model-viewer__poster{border-color:var(--color-main)}.badge.model-viewer__poster:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.mySlider .brand-item img.model-viewer__poster{-o-object-fit:contain;object-fit:contain}.mySlider .brand-item img:not(.model-viewer__poster){-o-object-fit:cover;object-fit:cover}.mySlider .brand-item img.model-viewer__poster{-o-object-fit:contain;object-fit:contain}.mySlider .brand-item img:not(.model-viewer__poster){-o-object-fit:cover;object-fit:cover}.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)}.footer-is-dark .store-footer .s-toggle .s-toggle-switcher-has-text:before{color:var(--footer-text-color)}.mobile-nav span.s-toggle .s-toggle-switcher-has-text:before{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.sq-awesome-banners .banner-outer.s-toggle .s-toggle-switcher-has-text .banner-texts:before{text-align:center}.s-toggle .s-toggle-switcher-has-text:before{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}.product-option-uploader .s-file-upload-wrapper .filepond--drop-label{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}.dark .cart:not(.norm-loy) .shadow-default.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}.dark .product-single .s-comments-product .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder span,.dark .product-single .s-comments-product .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder h2{color:var(--dm-text-main)}.enhanced-features .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{align-items:center}.enhanced-features .grid>.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{text-align:center}.dark .product-single .s-comments-product .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder span,.dark .product-single .s-comments-product .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder h2{color:var(--dm-text-main)}.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}[dir=rtl] .header-innerLeft .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i+salla-cart-summary{margin-right:.3rem}#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 .3s}input[type=radio].sr-only:checked~div#offer-corner-badge{border-color:var(--color-main)}.badge#offer-corner-badge:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}#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))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.cart-options.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.cart-options.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.cart-options.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.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))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.cart-options salla-product-options .s-form-control.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.cart-options salla-product-options .s-form-control.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.cart-options salla-product-options .s-form-control.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.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))}.dark .cart:not(.norm-loy) .shadow-default.mb-5.cart-options salla-product-options .s-datetime-picker-input.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.cart-options salla-product-options .s-datetime-picker-input.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.cart-options salla-product-options .s-datetime-picker-input.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.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}.brands-nav{display:flex;flex-wrap:wrap;justify-content:center}.brands-nav > :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)));--tw-space-y-reverse:0;margin-top:calc(0.5rem * (1 - 0));margin-top:calc(0.5rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.5rem * calc(1 - 0));margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * 0);margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.dark .product-single .s-comments-product .brands-nav span,.dark .product-single .s-comments-product .brands-nav h2{color:var(--dm-text-main)}.brands-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.brands-nav__item{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-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:0.25rem;font-size:0.875rem;line-height:1.25rem;--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, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.dark .product-single .s-comments-product .brands-nav__item span,.dark .product-single .s-comments-product .brands-nav__item h2{color:var(--dm-text-main)}.enhanced-features .brands-nav__item{align-items:center}.enhanced-features .grid>.brands-nav__item{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.brands-nav__item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.brands-nav__item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .brands-nav__item span,.dark .product-single .s-comments-product .brands-nav__item h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.brands-nav__item{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.brands-nav__item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.brands-nav__item:hover{--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)}.brands-nav__item:focus{border-color:var(--color-primary)}.brands-nav__item.is-selected{background-color:var(--color-primary) !important;color:var(--color-primary-reverse) !important}.animated-ads--content .ad-ul.brands-nav__item.is-selected{background-color:#222222 !important;background-color:var(--color-primary, #222222) !important}.brands-nav__item span{pointer-events:none}.brands-nav.is-sticky{position:fixed;top:2.25rem;z-index:0;height:100%;flex-direction:column;flex-wrap:wrap}.brands-nav.is-sticky > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * (1 - 0));margin-top:calc(0.125rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.125rem * calc(1 - 0));margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * 0);margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}.brands-nav.is-sticky{padding-top:4rem;padding-bottom:2.5rem}.brands-nav.is-sticky:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}.brands-nav.is-sticky:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}.brands-nav.is-sticky .brands-nav__item{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}@media(max-width: 1280px){.brands-nav.is-sticky .brands-nav__item{height:1.5rem;width:1.5rem}}.brand-char{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:0.375rem;border-width:1px;border-color:transparent;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));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:150ms}.dark .product-single .s-comments-product .brand-char span,.dark .product-single .s-comments-product .brand-char h2{color:var(--dm-text-main)}.enhanced-features .brand-char{align-items:center}.enhanced-features .grid>.brand-char{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.brand-char.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.brand-char.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{font-size:.6rem;margin-right:.2rem}.dark .product-single .s-comments-product .brand-char span,.dark .product-single .s-comments-product .brand-char h2{color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.brand-char{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.brand-char.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.brand-char:hover{--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)}.brand-char:focus{border-color:var(--color-primary)}.brand-char:where([dir="ltr"], [dir="ltr"] *){margin-right:1.25rem}@media (min-width: 768px){.brand-char:where([dir="ltr"], [dir="ltr"] *){margin-right:3rem}}.brand-char:where([dir="rtl"], [dir="rtl"] *){margin-left:1.25rem}@media (min-width: 768px){.brand-char:where([dir="rtl"], [dir="rtl"] *){margin-left:3rem}}.brand-item{position:relative;display:flex;height:5rem;align-items:center;justify-content:center;overflow:hidden;border-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));background-size:cover;padding:0.75rem;text-align:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.dark .product-single .s-comments-product .brand-item span,.dark .product-single .s-comments-product .brand-item h2{color:var(--dm-text-main)}.enhanced-features .brand-item{align-items:center}.enhanced-features .grid>.brand-item{text-align:center}.dark .cart:not(.norm-loy) .shadow-default.mb-5.brand-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.brand-item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.sq-awesome-banners .banner-outer.brand-item .banner-texts{text-align:center}.dark .product-single .s-comments-product .brand-item span,.dark .product-single .s-comments-product .brand-item h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.brand-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.brand-item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.brand-item:hover{opacity:0.95}@media (min-width: 640px){.brand-item{height:6rem;padding:1rem}}@media (min-width: 768px){.brand-item{height:8rem;padding:2rem}}.index .brand-item{padding-left:2rem;padding-right:2rem;padding-top:1rem;padding-bottom:1rem}@media (min-width: 768px){.index .brand-item{padding-top:2rem;padding-bottom:2rem}}@media (min-width: 480px){.index .brand-item img{max-width:150px}}.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))}.dark .product-single .s-comments-product .no-content-placeholder span,.dark .product-single .s-comments-product .no-content-placeholder h2{color:var(--dm-text-main)}.footer-is-dark .store-footer .no-content-placeholder{color:var(--footer-text-color)}.enhanced-features .no-content-placeholder{align-items:center}.enhanced-features .grid>.no-content-placeholder{text-align:center}.dark .product-single .s-comments-product .no-content-placeholder span,.dark .product-single .s-comments-product .no-content-placeholder h2{color:var(--dm-text-main)}.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))}.dark .product-single .s-comments-product .no-content-placeholder .icon span,.dark .product-single .s-comments-product .no-content-placeholder .icon h2{color:var(--dm-text-main)}.enhanced-features .no-content-placeholder .icon{align-items:center}.enhanced-features .grid>.no-content-placeholder .icon{text-align:center}.dark .product-single .s-comments-product .no-content-placeholder .icon span,.dark .product-single .s-comments-product .no-content-placeholder .icon h2{color:var(--dm-text-main)}.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}.loyalty .breadcrumbs{padding-bottom:0px;padding-top:1rem}.loyalty .breadcrumbs ol{justify-content:center}@media (min-width: 1024px){.loyalty .breadcrumbs ol{justify-content:flex-start}}.loyalty .breadcrumbs a,.loyalty .breadcrumbs span,.loyalty .breadcrumbs .arrow{color:rgba(255, 255, 255, 0.9);text-shadow:1px 1px 0 rgba(0,0,0,.3)}.loyalty__banner{position:relative;margin:auto;margin-bottom:7rem;margin-top:5rem;overflow:hidden;border-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:2.5rem;--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 .cart:not(.norm-loy) .shadow-default.mb-5.loyalty__banner.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .loyalty__banner.mb-5.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.loyalty__banner.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .loyalty__banner.mb-5.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.loyalty__banner.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .loyalty__banner.mb-5.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 1024px){.loyalty__banner{padding-top:4rem;padding-bottom:4rem;padding-left:5rem;padding-right:5rem}}.loyalty__banner-inner{position:relative;z-index:10;flex:1 1 0%;align-items:center;text-align:center}.enhanced-features .loyalty__banner-inner{align-items:center}.enhanced-features .grid>.loyalty__banner-inner{text-align:center}.sq-awesome-banners .banner-outer.loyalty__banner-inner .banner-texts{text-align:center}@media (min-width: 640px){.loyalty__banner-inner{display:flex}.loyalty__banner-inner > :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)))}}.loyalty__banner-inner:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}.loyalty__banner-content{flex:1 1 0%;align-items:center;justify-content:space-between}.enhanced-features .loyalty__banner-content{align-items:center}.enhanced-features .grid>.loyalty__banner-content{text-align:center}@media (min-width: 768px){.loyalty__banner-content{display:flex}}.loyalty__banner-content .info{margin-bottom:1.5rem}@media (min-width: 768px){.loyalty__banner-content .info{margin-bottom:0px}}.loyalty__banner-content .info h1{margin-bottom:0.625rem;font-size:1.875rem;line-height:2.25rem;font-weight:700}.loyalty__banner-content .info p{margin-bottom:0.5rem;max-width:20rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}.loyalty__banner .loyalty-points{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.loyalty__banner .loyalty-points{font-size:.8rem;margin-left:0;display:inline-block}.loyalty__banner .loyalty-points .count-number{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:var(--color-primary)}.loyalty__banner .loyalty-points .count-number:where([dir="ltr"], [dir="ltr"] *){margin-left:0.625rem}.loyalty__banner .loyalty-points .count-number:where([dir="rtl"], [dir="rtl"] *){margin-right:0.625rem}.loyalty-star{position:absolute;z-index: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));opacity:0.7}input[type=radio].sr-only div.loyalty-star{transition:all .3s}input[type=radio].sr-only:checked~div.loyalty-star{border-color:var(--color-main)}.badge.loyalty-star:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.loyalty-star i{font-size:400px;--tw-text-opacity:1;color:rgba(243, 244, 246, 1);color:rgba(243, 244, 246, var(--tw-text-opacity, 1))}.loyalty-star--first{right:-6rem;top:-12rem;--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))}.loyalty-star--second{left:-4rem;bottom:-10rem;--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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))}.loyalty .product-entry__image{flex-shrink:initial}.points-ways__list{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:0.625rem;gap:0.625rem}.s-block--features-products.two-cols .points-ways__list .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.enhanced-features .points-ways__list{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .points-ways__list>.items-center{text-align:center}.sq-awesome-banners.card-effect .points-ways__list{padding-bottom:1rem}.sq-awesome-banners .points-ways__list.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners .points-ways__list:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .points-ways__list:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .points-ways__list.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}@media (min-width: 640px){.points-ways__list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:2rem}}@media (min-width: 768px){.points-ways__list{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width: 1024px){.points-ways__list{grid-template-columns:repeat(4, minmax(0, 1fr))}}.points-ways__list .way-item{display:flex;width:100%;flex-direction:column;border-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:1;--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 .product-single .s-comments-product .points-ways__list .way-item span,.dark .product-single .s-comments-product .points-ways__list .way-item h2{color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.points-ways__list .way-item.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .points-ways__list .way-item.mb-5.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.points-ways__list .way-item.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .points-ways__list .way-item.mb-5.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}.dark .product-single .s-comments-product .points-ways__list .way-item span,.dark .product-single .s-comments-product .points-ways__list .way-item h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.points-ways__list .way-item.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart .points-ways__list .way-item.mb-5.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.points-ways__list .way-item__icon{position:relative;display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center}.dark .product-single .s-comments-product .points-ways__list .way-item__icon span,.dark .product-single .s-comments-product .points-ways__list .way-item__icon h2{color:var(--dm-text-main)}.enhanced-features .points-ways__list .way-item__icon{align-items:center}.enhanced-features .grid>.points-ways__list .way-item__icon{text-align:center}.dark .product-single .s-comments-product .points-ways__list .way-item__icon span,.dark .product-single .s-comments-product .points-ways__list .way-item__icon h2{color:var(--dm-text-main)}.points-ways__list .way-item__icon span{position:absolute;top:0px;right:0px;bottom:0px;left:0px;z-index:0;height:100%;width:100%;border-radius:9999px;opacity:0.1}input[type=radio].sr-only div.points-ways__list .way-item__icon span{transition:all .3s}input[type=radio].sr-only:checked~div.points-ways__list .way-item__icon span{border-color:var(--color-main)}.badge.points-ways__list .way-item__icon span:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.points-ways__list .way-item__content{display:flex;flex-direction:column;justify-content:flex-start}.dark .product-single .s-comments-product .points-ways__list .way-item__content span,.dark .product-single .s-comments-product .points-ways__list .way-item__content h2{color:var(--dm-text-main)}.points-ways__list .way-item__content h4{word-break:break-all;font-size:1.25rem;line-height:1.75rem;font-weight:700}[dir=rtl] .header-innerLeft .points-ways__list .way-item__content h4+salla-cart-summary{margin-right:.3rem}.points-ways__list .way-item__content p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}.footer-is-dark .store-footer .points-ways__list .way-item__content p{color:var(--footer-text-color)}custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.points-ways__list .way-item__content p{font-size:.8rem;margin-left:0;display:inline-block}.points-ways__list .way-item__action{margin-top:auto;padding-top:1rem}.virtooal{margin:15px 0;border-radius:10px;border:1px solid #e5e5e5;background:#fff}@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 var(--color-primary);font-weight:700;font-size:14px;padding:8px 30px;font-size:.875rem;padding:.5rem 1.5rem .625rem 1.5rem;line-height:1.25rem;background:var(--color-primary);color:var(--color-primary-reverse);border-radius:5px}.virtooal--action button:hover{opacity:.8 !important}.virtooal--action button:hover{background:var(--color-primary-dark)}@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:.75rem}[dir=ltr] .virtooal--action button .icon{margin-right:.75rem}.landing-page{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}@media(max-width: 640px){.landing-page{padding-bottom:4rem}}.landing-page>header{position:relative;width:100%;overflow:hidden}.landing-page>header .header-content{position:relative;z-index:1;margin-left:auto;margin-right:auto;max-width:750px;padding-bottom:30px;text-align:center}.sq-awesome-banners .banner-outer.landing-page>header .header-content .banner-texts{text-align:center}.landing-page>header .header-content-logo img{margin-left:auto;margin-right:auto;margin-bottom:6rem;margin-top:2.5rem;height:auto;max-height:75px;width:auto;max-width:100%}.landing-page>header .header-content-inner>h1{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgba(68, 68, 68, 1);color:rgba(68, 68, 68, var(--tw-text-opacity, 1))}@media (min-width: 768px){.landing-page>header .header-content-inner>h1{font-size:2.25rem;line-height:2.5rem}}.landing-page>header .header-content-inner>p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(136, 136, 136, 1);color:rgba(136, 136, 136, var(--tw-text-opacity, 1))}custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.landing-page>header .header-content-inner>p{font-size:.8rem;margin-left:0;display:inline-block}@media (min-width: 768px){.landing-page>header .header-content-inner>p{font-size:1rem;line-height:1.5rem}}.landing-page>header .header-content-offer{margin-top:4rem}.landing-page>header .header-content-offer p{margin-bottom:1.5rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(234, 84, 85, 1);color:rgba(234, 84, 85, var(--tw-text-opacity, 1))}[dir=rtl] .header-innerLeft .landing-page>header .header-content-offer p+salla-cart-summary{margin-right:.3rem}.landing-page>header .header-content-offer h3{margin-bottom:4rem;font-size:1.875rem;line-height:2.25rem;--tw-text-opacity:1;color:rgba(68, 68, 68, 1);color:rgba(68, 68, 68, var(--tw-text-opacity, 1))}.landing-page>header:before{border-radius:0 0 50% 50%/0 0 100% 100%;position:absolute;top:0px;right:0px;bottom:0px;left:0px;display:none;height:100%;width:100%;--tw-scale-x:1.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(1.5) 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(245, 247, 249, 1);background-color:rgba(245, 247, 249, var(--tw-bg-opacity, 1));--tw-content:"";content:"";content:var(--tw-content)}input[type=radio].sr-only div.landing-page>header:before{transition:all .3s}input[type=radio].sr-only:checked~div.landing-page>header:before{border-color:var(--color-main)}#app.index .salla-advertisement:not(.landing-page>header)~.store-header:before{--header-top: 40px}.badge.landing-page>header:not(.sale-ratio-wrapper):before{padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}@media (min-width: 640px){.landing-page>header:before{display:block}}@media(min-width: 768px){.landing-page .center-products .vertical-products .s-products-list-wrapper{display:flex;justify-content:center}.dark .product-single .s-comments-product .landing-page .center-products .vertical-products .s-products-list-wrapper span,.dark .product-single .s-comments-product .landing-page .center-products .vertical-products .s-products-list-wrapper h2{color:var(--dm-text-main)}}@media(max-width: 767px){.landing-page .center-products .vertical-products .s-products-list-wrapper{grid-template-columns:repeat(auto-fit, minmax(130px, 1fr)) !important}}@media(min-width: 1024px){.landing-page .center-products .vertical-products .s-products-list-wrapper .s-product-card-vertical{min-width:286px;max-width:286px}}@media((min-width: 768px) and (max-width: 1023px)){.landing-page .center-products .vertical-products .s-products-list-wrapper .s-product-card-vertical{min-width:220px}}.landing-page .swiper-wrapper{padding-bottom:1.25rem}.landing-page .swiper-wrapper .s-product-card-entry,.landing-page .s-products-list-wrapper .s-product-card-entry{border-width:1px;--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1))}.landing-page--quick-buy{margin-top:1.5rem;text-align:center}.sq-awesome-banners .banner-outer.landing-page--quick-buy .banner-texts{text-align:center}.landing-page--quick-buy salla-mini-checkout-widget{display:flex;justify-content:center}.dark .product-single .s-comments-product .landing-page--quick-buy salla-mini-checkout-widget span,.dark .product-single .s-comments-product .landing-page--quick-buy salla-mini-checkout-widget h2{color:var(--dm-text-main)}.landing-page--quick-buy salla-mini-checkout-widget{--salla-fast-checkout-button-width: 260px}@media(max-width: 640px){.landing-page--quick-buy salla-mini-checkout-widget{flex:1 1 0%;--salla-fast-checkout-button-width: 100%}.landing-page--quick-buy{position:fixed;bottom:0px;left:0px;z-index:2;display:flex;width:100%;--tw-translate-y:28rem;transform:translate(var(--tw-translate-x), 28rem) 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));flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.625rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;opacity:0;--tw-shadow:-1px -2px 9px 0 rgba(0,0,0,0.05);--tw-shadow-colored:-1px -2px 9px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px -2px 9px 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);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-delay:500ms;transition-duration:700ms;transition-timing-function:cubic-bezier(0.55, 0, 0.1, 1)}.dark .product-single .s-comments-product .landing-page--quick-buy span,.dark .product-single .s-comments-product .landing-page--quick-buy h2{color:var(--dm-text-main)}.enhanced-features .landing-page--quick-buy{align-items:center}.enhanced-features .grid>.landing-page--quick-buy{text-align:center}.dark .product-single .s-comments-product .landing-page--quick-buy span,.dark .product-single .s-comments-product .landing-page--quick-buy h2{color:var(--dm-text-main)}.dark .cart .shadow-default.mb-5.rounded-md.landing-page--quick-buy.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}@media (min-width: 640px){.landing-page--quick-buy{gap:1rem}}.hydrated .landing-page--quick-buy,.hydrated .landing-page--quick-buy salla-mini-checkout-widget{--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}}.landing-page.notfound>header{margin-bottom:3rem;display:flex;min-height:50vh;align-items:center;justify-content:center}.dark .product-single .s-comments-product .landing-page.notfound>header span,.dark .product-single .s-comments-product .landing-page.notfound>header h2{color:var(--dm-text-main)}.enhanced-features .landing-page.notfound>header{align-items:center}.enhanced-features .grid>.landing-page.notfound>header{text-align:center}.dark .product-single .s-comments-product .landing-page.notfound>header span,.dark .product-single .s-comments-product .landing-page.notfound>header h2{color:var(--dm-text-main)}.landing-page.notfound>header img{margin-bottom:3rem}.landing-page.expired>header{margin-bottom:3rem;display:flex;min-height:50vh;align-items:center;justify-content:center}.dark .product-single .s-comments-product .landing-page.expired>header span,.dark .product-single .s-comments-product .landing-page.expired>header h2{color:var(--dm-text-main)}.enhanced-features .landing-page.expired>header{align-items:center}.enhanced-features .grid>.landing-page.expired>header{text-align:center}.dark .product-single .s-comments-product .landing-page.expired>header span,.dark .product-single .s-comments-product .landing-page.expired>header h2{color:var(--dm-text-main)}.landing-page.expired>header .header-content{max-width:600px}.landing-page.expired>header .header-content img{margin-bottom:3rem}.landing-page.expired>header .header-content h1{--tw-text-opacity:1;color:rgba(234, 84, 85, 1);color:rgba(234, 84, 85, var(--tw-text-opacity, 1))}.landing-page .s-product-card-wishlist-btn{display:hidden}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}@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}#tidio-chat #tidio-chat-iframe{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{bottom:0 !important}#chat-widget-container{height:100%}}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,.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}custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.swal2-container .swal2-popup.swal2-toast .swal2-title{font-size:.8rem;margin-left:0;display:inline-block}.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}#mainnav.fixed-pinned .navbar-brand .main-logo{transform:scale(1);animation:logo-fade 1s ease-in-out;transition:all .3s ease-in-out}.dark body.dm-logo-on .dm-logo{display:block}.dark body.dm-logo-on .light-logo{display:none}.header-logo-centered .header-inner-wrapper{display:grid;grid-template-columns:4fr 1fr 4fr;justify-content:center}.header-logo-wrapper{display:flex;align-items:center}.header-logo-centered:not(.hdr-lgo-cntr-mob-only) .header-logo-wrapper{justify-content:center}@media only screen and (max-width: 390px){.header-logo-centered .navbar-brand img{max-height:3rem;max-width:100px}}@media only screen and (min-width: 1024px){.header-logo-centered.hdr-lgo-cntr-mob-only .header-inner-wrapper{display:flex;justify-content:space-between}.header-logo-centered.hdr-lgo-cntr-mob-only .header-logo-wrapper{order:-1}}@keyframes logo-fade{0%{opacity:0;transform:scale(0.6)}100%{opacity:1;transform:scale(1)}}.header-btn__icon{color:var(--color-primary);border:none}.top-navbar .s-search-container{z-index:26}.top-navbar.search-off{padding-bottom:0;padding-top:0}.header-is-dark .top-navbar .s-search-input{color:#555555;color:var(--header-text-color, #555555)}.h-tc{color:#555555;color:var(--header-text-color, #555555)}.s-button-loader.showPreviewBtn{pointer-events:none}@media only screen and (min-width: 992px){.header-signInBtn{justify-content:center;align-items:center;border-radius:.3125rem}.header-signInBtn i{border:none;white-space:nowrap}.header-signInBtn i::before{font-style:normal}#mainnav .header-signInBtn i{color:#ffffff;color:var(--signInBtn-text-color, #ffffff)}#mainnav .header-signInBtn{color:#ffffff;color:var(--signInBtn-text-color, #ffffff);background-color:#000000;background-color:var(--signInBtn-bg-color, #000000)}.header-is-dark #mainnav .header-signInBtn .header-btn__icon{color:#ffffff;color:var(--signInBtn-text-color, #ffffff)}.wishlist-container{display:block;margin-right:10px}.wishlist-container .header-wishlist-count{display:flex;align-items:center;justify-content:center}.wishlist-container .header-wishlist-count i.icon-heart{margin-left:10px;font-size:1.5rem;position:relative}.header-wishlist-count i.icon-heart::after{content:attr(data-wl-count);position:absolute;top:-7px;right:-5px;background-color:#f87171;color:#fff;width:1.3rem;height:1.3rem;display:flex;align-items:center;justify-content:center;border-radius:300px;font-size:.8rem;font-style:normal}.header-search salla-search{flex-grow:1}.header-search salla-search .s-search-icon-wrap{display:none}.header-is-dark .main-menu li>a:hover h4,.header-is-dark .main-menu li>a:hover span{opacity:.8}}.header-search salla-search{flex-grow:1}.header-menu-icon svg,.cart-sum-icon svg{width:1.1em;height:1.1em}.header-signInBtn .i-icon-user svg{width:1em;height:1em}.header-signInBtn .i-icon-user:before{font-size:78%;position:relative;bottom:-1px}@media only screen and (max-width: 992px){.header-signInBtn .i-icon-user svg{width:1.12em;height:1.12em}.header-signInBtn .i-icon-user{width:auto;height:auto}.header-signInBtn .s-cart-summary-wrapper .header-btn__icon{width:2rem}}.store-header .s-cart-summary-wrapper{vertical-align:middle}@media only screen and (min-width: 492px)and (max-width: 1024px){.header-signInBtn{margin-right:.4rem}}.h-icon-size-3xl .s-cart-summary-content,.h-icon-size-3xl .header-signInBtn,.h-icon-size-3xl .header-inner-wrapper .header-buttons.menu-btn-currency button{font-size:1.1rem}[dir=ltr] .header-inner-wrapper .sicon-right,[dir=ltr] .header-inner-wrapper .sicon-caret-right-circle,[dir=ltr] .header-inner-wrapper .sicon-indent,[dir=ltr] .header-inner-wrapper .sicon-align-right{transform:scaleX(-1)}.header-is-dark .header-menu-icon svg{fill:var(--header-text-color)}.header-is-dark #mainnav .header-btn__icon{color:var(--header-text-color)}#app.header-is-dark .store-header{color:var(--header-text-color);background-color:var(--header-bg-color)}.header-innerLeft{color:var(--color-primary)}.header-is-dark .header-innerLeft{color:var(--header-text-color)}.hdr-price-hdn .store-header .s-cart-summary-content{display:none}#app .main-menu .sub-menu{z-index:200}.store-header .header-contacts,.s-user-menu-trigger-hello{display:none}.header-is-dark .store-header .mburger i{color:var(--header-text-color)}@media only screen and (max-width: 640px){.store-header .s-user-menu-trigger-content,.store-header .s-user-menu-trigger-icon{display:none}.header-innerLeft salla-cart-summary{order:5}}.header-is-dark .header-text{color:var(--header-text-color)}.header-is-dark #mainnav .search-btn{color:var(--header-text-color)}.header-is-dark #mainnav{background-color:var(--header-bg-color);color:var(--header-text-color)}.main-menu>li>a{animation-delay:inherit}.header-is-dark #mainnav .sub-menu .desktop-menu-item{color:inherit}[dir=rtl] .mm-spn.mm-spn--navbar::after{left:auto}.header-is-dark .s-user-menu-trigger-icon svg path,.header-is-dark .header-wishlist-count .icon-heart svg path,.header-is-dark .store-header .icon-shopping-bag svg path{fill:var(--header-text-color)}.header-is-dark .store-header .sicon-menu{color:var(--header-text-color)}.header-is-dark .store-header .s-user-menu-trigger{background-color:rgba(0,0,0,0)}.header-is-dark .store-header .s-cart-summary-total,.header-is-dark .store-header .s-user-menu-trigger-name{color:var(--header-text-color)}.header-is-dark .main-menu>.desktop-menu-item:not(#offers){color:var(--header-text-color)}#app .s-cart-summary-count,.header-wishlist-count i.icon-heart::after{background-color:#e90000;background-color:var(--cart-count-bg, #e90000)}[dir=ltr] .s-cart-summary-count{left:1.025rem;top:-0.1rem}.btn--wishlist.is-added .sicon-heart:before{content:""}[dir=rtl] salla-slider.details-slider salla-button.btn--wishlist{bottom:3rem}[dir=rtl] .product-single salla-slider.details-slider salla-button.btn--wishlist{bottom:auto;bottom:initial;top:1rem}.product-single section button.wishlist-page-single{margin-top:1rem}@media only screen and (max-width: 767px){.is-sticky-product-bar.product-single section button.wishlist-page-single{margin-top:0}}#app{--mobile-nav-height: 0px}.header-search .s-search-input::-moz-placeholder{color:var(--header-text-color)}.header-search .s-search-input::placeholder{color:var(--header-text-color)}.index#app #fullscreen-banner-0 .bg__image{height:80vh;height:var(--fs-desk-height, 80vh);min-height:10vh}@media only screen and (min-width: 492px)and (max-width: 1024px){.index#app #fullscreen-banner-0 .bg__image{height:90vh;height:var(--fs-tablet-height, 90vh);min-height:10vh}}@media only screen and (max-width: 492px){.index#app #fullscreen-banner-0 .bg__image{height:90vh;height:var(--fs-mob-height, 90vh);min-height:12vh}}.header-merged.index .has-logo-on-merge #mainnav:not(.fixed-pinned) .navbar-brand img{display:none}.header-merged.index .store-header.has-logo-on-merge #mainnav:not(.fixed-pinned) img.merge-mode-logo{display:block}.header-merged.index #mainnav+.top-navbar .header-search .s-search-input::-moz-placeholder{--color-primary: var(--h-merged-clr);--header-text-color: var(--h-merged-clr);color:var(--color-primary);fill:var(--color-primary)}.header-merged.index #mainnav:not(.fixed-pinned) .s-cart-summary-wrapper .header-btn__icon svg,.header-merged.index #mainnav:not(.fixed-pinned) .header-btn__icon,.header-merged.index #mainnav:not(.fixed-pinned) .search-btn,.header-merged.index #mainnav:not(.fixed-pinned) .s-cart-summary-total,.header-merged.index #mainnav:not(.fixed-pinned) .main-menu>li>a,.header-merged.index #mainnav:not(.fixed-pinned) .wishlist-container,.header-merged.index #mainnav:not(.fixed-pinned) .wishlist-container svg,.header-merged.index #mainnav:not(.fixed-pinned) .s-user-menu-trigger-icon svg,.header-merged.index #mainnav:not(.fixed-pinned) .s-user-menu-trigger-name,.header-merged.index #mainnav:not(.fixed-pinned) .header-menu-icon,.header-merged.index #mainnav:not(.fixed-pinned) .dm-toggler,.header-merged.index #mainnav:not(.fixed-pinned)+.top-navbar .header-categ-btn svg,.header-merged.index #mainnav:not(.fixed-pinned)+.top-navbar .s-search-product:not(:hover) .s-search-product-title,.header-merged.index #mainnav:not(.fixed-pinned)+.top-navbar .s-search-product:not(:hover) .s-search-product-price,.header-merged.index #mainnav:not(.fixed-pinned) .header-signInBtn span,.header-merged.index #mainnav+.top-navbar .header-search .s-search-input::placeholder,.index #mainnav:not(.fixed-pinned) .main-menu #offers a{--color-primary: var(--h-merged-clr);--header-text-color: var(--h-merged-clr);color:var(--color-primary);fill:var(--color-primary)}.header-merged.index #mainnav+.top-navbar .s-search-product:not(:hover) .s-search-product-regular-price{color:red}.header-merged.index .top-navbar .s-search-results{--tw-bg-opacity: 0.3}.header-merged.index .top-navbar .s-search-input,.header-merged.index .top-navbar .s-search-results:not(:hover) .s-search-no-results-placeholder{color:var(--h-merged-clr)}#app.index.header-merged .s-block--animated-ads.stick-top{order:initial !important}#app.index.header-merged .s-block--animated-ads.stick-top{margin-top:3rem}.header-merged.header-small-shape #mainnav:not(.fixed-pinned) .inner{box-shadow:none}#app.index.header-merged .store-header #mainnav+.top-navbar,#app.index.header-merged .store-header,.header-merged.index #mainnav:not(.fixed-pinned),.index.header-merged #mainnav:not(.fixed-pinned) .s-user-menu-trigger{background-color:rgba(0,0,0,0)}.index.header-merged #mainnav:not(.fixed-pinned) .header-signInBtn,.index.header-merged #mainnav:not(.fixed-pinned)+.top-navbar .header-search-categBtn-container a,.index.header-merged #mainnav:not(.fixed-pinned) .header-innerLeft .header-buttons.menu-btn-currency button{background-color:rgba(68,68,68,.0078431373);color:var(--color-primary);--header-text-color: var(--h-merged-clr)}.index.header-merged #mainnav:not(.fixed-pinned) .header-innerLeft .header-buttons.menu-btn-currency button{background-color:rgba(68,68,68,.062745098) !important}.index.header-merged #mainnav:not(.fixed-pinned) .header-innerLeft .header-buttons.menu-btn-currency button{--color-primary: var(--h-merged-clr);--header-text-color: var(--h-merged-clr);color:var(--color-primary);margin-right:.5rem;border-radius:.5rem;min-height:2.5rem}.header-merged .top-navbar .header-search .s-search-input{background-color:hsla(0,0%,100%,.06)}.index.header-merged #mainnav:not(.fixed-pinned) .s-user-menu-toggler .s-user-menu-dropdown{border-radius:.5rem}.index.header-merged #mainnav:not(.fixed-pinned){box-shadow:none}.desk-menu-like-mob .mburger{display:block !important}.app-body.desk-menu-like-mob .desktop-menu-item{display:none !important}.h-logo-size{--logo-size-scale: calc((var(--header-logo-size) / 20) + 0.8)}.h-logo-size .navbar-brand{transform:scale(var(--logo-size-scale))}[dir=rtl] body:not(.header-logo-centered).h-logo-size .navbar-brand{margin-right:calc(var(--header-logo-size)*1.5px)}[dir=ltr] body:not(.header-logo-centered).h-logo-size .navbar-brand{margin-left:calc(var(--header-logo-size)*1.5px)}@media only screen and (min-width: 767px){.desk-menu-like-mob .mobile-menu .close-mobile-menu{display:block !important}}@media only screen and (max-width: 10024px){.desk-menu-like-mob .mobile-menu{display:none !important;overflow:hidden !important}.desk-menu-like-mob.mm-ocd-opened .mobile-menu{display:block !important}.desk-menu-like-mob.mm-ocd-opened .btn--close-sm{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;z-index:99999999 !important}.desk-menu-like-mob .mm-spn.mm-spn--light{color:#000 !important;background:#fff !important}.desk-menu-like-mob .mm-spn ul.main-menu li:before{width:.5rem !important;height:.5rem !important}.desk-menu-like-mob .mm-spn.mm-spn--navbar:after{transition-duration:300ms !important;padding-right:3rem !important;padding-left:3rem !important;opacity:.9 !important;font-weight:bold !important}.desk-menu-like-mob .mm-spn.mm-spn--navbar:after{text-align:left}.desk-menu-like-mob .mm-spn.mm-spn--navbar.mm-spn--main:after{padding-right:.75rem !important;padding-left:.75rem !important}[dir=rtl] .desk-menu-like-mob .mm-spn.mm-spn--navbar:before{transform:rotate(135deg) translateY(77%) !important;right:20px !important;right:var(--mm-spn-item-indent) !important;left:auto !important}.desk-menu-like-mob .mm-spn li a,.desk-menu-like-mob .mm-spn li span{padding-top:calc(1rem*1.4) !important;padding-top:calc(var(--menu-items-pad-y, 1rem)*1.4) !important;padding-bottom:calc(1rem*1.4) !important;padding-bottom:calc(var(--menu-items-pad-y, 1rem)*1.4) !important}.desk-menu-like-mob .mm-spn li a,.desk-menu-like-mob .mm-spn li span{padding:1.5rem}.desk-menu-like-mob .mm-spn li a span{padding:0 !important}[dir=rtl] .desk-menu-like-mob .mm-spn li:before{width:.375rem !important;height:.375rem !important;top:50% !important;left:calc(50px/2) !important;left:calc(var(--mm-spn-item-height)/2) !important;right:auto !important;border-bottom:1px solid !important;border-left:1px solid !important;border-right:none !important;border-top:none !important}.desk-menu-like-mob .mm-spn li:after{width:100% !important;border-color:#c9c9c9 !important;border-color:var(--infinte-color) !important}}@media only screen and (max-width: 767px){.mob-srch--right-icon-only .hdr-srch-right{display:block !important}.mob-srch--left-icon-only .hdr-srch-left{display:block !important}.mob-srch--search-bar-only .hdr-srch-wide{display:block !important}.mob-srch--all .hdr-srch-wide{display:block !important}.mob-srch--all #mainnav.fixed-pinned .hdr-srch-wide{display:none !important}.mob-srch--all #mainnav.fixed-pinned .hdr-srch-right{display:block !important}}@media only screen and (min-width: 767px){.srch--right-icon-only .hdr-srch-right{display:block !important}.srch--left-icon-only .hdr-srch-left{display:block !important}.srch--search-bar-only .hdr-srch-wide{display:block !important}.srch--all .hdr-srch-wide{display:block !important}.srch--all #mainnav.fixed-pinned .hdr-srch-wide{display:none !important}.srch--all #mainnav.fixed-pinned .hdr-srch-right{display:block !important}[dir=rtl] #app.user--right-only .s-user-menu-dropdown{left:auto;left:initial;right:0}}.dm-icon-left .toggler-right{display:none !important}.dm-icon-left .toggler-left{display:block !important}#app.hide-search-header .hdr-srch{display:none !important}.header_currency_hidden .store-header .menu-btn-currency{display:none}.header-is-dark#app #mainnav .desktop-menu-item .sub-menu{background-color:var(--header-bg-color) !important;color:var(--header-text-color) !important}body.p-thumbs-down.product-single .details-slider .s-slider-thumbs{position:static;top:auto;top:initial}[dir=rtl] .sicon-shopping-bag-cls .s-cart-summary-count{left:1.425rem;top:-0.1rem}[dir=rtl] .sicon-cart22-cls .s-cart-summary-count{left:.725rem;top:-0.3rem}[dir=rtl] .sicon-packed-box-cls .s-cart-summary-count{left:-0.375rem;top:-0.1rem}[dir=rtl] .sicon-cart-download-cls .s-cart-summary-count{left:1.725rem;top:-0.2rem}[dir=rtl] .sicon-paper-plane-cls .s-cart-summary-count{left:.225rem;top:-0.2rem}[dir=rtl] .sicon-cart-cls .s-cart-summary-count{left:1.525rem;top:-0.6rem}[dir=rtl] .sicon-party-horn-cls .s-cart-summary-count{left:1.625rem;top:-0.6rem}[dir=rtl] .sicon-luggage-cart-cls .s-cart-summary-count{left:1.425rem;top:-0.1rem}[dir=rtl] .sicon-box-bankers-cls .s-cart-summary-count,[dir=rtl] .sicon-shopping-basket-alt-cls .s-cart-summary-count{left:1.625rem;top:-0.3rem}[dir=rtl] .sicon-shopping-basket-cls .s-cart-summary-count{left:1.75rem;top:-0.27rem}body:not(.hide-mob-header-cart) .hdr-srch-left{margin-left:.4rem}.store-header,.store-header .inner{border-bottom-left-radius:0;border-bottom-left-radius:var(--header-rad, 0);border-bottom-right-radius:0;border-bottom-right-radius:var(--header-rad, 0)}#app.header-hidden.fixed-pinned-cls .store-header .inner{top:-250px;position:fixed;left:0}#app.header-hidden.fixed-pinned-cls.never-hide-tabs .store-header .inner{top:0}#app.header-hidden.fixed-pinned-cls.never-hide-tabs .store-header .inner>.container:first-of-type{top:-250px;position:fixed;left:0}#app.index .tab-nav-outer{--display: block;display:block;display:var(--display, block)}body:not(.header-logo-centered) .hdr-srch.header-btn{margin-right:.5rem;margin-left:.5rem}@media only screen and (max-width: 767px){body#app.hide-mob-header-cart.mobile_nav_cart_on .store-header salla-cart-summary{margin-right:0;margin-left:0}[dir=rtl] body .header-innerLeft .cart-sum-icon{margin-left:0;width:2rem}[dir=ltr] body .header-innerLeft salla-cart-summary{margin-right:0}[dir=ltr] body .header-innerLeft .cart-sum-icon{margin-right:0;width:2rem}[dir=rtl] body .header-innerLeft salla-cart-summary{margin-left:0}[dir=rtl] body.no-left-srch.no-left-user .header-innerLeft .header-btn__icon.icon,[dir=rtl] body.no-left-srch.no-left-user .header-innerLeft .toggler-left{margin-bottom:-3px}[dir=ltr] body.no-left-srch.no-left-user .header-innerLeft .header-btn__icon.icon,[dir=ltr] body.no-left-srch.no-left-user .header-innerLeft .toggler-left{margin-bottom:-3px}[dir=rtl] body .header-innerLeft .cart-sum-icon{margin-left:0;width:2rem}[dir=ltr] body .header-innerLeft .cart-sum-icon{margin-right:0;width:2rem}[dir=rtl] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft .hdi-btn-left{padding-left:.2;padding-right:0}[dir=ltr] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft .hdi-btn-left{padding-left:.1;padding-right:.2}[dir=rtl] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft salla-cart-summary{margin-right:.3rem}[dir=ltr] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft salla-cart-summary{margin-left:.3rem}body:not(.no-left-user):not(.no-left-srch):not(.hide-mob-header-cart) .header-innerLeft .s-user-menu-trigger{padding-left:5px;padding-right:5px}body:not(.no-left-srch) .user-menu-right .s-user-menu-trigger{padding-left:.3rem;padding-right:.3rem}}body#app .header-innerLeft .cart-sum-icon.\!text-lg{width:1.5rem}.header-menu-icon.py-5.text-lg{padding-top:.4rem;padding-bottom:.4rem}.text-lg.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}lite-youtube{background-color:#000;position:relative;display:block;contain:content;background-position:center center;background-size:cover;cursor:pointer;max-width:720px}lite-youtube::before{content:"";display:block;position:absolute;top:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);background-position:top;background-repeat:repeat-x;height:60px;padding-bottom:50px;width:100%;transition:all .2s cubic-bezier(0, 0, 0.2, 1)}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}lite-youtube>.lty-playbtn{width:68px;height:48px;position:absolute;cursor:pointer;transform:translate3d(-50%, -50%, 0);top:50%;left:50%;z-index:1;background-color:transparent;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');filter:grayscale(100%);transition:filter .1s cubic-bezier(0, 0, 0.2, 1);border:none}lite-youtube:hover>.lty-playbtn,lite-youtube .lty-playbtn:focus{filter:none}lite-youtube.lyt-activated{cursor:inherit}lite-youtube.lyt-activated::before,lite-youtube.lyt-activated>.lty-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}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(44px/44*27);width:calc(var(--swiper-navigation-size)/44*27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#007aff;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{text-transform:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);letter-spacing:0;font-feature-settings:;font-variant:normal;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:0.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform, .2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform, .2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform, .2s right}.swiper-pagination-progressbar{background:rgba(0, 0, 0, 0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0, 0, 0, 0.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0, 0, 0, 0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.s-block--animated-ads{display:block;--ad-speed: 2000ms}#app .s-block--animated-ads.stick-top{margin:auto;order:-1}@media only screen and (min-width: 768px){.s-block--animated-ads{display:block;--ad-speed: 1400ms}}.animated-ads--content .ad-ul.bg-primary{background-color:#222222 !important;background-color:var(--color-primary, #222222) !important}.animated-ads--content .ad-ul.text-secondary{color:#ffffff !important;color:var(--color-secondary, #ffffff) !important}.animated-ads--content ul{flex-direction:row;display:flex;white-space:nowrap;margin:0;padding:6px 7px}.animated-ads--content{overflow:hidden;max-width:100vw}.animated-ads--content li{animation-duration:4800ms;animation-duration:var(--ad-speed);animation-name:marquee;animation-timing-function:linear;animation-iteration-count:infinite}.animated-ads--content li>span{display:inline-block;padding:0 1rem;padding-left:1rem;padding-left:var(--ad-x-pad, 1rem);padding-right:1rem;padding-right:var(--ad-x-pad, 1rem);font-weight:600}[dir=rtl] .animated-ads--content li{direction:rtl;animation-name:marquee-rtl;-webkit-animation-name:marquee-rtl}@keyframes marquee{100%{transform:translateX(-100%)}}@keyframes marquee-rtl{100%{transform:translateX(100%)}}.animated-ads--content:hover li{animation-play-state:paused}.global-animated-ads{display:block;--ad-speed: 2000ms;--ad-final-speed: var(--ad-speed)}@media only screen and (min-width: 768px){.global-animated-ads{display:block;--ad-speed: 1400ms;--ad-final-speed: calc(var(--ad-speed) * 2.2)}}.global-animated-ads{color:#ffffff;color:var(--global-animated-ads-text-color, #ffffff);background-color:#000000;background-color:var(--global-animated-ads-bg-color, #000000)}.dark .global-animated-ads{color:#ffffff !important;color:var(--dm-global-animated-ads-text-color, #ffffff) !important;background-color:#000000 !important;background-color:var(--dm-global-animated-ads-bg-color, #000000) !important}.global-animated-ads__content ul{flex-direction:row;display:flex;margin:0;padding:6px 7px;white-space:nowrap}body:not(.cls-66) .global-animated-ads__content ul{will-change:transform}.global-animated-ads__content{overflow:hidden;max-width:100vw}.global-animated-ads__content .aali-ad-slider{animation-duration:2500ms;animation-duration:var(--ad-final-speed);animation-name:ga-marquee;animation-timing-function:linear;animation-iteration-count:infinite}.global-animated-ads__content .aali-ad-item__link{display:inline-block;padding:0 1rem;padding-left:1rem;padding-left:var(--ad-x-pad, 1rem);padding-right:1rem;padding-right:var(--ad-x-pad, 1rem);font-weight:600}[dir=rtl] .global-animated-ads__content li{direction:rtl;animation-name:ga-marquee-rtl;-webkit-animation-name:marquee-rtl}@keyframes ga-marquee{100%{transform:translateX(100%)}}@keyframes ga-marquee-rtl{100%{transform:translateX(-200%)}}.global-animated-ads__content:hover li{animation-play-state:paused}.global-animated-ads__content:hover .aali-ad-slider{animation-play-state:paused}.index .global-animated-ads+.store-header{margin-top:38px}#app .global-animated-ads+.store-header{margin-top:0}.index#app .global-animated-ads+.store-header{margin-top:38px}#app.app-body .global-animated-ads+.store-header{margin-top:0}#app.header-merged .global-animated-ads+.store-header{margin-top:38px}.aali-categs h3{line-height:normal;margin-top:.3rem}body .dynamic-font-size{font-size:clamp(12px,50px/var(--columns),20px)}body .dynamic-gap{--gap: calc(2rem / var(--columns));gap:1rem;gap:var(--gap, 1rem)}.dynamic-font-size h1,.dynamic-font-size h3{font-size:inherit}@media only screen and (min-width: 1024px){body .dynamic-font-size{font-size:clamp(12px,50px/var(--columns-desk),20px)}body .dynamic-gap{--gap: calc(6rem / var(--columns-desk))}.aali-categs h3{margin-top:.6rem}}#app .aali-categs .aali-categ-image-wrapper img{transition:all .4s}#app .aali-categs .aali-categ-image-wrapper:hover img{transform:scale(1.028)}.animated-text{border-radius:6px;transition:.4s;--padding: calc((1.275 * 16px + ((1em - 16px) * 2) * 0.2));padding-left:calc((1.275 * 16px + ((1em - 16px) * 2) * 0.2));padding-left:var(--padding);padding-right:calc((1.275 * 16px + ((1em - 16px) * 2) * 0.2));padding-right:var(--padding);padding-top:calc(((1.275 * 16px + ((1em - 16px) * 2) * 0.2))*.3);padding-top:calc(calc((1.275 * 16px + ((1em - 16px) * 2) * 0.2))*.3);padding-top:calc(var(--padding)*.3);padding-bottom:calc(((1.275 * 16px + ((1em - 16px) * 2) * 0.2))*.4);padding-bottom:calc(calc((1.275 * 16px + ((1em - 16px) * 2) * 0.2))*.4);padding-bottom:calc(var(--padding)*.4)}.animated-text-hidden{opacity:0}.animated-text-inner .no-bg.animated-text{background:none !important}.animated-text-inner{font-size:inherit}.animated-text--subtitle{font-size:12px;font-size:58%}#app .s-block-division{margin-top:1rem;margin-top:var(--mt-mob)}@media only screen and (min-width: 640px){#app .s-block-division{margin-top:2rem;margin-top:var(--mt-desk)}}@media only screen and (min-width: 640px)and (max-width: 1024px){#app .s-block-division.has-tablet-margin{margin-top:2rem;margin-top:var(--mt-tablet)}}.is-title-next-section+.s-block,.is-title-next-section+.s-block-division+.s-block{margin-top:1rem;padding-top:0}.is-title-next-section+.s-block .section-main-title,.is-title-next-section+.s-block-division+.s-block .section-main-title{display:none}.is-title-next-section+.s-block-division+.s-slider-block__title,.is-title-next-section+.s-block .s-slider-block__title{display:none}#app .next-mt-0+.s-block:not(.s-block-division){margin-top:0}#app .next-mt-0+.s-block:not(.s-block-division).s-block--animated-ads{margin-top:0 !important}#app .next-mt-0.s-block-division{margin-bottom:-1px}.line-type-vertical .animated-text-container{display:flex;justify-content:space-between;align-items:center}.line-type-vertical .animated-text-outer{padding-left:1rem;padding-right:1rem;width:100%}.line-type-vertical .animated-text-line{--lines-height: var(--titles-underline-height, 2px);height:2px;height:var(--lines-height, 1px);background-color:#222222;background-color:var(--lines-color, #222222);transform:translate(0, 1px);flex-grow:3;width:100%;min-width:10%}.line-type-vertical.lines-shrink .animated-text-line{width:auto;flex-grow:.3}.s-block-animated-text{--lines-color: var(--dm-text-sec, #eeeeee): }#app{--lines-height: var(--titles-underline-height, 2px)}.s-block-animated-text.big{--lines-height: 2px}.s-block-animated-text.small{--lines-height: 1px}.line-type-underline .animated-text-inner{margin:auto;width:-moz-fit-content;width:fit-content;position:relative;padding-bottom:.4rem}.line-type-underline .animated-text-inner:after{content:"";position:absolute;transform:translate(-50%, 0);bottom:.2rem;left:50%;width:100%;max-width:4rem;height:2px;background:#111111;background:var(--lines-color, #111111);height:var(--lines-height, 2px)}@media only screen and (max-width: 1024px){.animated-text-outer.text-start .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.text-end .animated-text-inner{margin-left:0;margin-left:initial}.animated-text-outer.text-start .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}.animated-text-outer.text-end .animated-text-inner:after{transform:translate(0, 0);left:0;right:auto}}@media only screen and (min-width: 1024px){.animated-text-outer.lg\:text-start .animated-text-inner{margin-right:0;margin-right:initial}.animated-text-outer.lg\:text-end .animated-text-inner{margin-left:0;margin-left:initial}.animated-text-outer.lg\:text-start .animated-text-inner:after{transform:translate(-100%, 0);left:100%;right:auto}.animated-text-outer.lg\:text-end .animated-text-inner:after{transform:translate(0, 0);left:0;right:auto}}@media only screen and (min-width: 768px){.line-type-vertical .animated-text-line{flex-shrink:1}.line-type-underline .animated-text-inner:after{max-width:6rem}}#mainnav.fixed-pinned .navbar-brand .main-logo{transform:scale(1);animation:logo-fade 1s ease-in-out;transition:all .3s ease-in-out}.dark body.dm-logo-on .dm-logo{display:block}.dark body.dm-logo-on .light-logo{display:none}.header-logo-centered .header-inner-wrapper{display:grid;grid-template-columns:4fr 1fr 4fr;justify-content:center}.header-logo-wrapper{display:flex;align-items:center}.header-logo-centered:not(.hdr-lgo-cntr-mob-only) .header-logo-wrapper{justify-content:center}@media only screen and (max-width: 390px){.header-logo-centered .navbar-brand img{max-height:3rem;max-width:100px}}@media only screen and (min-width: 1024px){.header-logo-centered.hdr-lgo-cntr-mob-only .header-inner-wrapper{display:flex;justify-content:space-between}.header-logo-centered.hdr-lgo-cntr-mob-only .header-logo-wrapper{order:-1}}@keyframes logo-fade{0%{opacity:0;transform:scale(0.6)}100%{opacity:1;transform:scale(1)}}.header-btn__icon{color:var(--color-primary);border:none}.top-navbar .s-search-container{z-index:26}.top-navbar.search-off{padding-bottom:0;padding-top:0}.header-is-dark .top-navbar .s-search-input{color:#555555;color:var(--header-text-color, #555555)}.h-tc{color:#555555;color:var(--header-text-color, #555555)}.s-button-loader.showPreviewBtn{pointer-events:none}@media only screen and (min-width: 992px){.header-signInBtn{justify-content:center;align-items:center;border-radius:.3125rem}.header-signInBtn i{border:none;white-space:nowrap}.header-signInBtn i::before{font-style:normal}#mainnav .header-signInBtn i{color:#ffffff;color:var(--signInBtn-text-color, #ffffff)}#mainnav .header-signInBtn{color:#ffffff;color:var(--signInBtn-text-color, #ffffff);background-color:#000000;background-color:var(--signInBtn-bg-color, #000000)}.header-is-dark #mainnav .header-signInBtn .header-btn__icon{color:#ffffff;color:var(--signInBtn-text-color, #ffffff)}.wishlist-container{display:block;margin-right:10px}.wishlist-container .header-wishlist-count{display:flex;align-items:center;justify-content:center}.wishlist-container .header-wishlist-count i.icon-heart{margin-left:10px;font-size:1.5rem;position:relative}.header-wishlist-count i.icon-heart::after{content:attr(data-wl-count);position:absolute;top:-7px;right:-5px;background-color:#f87171;color:#fff;width:1.3rem;height:1.3rem;display:flex;align-items:center;justify-content:center;border-radius:300px;font-size:.8rem;font-style:normal}.header-search salla-search{flex-grow:1}.header-search salla-search .s-search-icon-wrap{display:none}.header-is-dark .main-menu li>a:hover h4,.header-is-dark .main-menu li>a:hover span{opacity:.8}}.header-search salla-search{flex-grow:1}.header-menu-icon svg,.cart-sum-icon svg{width:1.1em;height:1.1em}.header-signInBtn .i-icon-user svg{width:1em;height:1em}.header-signInBtn .i-icon-user:before{font-size:78%;position:relative;bottom:-1px}@media only screen and (max-width: 992px){.header-signInBtn .i-icon-user svg{width:1.12em;height:1.12em}.header-signInBtn .i-icon-user{width:auto;height:auto}.header-signInBtn .s-cart-summary-wrapper .header-btn__icon{width:2rem}}.store-header .s-cart-summary-wrapper{vertical-align:middle}@media only screen and (min-width: 492px)and (max-width: 1024px){.header-signInBtn{margin-right:.4rem}}.h-icon-size-3xl .s-cart-summary-content,.h-icon-size-3xl .header-signInBtn,.h-icon-size-3xl .header-inner-wrapper .header-buttons.menu-btn-currency button{font-size:1.1rem}[dir=ltr] .header-inner-wrapper .sicon-right,[dir=ltr] .header-inner-wrapper .sicon-caret-right-circle,[dir=ltr] .header-inner-wrapper .sicon-indent,[dir=ltr] .header-inner-wrapper .sicon-align-right{transform:scaleX(-1)}.header-is-dark .header-menu-icon svg{fill:var(--header-text-color)}.header-is-dark #mainnav .header-btn__icon{color:var(--header-text-color)}#app.header-is-dark .store-header{color:var(--header-text-color);background-color:var(--header-bg-color)}.header-innerLeft{color:var(--color-primary)}.header-is-dark .header-innerLeft{color:var(--header-text-color)}.hdr-price-hdn .store-header .s-cart-summary-content{display:none}#app .main-menu .sub-menu{z-index:200}.store-header .header-contacts,.s-user-menu-trigger-hello{display:none}.header-is-dark .store-header .mburger i{color:var(--header-text-color)}@media only screen and (max-width: 640px){.store-header .s-user-menu-trigger-content,.store-header .s-user-menu-trigger-icon{display:none}.header-innerLeft salla-cart-summary{order:5}}.header-is-dark .header-text{color:var(--header-text-color)}.header-is-dark #mainnav .search-btn{color:var(--header-text-color)}.header-is-dark #mainnav{background-color:var(--header-bg-color);color:var(--header-text-color)}.main-menu>li>a{animation-delay:inherit}.header-is-dark #mainnav .sub-menu .desktop-menu-item{color:inherit}[dir=rtl] .mm-spn.mm-spn--navbar::after{left:auto}.header-is-dark .s-user-menu-trigger-icon svg path,.header-is-dark .header-wishlist-count .icon-heart svg path,.header-is-dark .store-header .icon-shopping-bag svg path{fill:var(--header-text-color)}.header-is-dark .store-header .sicon-menu{color:var(--header-text-color)}.header-is-dark .store-header .s-user-menu-trigger{background-color:rgba(0,0,0,0)}.header-is-dark .store-header .s-cart-summary-total,.header-is-dark .store-header .s-user-menu-trigger-name{color:var(--header-text-color)}.header-is-dark .main-menu>.desktop-menu-item:not(#offers){color:var(--header-text-color)}#app .s-cart-summary-count,.header-wishlist-count i.icon-heart::after{background-color:#e90000;background-color:var(--cart-count-bg, #e90000)}[dir=ltr] .s-cart-summary-count{left:1.025rem;top:-0.1rem}.btn--wishlist.is-added .sicon-heart:before{content:""}[dir=rtl] salla-slider.details-slider salla-button.btn--wishlist{bottom:3rem}[dir=rtl] .product-single salla-slider.details-slider salla-button.btn--wishlist{bottom:auto;bottom:initial;top:1rem}.product-single section button.wishlist-page-single{margin-top:1rem}@media only screen and (max-width: 767px){.is-sticky-product-bar.product-single section button.wishlist-page-single{margin-top:0}}#app{--mobile-nav-height: 0px}.header-search .s-search-input::-moz-placeholder{color:var(--header-text-color)}.header-search .s-search-input::placeholder{color:var(--header-text-color)}.index#app #fullscreen-banner-0 .bg__image{height:80vh;height:var(--fs-desk-height, 80vh);min-height:10vh}@media only screen and (min-width: 492px)and (max-width: 1024px){.index#app #fullscreen-banner-0 .bg__image{height:90vh;height:var(--fs-tablet-height, 90vh);min-height:10vh}}@media only screen and (max-width: 492px){.index#app #fullscreen-banner-0 .bg__image{height:90vh;height:var(--fs-mob-height, 90vh);min-height:12vh}}.header-merged.index .has-logo-on-merge #mainnav:not(.fixed-pinned) .navbar-brand img{display:none}.header-merged.index .store-header.has-logo-on-merge #mainnav:not(.fixed-pinned) img.merge-mode-logo{display:block}.header-merged.index #mainnav+.top-navbar .header-search .s-search-input::-moz-placeholder{--color-primary: var(--h-merged-clr);--header-text-color: var(--h-merged-clr);color:var(--color-primary);fill:var(--color-primary)}.header-merged.index #mainnav:not(.fixed-pinned) .s-cart-summary-wrapper .header-btn__icon svg,.header-merged.index #mainnav:not(.fixed-pinned) .header-btn__icon,.header-merged.index #mainnav:not(.fixed-pinned) .search-btn,.header-merged.index #mainnav:not(.fixed-pinned) .s-cart-summary-total,.header-merged.index #mainnav:not(.fixed-pinned) .main-menu>li>a,.header-merged.index #mainnav:not(.fixed-pinned) .wishlist-container,.header-merged.index #mainnav:not(.fixed-pinned) .wishlist-container svg,.header-merged.index #mainnav:not(.fixed-pinned) .s-user-menu-trigger-icon svg,.header-merged.index #mainnav:not(.fixed-pinned) .s-user-menu-trigger-name,.header-merged.index #mainnav:not(.fixed-pinned) .header-menu-icon,.header-merged.index #mainnav:not(.fixed-pinned) .dm-toggler,.header-merged.index #mainnav:not(.fixed-pinned)+.top-navbar .header-categ-btn svg,.header-merged.index #mainnav:not(.fixed-pinned)+.top-navbar .s-search-product:not(:hover) .s-search-product-title,.header-merged.index #mainnav:not(.fixed-pinned)+.top-navbar .s-search-product:not(:hover) .s-search-product-price,.header-merged.index #mainnav:not(.fixed-pinned) .header-signInBtn span,.header-merged.index #mainnav+.top-navbar .header-search .s-search-input::placeholder,.index #mainnav:not(.fixed-pinned) .main-menu #offers a{--color-primary: var(--h-merged-clr);--header-text-color: var(--h-merged-clr);color:var(--color-primary);fill:var(--color-primary)}.header-merged.index #mainnav+.top-navbar .s-search-product:not(:hover) .s-search-product-regular-price{color:red}.header-merged.index .top-navbar .s-search-results{--tw-bg-opacity: 0.3}.header-merged.index .top-navbar .s-search-input,.header-merged.index .top-navbar .s-search-results:not(:hover) .s-search-no-results-placeholder{color:var(--h-merged-clr)}#app.index.header-merged .s-block--animated-ads.stick-top{order:initial !important}#app.index.header-merged .s-block--animated-ads.stick-top{margin-top:3rem}.header-merged.header-small-shape #mainnav:not(.fixed-pinned) .inner{box-shadow:none}#app.index.header-merged .store-header #mainnav+.top-navbar,#app.index.header-merged .store-header,.header-merged.index #mainnav:not(.fixed-pinned),.index.header-merged #mainnav:not(.fixed-pinned) .s-user-menu-trigger{background-color:rgba(0,0,0,0)}.index.header-merged #mainnav:not(.fixed-pinned) .header-signInBtn,.index.header-merged #mainnav:not(.fixed-pinned)+.top-navbar .header-search-categBtn-container a,.index.header-merged #mainnav:not(.fixed-pinned) .header-innerLeft .header-buttons.menu-btn-currency button{background-color:rgba(68,68,68,.0078431373);color:var(--color-primary);--header-text-color: var(--h-merged-clr)}.index.header-merged #mainnav:not(.fixed-pinned) .header-innerLeft .header-buttons.menu-btn-currency button{background-color:rgba(68,68,68,.062745098) !important}.index.header-merged #mainnav:not(.fixed-pinned) .header-innerLeft .header-buttons.menu-btn-currency button{--color-primary: var(--h-merged-clr);--header-text-color: var(--h-merged-clr);color:var(--color-primary);margin-right:.5rem;border-radius:.5rem;min-height:2.5rem}.header-merged .top-navbar .header-search .s-search-input{background-color:hsla(0,0%,100%,.06)}.index.header-merged #mainnav:not(.fixed-pinned) .s-user-menu-toggler .s-user-menu-dropdown{border-radius:.5rem}.index.header-merged #mainnav:not(.fixed-pinned){box-shadow:none}.desk-menu-like-mob .mburger{display:block !important}.app-body.desk-menu-like-mob .desktop-menu-item{display:none !important}.h-logo-size{--logo-size-scale: calc((var(--header-logo-size) / 20) + 0.8)}.h-logo-size .navbar-brand{transform:scale(var(--logo-size-scale))}[dir=rtl] body:not(.header-logo-centered).h-logo-size .navbar-brand{margin-right:calc(var(--header-logo-size)*1.5px)}[dir=ltr] body:not(.header-logo-centered).h-logo-size .navbar-brand{margin-left:calc(var(--header-logo-size)*1.5px)}@media only screen and (min-width: 767px){.desk-menu-like-mob .mobile-menu .close-mobile-menu{display:block !important}}@media only screen and (max-width: 10024px){.desk-menu-like-mob .mobile-menu{display:none !important;overflow:hidden !important}.desk-menu-like-mob.mm-ocd-opened .mobile-menu{display:block !important}.desk-menu-like-mob.mm-ocd-opened .btn--close-sm{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important;z-index:99999999 !important}.desk-menu-like-mob .mm-spn.mm-spn--light{color:#000 !important;background:#fff !important}.desk-menu-like-mob .mm-spn ul.main-menu li:before{width:.5rem !important;height:.5rem !important}.desk-menu-like-mob .mm-spn.mm-spn--navbar:after{transition-duration:300ms !important;padding-right:3rem !important;padding-left:3rem !important;opacity:.9 !important;font-weight:bold !important}.desk-menu-like-mob .mm-spn.mm-spn--navbar:after{text-align:left}.desk-menu-like-mob .mm-spn.mm-spn--navbar.mm-spn--main:after{padding-right:.75rem !important;padding-left:.75rem !important}[dir=rtl] .desk-menu-like-mob .mm-spn.mm-spn--navbar:before{transform:rotate(135deg) translateY(77%) !important;right:20px !important;right:var(--mm-spn-item-indent) !important;left:auto !important}.desk-menu-like-mob .mm-spn li a,.desk-menu-like-mob .mm-spn li span{padding-top:calc(1rem*1.4) !important;padding-top:calc(var(--menu-items-pad-y, 1rem)*1.4) !important;padding-bottom:calc(1rem*1.4) !important;padding-bottom:calc(var(--menu-items-pad-y, 1rem)*1.4) !important}.desk-menu-like-mob .mm-spn li a,.desk-menu-like-mob .mm-spn li span{padding:1.5rem}.desk-menu-like-mob .mm-spn li a span{padding:0 !important}[dir=rtl] .desk-menu-like-mob .mm-spn li:before{width:.375rem !important;height:.375rem !important;top:50% !important;left:calc(50px/2) !important;left:calc(var(--mm-spn-item-height)/2) !important;right:auto !important;border-bottom:1px solid !important;border-left:1px solid !important;border-right:none !important;border-top:none !important}.desk-menu-like-mob .mm-spn li:after{width:100% !important;border-color:#c9c9c9 !important;border-color:var(--infinte-color) !important}}@media only screen and (max-width: 767px){.mob-srch--right-icon-only .hdr-srch-right{display:block !important}.mob-srch--left-icon-only .hdr-srch-left{display:block !important}.mob-srch--search-bar-only .hdr-srch-wide{display:block !important}.mob-srch--all .hdr-srch-wide{display:block !important}.mob-srch--all #mainnav.fixed-pinned .hdr-srch-wide{display:none !important}.mob-srch--all #mainnav.fixed-pinned .hdr-srch-right{display:block !important}}@media only screen and (min-width: 767px){.srch--right-icon-only .hdr-srch-right{display:block !important}.srch--left-icon-only .hdr-srch-left{display:block !important}.srch--search-bar-only .hdr-srch-wide{display:block !important}.srch--all .hdr-srch-wide{display:block !important}.srch--all #mainnav.fixed-pinned .hdr-srch-wide{display:none !important}.srch--all #mainnav.fixed-pinned .hdr-srch-right{display:block !important}[dir=rtl] #app.user--right-only .s-user-menu-dropdown{left:auto;left:initial;right:0}}.dm-icon-left .toggler-right{display:none !important}.dm-icon-left .toggler-left{display:block !important}#app.hide-search-header .hdr-srch{display:none !important}.header_currency_hidden .store-header .menu-btn-currency{display:none}.header-is-dark#app #mainnav .desktop-menu-item .sub-menu{background-color:var(--header-bg-color) !important;color:var(--header-text-color) !important}body.p-thumbs-down.product-single .details-slider .s-slider-thumbs{position:static;top:auto;top:initial}[dir=rtl] .sicon-shopping-bag-cls .s-cart-summary-count{left:1.425rem;top:-0.1rem}[dir=rtl] .sicon-cart22-cls .s-cart-summary-count{left:.725rem;top:-0.3rem}[dir=rtl] .sicon-packed-box-cls .s-cart-summary-count{left:-0.375rem;top:-0.1rem}[dir=rtl] .sicon-cart-download-cls .s-cart-summary-count{left:1.725rem;top:-0.2rem}[dir=rtl] .sicon-paper-plane-cls .s-cart-summary-count{left:.225rem;top:-0.2rem}[dir=rtl] .sicon-cart-cls .s-cart-summary-count{left:1.525rem;top:-0.6rem}[dir=rtl] .sicon-party-horn-cls .s-cart-summary-count{left:1.625rem;top:-0.6rem}[dir=rtl] .sicon-luggage-cart-cls .s-cart-summary-count{left:1.425rem;top:-0.1rem}[dir=rtl] .sicon-box-bankers-cls .s-cart-summary-count,[dir=rtl] .sicon-shopping-basket-alt-cls .s-cart-summary-count{left:1.625rem;top:-0.3rem}[dir=rtl] .sicon-shopping-basket-cls .s-cart-summary-count{left:1.75rem;top:-0.27rem}body:not(.hide-mob-header-cart) .hdr-srch-left{margin-left:.4rem}.store-header,.store-header .inner{border-bottom-left-radius:0;border-bottom-left-radius:var(--header-rad, 0);border-bottom-right-radius:0;border-bottom-right-radius:var(--header-rad, 0)}#app.header-hidden.fixed-pinned-cls .store-header .inner{top:-250px;position:fixed;left:0}#app.header-hidden.fixed-pinned-cls.never-hide-tabs .store-header .inner{top:0}#app.header-hidden.fixed-pinned-cls.never-hide-tabs .store-header .inner>.container:first-of-type{top:-250px;position:fixed;left:0}#app.index .tab-nav-outer{--display: block;display:block;display:var(--display, block)}body:not(.header-logo-centered) .hdr-srch.header-btn{margin-right:.5rem;margin-left:.5rem}@media only screen and (max-width: 767px){body#app.hide-mob-header-cart.mobile_nav_cart_on .store-header salla-cart-summary{margin-right:0;margin-left:0}[dir=rtl] body .header-innerLeft .cart-sum-icon{margin-left:0;width:2rem}[dir=ltr] body .header-innerLeft salla-cart-summary{margin-right:0}[dir=ltr] body .header-innerLeft .cart-sum-icon{margin-right:0;width:2rem}[dir=rtl] body .header-innerLeft salla-cart-summary{margin-left:0}[dir=rtl] body.no-left-srch.no-left-user .header-innerLeft .header-btn__icon.icon,[dir=rtl] body.no-left-srch.no-left-user .header-innerLeft .toggler-left{margin-bottom:-3px}[dir=ltr] body.no-left-srch.no-left-user .header-innerLeft .header-btn__icon.icon,[dir=ltr] body.no-left-srch.no-left-user .header-innerLeft .toggler-left{margin-bottom:-3px}[dir=rtl] body .header-innerLeft .cart-sum-icon{margin-left:0;width:2rem}[dir=ltr] body .header-innerLeft .cart-sum-icon{margin-right:0;width:2rem}[dir=rtl] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft .hdi-btn-left{padding-left:.2;padding-right:0}[dir=ltr] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft .hdi-btn-left{padding-left:.1;padding-right:.2}[dir=rtl] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft salla-cart-summary{margin-right:.3rem}[dir=ltr] body:not(.no-left-user):not(.hdr-price-hdn).no-left-srch .header-innerLeft salla-cart-summary{margin-left:.3rem}body:not(.no-left-user):not(.no-left-srch):not(.hide-mob-header-cart) .header-innerLeft .s-user-menu-trigger{padding-left:5px;padding-right:5px}body:not(.no-left-srch) .user-menu-right .s-user-menu-trigger{padding-left:.3rem;padding-right:.3rem}}body#app .header-innerLeft .cart-sum-icon.\!text-lg{width:1.5rem}.header-menu-icon.py-5.text-lg{padding-top:.4rem;padding-bottom:.4rem}.text-lg.lg\:text-xl+salla-cart-summary .s-cart-summary-count{width:1.2em;height:1.2em}.sub-nav-header .categ-wrapper{gap:.7rem}.sub-nav-header .categ-entry{text-align:center;width:100%}.sub-nav-header .categ-entry h3{font-size:75%;line-height:1.5em;margin-top:5px}.categ-entry .img-outer{aspect-ratio:1/1}.categ-entry img{border-radius:inherit;aspect-ratio:1/1;width:100%}@media only screen and (min-width: 992px){.sub-nav-header.banner_slider .categ-wrapper{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));grid-gap:.7rem;gap:.7rem}}.sub-nav-header .categ-wrapper.categs_slider,.sub-nav-header .categ-wrapper.banner_slider{grid-template-columns:1fr !important}.grid-categs-banners img{width:100%}.sub-nav-header .banners-wrapper img{border-radius:inherit}.grid-categs-banners{display:grid}.grid-categs-banners .banner-categ-entry{margin:auto;margin-bottom:1rem}.grid-categs-banners .banner-categ-entry:only-child{grid-column:span 2}.product-index .banners-wrapper{margin-bottom:2rem}.banner-categ-entry img{width:100%}@media only screen and (min-width: 992px){.grid-categs-banners .banner-categ-entry:only-child{grid-column:span 3}.grid-categs-banners{display:grid}.grid-categs-banners .banner-categ-entry{margin:auto;margin-bottom:2rem}}.menu-badge{position:absolute;pointer-events:none;padding:.16rem .28rem;top:50%;--webkit-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: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));--tw-translate-y: -50%;z-index:1;width:-moz-max-content;width:max-content}[dir=rtl] .menu-badge{left:3.2rem}[dir=ltr] .menu-badge{right:3.2rem}[dir=ltr] .mm-spn a:not(:last-child):after{opacity:0}.badge-anm-pulse .categs-badge{animation:pulse .8s .2s ease infinite}.badge-anm-pulse .categs-badge.menu-badge{animation:pulse-for-menu .8s .2s ease infinite}@keyframes pulse{0%{transform:scale(0.92)}50%{transform:scale(1)}100%{transform:scale(0.92)}}@keyframes pulse-for-menu{0%{transform:scale(0.92) translate(0, -50%)}50%{transform:scale(1) translate(0, -50%)}100%{transform:scale(0.92) translate(0, -50%)}}.badge-anm-fade .categs-badge{animation:fade .7s linear infinite alternate}@keyframes fade{0%{opacity:0}25%{opacity:.5}50%{opacity:1}100%{opacity:1}}.mm-spn ul.main-menu li.has-no-children:before{opacity:0}.mobile-menu .close-mobile-menu{display:block !important}.categ-imgs-auto-size .categ-entry .img-outer,.categ-imgs-auto-size .categ-entry .img-outer img{aspect-ratio:unset}.header-innerRight .close-mobile-menu{display:none}.s-block-count-down+.s-block-count-down{margin-top:.5rem;margin-bottom:1rem}.dark .s-block-count-down-2 .s-product-card-content .color-danger,.dark .s-block-count-down-2 .s-product-card-content .product-title{color:var(--dm-text-sec) !important}.dark .s-count-down-item{background-color:var(--dm-bg-sec);color:var(--dm-text-sec);border-radius:4px}.dark .s-block-count-down-2 .s-count-down-item-value,.dark .s-block-count-down-2 .s-count-down-item-label{color:var(--dm-text-sec)}.dark .s-block-count-down-2 .s-count-down-item-label{opacity:.7}.s-product-card-horizontal .s-product-card-content{margin-bottom:0}.product-card-has-over-lay .s-product-card-content:before{content:"";background:rgba(0,0,0,.5019607843);position:absolute;left:0;top:0;height:100%;width:100%;z-index:1}.product-card-has-over-lay .product-block__info{z-index:4}.count-down-product{position:relative}.count-down-product .product-block-outer{flex-grow:1}.count-down-product salla-add-product-button button.s-button-btn{padding-top:.6rem;padding-bottom:.6rem}.count-down-product .product-block__thumb a{height:100%;width:100%}.count-down-product .product-block__thumb a img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media only screen and (max-width: 767px){.s-block-count-down .s-count-down-list .s-count-down-item{height:4rem}.s-block-count-down .s-product-card-content,.s-block-count-down .product-block__info{padding:0 4px;margin-bottom:0}.s-block-count-down .s-count-down-list{margin-bottom:4px;margin-top:4px}.s-block-count-down .s-count-down-list .s-count-down-item{font-size:.85rem}.s-block-count-down .s-count-down-list .s-count-down-item-label{font-size:80%}.s-block-count-down .price-wrapper{margin-bottom:4px}body .s-block-count-down.type-count_down .s-count-down-item{min-width:60px}}.s-block-count-down.type-count_down .s-count-down-item::after{display:none}.s-count-down-md .s-count-down-item{border-radius:.5rem}.s-block-count-down.type-count_down .s-count-down-list{justify-content:center}.s-block-count-down.type-count_down .s-count-down-item{padding:0 1rem;flex-grow:0;min-width:80px}.s-block-count-down .badge{z-index:1}.s-block--slider-with-bg .product-block{border-radius:8px}.s-block--slider-with-bg .s-slider-block__title{margin-bottom:.5rem}.index .s-products-list-horizontal-cards{grid-template-columns:repeat(2, 1fr)}@media only screen and (max-width: 992px){.index .s-products-list-horizontal-cards{grid-template-columns:1fr}}.dark .s-block-count-down .s-product-card-content .color-danger,.dark .s-block-count-down .s-product-card-content .product-title{color:var(--dm-text-sec) !important}.dark .s-count-down-item{background-color:var(--dm-bg-sec);color:var(--dm-text-sec);border-radius:4px}.dark .s-block-count-down .s-count-down-item-value,.dark .s-block-count-down .s-count-down-item-label{color:var(--dm-text-sec)}.dark .s-block-count-down .s-count-down-item-label{opacity:.7}.dark .s-product-card-content .color-danger,.dark .s-product-card-content .product-title{color:var(--dm-text-sec) !important}.dark .s-count-down-item{background-color:var(--dm-bg-sec);color:var(--dm-text-sec);border-radius:4px}.dark .s-count-down-item-value,.dark .s-count-down-item-label{color:var(--dm-text-sec)}.dark .s-count-down-item-label{opacity:.7}body{--color-bg-light: #f5f7f9}.dark #app.app-body{background-color:#333333 !important;background-color:var(--dm-bg-main, #333333) !important}.dark #app.app-body .store-header{--header-bg-color: var(--dm-menus-bg) !important;--header-text-color: var(--dm-menus-text) !important}.dark #app.app-body .store-footer{--footer-bg-color: var(--dm-menus-bg) !important;--footer-text-color: var(--dm-menus-text) !important}.dark #app.app-body .mobile-nav-outer{--bg-color: var(--dm-menus-bg) !important;--text-color: var(--dm-menus-text) !important}.dark #app .dm-bg-menu{background-color:#333333 !important;background-color:var(--dm-bg-main, #333333) !important}.dark #app .dm-text-menu{color:#333333 !important;color:var(--dm-text-main, #333333) !important}.dark #app .dm-bg-menu{--bg-color: var(--dm-bg-main, #333333) !important}.dark #app .dm-text-menu{--text-color: var(--dm-text-main, #333333) !important}.dark .dm-bg-main{background-color:var(--dm-bg-main) !important}.dark .dm-bg-sec{background-color:var(--dm-bg-sec) !important}.dark .dm-text-main{color:var(--dm-text-main) !important}.dark .dm-text-sec{color:var(--dm-text-sec) !important}.dark .dm-text-main-as-bg{background-color:var(--dm-text-main)}.dark .dm-bg-main-as-text{color:var(--dm-bg-main)}.dark .dm-text-main-fill{fill:var(--dm-text-main) !important}.dark .dm-border-sec{border-color:var(--dm-bg-sec)}.dark #app .dm-btn-in-bg-sec{background:var(--dm-text-sec) !important;color:var(--dm-bg-main) !important}.dark .dm-btn-in-bg-sec.s-button-wrap[loading] .s-button-loader-center .s-button-loader:before{border-color:var(--dm-bg-main) !important}.dm-toggler i svg{fill:currentColor;color:inherit}.dm-toggler i.mode-sun svg{transform:scale(1.12)}.dm-toggler i{min-width:1.2em}.dark .product-single .s-slider-block__title{color:var(--dm-text-main)}.dark .product-single.product-des-force-light:not(.cls-1) .product__description span{color:var(--dm-text-sec) !important;background-color:rgba(0,0,0,0) !important}.dark .product-single.product-des-force-light:not(.cls-2) .product__description strong{color:var(--dm-text-sec) !important;background-color:rgba(0,0,0,0) !important}.dark .product-single.product-des-force-light:not(.cls-3) .product__description a{color:var(--dm-text-sec) !important;background-color:rgba(0,0,0,0) !important}.dark #app .s-social-share-btn button,.dark #app .btn--wishlist button{background:var(--dm-bg-sec) !important;border-color:rgba(0,0,0,0) !important}.dark #app .s-social-share-btn button,.dark #app .btn--wishlist button{color:var(--dm-text-main)}.dark #app .sticky-product-bar .wishlist-page-single button{background:var(--dm-bg-main) !important}.dark .product-single salla-gifting .s-gifting-widget .s-list-tile-item{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .product-single .sticky-product-bar__quantity .s-quantity-input-input{background-color:rgba(0,0,0,0)}.dark .sticky-product-bar.dm-bg-sec .s-quick-buy-button{border-color:var(--dm-text-main);color:var(--dm-text-main);background:var(--dm-bg-sec)}.can-toggle-dm .sticky-product-bar.dm-bg-sec{transition-delay:0s !important}.can-toggle-dm .sticky-product-bar.dm-bg-sec{transition:.27s all}.dark salla-quick-order .s-quick-order-container{color:var(--dm-text-main) !important;background:var(--dm-bg-sec) !important}.dark .s-modal-body .s-placeholder-title{color:var(--dm-text-main)}.dark .s-modal-body .s-verify-resend-message,.dark .s-modal-body .s-verify-timer,.dark .s-modal-body .s-verify-message{color:var(--dm-text-main)}.dark .s-login-modal-header-icon svg{fill:var(--dm-text-sec)}.dark .s-filters-widget-more{color:var(--dm-text-sec)}.s-filters-widget-container{background-color:var(--sidebar-bg-color);color:var(--sidebar-text-color)}.s-filters-widget-container .s-filters-option-name{color:var(--sidebar-text-color)}.s-filters-widget-container .s-price-range-number-input{background-color:var(--sidebar-bg-color);color:var(--sidebar-text-color)}.s-filters-widget-container .s-price-range-currency{color:var(--sidebar-text-color)}.s-filters-widget-plusminus:before,.s-filters-widget-plusminus:after{background-color:var(--sidebar-bg-color)}.s-filters-radio:checked:after{background-color:var(--sidebar-bg-color)}.dark .s-filters-widget-container{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important}.dark .s-filters-widget-container .s-filters-option-name{color:var(--dm-text-main)}.dark .s-filters-widget-container .s-price-range-number-input{background-color:var(--dm-bg-main);color:var(--dm-text-main)}.dark .s-filters-widget-container .s-price-range-currency{color:var(--dm-text-main)}.dark .s-filters-widget-plusminus:before,.dark .s-filters-widget-plusminus:after{background-color:var(--dm-text-main)}.dark #app .s-filters-radio:checked:after{background-color:var(--dm-text-sec)}.dark .s-modal-body .s-localization-modal-currency{color:var(--dm-text-sec)}.dark .s-login-modal-label{color:var(--dm-text-sec)}.dark .s-login-modal .iti__arrow:after{filter:invert(1)}.dark .s-modal-body,.dark .s-modal-body .s-modal-close{background-color:var(--dm-bg-sec) !important}.dark .s-modal-body,.dark .s-modal-body .s-modal-close{color:var(--dm-text-main)}.dark .s-login-modal-link{color:var(--dm-text-sec) !important}.dark .s-modal-body .s-localization-modal-title{color:var(--dm-text-main)}.dark .s-comments .s-comment-form-action button{background-color:var(--dm-text-sec) !important;color:var(--dm-bg-main) !important}.dark .s-comments .s-comment-form-action button .s-button-text{color:var(--dm-bg-main) !important}.s-localization-modal-label{color:var(--dm-text-main)}.dark salla-product-options salla-quantity-input .s-quantity-input-input{background-color:var(--dm-bg-sec);border-width:0}.dark .s-product-options-wrapper{background-color:var(--dm-bg-sec) !important}.dark .s-product-options-wrapper{color:var(--dm-text-sec)}.dark .s-product-options-wrapper select.s-form-control,.dark .s-product-options-option-container [data-option-type=text] .s-product-options-text input,.dark .s-product-options-option-container [data-option-type=number] .s-product-options-option-content input{background-color:var(--dm-bg-main) !important;border-color:var(--dm-text-main) !important}.dark .s-product-options-wrapper select.s-form-control,.dark .s-product-options-option-container [data-option-type=text] .s-product-options-text input,.dark .s-product-options-option-container [data-option-type=number] .s-product-options-option-content input{color:var(--dm-text-main)}.dark .s-product-options-multiple-options-wrapper div input{background-color:rgba(0,0,0,0)}.dark .s-product-options-option-container input::-moz-placeholder{color:var(--dm-text-sec)}.dark .s-product-options-option-container input::placeholder{color:var(--dm-text-sec)}.dark .s-product-options-wrapper .s-product-options-option-label{color:var(--dm-text-main)}.dark .s-product-options-option-label small{color:var(--dm-text-sec)}.dark .s-product-options-multiple-options-wrapper label{color:var(--dm-text-main)}.dark .s-file-upload-wrapper .filepond--panel-root{background-color:rgba(0,0,0,0) !important}.dark .s-product-options-image-input .filepond--drop-label{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important}.dark #app .s-product-options-option-container .s-form-control,.dark #app .s-product-options-option-container input[type=text]{background-color:var(--dm-bg-main) !important;color:var(--dm-text-main) !important}.dark #app .s-product-options-option-container .s-form-control::-moz-placeholder{color:var(--dm-text-sec) !important}.dark #app .s-product-options-option-container .s-form-control::placeholder{color:var(--dm-text-sec) !important}.dark #app .s-map-location-button.s-button-primary{background:var(--dm-bg-main) !important;color:var(--dm-text-main) !important}.dark #app .top-navbar .s-search-input{background-color:rgba(0,0,0,0) !important}.dark .dm-btn-in-dark button{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important;border-width:0 !important}.dark .dm-btn-in-rev button{background-color:var(--dm-text-main) !important;color:var(--dm-bg-main) !important;border-width:0 !important}.dark .dm-btn-in-dark-outline button{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important;border-color:var(--dm-text-main) !important}.dark .gradient-bg.profile-header .breadcrumbs span{color:var(--dm-text-sec)}.dark salla-slider .swiper-pagination-bullet{opacity:.8 !important}.dark salla-slider .swiper-pagination-bullet{background:#222222;background:var(--dm-bg-sec, #222222)}.dark salla-slider .swiper-pagination-bullet-active{background:#222222 !important;background:var(--dm-text-sec, #222222) !important;opacity:.8 !important}.dark .s-block--tabs-produtcs .tab-trigger button{color:var(--dm-text-main)}.dark .s-block--tabs-produtcs .tab-trigger.is-active button{background-color:var(--dm-bg-sec)}.dark .s-block--tabs-produtcs .tab-trigger:hover button{background-color:var(--dm-bg-sec)}.dark .s-block--special-products .tab-trigger.is-active button{--color-primary: #fff}.dark .s-block--testimonials,.dark .s-block--testimonials .s-block__display-all,.dark .s-block--features .s-block--features__item p,.dark .s-block--features .s-block--features__item h4,.dark .s-block__title .s-block__display-all,.dark .s-block__title,.dark salla-products-slider .color-danger,.dark salla-products-slider .product-subtitle,.dark salla-products-slider .title--primary,.dark salla-products-slider .s-slider-block__title,.dark .s-block--special-products .product-subtitle,.dark .s-block--special-products .product-block__info,.dark .s-block--special-products .color-danger,.dark .s-products-list-wrapper,.dark .s-products-slider-slider .product-block__info .price-wrapper,.dark salla-products-slider .s-slider-block__display-all{color:#fffffe;color:var(--dm-text-main, #fffffe)}.dark .s-block--testimonials .testimonials-slider .testimonial{background-color:rgba(0,0,0,0)}html:not(.dark) #app .lm-bg-sec:not(.self-clr){background-color:var(--lm-bg-sec)}.dark #app.dm-bg-on{--store-bg-image: var(--dm-bg-image);background-image:var(--dm-bg-image)}#app.product-card-bg-on custom-salla-product-card{background-color:transparent;background-color:var(--product-card-bg, transparent)}html:not(.dark) #app.product-card-bg-on .s-block--slider-with-bg{background-color:rgba(0,0,0,0)}.dark #app .s-block--slider-with-bg{background-color:rgba(0,0,0,0)}#app.index .s-products-list-wrapper.s-products-list-horizontal-cards{grid-template-columns:repeat(1, 1fr)}@media only screen and (min-width: 992px){#app.index .s-products-list-wrapper.s-products-list-horizontal-cards{grid-template-columns:repeat(2, 1fr)}}body .pc-t{color:#111111;color:var(--product-card-text, #111111)}.dark #app custom-salla-product-card{--product-card-text: var(--dm-p-text, #ffffff)}.dark #app.product-card-bg-on custom-salla-product-card{background-color:var(--dm-bg-sec);background-color:var(--dm-p-bg);color:#eeeeee;color:var(--product-card-text, #eeeeee)}.dark .product-single salla-slider.details-slider .swiper-slide{background-color:var(--dm-bg-main) !important}.dark .product-single .s-comments-product{background-color:var(--dm-bg-sec) !important}.dark .index .testimonial{background-color:var(--dm-bg-sec) !important}.dark .product-single .s-comments-product .flex span,.dark .product-single .s-comments-product .flex h2{color:var(--dm-text-main) !important}.dark body#app .dm-btn-in-bg-sec{background:var(--dm-text-sec) !important;color:var(--dm-bg-main) !important}[class*=dm-toggler]{color:var(--color-primary)}html:not(.dark) #app .dm-only_image{display:none}html.dark #app .dm-only_image{display:block}html.dark #app .dm-only_image_flex{display:flex}html.dark #app .lm-only_image{display:none}.dark body.blog-single:not(.dont-force-light-text) .blog-category article *{color:var(--dm-text-sec) !important;background-color:rgba(0,0,0,0) !important}.dark .s-metadata-wrapper .s-metadata-box{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-sec) !important}.dark .s-metadata-wrapper .s-metadata-box .s-metadata-row-name{color:var(--dm-text-main) !important}.dark .offer-slider .s-slider-block__title h2{color:var(--dm-text-main) !important}.dark .product-single .s-comment-form-input{border-color:var(--dm-text-sec)}.dark .product-single .s-comment-form-input::-moz-placeholder{color:var(--dm-text-sec) !important}.dark .product-single .s-comment-form-input::placeholder{color:var(--dm-text-sec) !important}.dark .i-force .store-header input{color:var(--header-text-color) !important}.dark .s-add-product-button-mini-checkout-content{color:#fff;color:var(--dm-text-main, #fff);border-color:#fff;border-color:var(--dm-text-main, #fff)}.dark body .s-add-product-button-main salla-mini-checkout-widget{--color-primary: var(--dm-text-sec, #fff)}.dark .sq-awesome-banners.section-is-slider .s-slider-block__title{color:var(--dm-text-main) !important}.h-tc.dm-toggler{color:red;color:var(--header-text-color, red)}.dark #app.red-sold-quan .sold-word,.dark #app.red-sold-quan .sold-times{color:red !important;color:var(--red-color, red) !important}.dark #app.red-sold-quan .sold-times-wrapper .sicon-fire,.dark #app.red-sold-quan .sold-word,.dark #app.red-sold-quan .sold-times .injaz_count{color:red !important;color:var(--red-color, red) !important}.dark #app #tabbyPromoWrapper,.dark #app .tamara-product-widget{background:var(--dm-bg-main) !important;color:var(--dm-text-main) !important;border:1px solid var(--dm-text-sec) !important}.dark body .line-type-vertical,.dark body .line-type-underline{--lines-color: var(--dm-text-sec) !important}.dark .s-product-options-grid-mode-span{background-color:var(--dm-bg-main) !important;border-color:var(--dm-text-main) !important;color:var(--dm-text-main) !important}.dark .s-product-options-grid-mode input:checked+.s-product-options-grid-mode-span{background-color:var(--dm-text-main) !important;border-color:var(--dm-bg-main) !important;color:var(--dm-bg-main) !important}.dark .s-comments-filter-label,.dark .s-reviews-summary-row-rate,.dark .s-reviews-summary-count,.dark .s-reviews-summary-average,.dark .s-comments-title,.dark .s-comments-item-timestamp,.dark .s-comments-item-content,.dark .s-comments-item-user-info-name{color:var(--dm-text-main) !important}.dark .s-reviews-summary-header .s-rating-stars-selected{fill:#fbbf24;color:#fbbf24}.dark button.s-comments-item-like-btn{background-color:rgba(0,0,0,0) !important;border-color:var(--dm-text-main) !important;color:var(--dm-text-main) !important}.dark button.s-comments-item-like-btn span{fill:var(--dm-text-main) !important;color:var(--dm-text-main) !important}.dark salla-button.s-comments-item-like-btn.liked button.s-comments-item-like-btn{background-color:var(--dm-text-main) !important;border-color:var(--dm-text-main) !important;color:var(--dm-bg-main) !important}.dark salla-button.s-comments-item-like-btn.liked button.s-comments-item-like-btn span{fill:var(--dm-bg-main) !important;color:var(--dm-bg-main) !important}.dark body.btns-gradient salla-button.s-comments-item-like-btn.liked button.s-comments-item-like-btn span{fill:var(--gradient-text-color) !important;color:var(--gradient-text-color) !important}.dark .s-progress-bar-progress{background-color:var(--dm-text-main) !important}.dark .s-comments .s-infinite-scroll-btn.s-button-btn{border-color:var(--dm-text-main) !important}.dark .s-comments-count-label{color:var(--dm-text-main) !important}.dark .s-comments-item-has-order-check-text{color:var(--dm-text-sec) !important}.dark .s-booking-field-reservations-item{color:var(--dm-text-sec) !important;border-color:var(--dm-text-sec) !important}.dark .s-booking-field-reservations-icon svg{fill:var(--dm-text-sec) !important}.dark .s-list-tile-item{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.faqs-section .faq-item{border:2px solid #eee;border:2px solid var(--border-color, #eee);border-radius:0.5rem;border-radius:var(--radius, 0.5rem);background-color:#eee;background-color:var(--bg-color, #eee);color:#232323;color:var(--text-color, #232323)}.faqs-section .faq-inner .answer-outer{max-height:0;overflow-y:auto;opacity:0;transform:translateY(-0.5rem);transition:all .3s ease-in-out}.faq-item input:checked+.faq-inner .answer-outer{max-height:18rem;transition-duration:.4s;opacity:1;transform:translateY(0)}.faq-item .faq-inner .faq-icon{background-color:var(--text-color);color:var(--bg-color)}.faq-item input:checked+.faq-inner{border-color:var(--text-color)}.faq-item input:checked+.faq-inner .faq-icon{transform:rotate(45deg)}.faq-inner:hover .faq-icon,.faq-item input:checked+.faq-inner .faq-icon{background-color:var(--color-primary);color:var(--color-secondary)}.store-footer{--animate-duration: 0.9s}.store-footer .animate__animated:nth-of-type(2){animation-delay:.2s}.store-footer .animate__animated:nth-of-type(3){animation-delay:.3s}.store-footer .animate__animated:nth-of-type(4){animation-delay:.4s}.store-footer .animate__animated:nth-of-type(5){animation-delay:.45s}.store-footer .animate__animated:nth-of-type(6){animation-delay:.5s}.store-footer .animate__animated:nth-of-type(7){animation-delay:.55s}.store-footer{padding-bottom:calc(var(--mobile-nav-height) - 2.5rem);background-color:var(--footer-bg-color);color:var(--footer-text-color)}.is-sticky-product-bar.product-single .store-footer{padding-bottom:calc(var(--mobile-nav-height) + 6rem)}.footer-container{flex-wrap:wrap}.footer-is-dark .store-footer__inner{background-color:var(--footer-bg-color);color:var(--footer-text-color)}.footer-is-dark .store-footer .text-gray-400{color:var(--footer-text-color)}.footer-container>div{flex-shrink:0}@media only screen and (max-width: 1024px){.footer-centered .store-footer{text-align:center}.footer-centered .payments-wrapper,.footer-centered .sbc-wrapper{justify-content:center}.footer-centered .store-footer .footer_top{display:flex;flex-direction:column;align-items:center}.footer-centered .footer-social-outer{justify-items:center}.footer-centered .store-footer .footer-social-item .social-link{justify-content:center}.footer-centered .store-footer .footer-app-links__inner{justify-content:center}.footer-centered .store-footer .footer-bottom h3{text-align:center}.footer-centered .store-footer .footer-links .footer-list{justify-content:center}.footer-centered .store-footer .footer-value-tax-container{justify-content:center}.footer-centered .store-footer .footer-tax-wrapper{justify-content:center}}#app.footer-icons-merged.footer-hide-social-title .icon-contact{margin-right:0;margin-left:0}body.footer-icons-merged:not(.footer-hide-social-title) .footer-social-outer{justify-items:flex-start;grid-template-columns:1fr 1fr}body.footer-icons-merged:not(.footer-hide-social-title) .footer-social-outer .icon-contact{height:auto;width:auto}body:not(.footer-icons-merged):not(.footer-hide-social-title) .footer-social-outer{grid-template-columns:1fr 1fr;justify-items:flex-start;align-content:flex-start}.footer-hide-social-title .store-footer .footer-social-item span{display:none}.footer-hide-social-title .store-footer .footer-social-item a{border-width:1px;height:42px;width:42px;justify-content:center}.footer-hide-social-title .store-footer .footer-social{display:flex}.footer-small-shape .store-footer{border-radius:12px;margin:16px auto 30px;width:calc(100% - 32px)}.footer-small-shape .store-footer__inner{border-radius:12px}#app .footer-no-bg .store-footer__inner,#app .store-footer.footer-no-bg{background-color:rgba(0,0,0,0) !important}.footer-social-item a{border-color:var(--footer-text-color)}html[lang] #app.app-body{background-repeat:repeat-y;background-size:cover}.dark .s-block--categories a.dm-text-main{background-color:var(--dm-bg-sec) !important}body .s-modal-container{z-index:200}.footer-show-support-names .support-value{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.footer-show-support-names .support-name{display:inline-block}.footer-show-support-names .footer-contact{display:flex;flex-wrap:wrap}.footer-show-support-names.footer-centered .footer-contact{justify-content:center}.footer-show-support-names .footer-contact a{display:flex;flex-direction:column;margin:.4rem;min-width:4rem;min-height:4rem;justify-content:center}html:not(.dark) .footer-show-support-names .footer-contact a{background-color:var(--footer-contact-bg-color, var(--lm-bg-sec));color:var(--footer-contact-text-color, var(--footer-text-color))}.dark .footer-show-support-names .footer-contact a{background-color:var(--dm-bg-sec) !important}.footer-show-support-names.footer-support-hor .footer-contact a{display:flex;flex-direction:row;padding-left:.4rem;padding-right:.4rem;padding:.4rem .8rem;min-width:6.1rem;min-height:3.1rem}body.footer-cls-1 .footer-contact a{background-color:var(--footer-bg-color)}.footer-social-item a:not([class*=rounded-]){border-radius:inherit}.custom-colors-btn-in button{background-color:#111111;background-color:var(--bg-color, #111111);color:#ffffff;color:var(--text-color, #ffffff)}.footer-has-bg .store-footer__inner{background-color:rgba(0,0,0,0) !important}.floating-wrapper{position:absolute;left:50%;top:55%;transform:translate(-50%, -50%);height:auto;width:100%;max-width:90vw;max-height:80vh;margin:auto}.floating-wrapper.top-custom{--top-percent: calc((var(--float-top-mob) * 1%) - 5%);top:45%;top:var(--top-percent, 45%)}@media only screen and (min-width: 1024px){.floating-wrapper.top-custom{--top-percent: calc((var(--float-top-desk) * 1%) + 5%)}}.floating_image{min-width:100px;min-height:100px;max-width:60vw;margin:auto}.s-block-fullscreen-banners.has-zoom .swiper-slide .bg__image{overflow:hidden}.s-block-fullscreen-banners.has-zoom .swiper-slide .bg__image img{transition:6s 1.5s}.index .s-block-fullscreen-banners .bg__image{height:100vh}#app.app-body .s-block-fullscreen-banners.height-auto .bg__image{height:auto !important}.s-block-fullscreen-banners.has-zoom .swiper-slide-duplicate-active .bg__image img,.s-block-fullscreen-banners.has-zoom .swiper-slide-active .bg__image img{transition:12s ease-out;transform:scale(1.16)}#app.app-body .s-block-fullscreen-banners.height-auto .bg__image video{position:relative}@media only screen and (min-width: 1024px){.floating-wrapper.floatings-center{text-align:center}.floating-wrapper.floatings-center .floating_image{margin:auto}.floating-wrapper.floatings-left{left:10%;transform:translateY(-50%);text-align:left}.floating-wrapper.floatings-left .floating_image{margin:0 auto 0 0}.floating-wrapper.floatings-right{left:auto;left:initial;right:10%;transform:translateY(-50%);text-align:right}.floating-wrapper.floatings-right .floating_image{margin:0 0 0 auto}.floating-wrapper.floatings-between{display:flex;align-items:center;flex-direction:row-reverse;width:100%;max-width:90%;justify-content:space-evenly}.floating-wrapper.floatings-between .floating_image{margin:0;margin:initial}}.text-start{text-align:right}.text-end{text-align:left}[dir=ltr] .text-start{text-align:left}[dir=ltr] .text-end{text-align:right}#app.header-hidden.fixed-pinned-cls .store-header .inner{top:-250px}@media only screen and (min-width: 1024px){.lg\:text-end{text-align:left}.lg\:text-center{text-align:center}.lg\:text-start{text-align:right}[dir=ltr] .lg\:text-end{text-align:right}[dir=ltr] .lg\:text-center{text-align:center}[dir=ltr] .lg\:text-start{text-align:left}}body#app{background-color:#fff}.txt .custom-s{text-shadow:-0.5px .5px 0 #715541,-1px 1px 0 #fff}.txt.custom-s{text-shadow:-0.5px .5px 0 #715541,-1px 1px 0 #fff}.txt2.custom-s{text-shadow:-0.5px .5px 0 #fff,-1px 1px 0 #715541}.txt2 .custom-s{text-shadow:-0.5px .5px 0 #fff,-1px 1px 0 #715541}body .text-primary-v-l{color:var(--color-primary-v-light)}body .bg-primary-v-l{background-color:var(--color-primary-v-light)}.s-block--features__item{grid-column:unset !important}.index .s-block--features__item{justify-content:flex-start}.enhanced-features .items-center{align-items:center}.grid-cols-3>.s-block--features__item{align-items:center;padding:1rem}.wishlist-container{display:none}.header-btn__icon.icon-shopping-bag{border:none}.s-cart-summary-count{width:1.3rem;height:1.3rem;display:flex;align-items:center;justify-content:center;border-radius:300px;font-size:.8rem;font-style:normal}body{--thisIsCustom-1-File: yes}.s-modal-container{z-index:999999}.shadow-orange-custome{box-shadow:2.77419px 2.77419px 2.77419px 0px #e0bf89}.no-overlay:after{opacity:0}.hero_slide{position:absolute;top:0px;height:100%;width:100%;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;--tw-content: "";content:"";content:var(--tw-content)}.s-block--hero-slider .swiper-slide{background-color:rgba(0,0,0,0)}.swiper-slide .hero_slide{display:block !important}@media only screen and (max-width: 492px){.s-block--hero-slider.no-arrows .s-slider-block__title-nav{display:none}}.index.prod_vertical .s-products-list-wrapper{grid-template-columns:repeat(4, minmax(0, 1fr))}@media only screen and (max-width: 767px){.index.prod_vertical .s-products-list-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr))}}.dark .s-products-list-placeholder>span{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .s-products-list-placeholder p{color:var(--dm-text-sec)}@media only screen and (max-width: 330px){.index .s-products-list-wrapper{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media only screen and (min-width: 992px){.index .s-products-list-wrapper{grid-template-columns:repeat(4, minmax(0, 1fr))}}.index .s-block{overflow:hidden}.section-is-slider .pagination-is-under .swiper-pagination-horizontal{bottom:0}.section-is-slider .pagination-is-under .swiper-wrapper{padding-bottom:3rem}.shiny_ovarlay{position:relative;overflow:hidden;pointer-events:revert}.shiny_ovarlay:after{position:absolute;content:"";background:hsla(0,0%,100%,.3764705882);width:40px;height:100%;left:-95%;transform:skew(45deg);transition:1s ease-in-out;z-index:2}.shiny_ovarlay.active:after,.shiny_ovarlay:hover:after{left:90%}.t-red{color:#ef4444;color:var(--red-color, #ef4444)}#app .price-ratio-over{padding:.9rem .7rem;border-radius:4px;transform:translateX(-50%);left:50%;right:auto;bottom:.7rem;top:auto}.injaz_count.is-num:before{margin:0 4px;content:"+"}#app .mobile-nav{border-top-left-radius:0.5rem;border-top-left-radius:var(--radius, 0.5rem);border-top-right-radius:0.5rem;border-top-right-radius:var(--radius, 0.5rem);transition:.5s;background-color:#221222;background-color:var(--bg-color, #221222);color:#ffffff;color:var(--text-color, #ffffff)}.mobile-nav--item{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.mobile-nav--item i{font-size:1.25rem;font-size:var(--mob-menu-icon-size, 1.25rem);display:block;margin-bottom:.3rem;--menu-icons-mb: 0.2rem;margin-bottom:0.2rem;margin-bottom:var(--menu-icons-mb, 0.25rem)}.mobile-nav--item i svg{width:calc(1.25rem*1.25);width:calc(var(--mob-menu-icon-size, 1.25rem)*1.25);height:calc(1.25rem*1.2);height:calc(var(--mob-menu-icon-size, 1.25rem)*1.2)}.mobile-nav.icon-size-xs{--mob-menu-icon-size: 0.8rem}.mobile-nav.icon-size-sm{--mob-menu-icon-size: 1rem}.mobile-nav.icon-size-lg{--mob-menu-icon-size: 1.2rem}.mobile-nav.icon-size-xl{--mob-menu-icon-size: 1.5rem}.mobile-nav.text-size-xs{--mob-menu-text-size: 0.65rem}.mobile-nav.text-size-sm{--mob-menu-text-size: 0.8rem}.mobile-nav.text-size-lg{--mob-menu-text-size: 1rem}.mobile-nav.text-size-xs .mobile-nav--item i,.mobile-nav.icon-size-xs .mobile-nav--item i{--menu-icons-mb: -0.1rem}.mobile-nav.text-size-sm .mobile-nav--item i,.mobile-nav.icon-size-sm .mobile-nav--item i{--menu-icons-mb: 0rem}.mobile-nav.text-size-xl{--mob-menu-text-size: 1.25rem}.mobile-nav span.text-xs{font-size:1rem;font-size:calc(1.2rem*.7);font-size:calc(var(--mob-menu-text-size, 1.2rem)*.7)}.mobile-nav-outer.small-shape .mobile-nav{justify-content:space-evenly;border-radius:0.5rem;border-radius:var(--radius, 0.5rem);margin:0 1rem .8rem}.mobile-nav-outer.small-shape .mobile-nav .mobile-nav--item{padding-top:.3rem;padding-bottom:.25rem}.mobile-nav-outer.small-shape .mobile-nav span{font-size:.6rem}.mobile-nav-outer.small-shape .mobile-nav i{font-size:1rem;margin-bottom:1px}.mobile-nav-outer.small-shape .mobile-nav .mobile-nav--item{min-width:30px}.mobile-nav-outer.small-shape.no-icons:not(.no-titles) span{font-size:.85rem}.mobile-nav-outer .mob-n-li{width:100%;display:flex;justify-content:center}.mob-n-li span{text-align:center}.mobile-nav-outer .mobile-nav--item{padding-top:1rem;padding-bottom:1rem;padding-top:0.5rem;padding-top:var(--menu-y-pad, 0.5rem);padding-bottom:0.5rem;padding-bottom:var(--menu-y-pad, 0.5rem)}.mobile-nav-outer.no-icons:not(.no-titles) .mobile-nav--item i{display:none}.mobile-nav-outer.no-icons:not(.no-titles) salla-cart-summary{display:none}@media only screen and (max-width: 767px){body.hide-mob-header-cart.mobile_nav_cart_on .store-header #s-cart-icon,body.hide-mob-header-cart.mobile_nav_cart_on .store-header .s-cart-summary-count{display:none}body.hide-mob-header-cart.mobile_nav_cart_on.mob-nav-home-only .store-header #s-cart-icon,body.hide-mob-header-cart.mobile_nav_cart_on.mob-nav-home-only .store-header .s-cart-summary-count{display:block}body.hide-mob-header-cart.mobile_nav_cart_on.mob-nav-home-only.index .store-header #s-cart-icon,body.hide-mob-header-cart.mobile_nav_cart_on.mob-nav-home-only.index .store-header .s-cart-summary-count{display:none}}.mobile-nav-outer.no-titles .mobile-nav--item span{display:none}.mobile-nav-outer.no-titles .mobile-nav--item i{margin-bottom:0}body .header-signInBtn{display:none}body .store-header #trigger-slot{display:none}@media only screen and (min-width: 767px){#app.user--left-only .store-header .hdi-btn-left{display:flex}#app.user--left-only .store-header .user-menu-left #trigger-slot{display:block}#app.user--right-only .store-header .hdi-btn-right{display:flex}#app.user--right-only .store-header .user-menu-right #trigger-slot{display:block}}@media only screen and (max-width: 767px){#app.mob-user--left-only .store-header .user-menu-left #trigger-slot,#app.mob-user--left-only .store-header .hdi-btn-left{display:block}#app.mob-user--right-only .store-header .user-menu-right #trigger-slot,#app.mob-user--right-only .store-header .hdi-btn-right{display:block}.hide-user-header#app.app-body .store-header .user-menu-right #trigger-slot,.hide-user-header#app.app-body .store-header .user-menu-left #trigger-slot,.hide-user-header#app.app-body .store-header .header-signInBtn{display:none}.mobile-nav-is-on .s-user-menu-toggler .s-user-menu-dropdown{padding-bottom:100px;padding-bottom:calc(var(--mobile-nav-height) + 10px)}.mobile-nav .s-cart-summary-content{display:none}.mobile-nav .s-cart-summary-wrapper{color:inherit}[dir=rtl] .mobile-nav .s-cart-summary-count{top:-0.375rem;right:-0.75rem}[dir=ltr] .mobile-nav .s-cart-summary-count{left:1.025rem;top:-0.5rem}}.article_image{position:absolute;left:0;top:0;height:100%;width:100%;background-size:100% auto;background-size:cover;background-repeat:no-repeat;background-position:center}.s-blog--slider .s-blog--slider--title,.s-blog--slider .s-slider-block__title-right{color:#222222;color:var(--title-color, #222222)}#app .s-blog--slider .s-slider-container .swiper-slide{width:80%;max-width:400px}@media only screen and (max-width: 492px){#app .s-blog--slider .s-slider-container .swiper-slide{width:250px;max-width:400px}#app .only-one-post.s-blog--slider .s-slider-container{padding:0}}.index .scroll-progress-wrapper.home_only{display:block !important}.scroll-progress-wrapper.every_page{display:block !important}.scroll-progress-wrapper{background-color:#ffffff;background-color:var(--color-secondary, #ffffff);border-radius:5rem;z-index:999;cursor:pointer;transition:.4s all;visibility:hidden;opacity:0;bottom:-30px;transition:.4s .6s}.scroll-progress-wrapper.pos-left{left:1rem;right:auto}.scroll-progress-wrapper.pos-right{left:auto;left:initial;right:1rem}@media only screen and (min-width: 1024px){.scroll-progress-wrapper.pos-left{left:2rem;right:auto}.scroll-progress-wrapper.pos-right{left:auto;left:initial;right:2rem}}.scroll-progress-wrapper.active{bottom:2rem;bottom:calc(var(--mobile-nav-height) + 1rem);visibility:visible;opacity:1}.scroll-progress-wrapper path{fill:none;stroke:#454454;stroke:var(--color-primary, #454454);stroke-width:4;box-sizing:border-box}.scroll-progress-wrapper:after{position:absolute;content:"";width:100%;height:100%;font-family:"sallaicons";left:0;top:0;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:10rem;border:2px solid #eee;z-index:-1}#app.progress_scroll_is_right .wa-widget{left:1rem;right:auto}.wa-widget{transition:.4s .6s;background-color:#44d35f;bottom:2rem;bottom:calc(var(--mobile-nav-height) + 1rem);z-index:999}.wa-widget-outer.wa-home_only{display:none}.index .wa-widget-outer.wa-home_only{display:flex}@media only screen and (min-width: 1024px){#app.progress_scroll_is_right .wa-widget{left:2rem;right:auto}}@media only screen and (max-width: 640px){.product-single.is-sticky-product-bar .wa-widget,.product-single.is-sticky-product-bar .scroll-progress-wrapper{bottom:calc(var(--mobile-nav-height) + 6.5rem)}}#app.preview-is-on .wa-widget,#app.mm-ocd-opened .wa-widget,#app:not(.show-wa-widget) .wa-widget,#app:not(.show-scroll-progress) .scroll-progress-wrapper,#app:not(.show-mobile-nav) .mobile-nav,#app:not(.show-mobile-nav) .mobile-nav-inner,#app.preview-is-on .scroll-progress-wrapper,#app.usr-m-open .scroll-progress-wrapper,#app.modal-is-open .scroll-progress-wrapper,#app.modal-is-open .wa-widget,#app.usr-m-open .wa-widget,#app.mm-ocd-opened .scroll-progress-wrapper{transition:.5s;visibility:hidden;opacity:0}.index .h-only{display:flex}.show-mobile-nav .mobile-nav{display:flex}.btn-gradient{background:linear-gradient(45deg, var(--gradient-second), var(--gradient-first)) !important;border-width:0 !important;color:var(--gradient-text-color) !important}#app .tab-trigger.is-active:hover{opacity:1}#mobile-menu .menu__bg{min-width:2rem;min-height:2rem;background-position:center;flex-shrink:0;height:60px;height:var(--item-height, 60px);width:60px;width:var(--item-width, 60px);background-color:#efe;background-color:var(--item-bg-color, #efe);background-repeat:no-repeat}#mobile-menu .blog-or-offers>a{display:flex;justify-content:flex-start;align-items:center}.product-index .categ-entry .img-outer{background-color:transparent;background-color:var(--item-bg-color, transparent)}.mm-spn li:before{top:50%}.know-more.know-more-small-shape{padding:0 2rem}.know-more.know-more-small-shape .know-more-inner{border-radius:1.5rem}.know-more-inner{background-color:transparent;background-color:var(--bg-color, transparent);color:#444442;color:var(--text-color, #444442)}.know-more-inner .more-btn a{color:transparent;color:var(--bg-color, transparent);background-color:#444442;background-color:var(--text-color, #444442)}@media only screen and (max-width: 492px){.know-more.know-more-small-shape{padding:0 1rem}}.before-after-wrapper .switch-img{border-top-left-radius:inherit;border-top-right-radius:inherit;height:var(--height)}.before-after-wrapper .before-after__images{border-radius:inherit}@media only screen and (min-width: 767px){body:not(.norm-b-a) .before-after-wrapper{width:66vmin;margin:auto}}#app:not(.norm-p-op-clr) .s-product-options-colors-wrapper input[type=radio]+label span:after{border:2px solid #111}.before-after__handle .b-a-switch input{width:0;height:0;opacity:0}.before-after__handle .b-a-switch .b-a-slider{position:absolute;left:0;right:0;top:0;bottom:0;border:2px solid #fff;background-color:rgba(214,214,214,.6);border-radius:300px}.before-after__handle .b-a-switch .b-a-slider:after{position:absolute;content:"";height:20px;width:20px;background-color:#fff;border-radius:300px;left:4px;bottom:3px;transition:.35s cubic-bezier(0.42, 0.97, 0.52, 1.49);transform:translateX(0)}.s-block-before-after.on .before-after__handle .b-a-switch .b-a-slider:after{transform:translateX(18px)}.s-block-before-after.on .before-after__handle .b-a-switch .b-a-slider{background-color:#4ee166}.before-after__btn--after{opacity:.3}.before-after__btn--before{opacity:1}.s-block-before-after.on .before-after__btn--after{opacity:1}.s-block-before-after.on .before-after__btn--before{opacity:.3}.s-block-before-after.on #switch_img_1{display:block}.s-block-before-after.on #switch_img_2{display:none}.before-after__handle .b-a-switch{position:relative;margin:0 18px;width:50px;height:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;display:block}.before-after__btns-wrapper{display:flex;justify-content:center;align-items:center;padding:.7rem 1rem}.index.home-old-dark .s-block--special-products .tab-trigger.is-active button{--color-primary: #fff}.index.home-old-dark .s-block--testimonials,.index.home-old-dark .s-block--testimonials .s-block__display-all,.index.home-old-dark .s-block--features .s-block--features__item p,.index.home-old-dark .s-block--features .s-block--features__item h4,.index.home-old-dark .s-block__title .s-block__display-all,.index.home-old-dark .s-block__title,.index.home-old-dark salla-products-slider .color-danger,.index.home-old-dark salla-products-slider .product-subtitle,.index.home-old-dark salla-products-slider .title--primary,.index.home-old-dark salla-products-slider .s-slider-block__title,.index.home-old-dark .s-block--special-products .product-subtitle,.index.home-old-dark .s-block--special-products .product-block__info,.index.home-old-dark .s-block--special-products .color-danger,.index.home-old-dark .s-products-list-wrapper:not(.s-products-list-horizontal-cards),.index.home-old-dark .s-products-slider-slider .product-block__info .price-wrapper,.index.home-old-dark salla-products-slider .s-slider-block__display-all{color:#fff}.index.home-old-dark .s-block--testimonials .testimonials-slider .testimonial{background-color:rgba(0,0,0,0)}.s-products-slider-slider .product-block__info .price-wrapper{font-weight:600}[style*=background]{background-position:center}.aali-map iframe{width:100%;height:300px;margin-bottom:4rem;border-radius:1rem}@media only screen and (min-width: 992px){.aali-map iframe{height:700px}}.product-banners .swiper.s-slider-container{padding-left:0;padding-right:0}.product-banners .swiper img{border-radius:inherit}[data-coupon]{cursor:pointer}#app{--header-top: 0}.after\:opacity-zero:after{opacity:0}.index#app .s-block-fullscreen-banners .bg__image{height:75vh;height:80vh;height:var(--fs-desk-height, 80vh);min-height:10vh}@media only screen and (min-width: 492px)and (max-width: 1024px){.index#app .s-block-fullscreen-banners .bg__image{height:90vh;height:var(--fs-tablet-height, 90vh);min-height:10vh}}@media only screen and (max-width: 492px){.index#app .s-block-fullscreen-banners .bg__image{height:90vh;height:var(--fs-mob-height, 90vh);min-height:10vh}}#app .s-product-card-horizontal{border-radius:8px;border-radius:var(--product-radius, 8px)}[dir=rtl] .s-product-card-horizontal .s-product-card-image{border-top-right-radius:8px;border-top-right-radius:var(--product-radius, 8px);border-bottom-right-radius:8px;border-bottom-right-radius:var(--product-radius, 8px)}[dir=ltr] .s-product-card-horizontal .s-product-card-image{border-top-left-radius:8px;border-top-left-radius:var(--product-radius, 8px);border-bottom-left-radius:8px;border-bottom-left-radius:var(--product-radius, 8px)}.tabs-wrapper{border-radius:8px;border-radius:var(--product-radius, 8px)}.index section.nbg,.index section.nbg .special-testimonial,l .index section.nbg .s-block--features__item,.index section.nbg .know-more-inner,.index section.nbg .faq-item,.index section.nbg .ad-ul{background-color:rgba(0,0,0,0) !important}.index section.nbg .faq-item,.index .s-block--categories.nbg .slide--cat-entry{border:none}.gallery-item{margin-top:3rem;margin-top:var(--y-gap, 3rem)}.cart-banner a img{border-radius:inherit}@media only screen and (max-width: 492px){.h-icon-size-xl salla-user-menu .s-user-menu-trigger-avatar{width:1.6rem;height:1.6rem}.h-icon-size-2xl salla-user-menu .s-user-menu-trigger-avatar{width:1.9rem;height:1.9rem}}#app .mm-ocd .mm-ocd__content,#app .mm-ocd .mm-ocd__content #mobile-menu{background-color:var(--sidebar-bg-color) !important;color:var(--sidebar-text-color) !important}@media only screen and (max-width: 380px){.product-single button.s-quick-buy-button{padding:.44rem .6rem;font-size:.85rem}.product-single .s-quantity-input-container{height:2.2rem}.product-single .s-quantity-input-button{width:2.2rem}.s-quantity-input-input,.salla-input-quantity-pp .s-quantity-input-input{width:2rem}.product-single salla-add-product-button .s-button-primary,salla-comment-form .s-comment-form-action .s-button-element{padding-top:.4rem;padding-bottom:.47rem}.product-single:not(.rev-quk-btn-h) salla-add-product-button salla-mini-checkout-widget{--salla-fast-checkout-button-height: 34px}[dir=rtl] .is-sticky-product-bar .sticky-product-bar salla-add-product-button{margin-right:1rem}}@media only screen and (max-width: 350px){.product-single button.s-quick-buy-button{font-size:.7rem}}.prod-single-centered .p-share{justify-content:center}@media only screen and (max-width: 767px){.mob\:justify-center{justify-content:center}.prod-single-centered{text-align:center}.prod-single-centered+.similar-products .s-slider-block__title{text-align:center;justify-content:center}.prod-single-centered+.similar-products .s-slider-block__title .s-slider-block__title-right,.prod-single-centered+.similar-products .s-slider-block__title .s-slider-block__title-right h2{padding-left:0;padding-right:0}.preview-centered .preview__inner{text-align:center}.preview-centered .pm-content__title{margin-top:1rem}.preview-centered .preview--more-btn{justify-content:center !important}.preview-centered .prodContentTop{justify-content:center}.prod-indx-cntrd[class*=product-index] .container h1{text-align:center}.prod-indx-cntrd[class*=product-index] .index-inner .center-between{justify-content:center}.prod-indx-cntrd[class*=product-index] salla-products-slider .s-slider-block__title{justify-content:center;flex-direction:column}.prod-indx-cntrd[class*=product-index] salla-products-slider .s-slider-block__title .s-slider-block__title-right{margin-bottom:.4rem}.prod-indx-cntrd[class*=product-index]:not(.index) salla-products-slider .s-slider-block__title *{padding-left:0;padding-right:0}}[class*=product-index] .sub-slider .s-slider-block__title{margin-top:2.8rem}@media only screen and (max-width: 1200px){#app .app-inner .has-x-pad{padding-left:0px;padding-left:var(--x-pad, 0px);padding-right:0px;padding-right:var(--x-pad, 0px)}}.enhanced-features.anmt-up-down i,.enhanced-features.anmt-up-down img{animation:up-down ease-in-out 7s infinite}.enhanced-features.anmt-scale i,.enhanced-features.anmt-scale img{animation:anmt-scale ease 5s infinite}#app .enhanced-features .feature-icon{overflow:visible;overflow:initial}.enhanced-features.anmt-up-down .feature-icon>img{-o-object-fit:cover;object-fit:cover}.dark #app .enhanced-features .feature-icon[style*=transp]{background-color:rgba(0,0,0,0) !important}.dark #app .enhanced-features .s-block--features__item[style*=transp]{background-color:rgba(0,0,0,0) !important}.enhanced-features .grid{gap:20px;gap:var(--f-gap, 20px)}.enhanced-features .feature-icon{min-width:2rem;min-height:2rem;width:4rem;width:var(--f-width, 4rem);height:4rem;height:var(--f-height, 4rem)}body .s-block--features__item .feature-icon i{font-size:3rem;font-size:4rem;font-size:var(--f-width, 4rem);font-size:calc(2rem/2 + 2rem/2);font-size:calc(var(--f-width, 2rem)/2 + var(--f-height, 2rem)/2)}.enhanced-features .grid>.items-center{text-align:center}.enhanced-features.icons-floating{overflow:visible;overflow:initial}.enhanced-features.icons-floating .s-block--features__item{padding-top:3rem}.enhanced-features.icons-floating .feature-icon{position:absolute;top:-2.2rem}.enhanced-features.icons-floating .features--title-outer{margin-bottom:0px;margin-bottom:var(--title-y-space, 0px)}@keyframes up-down{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}100%{transform:translateY(-10px)}}@keyframes anmt-scale{0%{transform:scale(0.9)}50%{transform:scale(1.2)}100%{transform:scale(0.9)}}.tabs{overflow-y:hidden !important}.tabs{display:flex;flex-direction:row;-ms-overflow-style:none;overflow-x:scroll;scrollbar-width:none;gap:.7rem}body:not(.normal-menu) .header-inner-wrapper{padding-top:.5rem;padding-bottom:.5rem}.mm-ocd__backdrop{transition:.1s all}.s-search-modal .s-modal-overlay,.s-user-menu-toggler.opened::before,.s-modal-overlay,.mm-ocd__backdrop{backdrop-filter:blur(18px);background:rgba(0,0,0,.1)}.product-block .btn--add-to-cart{align-self:center}body .preview-btn-down span:empty{display:none}body.small-atc#app .preview-btn-down{height:2.25rem;border-radius:12px}@media only screen and (max-width: 1024px){.app-body .mm-ocd--open .mobile-menu{display:block}}.dark .s-offer-modal-header-icon,.dark .s-modal-sub-title,.dark .s-modal-sub-title,.dark .s-offer-modal-remember-label,.dark .s-offer-modal-product-name,.dark .s-offer-modal-product .s-offer-modal-btn-wrap .s-button-primary-outline,.dark .s-modal-title{color:var(--dm-text-main)}.dark .s-offer-modal-header-icon svg{fill:var(--dm-text-main)}.dark .i-force .form-input,.dark .i-force .s-comment-form-input,.dark .i-force .s-login-modal-input,.dark .i-force .s-product-availability-input,.dark .i-force .s-verify-input,.dark .i-force .tel-input,.dark .i-force input,.dark .i-force select,.dark .i-force textarea{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important}.dark .i-force input::-moz-placeholder{color:var(--dm-text-main) !important}.dark .i-force input::placeholder{color:var(--dm-text-main) !important}.dark #app form label,.dark #app .form-label,.dark .form .iti__selected-dial-code{color:var(--dm-text-main)}.dark .form .iti__arrow:after{filter:invert(1)}.dark .iti__country-list{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important}.dark .s-table tbody tr .mobile-title{color:var(--dm-text-main)}.dark .s-button-dark-link{color:var(--dm-text-main)}body[class*=blog-index]:not(.cls-79) .dropdown-toggler.is-opened:before{backdrop-filter:blur(18px);background:rgba(0,0,0,.1)}.mm-ocd__backdrop{z-index:1;width:100%}.modal-is-open .scroll-progress-wrapper,.modal-is-open .wa-widget-outer{visibility:hidden !important;transition:all .3s .1s !important}@media only screen and (max-width: 767px){.ocd-bottom .ocd-categs.mm-ocd{z-index:40}.ocd-bottom .ocd-categs .mm-ocd__content{top:28vh;--categ-menu-top: 28vh;top:calc(28vh - 50px);top:calc(var(--categ-menu-top, 30vh) - var(--categ-menu-bottom-top-added, 50px));bottom:0;padding-bottom:calc(20px + .4rem);padding-bottom:calc(var(--mobile-nav-height, 20px) + .4rem);width:100%;max-width:100%}#app.ocd-bottom .ocd-categs .mm-ocd__content{transform:translate3d(0%, 110%, 0)}#app.ocd-bottom .header-inner-wrapper .close-mobile-menu{display:none}#app.ocd-bottom .ocd-categs.mm-ocd--open .mm-ocd__content{transform:translate3d(0, 0, 0)}.mobile-nav-is-on.mob-hide-burg-m:not(.mob-nav-home-only) .store-header .mburger{display:none !important}}.mm-ocd-opened .mobile-nav-bottom-btn-close{display:block}.categ-pointer-none{pointer-events:none}.mobile-nav-gradient{background:linear-gradient(45deg, var(--gradient-second), var(--gradient-first)) !important;border-width:0 !important;color:var(--gradient-text-color) !important}.header-small-shape #mainnav.fixed-pinned .inner{width:94%;margin:auto;margin:10px auto 0;border-radius:8px;box-shadow:0 3px 9px 0 rgba(0,0,0,.25)}#app{background-size:100% auto;background-position:center;background-repeat:repeat-y}#app.fix-scrl-up.modal-is-open{position:relative}body.p-sub-last custom-salla-product-card .product-title{display:flex;flex-direction:column}body.p-sub-last custom-salla-product-card .product-title p.product-subtitle{order:2}.p-out-last .is-out{order:2}.p-out-last .is-out--slider{order:2}@media only screen and (min-width: 1024px){.srch--search-bar-only .header-inner-wrapper .search-btn{display:none}.srch--icon-only .top-navbar .header-search{display:none}body.header-logo-centered.hdr-lgo-cntr-mob-only:not(.normal-menu) .header-logo-wrapper{order:initial}}#app.index .salla-advertisement:not(.hidden)~.store-header{--header-top: 40px}#app.index .salla-advertisement[style*="opacity: 0;"]~.store-header{--header-top: 0}body#app.btns-gradient .product-block .aaliicon-add-to-cart-outer .s-button-text:before{color:var(--gradient-text-color)}.dark body#app.btns-gradient .product-block .aaliicon-add-to-cart-outer .s-button-text:before{color:var(--gradient-text-color)}#app.add-to-cart-bg-trans salla-add-product-button button[product-id].s-button-primary{background-color:rgba(0,0,0,0)}body#app .product-block .aaliicon-add-to-cart-outer .s-button-text:before{color:#eeeeee;color:var(--atc-text-color, #eeeeee)}#app salla-add-product-button button[product-id].s-button-primary{background-color:#222222;background-color:var(--atc-bg-color, #222222);color:#eeeeee;color:var(--atc-text-color, #eeeeee);border-color:#ffffff;border-color:var(--atc-border-color, #ffffff)}salla-add-product-button button.s-button-element{border-radius:4px;border-radius:var(--add-to-cart-radius, 4px)}.product-block__info .btn--add-to-cart.disabled{border-radius:4px;border-radius:var(--add-to-cart-radius, 4px)}.product-block .badge{background-color:red;background-color:var(--badge-bg-color, red);color:#ffffff;color:var(--badge-text-color, #ffffff);z-index:9;font-size:0.6rem;font-size:var(--badge-size, 0.6rem);max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden}.badge.absolute:not(.sale-ratio-wrapper){padding:.6em .8em;max-width:calc(100% - 50px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;height:auto}.product-block__thumb:not(.s-product-card-image) .badge{border-top-right-radius:8px;border-top-right-radius:var(--product-radius, 8px);border-bottom-left-radius:8px;border-bottom-left-radius:var(--product-radius, 8px)}.product-block__thumb.s-product-card-image .badge{border-radius:0}body.p-border-on custom-salla-product-card.product-block .product-block__info{padding-bottom:6px;padding-bottom:var(--atc-b-space, 6px)}body.p-border-on custom-salla-product-card.product-block .btn--add-to-cart,body.p-border-on custom-salla-product-card.product-block .showPreviewBtn.preview-btn-down{width:calc(100% - 12px);width:calc(100% - var(--atc-x-space, 12px));margin-left:auto;margin-right:auto;height:2rem}body.p-border-on .p-preview-down .product-block .btn--add-to-cart{order:5}#app.cntr-menu-title .mm-spn.mm-spn--navbar::after{width:100%;text-align:center}#app.prod-ratio-on{--product-size: calc(var(--product-ratio) * 100%)}#app:not(.prod-ratio-on){--product-size: 100%}.product-block__thumb:not(.s-product-card-image) img{border-radius:8px;border-radius:var(--product-radius, 8px)}.s-block-count-down .s-product-card-horizontal{border-radius:8px;border-radius:var(--product-radius, 8px);overflow:hidden}#app .s-block-count-down.type-product .s-product-card-image a img{-o-object-fit:cover;object-fit:cover;-o-object-fit:var(--obj-fit, cover);object-fit:var(--obj-fit, cover)}.s-block-count-down.type-product .s-product-card-content{background-image:var(--bg-img);background-size:cover;background-position:center;padding-bottom:.2rem}.has-bg-in-content .s-button-primary{background-color:rgba(0,0,0,0);color:var(--cd-clr);border-color:var(--cd-clr)}.s-block-count-down.type-product .s-product-card-content .color-danger,.s-block-count-down.type-product .s-product-card-content .product-title{color:var(--cd-clr)}.s-block-count-down.type-product .s-product-card-content .pc-t{color:var(--cd-clr)}.s-block-count-down.type-product .s-count-down-item-value,.s-block-count-down.type-product .s-count-down-item-label{color:var(--cd-clr)}@media only screen and (max-width: 767px){.s-block-count-down.type-product.veritcal-mobile .s-product-card-horizontal{flex-direction:column;margin:auto;max-width:450px}.s-block-count-down.type-product.veritcal-mobile .s-product-card-horizontal .s-product-card-image{width:100%;height:100%}}body .s-product-card-horizontal .s-product-card-image{width:calc(var(--horz-pro-width) + 7rem)}@media only screen and (min-width: 992px){body .s-product-card-horizontal .s-product-card-image{width:calc(var(--horz-pro-width)*1.9 + 9rem)}}html.dark .product-single .preview__inner .total-price{color:var(--preview-text-color) !important}.modal-is-open .mobile-nav-inner{visibility:hidden !important}.modal-is-open .scroll-progress-wrapper,.modal-is-open .wa-widget-outer{visibility:hidden !important;transition:all .3s .1s !important}.dark .s-login-modal-tab .iti__flag-container{color:var(--dm-text-sec) !important}.dark body[class*=product-index] .s-block--testimonials .testimonial{background-color:var(--dm-bg-sec) !important}.dark #btn-show-more{color:var(--dm-text-main) !important;background-color:rgba(0,0,0,0) !important}.small-atc custom-salla-product-card .before-price{display:block}#app.quantity-gradient .s-quantity-input-button,#app.btns-gradient .btn-gradient,#app.btns-gradient .tab-trigger.is-active,#app.btns-gradient .tab-trigger.is-active>button,#app.btns-gradient .s-button-primary,#app.btns-gradient .btn--primary,#app.awesome-btn-gradient .s-block-awesome-btn button,#app.fs-btn-gradient .fs_banners_btn,#app.f-icon-gradient .feature-icon{background:linear-gradient(45deg, var(--gradient-second), var(--gradient-first)) !important;border-width:0 !important;color:var(--gradient-text-color) !important;fill:var(--gradient-text-color) !important}#app .s-block-special-testimonials .bigger-80 .special-testimonial__inner{height:160px;height:calc(70px + var(--bigger-h)*.56px)}@media only screen and (min-width: 640px){.s-block-special-testimonials .bigger-80 .special-testimonial__inner{height:calc(70px + var(--bigger-h)*.65px)}}@media only screen and (min-width: 992px){.s-block-special-testimonials .bigger-80 .special-testimonial__inner{height:calc(70px + var(--bigger-h)*.4px)}}.s-block-special-testimonials .bigger-80 .special-testimonial__text{justify-content:center}#app .swal2-container{top:6rem}.small-atc custom-salla-product-card.is-out .btn--add-to-cart.disabled{visibility:hidden}#app .s-product-options-colors-wrapper .s-product-options-colors-item{margin-left:.6rem;margin-right:.6rem;width:auto}@media only screen and (max-width: 492px){.cntr .s-block--features__item:first-of-type{grid-column:span 2 !important}}html:not(.dark) .product-single .p-price.t-red,html:not(.dark) .product-single .total-price.t-red{color:#ef4444;color:var(--red-color, #ef4444)}.mob-n-li span{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{font-size:.8rem;margin-left:0;display:inline-block}[dir=rtl] .product__description ol,[dir=rtl] .product__description ul{margin-right:22px}[dir=ltr] .product__description ol,[dir=ltr] .product__description ul{margin-left:22px}body:not(.line-brk) .product__description{line-break:anywhere}.dark .cart:not(.norm-loy) .shadow-default.mb-5.rounded-md.xs\:p-7{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important}.dark .cart:not(.norm-loy) salla-modal .s-loyalty-prize-item,.dark .cart:not(.norm-loy) salla-modal salla-list-tile .s-list-tile-item,.dark .cart:not(.norm-loy) .shadow-default.mb-5.rounded-md.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0) !important;color:var(--dm-text-main) !important}.dark .cart:not(.norm-loy) salla-modal .s-loyalty-prize-item .s-loyalty-prize-item-subtitle{color:var(--dm-text-sec) !important}.dark body:not(.norm-loy) .s-loyalty-header-subtitle{color:var(--dm-text-main) !important}.dark body:not(.norm-loy) .s-modal-wrapper .s-tabs-header-item:not(.s-tabs-active){background-color:#272628 !important;background-color:var(--color-primary-d) !important}#app .s-block--slider-with-bg .s-slider-block__display-all{padding-left:1rem;padding-right:1rem}.s-block--features__item{color:var(--color-primary-reverse)}.shine-effect .banner-entry{overflow:hidden !important}.shine-effect .banner-entry:before{content:"";display:block;position:absolute;background:hsla(0,0%,100%,.22);top:0;left:0;width:100%;height:100%;z-index:4;transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);transition:transform .46s ease-in-out}body:not(.cls-shine-1) .shine-effect .banner-entry:before{width:160%}.shine-effect .banner-entry:hover:before{transform:scale3d(1.85, 1.44, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)}body#app .mm-ocd .mm-ocd__content,body#app .mm-ocd .mm-ocd__content #mobile-menu{border-top-left-radius:0 !important;border-top-left-radius:var(--menu-radius, 0) !important;border-bottom-left-radius:0 !important;border-bottom-left-radius:var(--menu-radius, 0) !important}#app.desk-menu-like-mob .mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:3rem !important}[dir=rtl] .product__description ol,[dir=rtl] .product__description ul{margin-right:22px}[dir=ltr] .product__description ol,[dir=ltr] .product__description ul{margin-left:22px}.dly:nth-of-type(0){--animate-duration: 800ms;--animate-delay: 0.2s}.dly:nth-of-type(1){--animate-duration: 800ms;--animate-delay: 0.35s}.dly:nth-of-type(2){--animate-duration: 750ms;--animate-delay: 0.425s}.dly:nth-of-type(3){--animate-duration: 850ms;--animate-delay: 0.47s}.dly:nth-of-type(4){--animate-duration: 700ms;--animate-delay: 0.55s}.dly:nth-of-type(5){--animate-duration: 700ms;--animate-delay: 0.65s}body:not(.cls-80) .aali-animation{animation-direction:alternate}.s-block--fixed-banner.no-bg img{background-color:rgba(0,0,0,0)}html .app-body.app-body-2 .order-0{order:0}html .app-body.app-body-2 .order-1{order:1}html .app-body.app-body-2 .order-2{order:2}html .app-body.app-body-2 .order-3{order:3}html .app-body.app-body-2 .order-4{order:4}html .app-body.app-body-2 .order-5{order:5}html .app-body.app-body-2 .order-6{order:6}html .app-body.app-body-2 .order-7{order:7}html .app-body.app-body-2 .order-8{order:8}html .app-body.app-body-2 .order-9{order:9}html .app-body.app-body-2 .order-10{order:10}html .app-body.app-body-2 .order-11{order:11}html .app-body.app-body-2 .order-12{order:12}html .app-body.app-body-2 .order-13{order:13}html .app-body.app-body-2 .order-14{order:14}html .app-body.app-body-2 .order-15{order:15}html .app-body.app-body-2 .order-16{order:16}html .app-body.app-body-2 .order-17{order:17}html .app-body.app-body-2 .order-18{order:18}html .app-body.app-body-2 .order-19{order:19}html .app-body.app-body-2 .order-20{order:20}html .app-body.app-body-2 .order-21{order:21}html .app-body.app-body-2 .order-22{order:22}html .app-body.app-body-2 .order-23{order:23}html .app-body.app-body-2 .order-24{order:24}html .app-body.app-body-2 .order-25{order:25}html .app-body.app-body-2 .\!order-0{order:0 !important}html .app-body.app-body-2 .\!order-1{order:1 !important}html .app-body.app-body-2 .\!order-2{order:2 !important}html .app-body.app-body-2 .\!order-3{order:3 !important}html .app-body.app-body-2 .\!order-4{order:4 !important}html .app-body.app-body-2 .\!order-5{order:5 !important}html .app-body.app-body-2 .\!order-6{order:6 !important}html .app-body.app-body-2 .\!order-7{order:7 !important}html .app-body.app-body-2 .\!order-8{order:8 !important}html .app-body.app-body-2 .\!order-9{order:9 !important}html .app-body.app-body-2 .\!order-10{order:10 !important}html .app-body.app.body-2 .\!order-11{order:11 !important}html .app-body.app-body-2 .\!order-12{order:12 !important}html .app-body.app-body-2 .\!order-13{order:13 !important}html .app-body.app-body-2 .\!order-14{order:14 !important}html .app-body.app-body-2 .\!order-15{order:15 !important}html .app-body.app-body-2 .\!order-16{order:16 !important}html .app-body.app.body-2 .\!order-17{order:17 !important}html .app-body.app-body-2 .\!order-18{order:18 !important}html .app-body.app-body-2 .\!order-19{order:19 !important}html .app-body.app-body-2 .\!order-20{order:20 !important}html .app-body.app-body-2 .\!order-21{order:21 !important}html .app-body.app.body-2 .\!order-22{order:22 !important}html .app-body.app.body-2 .\!order-23{order:23 !important}html .app-body.app-body-2 .\!order-24{order:24 !important}html .app-body.app.body-2 .\!order-25{order:25 !important}.prod-single-custom-mode .prod-main-content>*:nth-child(1){order:0}.prod-single-custom-mode .prod-main-content>*:nth-child(2){order:1}.prod-single-custom-mode .prod-main-content>*:nth-child(3){order:2}.prod-single-custom-mode .prod-main-content>*:nth-child(4){order:3}.prod-single-custom-mode .prod-main-content>*:nth-child(5){order:4}.prod-single-custom-mode .prod-main-content>*:nth-child(6){order:5}.prod-single-custom-mode .prod-main-content>*:nth-child(7){order:6}.prod-single-custom-mode .prod-main-content>*:nth-child(8){order:7}.prod-single-custom-mode .prod-main-content>*:nth-child(9){order:8}.prod-single-custom-mode .prod-main-content>*:nth-child(10){order:9}.prod-single-custom-mode .prod-main-content>*:nth-child(11){order:10}.prod-single-custom-mode .prod-main-content>*:nth-child(12){order:11}.prod-single-custom-mode .prod-main-content>*:nth-child(13){order:12}.prod-single-custom-mode .prod-main-content>*:nth-child(14){order:13}.prod-single-custom-mode .prod-main-content>*:nth-child(15){order:14}.prod-single-custom-mode .prod-main-content>*:nth-child(16){order:15}.prod-single-custom-mode .prod-main-content>*:nth-child(17){order:16}.prod-single-custom-mode .prod-main-content>*:nth-child(18){order:17}.prod-single-custom-mode .prod-main-content>*:nth-child(19){order:18}.prod-single-custom-mode .prod-main-content>*:nth-child(20){order:19}.prod-single-custom-mode .prod-main-content>*:nth-child(21){order:20}.prod-single-custom-mode .prod-main-content>*:nth-child(22){order:21}.prod-single-custom-mode .prod-main-content>*:nth-child(23){order:22}.prod-single-custom-mode .prod-main-content>*:nth-child(24){order:23}.prod-single-custom-mode .prod-main-content>*:nth-child(25){order:24}.prod-single-custom-mode .prod-main-content>*:nth-child(26){order:25}@media only screen and (min-width: 767px){#app .md\:order-0{order:0}#app .md\:order-1{order:1}#app .md\:order-2{order:2}#app .md\:order-3{order:3}#app .md\:order-4{order:4}#app .md\:order-5{order:5}#app .md\:order-6{order:6}#app .md\:order-7{order:7}#app .md\:order-8{order:8}#app .md\:order-9{order:9}#app .md\:order-10{order:10}}[dir=rtl] .header-innerLeft .text-xl+salla-cart-summary{margin-right:.3rem}body:not(.cls-80b) img.lazy*[data^=data]{transform:scale(1.1)}body:not(.cls-80b) img.lazy.loaded{opacity:1;transform:scale(1)}#app.index .s-products-list-wrapper.s-products-list-horizontal-cards{grid-template-columns:repeat(1, 1fr)}@media only screen and (min-width: 992px){#app.index .s-products-list-wrapper.s-products-list-horizontal-cards{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 767px){.before-after-wrapper{width:66vmin;margin:auto}}.pc-less-spaces custom-salla-product-card.product-block .title{line-height:normal}.fire .sold-times-wrapper .sicon-fire:before{display:none}.fire .sold-times-wrapper .sicon-fire{margin-top:-6px;display:inline-block;width:20px;height:20px;background-image:url("https://raw.githubusercontent.com/theme-aali/videos/main/aali/fire.svg");background-repeat:no-repeat;background-position:center}.hdr-srch-left .sicon-search{margin-bottom:-3px}#app .s-product-options-colors-wrapper input[type=radio]+label span:after{border:2px solid #111}.index#app #fullscreen-banner-0 .bg__image{height:80vh;height:var(--fs-desk-height, 80vh);min-height:10vh}@media only screen and (min-width: 492px)and (max-width: 1024px){.index#app #fullscreen-banner-0 .bg__image{height:90vh;height:var(--fs-tablet-height, 90vh);min-height:10vh}}@media only screen and (max-width: 492px){.index#app #fullscreen-banner-0 .bg__image{height:90vh;height:var(--fs-mob-height, 90vh);min-height:12vh}#app.prod_line_count_on.prod_vertical.p-line-count-mob-2.app-body.product-single .similar-products .s-products-slider-card{max-width:50%}}.store-header .sicon-search{vertical-align:middle;display:flex}.header-is-dark#app #mainnav .desktop-menu-item .sub-menu{background-color:var(--header-bg-color) !important;color:var(--header-text-color) !important}.custom-atc-text.atc-2#app .pm-content salla-add-product-button button[product-id].s-button-primary .s-button-text,.custom-atc-text.atc-2#app custom-salla-product-card salla-add-product-button button[product-id].s-button-primary .s-button-text{font-size:0}.custom-atc-text.atc-2#app .pm-content salla-add-product-button button[product-id].s-button-primary .s-button-text:after,.custom-atc-text.atc-2#app custom-salla-product-card salla-add-product-button button[product-id].s-button-primary .s-button-text:after{content:"إضافة للسلة";content:var(--custom-title1, "إضافة للسلة");font-size:.875rem;vertical-align:middle}.product-single.thumb-down .details-slider .s-slider-thumbs{position:static}body#app .s-block--features__item .feature-icon i{font-size:calc(2rem/3.5 + 2rem/3.5);font-size:calc(var(--f-width, 2rem)/3.5 + var(--f-height, 2rem)/3.5)}[dir=rtl] .header-innerLeft salla-cart-summary{margin-right:.7rem}@media only screen and (min-width: 1024px){.s-block--one-wide-banner .f{padding-left:10px;padding-right:10px}}#app.btns-gradient .s-button-primary:not(.dm-btn-in-bg-sec) .s-button-text{color:var(--gradient-text-color) !important}#app.btns-gradient.cart .cart-submit-wrap .s-button-element{border-radius:0}#app.btns-gradient .btn-gradient,body#app.btns-gradient .s-button-primary{background:linear-gradient(45deg, var(--gradient-second), var(--gradient-first)) !important;border-width:0 !important;color:var(--gradient-text-color) !important;fill:var(--gradient-text-color) !important}.dark .s-rating-stars-reviews{color:var(--dm-text-sec)}.s-block-awesome-btn button i{vertical-align:middle}.mob-user--left-only .header-signInBtn{order:initial}body.dm-icon-left .toggler-left{display:flex !important}#wa-widget-send-button{bottom:calc(var(--mobile-nav-height) + 1rem) !important}@media only screen and (max-width: 640px){body#app #wa-widget-send-button{bottom:calc(var(--mobile-nav-height) + 7rem) !important}}.s-block-division+.s-block{z-index:2}.prod-single-centered .ql-video{text-align:center}@media only screen and (max-width: 1024px){.prod-single-centered .ql-video{text-align:center;margin:auto}}.mySlider .brand-item img.bg-contain{-o-object-fit:contain;object-fit:contain}.mySlider .brand-item img:not(.bg-contain){-o-object-fit:cover;object-fit:cover}body .question-outer{font-family:inherit}.-mt-8{margin-top:-2rem}@media(max-width: 767px){.md\:-mt-8{margin-top:-2rem}}small-p-title custom-salla-product-card .title{margin-top:.2rem;margin-bottom:.1rem;line-height:normal}body:not(.cls7864) .store-header .sicon-shopping-basket{transform:scale(0.92)}.sq-awesome-banners .banner-outer .banner-texts .banner__title{line-height:normal}.product-block salla-rating-stars{display:flex;margin:.3rem 0}.s-cart-summary-wrapper .cart-sum-icon{transform:scale(0.85)}body:not(.cls-promotion1).product-single .sidebar .promotion-title{background-color:red;background-color:var(--badge-bg-color, red);color:#fff;color:#ffffff;color:var(--badge-text-color, #ffffff)}.p-card-centered .product-block salla-rating-stars{justify-content:center}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .color-danger{font-size:1rem}.hdr-small .top-navbar{padding:0}body#app.hide-img-btm-rad.p-border-on:not(.cls-8734gb) custom-salla-product-card.product-block .product-block__thumb:not(.s-product-card-image){border-bottom-right-radius:0;border-bottom-left-radius:0}.dark salla-products-slider .color-danger.t-red{color:#fff !important;color:var(--red-color, #fff) !important}.cntr-tit.s-block-special-testimonials .section-main-title{text-align:center}.cntr-tit.s-block--testimonials h2.section-main-title,.cntr-tit.s-block-special-testimonials h2.section-main-title{margin-left:auto;margin-right:auto;margin-bottom:0}.titles-line-underline{--underline-right: 0;--underline-bottom: 0.2rem;--underline-transform: translate(0%, 0)}.titles-line-underline .s-block--testimonials .section-main-title,.titles-line-underline .s-block-special-testimonials .block__title{position:relative;padding-bottom:.4rem}.titles-line-underline .s-block--testimonials .section-main-title:after,.titles-line-underline .s-block-special-testimonials .block__title:after{content:"";position:absolute;transform:var(--underline-transform);bottom:var(--underline-bottom);right:0;right:var(--underline-right, 0);width:100%;max-width:4rem;height:2px;background:#111111;background:var(--color-primary, #111111);height:var(--lines-height, 2px)}.titles-line-underline .animated-text-inner,.titles-line-underline .s-block--testimonials.cntr-tit,.titles-line-underline .s-block-special-testimonials.cntr-tit{--underline-right: 50%;--underline-bottom: 0.2rem;--underline-transform: translate(50%, 0)}.normal-menu.desk-menu-bold .main-menu li.root-level>a{font-weight:700}.dark .k-about-us{color:var(--dm-text-main)}.aali-products-tabs salla-products-slider+.s-block__title{margin-top:1rem}.index-outer,.index-inner,.index-inner>div.center-between{margin-top:.25rem}.product-index .banners-wrapper{margin-bottom:.5rem}.animated-text--subtitle{line-height:normal}#app #mc_embed_signup div#mce-responses{float:none;float:initial}.preview__inner{background-color:#fff;background-color:#ffffff;background-color:var(--preview-bg-color, #ffffff);left:0;right:0;top:0;bottom:0;position:fixed;width:85%;max-width:1050px;height:100%;max-height:60vh;z-index:999;margin:auto;justify-content:center;align-items:center;overflow-y:scroll;box-shadow:2px 2px 12px 4px rgba(0,0,0,.14);border-radius:12px;visibility:hidden;display:none;transform:translateY(190%)}.dark .preview__inner{background-color:var(--preview-bg-color) !important;color:var(--preview-text-color) !important}.dark .preview__inner{--preview-bg-color: var(--dm-menus-bg);--preview-text-color: var(--dm-menus-text)}.preview__inner .s-count-down-item-label,.preview__inner .form-label{color:inherit}.preview-centered .preview__inner .sticky-product-bar__quantity>.form-label:first-of-type{display:none}.preview-centered .preview__inner .sticky-product-bar__quantity .s-quantity-input-container{justify-content:space-between;width:100%}.preview-centered .preview__inner .sticky-product-bar__quantity .s-quantity-input{width:100%}.preview-centered .preview__inner .sticky-product-bar__quantity .s-quantity-input-input{border:none}.transitionPreview2 .pm-content>*{animation:go-right ease-in-out 1s}@keyframes go-right{0%{transform:translateX(-10%)}100%{transform:translateX(0%)}}#app .pm-content__price{animation-duration:1.1}#app .pm-content__description{animation-duration:1.1;animation-delay:.1s}#app .pm-content .product-form{animation-duration:1.3;animation-delay:.1s}.preview-modal.showPreview .preview__inner{visibility:visible;transition:.3s;display:flex}.preview-modal.transitionPreview .preview__inner{transform:translateY(0)}.preview-modal .btn--close{top:0;right:0;width:51px;height:51px;position:absolute;color:#000;border-radius:40px;background-color:#fff;font-size:1.3rem;margin:1rem;z-index:999;justify-content:center;align-items:center;transition:.3s;cursor:pointer}@media only screen and (min-width: 768px){.preview-modal .btn--close{width:35px;height:35px}}[dir=ltr] .preview-modal .btn--close{right:auto;left:0}.preview-modal .btn--close.preview__close_outer{position:fixed;background-color:#ef4444;color:#000;border-radius:0;left:0;right:auto;right:initial;transform:translateY(-120%);transition:.3s;margin:0}.preview-modal .s-quantity-input-input{background-color:rgba(0,0,0,0)}.preview-modal.showPreview .btn--close{display:flex}.preview-modal.showPreview .btn--close.preview__close_outer{display:flex}.preview-modal.transitionPreview .btn--close.preview__close_outer{transform:translateY(0)}.preview-modal .btn--close:hover{transform:scale(1.1)}.preview-modal .preview__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0);opacity:0;visibility:hidden;transition:all .4s ease;z-index:101;display:none}.preview-modal.showPreview .preview__overlay{display:block}.preview-modal.transitionPreview .preview__overlay{background:rgba(0,0,0,.5)}.showPreview{display:block}.preview-modal salla-slider .s-slider-container,.preview-modal salla-slider{max-width:450px;width:100%;height:100%;height:inherit}.preview-modal.showPreview .preview__overlay{opacity:1;visibility:visible}.showPreviewBtn.s-button-loader i::before{display:none}.showPreviewBtn{transition:.3s}.showPreviewBtn:not(.preview-btn-down):hover{transform:scale(1.14)}body .preview-btn-down{position:static;width:100%;margin:10px 0 0 0}.small-atc .preview-btn-down{margin-top:0}.small-atc custom-salla-product-card .before-price{display:block}.dark .show-more-bg #btn-show-more{color:var(--dm-text-main) !important;background-color:var(--dm-bg-sec) !important}body .s-modal-container{z-index:200}body:not(.small-atc) .preview-btn-down{margin-bottom:10px}.dark .s-login-modal-tab .iti__flag-container{color:var(--dm-text-sec) !important}.pm-content{padding:1rem;width:100%;justify-content:flex-start;display:flex;flex-direction:column;max-height:100%;overflow-y:auto}@media only screen and (max-width: 768px){.preview-modal .preview__inner{flex-direction:column;left:auto;left:initial;border-radius:0;bottom:auto;bottom:initial;height:100%;max-height:100vh;width:calc(100% - 51px)}.preview-modal .btn--close.preview__close_outer{z-index:999;color:#fff}.preview-modal .preview__inner{transition:.3s;transform:translateX(150%)}.preview-modal.transitionPreview .preview__inner{transform:translateX(0);justify-content:flex-start}.pm-content{padding:1rem 1rem 2rem;overflow-y:auto;overflow-x:hidden}}.showPreviewBtn{left:0;top:0;margin:10px;position:absolute;z-index:8;cursor:pointer;background:#fff;border-radius:100px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:1px solid #d2b3b3}#app .preview-modal .sticky-product-bar__price,#app .preview-modal .sticky-product-bar .form-label{display:flex}#app .preview-modal .sticky-product-bar__quantity,#app .preview-modal .sticky-product-bar__price{width:100%}.showPreviewBtn{left:0;top:0;margin:10px;position:absolute;z-index:8;cursor:pointer;background:#fff;border-radius:100px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:1px solid #d2b3b3}#app .preview-modal .sticky-product-bar__price,#app .preview-modal .sticky-product-bar .form-label{display:flex}#app .preview-modal .sticky-product-bar__quantity,#app .preview-modal .sticky-product-bar__price{width:100%}#app .preview__inner .sticky-product-bar{position:static;box-shadow:none;flex-direction:column}.preview__inner .s-count-down-text-center{display:none}.preview__inner .s-count-down-list{padding-left:.5rem;padding-right:.5rem}.preview__inner .s-count-down-end-text,.preview__inner .s-count-down-ended{display:none}body.preview-no-des .pm-content__description{display:none}.dark body .preview__inner{--preview-bg-color: var(--dm-menus-bg);--preview-text-color: var(--dm-menus-text);background-color:#ffffff;background-color:var(--preview-bg-color, #ffffff);color:#ffffff;color:var(--preview-text-color, #ffffff)}@media only screen and (max-width: 640px){.product-single.is-sticky-product-bar .sticky-product-bar .p-quan-container{display:flex}.pm-content salla-add-product-button{flex-wrap:wrap}.pm-content salla-add-product-button salla-quick-buy{margin-top:.8rem}}.pm-content salla-add-product-button .s-add-product-button-main,.sticky-product-bar salla-add-product-button .s-add-product-button-main{width:100%;display:flex;-moz-column-gap:1rem;column-gap:1rem;justify-content:space-between}.product-single .details-slider .s-slider-container .swiper-wrapper img{max-height:65vh;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 640px){.product-single .details-slider .s-slider-container .swiper-wrapper img{max-height:none;max-height:initial;-o-object-fit:cover;object-fit:cover}}.product-single#app .details-slider .s-slider-nav-arrow svg{fill:var(--svg-color)}.product-single .details-slider .s-slider-nav-arrow{background-color:#000;background-color:var(--color-primary, #000);--svg-color: var(--color-secondary, #fff)}.product-single .details-slider .s-slider-nav-arrow.swiper-button-disabled{background-color:#dcdcdc;--svg-color: #000}.product-single .details-slider .s-slider-thumbs{position:relative;top:-55px}.s-rating-stars-selected{fill:#f6973f}body:not(.is-sticky-product-bar) .p-quan-container{margin-top:.5rem}.s-product-options-option[data-option-type=color]{display:flex;flex-direction:column}.product-single .s-product-options-option-container .s-product-options-colors-item span{border-radius:.3125rem}.product-single .s-product-options-colors-wrapper input[type=radio]+label span:after{border-radius:.1125rem}body .s-slider-thumbs .s-slider-thumbs-container .swiper-slide{height:auto}salla-slider.details-slider .s-slider-block__title-nav{display:flex}[dir=rtl] .s-product-options-colors-wrapper .s-product-options-colors-item{margin-left:1px}.s-quantity-input-increase-button{background-color:var(--color-primary);color:#fff;color:var(--color-secondary, #fff)}.s-quantity-input-decrease-button{background-color:var(--color-secondary);color:var(--color-primary);fill:var(--color-primary)}.dark .s-quantity-input-decrease-button{fill:#ffffff;fill:var(--dm-text-main, #ffffff)}.s-quantity-input-increase-button{fill:#fff;fill:var(--color-secondary, #fff)}.s-quantity-input-button svg{fill:inherit}@media(min-width: 640px){.sticky-product-bar .sticky-product-bar__price{display:none !important}#app.is-sticky-product-bar .sticky-bar-price-on .sticky-product-bar__quantity{width:100%}}.is-sticky-product-bar .sticky-product-bar{transition:.5s .4s}.mobile-nav-is-on.show-mobile-nav.is-sticky-product-bar .sticky-product-bar{padding-bottom:100px !important;padding-bottom:calc(10px + var(--mobile-nav-height)) !important}.mobile-nav-is-on.show-mobile-nav.is-sticky-product-bar .sticky-product-bar{transition:.5s .6s}#app.product-single:not(.show-scroll-progress){--mobile-nav-height: 0px}.main-btn-with-shadow{background:var(--color-primary)}.product-single salla-add-product-button .s-button-primary,salla-comment-form .s-comment-form-action .s-button-element{background:var(--color-primary);color:var(--color-primary-reverse)}@media only screen and (max-width: 492px){.app-inner .s-comment-form-action .s-button-element{width:100%;color:#fff}.product-single .product-form salla-add-product-button .s-button-primary::before{color:#fff;color:var(--color-secondary, #fff)}}.product-block__info{display:flex;flex-direction:column}.p-card-centered .product-block .product-block__info{text-align:center}.gray-out-of-stock-img .product-block.is-out{filter:grayscale(0.7)}custom-salla-product-card .product-block__info .title{font-size:1rem;font-size:var(--product-title-font-size, 1rem)}custom-salla-product-card .product-block__info .product-subtitle{font-size:calc(1rem*.8);font-size:calc(var(--product-title-font-size, 1rem)*.8);line-height:90%}.product-block .btn--add-to-cart{padding:0}.product-block__thumb img{width:100%}custom-salla-product-card:not([horizontal=true]){height:100%;flex-direction:column;display:flex}custom-salla-product-card .product-block-outer{margin-top:auto}.product-block salla-button,.product-block salla-add-product-button,.product-block salla-add-product-button .s-button-btn,.product-block .btn--add-to-cart{width:100%}.product-subtitle{color:#8d8d8d}.my-bg-light{border-radius:.3125rem 0rem 0rem .3125rem;background:rgba(244,12,26,.08);padding:1rem;color:#f40c1a;font-weight:600}#app .product-block__thumb:not(.s-product-card-image) .thumb-wrapper{padding-top:70%;padding-top:var(--product-size, 70%);height:0}#app .product-block__thumb:not(.s-product-card-image) .thumb-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}#app.product-ratio-unset .product-block__thumb:not(.s-product-card-image) .thumb-wrapper{height:auto;padding-top:0}#app.product-ratio-unset .product-block__thumb .thumb-wrapper img{position:static;position:initial}#app.product-card-cover .product-block__thumb img{-o-object-fit:cover;object-fit:cover}#app.product-card-contain .product-block__thumb img{-o-object-fit:contain;object-fit:contain}custom-salla-product-card.s-product-card-entry,custom-salla-product-card .s-product-card-horizontal .s-product-card-image{background-color:rgba(0,0,0,0)}.swiper-wrapper .s-products-slider-card:nth-of-type(2) .product-block{animation-delay:.1s}.swiper-wrapper .s-products-slider-card:nth-of-type(3) .product-block{animation-delay:.2s}.swiper-wrapper .s-products-slider-card:nth-of-type(4) .product-block{animation-delay:.3s}.swiper-wrapper .s-products-slider-card:nth-of-type(5) .product-block{animation-delay:.4s}.swiper-wrapper .s-products-slider-card:nth-of-type(6) .product-block{animation-delay:.5s}.swiper-wrapper .s-products-slider-card:nth-of-type(7) .product-block{animation-delay:.6s}.swiper-wrapper .s-products-slider-card:nth-of-type(8) .product-block{animation-delay:.7s}.swiper-wrapper .s-products-slider-card:nth-of-type(9) .product-block{animation-delay:.8s}.swiper-wrapper .s-products-slider-card:nth-of-type(10) .product-block{animation-delay:.9s}.swiper-wrapper .s-products-slider-card:nth-of-type(11) .product-block{animation-delay:1s}@media only screen and (max-width: 492px){.s-products-slider-card{max-width:180px;padding-left:.5rem;padding-right:.5rem}}body.atc-btn-bag .product-block .aaliicon-add-to-cart-outer .s-button-text:before{content:""}body.atc-btn-plus .product-block .aaliicon-add-to-cart-outer .s-button-text:before{content:"";color:#fff;color:var(--color-secondary, #fff)}body.atc-btn-plus-cart .product-block .aaliicon-add-to-cart-outer .s-button-text:before{content:""}body.atc-btn-cart .product-block .aaliicon-add-to-cart-outer .s-button-text:before{content:""}.product-block .btn--add-to-cart .s-button-text{width:100%}.aaliicon-add-to-cart{position:relative;display:flex;justify-content:center;min-height:18px}.aaliicon-add-to-cart-outer .s-button-text{position:relative}.aaliicon-add-to-cart-outer .s-button-text:before{font-family:sallaicons !important}.aaliicon-add-to-cart-outer .s-button-text:before{position:absolute;right:10px;top:50%;transform:translateY(-50%)}body:not(.fake-atc) .aaliicon-add-to-cart-outer .s-button-text:before{transform:none;position:static;vertical-align:middle;margin-left:4px;margin-top:-2px;display:inline-block;margin-left:.4rem}[dir=ltr] body:not(.fake-atc) .aaliicon-add-to-cart-outer .s-button-text:before{margin-right:4px}body.atc-btn-plus-cart .product-block .aaliicon-add-to-cart-outer .s-button-text:before{content:""}body.small-atc .product-block:not(.s-product-card-horizontal) .aaliicon-add-to-cart-outer .s-button-text{font-size:0}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .aaliicon-add-to-cart-outer .s-button-text:before{font-size:1rem}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .product-block__info{display:grid;grid-template-columns:1fr 1fr 1fr}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .product-block__info>*{grid-column:span 3}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .product-block__info>div:nth-last-of-type(2){grid-column:span 2}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .product-block__info>div:last-of-type{grid-column:span 1}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .btn--add-to-cart .aaliicon-add-to-cart-outer{width:3rem;margin-right:auto;position:relative;left:calc(4px*.4);left:calc(var(--atc-x-space, 4px)*.4)}body.small-atc.app-body .product-block:not(.s-product-card-horizontal) .btn--add-to-cart{margin-left:auto;justify-content:flex-end}body#app.hide-atc-icon:not(.small-atc) .product-block .aaliicon-add-to-cart-outer .s-button-text:before{display:none}.product-block salla-add-product-button .s-button-btn{padding:.5rem 5px}.aaliicon-add-to-cart:before,.product-block__info .sicon-calendar-date:before{position:absolute;right:0px;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);font-weight:600}.aaliicon-add-to-cart[class^=sicon-]{font-family:inherit !important}.aaliicon-add-to-cart[class^=sicon-]::before{font-family:sallaicons !important}.aaliicon-add-to-cart[class^=sicon-]{font-family:inherit !important}.aaliicon-add-to-cart:after{font-weight:600;color:var(--color-secondary)}.product-block__info .btn--add-to-cart.disabled{background-color:rgba(141,141,141,.5019607843)}body.font-apple#app .btn--add-to-cart{padding-top:0;padding-bottom:0}.product-block__info .btn--add-to-cart.disabled .aaliicon-add-to-cart:after{content:"نفدت الكمية";color:#333;text-shadow:1px 1px 1px #fff;opacity:.8}body:not(.show-p-subtitle) .product-subtitle{display:none}body.p-border-on custom-salla-product-card.product-block{border-color:#eeeeee;border-color:var(--p-border-color, #eeeeee);border-style:solid;border-width:0;border-width:var(--brdr-w, 0);border-radius:4px;border-radius:var(--brdr-rad, 4px)}body#app.hide-img-btm-rad.p-border-on custom-salla-product-card.product-block .product-block__thumb:not(.s-product-card-image) img{border-bottom-right-radius:0;border-bottom-left-radius:0;width:calc(100% - 6px);width:calc(100% - var(--img-x-space, 6px));height:calc(100% - 6px);height:calc(100% - var(--img-x-space, 6px));top:calc(6px*.5);top:calc(var(--img-x-space, 6px)*.5);right:0;margin-left:auto;margin-right:auto}.s-block-tabs button.tab-trigger{border-radius:0}.prod-title-clipped custom-salla-product-card .product-block__info .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 492px){.prod_line_count_on.prod_vertical.p-line-count-mob-1.app-body .s-products-slider-card{max-width:100%}.prod_line_count_on.prod_vertical.p-line-count-mob-2.app-body .s-products-slider-card{max-width:180px}.prod_line_count_on.prod_vertical.p-line-count-mob-1.app-body.product-single .similar-products .s-products-slider-card{max-width:180px}.prod_line_count_on.prod_vertical.p-line-count-mob-2.app-body.product-single .similar-products .s-products-slider-card{max-width:50%}.prod_line_count_on.prod_vertical .s-products-list-filters-results.s-products-list-wrapper,.prod_line_count_on.prod_vertical .s-products-list-vertical-cards.s-products-list-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:repeat(var(--product-line-count-mob, 2), minmax(0, 1fr))}.prod_line_count_on.prod_vertical.p-line-count-mob-1.app-body salla-products-slider .s-slider-container{padding-left:0;padding-right:0}}@media only screen and (min-width: 492px){.prod_line_count_on.prod_vertical.p-line-count-tablet-2.app-body .s-products-slider-card{max-width:50%}.prod_line_count_on.prod_vertical.p-line-count-tablet-3.app-body .s-products-slider-card{max-width:33.3333%}.prod_line_count_on.prod_vertical.p-line-count-tablet-4.app-body .s-products-slider-card{max-width:25%}.prod_line_count_on.prod_vertical.p-line-count-tablet-5.app-body .s-products-slider-card{max-width:20%}.prod_line_count_on.prod_vertical.p-line-count-tablet-6.app-body .s-products-slider-card{max-width:16.666%}.prod_line_count_on.prod_vertical.p-line-count-tablet-2.app-body.product-single .similar-products .s-products-slider-card{max-width:33.3333%}.prod_line_count_on.prod_vertical .s-products-list-filters-results.s-products-list-wrapper,.prod_line_count_on.prod_vertical .s-products-list-vertical-cards.s-products-list-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:repeat(var(--product-line-count-tablet, 2), minmax(0, 1fr))}}@media only screen and (min-width: 992px){.prod_line_count_on.prod_vertical.p-line-count-desk-2.app-body .s-products-slider-card{max-width:50%}.prod_line_count_on.prod_vertical.p-line-count-desk-3.app-body .s-products-slider-card{max-width:33.3333%}.prod_line_count_on.prod_vertical.p-line-count-desk-4.app-body .s-products-slider-card{max-width:25%}.prod_line_count_on.prod_vertical.p-line-count-desk-5.app-body .s-products-slider-card{max-width:20%}.prod_line_count_on.prod_vertical.p-line-count-desk-6.app-body .s-products-slider-card{max-width:16.666%}.prod_line_count_on.prod_vertical.p-line-count-desk-7.app-body .s-products-slider-card{max-width:14.285%}.prod_line_count_on.prod_vertical.p-line-count-desk-8.app-body .s-products-slider-card{max-width:12.5%}.prod_line_count_on.prod_vertical.p-line-count-desk-2.product-single .similar-products .s-products-slider-card{max-width:33.333%}.prod_line_count_on.prod_vertical .s-products-list-filters-results.s-products-list-wrapper,.prod_line_count_on.prod_vertical .s-products-list-vertical-cards.s-products-list-wrapper{grid-template-columns:repeat(4, minmax(0, 1fr));grid-template-columns:repeat(var(--product-line-count-desk, 4), minmax(0, 1fr))}}@media only screen and (max-width: 492px){#app.prod_line_count_on.prod_vertical.p-line-count-mob-2.app-body.product-single .similar-products .s-products-slider-card{max-width:50%}}.store-header .sicon-search{vertical-align:middle;display:flex}html:not(.dark) .s-localization-modal-label{color:inherit !important}.h-b .product-brand-wrapper{display:none}body.pc-title-two-line custom-salla-product-card.product-block .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;white-space:wrap}.offer-slider .s-slider-block__title:before{opacity:0}@media(max-width: 640px){.s-offer-modal-slider-centered .s-offer-modal-slider-item{max-width:46% !important}}.is-sticky-product-bar .sticky-product-bar .wishlist-page-single{display:none}.s-quantity-input-button{border-radius:4px;width:2.5rem}.hide{display:none}.salla-input-quantity-pp,.s-quantity-input-container{border:none}.salla-input-quantity-pp .s-quantity-input-input,.salla-input-quantity-pp .s-quantity-input-button{border:none}.s-quantity-input-input,.salla-input-quantity-pp .s-quantity-input-input{border-radius:4px;margin:0 .3rem;width:2.5rem}body:not(.is-sticky-product-bar) .p-quan-container{display:flex;align-items:center}.p-quantity-small .s-quantity-input-container{height:1.8rem}.p-quantity-small .s-quantity-input-button{width:1.8rem;border-radius:3px}.p-quantity-small .s-quantity-input-button svg{width:1.15rem;height:1.15rem}body:not(.is-sticky-product-bar) .wishlist-page-single{margin-top:1.1rem}.product-single .sticky-product-bar .p-quan-container{display:flex;flex-direction:row-reverse;width:100%;justify-content:space-between;margin-bottom:.6rem}.app-body.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity{width:auto}.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container{justify-content:space-between}.is-sticky-product-bar .sticky-product-bar salla-add-product-button{width:100%}.is-sticky-product-bar .sticky-product-bar{flex-direction:column}.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity salla-quantity-input,.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container,.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity{width:100%}.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container{justify-content:space-between}.s-add-product-button-main .s-add-product-button-mini-checkout-content{display:flex;align-items:center;flex-direction:row-reverse}.s-add-product-button-main .s-add-product-button-mini-checkout-content svg{height:1.2rem;width:1.2rem;fill:currentColor;margin-right:.4rem}[dir=rtl] .s-add-product-button-main .s-add-product-button-mini-checkout-content svg{margin-right:0;margin-left:.4rem}.pm-content salla-add-product-button .s-add-product-button-main,.sticky-product-bar salla-add-product-button .s-add-product-button-main{width:100%;display:flex;-moz-column-gap:1rem;column-gap:1rem;justify-content:space-between}.is-sticky-product-bar .sticky-product-bar salla-add-product-button .s-add-product-button-main salla-button{width:auto;flex-grow:1}body .s-add-product-button-main .s-add-product-button-mini-checkout{display:block;flex-grow:1;flex-shrink:0;--salla-fast-checkout-button-border-radius: var(--add-to-cart-radius, 4px)}.mobile-nav-is-on.show-mobile-nav.is-sticky-product-bar .sticky-product-bar{padding-bottom:calc(2px + var(--mobile-nav-height)) !important}[dir=rtl] body.is-sticky-product-bar .sticky-product-bar salla-add-product-button{margin-right:0;margin-left:0;width:100%}@media only screen and (max-width: 380px){.product-single:not(.rev-quk-btn-h) salla-add-product-button salla-mini-checkout-widget{--salla-fast-checkout-button-height: 34px}}@media only screen and (min-width: 768px){body .sticky-product-bar salla-add-product-button{flex-wrap:wrap;row-gap:1rem}}@media only screen and (max-width: 640px){body.product-single.is-sticky-product-bar .wa-widget,body.product-single.is-sticky-product-bar .scroll-progress-wrapper{bottom:calc(var(--mobile-nav-height) + 6.5rem)}}@media(max-width: 640px){#app.is-sticky-product-bar .sticky-bar-price-on.sticky-bar-quantity-shrink .sticky-product-bar__quantity{width:auto;flex-grow:0}.is-sticky-product-bar .sticky-bar-price-on .sticky-product-bar__price{display:block;flex-shrink:0;margin-left:.5rem;margin-right:.5rem}#app.app-body.is-sticky-product-bar .p-single-container:not(.sticky-bar-price-on) .sticky-product-bar .sticky-product-bar__quantity{width:100%}.app-body.is-sticky-product-bar .p-single-container.sticky-bar-price-on:not(.sticky-bar-price-shrink) .sticky-product-bar .sticky-product-bar__quantity{width:100%}.app-body.is-sticky-product-bar .p-single-container.sticky-bar-price-on:not(.sticky-bar-price-shrink) .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{flex-grow:1}.app-body.is-sticky-product-bar .p-single-container:not(.sticky-bar-price-on):not(.sticky-bar-price-shrink) .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{flex-grow:1}.app-body.is-sticky-product-bar .p-single-container:not(.sticky-bar-price-on).sticky-bar-price-shrink .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{flex-grow:initial}.app-body:not(.is-sticky-product-bar) .sticky-product-bar__quantity{margin-bottom:0}}.quantity-inputs-old-shape .s-quantity-input-container{border:1px solid var(--color-primary)}.quantity-inputs-old-shape .s-quantity-input-button{color:var(--color-primary) !important;fill:var(--color-primary) !important}.quantity-inputs-old-shape .s-quantity-input-button{background:rgba(0,0,0,0)}#app.quantity-inputs-old-shape .s-quantity-input-input{background:rgba(0,0,0,0);flex-grow:0;border:1px solid var(--color-primary);border-width:0 1px 0 1px}.dark .quantity-inputs-old-shape .s-quantity-input-container{--color-primary: var(--dm-text-main)}@media(min-width: 640px){.product-single .sticky-product-bar .hide{display:block}#app.product-single .sticky-product-bar .p-quan-container{flex-direction:column-reverse}.app-body.product-single .sticky-product-bar .p-quan-container .sticky-product-bar__quantity{margin:2rem 0 1rem 0}.app-body .sticky-product-bar .sticky-product-bar__quantity,.app-body .sticky-product-bar .sticky-product-bar__price{width:100%}.app-body.is-sticky-product-bar .sticky-product-bar .sticky-product-bar__quantity .s-quantity-input-container{width:auto}}.underline-offset-3{text-underline-offset:3px}.action-btns-small:not(.cls-btn46) .s-add-product-button-main .s-add-product-button-mini-checkout{--salla-fast-checkout-button-height: 2rem}.action-btns-small:not(.cls-btn46) .s-add-product-button-main .s-button-btn{height:1.9rem;font-size:.8rem}.action-btns-small:not(.cls-btn46) salla-add-product-button button[product-id]{height:2rem;font-size:.8rem}body.action-btns-small:not(.cls-btn46) salla-add-product-button apple-pay-button{--apple-pay-button-height: 34px}#app.product-single .details-slider .s-slider-container .swiper-wrapper img{max-height:none;max-height:initial;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 640px){#app.product-single .details-slider .s-slider-container .swiper-wrapper img{max-height:65vh;-o-object-fit:contain;object-fit:contain}}#app .simi-prod-down-cls{order:initial}#app .comments-down-cls{order:initial}.product-single .thumbs-right-side .details-slider .s-slider-thumbs{position:relative;top:0}.product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs-container{margin-left:0;margin-right:0}[dir=rtl] .p-single-container:not(.thumbs-right-side) .s-slider-thumbs-container{padding-left:2rem}@media(min-width: 768px){.product-single .thumbs-right-side .s-slider-vertical{display:flex;flex-direction:row-reverse}.product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs{margin-left:16px;margin-top:0;margin-bottom:0;width:9rem;height:100%;padding:0}.product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs .s-slider-thumbs-container{width:7rem;padding-top:0}.product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs-container .swiper-slide{height:9rem !important}.product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs-container .swiper-slide{width:7rem}[dir=rtl] .product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs{margin-left:1rem;margin-right:0}[dir=ltr] .product-single .thumbs-right-side .s-slider-vertical .s-slider-thumbs{margin-right:1rem;margin-left:0}}@media only screen and (max-width: 640px){.product-single.is-sticky-product-bar .sticky-product-bar .p-quan-container{display:flex}.pm-content salla-add-product-button{flex-wrap:wrap}.pm-content salla-add-product-button salla-quick-buy{margin-top:.8rem}}html:not(.dark) .tamara-clr1 .tamara-product-widget span{color:var(--custom-color1) !important}.s-product-options-digital-card-wrapper{display:flex;flex-wrap:wrap;gap:1rem}.s-product-options-digital-card-option{display:flex;height:-moz-fit-content;height:fit-content;min-height:40px;min-width:100px;max-width:calc((100% - 1rem)/3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;gap:.5rem;border-radius:.375rem;padding:.5rem;font-size:.75rem;line-height:1rem;outline-style:solid;outline-width:1px;outline-color:#e5e7eb}.s-product-options-digital-card-option *{pointer-events:none}.s-product-options-digital-card-option:has(input:checked){color:var(--color-primary-dark);outline-style:solid;outline-width:1px;outline-color:#414042;outline-color:var(--color-primary)}.s-product-options-country-flag{height:24px;width:24px;border-radius:9999px}.s-product-options-digital-card-out-of-stock{height:2.5rem}.s-product-options-digital-card-option input{all:unset}.s-product-options-digital-card-option input:checked{all:unset}.s-product-options-digital-card-option input:invalid{all:unset}@media(min-width: 640px){.s-product-options-option-booking .s-product-options-option-content{margin-top:-2.5rem}}.s-product-options-digital-card-option-stock-out{opacity:.4}.s-rating-modal-product-details-main{display:flex;align-items:flex-start;justify-content:space-between}#app .s-rating-modal-product{display:flex;flex-direction:column}.s-comments-item-like-btn .s-button-text{display:flex;flex-direction:row-reverse;gap:.5rem}.s-comments-item-like-btn{margin-top:.5rem}html:not(.dark) .rating-header{color:#444444;color:var(--color-primary, #444444)}.sub-nav-header .categ-entry h3{line-height:normal}#app .mobile-menu .close-mobile-menu{display:none !important}#app.mm-ocd-opened .mobile-menu .close-mobile-menu{display:none !important}@media only screen and (min-width: 1024px){#app .footer-container{display:grid;grid-template-columns:1fr 1fr 1fr}.footer-container>div{grid-column:span 1}}.simple-brand-shape .product-brand-second-word,.simple-brand-shape .product-brand-first-word,.simple-brand-shape .product-brand-content h4{display:none}.product-brand-wrapper.simple-brand-shape{border:none;background:rgba(0,0,0,0)}#app .product-brand-wrapper.simple-brand-shape{background:rgba(0,0,0,0) !important}#app .product-brand-wrapper.simple-brand-shape{border:none;padding:0}.section-is-slider.card-effect{overflow:visible;overflow:initial}.card-effect .swiper{padding-top:2rem;padding-bottom:1rem}.sq-awesome-banners.card-effect .banner-entry__text{transform-style:preserve-3d;perspective:600px}.sq-awesome-banners.card-effect .banner-outer .banner-entry{transform:translateY(5px);transition:.4s}.sq-awesome-banners.card-effect .banner-outer:hover .banner-entry{transform:translateY(-1rem) rotate3d(1, 621, 9, -18deg)}.sq-awesome-banners.zoom-effect .banner-outer .banner-entry .banner-img{transition:all .5s}.sq-awesome-banners.zoom-effect .banner-outer:hover .banner-entry .banner-img{transform:scale(1.12);transform:scale(var(--zoom-scale, 1.12))}body:not(.cls-275)#app .banner-outer.has-video .banner-entry{--zoom-scale: 1.03}.sq-awesome-banners.card-effect .grid{padding-bottom:1rem}.sq-awesome-banners:not(.cls-23) .banner_image_2,.sq-awesome-banners:not(.cls-23) .banner-img{border-radius:1rem;border-radius:var(--radius, 1rem)}.sq-awesome-banners:not(.cls-23) .banner-entry,.sq-awesome-banners:not(.cls-23) .has-overlay:after{border-radius:1rem;border-radius:var(--radius, 1rem)}.sq-awesome-banners.auto-size .banner_image_2,.sq-awesome-banners.auto-size .banner-img{border-radius:1rem;border-radius:var(--radius, 1rem);padding:0}.sq-awesome-banners.auto-size .banner-entry,.sq-awesome-banners.auto-size .has-overlay:after{border-radius:1rem;border-radius:var(--radius, 1rem)}.sq-awesome-banners.auto-size .banner-entry{padding-top:0}.sq-awesome-banners.auto-size .banner-entry.circle{--test: ""}body:not(.cls-scale-1) .scale-effect .banner-outer{--scale: 1.04;--tw-scale-x: var(--scale, 1.05);--tw-scale-y: var(--scale, 1.05);transition:.5s all;--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))}body:not(.cls-scale-1) .scale-effect .banner-outer:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}body:not(.cls-scale-3) .rotate-effect,body:not(.cls-scale-3) .scale-effect{padding-top:.7rem;padding-bottom:.7rem}body:not(.cls-scale-3) .scale-effect.origin-top{transform-origin:50% 100%}body:not(.cls-scale-1) .rotate-effect .banner-outer{--rotate: 6deg;--tw-rotate: var(--rotate, 4deg);transition:.8s all;--tw-rotate:0deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) 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))}body:not(.cls-scale-1) .rotate-effect .banner-outer:hover{--tw-rotate:6deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(6deg) 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))}body:not(.cls-scale-1) .rotate-effect .banner-entry.circle .banner-img{transition:.4s all;--tw-rotate:0deg;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) 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))}body:not(.cls-scale-1) .rotate-effect .banner-entry.circle:hover .banner-img{--tw-rotate:6deg;--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(6deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}body:not(.cls-scale-1) .s-block--banners:not(.auto-size) .has-video .banner-entry{opacity:1}body:not(.cls-scale-1) .s-block--banners:not(.auto-size) .has-video video{opacity:1;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.sq-awesome-banners{color:#312111;color:var(--title-color, #312111)}.sq-awesome-banners .grid.\!flex .banner-outer{padding-left:calc(5px/2);padding-left:calc(var(--gap, 5px)/2);padding-right:calc(5px/2);padding-right:calc(var(--gap, 5px)/2)}.sq-awesome-banners.auto-size .banner-entry{padding:0 !important;height:auto !important}.sq-awesome-banners .grid:not(.\!flex){gap:16px;gap:var(--gap, 16px)}@media only screen and (min-width: 768px){.sq-awesome-banners .grid:not(.\!flex){gap:2.5rem;gap:calc(16px*2);gap:calc(var(--gap, 16px)*2)}.sq-awesome-banners .grid.\!flex .banner-outer{padding-left:calc(5px);padding-left:calc(var(--gap, 5px));padding-right:calc(5px);padding-right:calc(var(--gap, 5px))}}.sq-awesome-banners .banner-entry{background-color:rgba(0,0,0,0)}.sq-awesome-banners:not(.auto-size) .banner-entry:hover{opacity:.8;transition:.3s}@media only screen and (min-width: 1024px){.sq-awesome-banners .banner-entry{padding-top:65% !important;padding-top:var(--pad-t-desk, 65%) !important}}.s-block--banners .on-img .banner-texts:not(.of-video){position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width:100%;z-index:2;padding:1rem}.s-block--banners .below-img .has-overlay:after{opacity:0}#app .banner-entry{padding-left:0;padding-right:0;padding-bottom:0}#app .banner-entry.circle{padding:100% 0 0 0 !important}#app .banner-entry.circle{border-radius:100rem;aspect-ratio:1/1}.sq-awesome-banners .no-p-left .swiper{padding-left:5px}body [class*=slide-per-view]{max-width:30%}body [class*="lg:slide-per-view"]{max-width:20%}body .slide-per-view-1{max-width:100%;width:100%}body .slide-per-view-2{max-width:50%;width:50%}body .slide-per-view-3{max-width:33.3333%;width:33.333333%}body .slide-per-view-4{max-width:25%;width:25%}body .slide-per-view-5{max-width:20%;width:20%}body .slide-per-view-6{max-width:16.6667%;width:16.666667%}body .slide-per-view-7{max-width:14.285%}body .slide-per-view-8{max-width:12.5%}body .slide-per-view-9{max-width:11.11111%}@media only screen and (min-width: 992px){body .lg\:slide-per-view-1{max-width:100%;width:100%}body .lg\:slide-per-view-2{max-width:50%;width:50%}body .lg\:slide-per-view-3{max-width:33.3333%;width:33.333333%}body .lg\:slide-per-view-4{max-width:25%;width:25%}body .lg\:slide-per-view-5{max-width:20%;width:20%}body .lg\:slide-per-view-6{max-width:16.6667%;width:16.666667%}body .lg\:slide-per-view-7{max-width:14.2857%;width:14.2857%}body .lg\:slide-per-view-8{max-width:12.5%;width:12.5%}body .lg\:slide-per-view-9{max-width:11.1111%;width:11.1111%}}.sq-awesome-banners .banner-outer.text-right .banner-texts{text-align:right}.sq-awesome-banners .banner-outer.text-center .banner-texts{text-align:center}.sq-awesome-banners .banner-outer.text-left .banner-texts{text-align:left}.sq-awesome-banners .banner-outer .banner-texts .banner__title{font-size:inherit}.sq-awesome-banners .banner-outer .banner-texts .banner__description{font-size:80%;line-height:normal}.sq-awesome-banners:not(.hide-arrows) .s-slider-block__title-nav{display:block}.sq-awesome-banners.hide-arrows .s-slider-block__title-nav{display:none}.sq-awesome-banners.hide-arrows .s-block__title,.sq-awesome-banners.hide-arrows .s-slider-block__title{justify-content:center;text-align:center}.sq-awesome-banners .banner_image_2{border-radius:inherit}.sq-awesome-banners.hide-arrows p,.sq-awesome-banners.hide-arrows h2,.sq-awesome-banners.hide-arrows .s-slider-block__title-right h2,.sq-awesome-banners.hide-arrows .s-slider-block__title-right{padding-right:0;padding-left:0}body.index .app-inner>section a[href="#"]{pointer-events:none}.banner_image_2{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;transition:all .5s;opacity:0}.sq-awesome-banners.toggle-effect .banner-outer:hover .banner_image_2{opacity:1}.sq-awesome-banners.toggle-effect .banner-outer{--show-hide-dur: 5s}.sq-awesome-banners.toggle-effect.tog-auto .banner_image_2{animation:show-hide 5s ease-in-out alternate infinite;animation:show-hide var(--show-hide-dur, 5s) ease-in-out alternate infinite}@keyframes show-hide{0%{opacity:0}50%{opacity:0}70%{opacity:1}100%{opacity:1}}.mySlider{display:flex !important}.mySlider .brand-item{max-width:33%;margin:0 .4rem}.has-smooth-slider .swiper-wrapper{transition-timing-function:linear}.mySlider .brand-item{height:calc(6vw + 50px);padding:0 .2rem;background-color:rgba(0,0,0,0)}@media only screen and (min-width: 1024px){.mySlider .brand-item{max-width:20% !important}}.aali-animation.has-anmt:not(.swiper-slide-duplicate):not(.shown):not(.swiper-slide-duplicate){animation-name:none;visibility:hidden}.special-testimonial:not(.swiper-slide-duplicate) .aali-animation.has-anmt:not(.shown){animation-name:none;visibility:hidden}.swiper-slide:not(.swiper-slide-active) .aali-slider-animation{animation-name:none;visibility:hidden}.mySlider .brand-item img{max-width:100%;height:100%;width:100%}.mySlider .brand-item img.bg-contain{-o-object-fit:contain;object-fit:contain}.mySlider .brand-item img:not(.bg-contain){-o-object-fit:cover;object-fit:cover}custom-salla-product-card.product-block:first-of-type{animation-delay:.1s}custom-salla-product-card.product-block:nth-of-type(2){animation-delay:.2s}custom-salla-product-card.product-block:nth-of-type(3){animation-delay:.3s}custom-salla-product-card.product-block:nth-of-type(4){animation-delay:.4s}custom-salla-product-card.product-block:nth-of-type(5){animation-delay:.5s}custom-salla-product-card.product-block:nth-of-type(6){animation-delay:.6s}custom-salla-product-card.product-block:nth-of-type(7){animation-delay:.7s}custom-salla-product-card.product-block:nth-of-type(8){animation-delay:.8s}custom-salla-product-card.product-block:nth-of-type(9){animation-delay:.9s}custom-salla-product-card.product-block:nth-of-type(10){animation-delay:1s}@media only screen and (min-width: 992px){.mySlider .brand-item img{width:100%;max-width:240px}}.sq-awesome-banners .banner-outer[style*="--sq-bg-clr"] .banner-entry{background-color:#ffffff;background-color:var(--sq-bg-clr, #ffffff)}.sq-awesome-banners.is-merged{margin-top:-50px;margin-top:var(--merge-range, -50px)}@media only screen and (min-width: 992px){.is-merged{margin-top:calc(-50px*2);margin-top:calc(var(--merge-range, -50px)*2)}}body:not(.cls-77) section.sq-awesome-banners.section-is-slider:not(.auto-size) .banner-entry.lazy__bg.lazy[style*=background-image]{opacity:1}body:not(.cls-85) .sq-awesome-banners salla-slider[display-all-url] .s-slider-block__title{justify-content:space-between}.ambient .banner_image_2,.ambient .banner-img,.ambient svg{animation:animateAmbient 30s linear infinite}.sq-awesome-banners .banner-outer.ambient{--anim-scale: 1.36}.sq-awesome-banners.tog-auto.toggle-effect .banner-outer.ambient{--show-hide-dur: 10s}.sq-awesome-banners.tog-auto.toggle-effect .banner-outer.ambient .banner_image_2{animation:animateAmbient-rev 30s linear infinite}@keyframes animateAmbient{0%{transform:rotate(0deg) translateX(1em) rotate(0deg) scale(1.3);transform:rotate(0deg) translateX(1em) rotate(0deg) scale(var(--anim-scale, 1.3))}100%{transform:rotate(360deg) translateX(1em) rotate(-360deg) scale(1.3);transform:rotate(360deg) translateX(1em) rotate(-360deg) scale(var(--anim-scale, 1.3))}}@keyframes animateAmbient-rev{0%{opacity:0;transform:rotate(360deg) translateX(1em) rotate(-360deg) scale(1.3);transform:rotate(360deg) translateX(1em) rotate(-360deg) scale(var(--anim-scale, 1.3))}100%{opacity:1;transform:rotate(0deg) translateX(1em) rotate(0deg) scale(1.3);transform:rotate(0deg) translateX(1em) rotate(0deg) scale(var(--anim-scale, 1.3))}}.special-testimonial:not(:first-of-type){margin-top:1.25rem}.special-testimonial{background-color:#eee;background-color:var(--bg-color, #eee);color:#232323;color:var(--text-color, #232323)}.s-block-special-testimonials .s-slider-block__title-nav button{background-color:#232323;background-color:var(--text-color, #232323);color:#eee;color:var(--bg-color, #eee);--tw-shadow-color: var(--bg-color, #eee)}.s-block-special-testimonials .s-slider-block__title-nav button svg{filter:drop-shadow(2px 0px 3px red)}.avatar-hidden .special-testimonial__text{width:95%}.avatar-hidden .special-testimonial_avatar{display:none}.s-block-special-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination{bottom:-1.8rem}.s-block-special-testimonials .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background-color:#222222;background-color:var(--dm-bg-sec, #222222)}.s-block-special-testimonials .swiper-slide{width:50% !important;max-width:100% !important}.s-block-special-testimonials .s-slider-container{overflow:visible;overflow:initial;margin:0;padding-left:0;padding-right:0}.special-testimonials-slider{overflow:hidden;padding-bottom:2rem}.dark .product-single .s-comments-product .flex span,.dark .product-single .s-comments-product .flex h2{color:var(--dm-text-main) !important}.dark .product-single salla-slider.details-slider .swiper-slide{background-color:var(--dm-bg-main) !important}@media only screen and (max-width: 640px){.s-block-special-testimonials .swiper-slide{width:100% !important}.s-block-special-testimonials.hide-arrows-mobile .s-slider-block__title-nav{display:none}.special-testimonial:not(:first-of-type){margin-top:.625rem}[dir=rtl] .s-block-special-testimonials .carousel-slider .swiper{padding-left:2rem}}.s-block-special-testimonials .s-slider-block__title-nav{top:calc(50% - 1rem);width:94%}.show-arrows-mobile.is-grid-false .s-slider-block__title-nav{top:calc(90% - 1rem)}body .testimonials-slider .testimonial__icon{color:#222222;color:var(--text-color, #222222)}body .testimonials-slider .testimonial{color:#222222;color:var(--text-color, #222222);background-color:#eeeeee;background-color:var(--bg-color, #eeeeee)}body .cntr-tit .testi-tit-container{justify-content:space-between;display:flex}.product-single .s-comments-product{background-color:var(--lm-bg-sec)}.s-block-special-testimonials .swiper-pagination{display:none}.bg-sec{background-color:var(--lm-bg-sec)}.s-block-awesome-btn .btn-section-inner{color:#ffffff;color:var(--btn-text-color, #ffffff);background-color:#101010;background-color:var(--btn-bg-color, #101010);border-radius:1rem;border-radius:var(--btn-r, 1rem)}.s-block-awesome-btn button.btn-section-inner{display:flex}.s-block-awesome-btn button.btn-section-inner.icon-rev .s-button-text{direction:ltr}[dir=ltr] .s-block-awesome-btn button.btn-section-inner.icon-rev .s-button-text{direction:rtl}body .txt-size-inherit{font-size:inherit;line-height:normal}.btn-custom-padding button{--destop-val: 1;padding-top:calc(0.5rem*1*1);padding-top:calc(var(--custom-pad-y, 0.5rem)*1*var(--destop-val));padding-bottom:calc(0.5rem*1.12*1);padding-bottom:calc(var(--custom-pad-y, 0.5rem)*1.12*var(--destop-val));padding-left:calc(0.5rem*1*1);padding-left:calc(var(--custom-pad-x, 0.5rem)*1*var(--destop-val));padding-right:calc(0.5rem*1*1);padding-right:calc(var(--custom-pad-x, 0.5rem)*1*var(--destop-val))}.has-custom-margin{margin-top:1.5rem;margin-top:var(--block-mt, 1.5rem);margin-bottom:0.5rem;margin-bottom:var(--block-mb, 0.5rem)}@media only screen and (min-width: 1024px){.has-custom-margin{margin-top:calc(1.5rem*1.6);margin-top:calc(var(--block-mt, 1.5rem)*1.6);margin-bottom:calc(1.5rem*1.6);margin-bottom:calc(var(--block-mt, 1.5rem)*1.6)}.btn-custom-padding button{--destop-val: 1.3}}#app.pc-effect-zoom-shine.product-card-cover:not(.product-ratio-unset) .product-block__thumb,#app.pc-effect-zoom.product-card-cover:not(.product-ratio-unset) .product-block__thumb{overflow:hidden;border-radius:8px;border-radius:var(--product-radius, 8px)}#app.product-card-cover:not(.product-ratio-unset) .product-block__thumb img{transition:.4s}#app.pc-effect-zoom.product-card-cover:not(.product-ratio-unset) .product-block__thumb:hover img,#app.pc-effect-zoom-shine.product-card-cover:not(.product-ratio-unset) .product-block__thumb:hover img{--scale-zoom: calc(1 + (var(--pc-zoom-scale, 3) * 0.04));transform:scale(calc(1 + (3 * 0.04)));transform:scale(var(--scale-zoom, 1.08))}#app.pc-effect-zoom-shine:not(.product-ratio-unset) .product-block__thumb a:after{content:"";display:block;position:absolute;background:hsla(0,0%,100%,.22);top:0;left:0;width:100%;height:100%;z-index:4;transform:scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);transition:transform .46s ease-in-out}#app.pc-effect-zoom-shine:not(.product-ratio-unset) .product-block__thumb a:hover:after{transform:scale3d(1.85, 1.44, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)}#app.pc-effect-zoom-shine:not(.product-ratio-unset):not(.cls-81) .product-block__thumb,#app.pc-effect-zoom:not(.product-ratio-unset):not(.cls-81) .product-block__thumb{overflow:hidden}#app.product-ratio-4\/3.pc-effect-zoom-shine:not(.product-ratio-unset) .product-block__thumb a:after,#app.product-ratio-5\/3.pc-effect-zoom-shine:not(.product-ratio-unset) .product-block__thumb a:after{top:-20%;width:130%;height:130%}custom-salla-product-card .showPreviewBtn{border-radius:4px;border-radius:var(--add-to-cart-radius, 4px)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper span.pc-t:not(.color-danger),body.sm-price custom-salla-product-card .price-wrapper .color-danger{font-size:.9rem;font-weight:600}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{font-size:.6rem}body.md-price custom-salla-product-card .price-wrapper span.pc-t:not(.color-danger),body.md-price custom-salla-product-card .price-wrapper .color-danger{font-size:1.05rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper span.pc-t:not(.color-danger),body.xl-price custom-salla-product-card .price-wrapper .color-danger{font-size:1.3rem;font-weight:bold}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{font-size:.9rem}#app.app-body .s-block-fullscreen-banners.height-auto .bg__image video{position:relative}custom-salla-product-card .price-wrapper .t-red+.before-price.text-sm{font-size:.8rem;margin-left:0;display:inline-block}.action-btns-small custom-salla-product-card .showPreviewBtn:not(.preview-btn-down){width:34px;height:34px}.action-btns-small custom-salla-product-card .showPreviewBtn.preview-btn-down{height:34px}body:not(.cls-83) .product-block .sale-ratio{font-weight:600}custom-salla-product-card .showPreviewBtn{border-radius:4px;border-radius:var(--add-to-cart-radius, 4px)}body#app.atc-hover:not(.btns-gradient) .btn--add-to-cart .s-button-primary:hover{color:#222222;color:var(--atc-bg-color, #222222);background-color:#222222;background-color:var(--atc-text-color, #222222);opacity:1}body#app.atc-hover:not(.btns-gradient) .btn--add-to-cart .s-button-primary .s-button-text:before{transition:.3s}body#app.atc-hover:not(.btns-gradient) .btn--add-to-cart .s-button-primary:hover .s-button-text:before{color:#222222;color:var(--atc-bg-color, #222222);transition:.3s}body#app.atc-hover:not(.btns-gradient).add-to-cart-bg-trans .btn--add-to-cart .s-button-primary:hover{color:#222222;color:var(--atc-bg-color, #222222);background-color:#222222;background-color:var(--atc-text-color, #222222);opacity:1}body#app.atc-hover:not(.btns-gradient).add-to-cart-bg-trans .btn--add-to-cart .s-button-primary:hover .s-button-text:before{color:#222222;color:var(--atc-bg-color, #222222)}.product-block h3{line-height:normal}@media only screen and (max-width: 767px){.aali-products-tabs.is-grid.prod-centered .mob-1,.aali-products.is-grid.mob-1{max-width:300px;margin:auto}#app.prod_vertical .custom-pc-size .s-products-list-vertical-cards.s-products-list-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:repeat(var(--pc-custom-size-mob, 2), minmax(0, 1fr))}}@media only screen and (min-width: 1024px){#app.prod_vertical .custom-pc-size .s-products-list-vertical-cards.s-products-list-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-columns:repeat(var(--pc-custom-size-desk, 2), minmax(0, 1fr))}.aali-products-tabs.is-grid.prod-centered .desk-3.count-1 .s-products-list-wrapper custom-salla-product-card:first-of-type,.is-grid.desk-3.count-1 .s-products-list-wrapper custom-salla-product-card:first-of-type{grid-column:2/2}}.hide-inner-title .s-slider-block__title{display:none}.show-out-stock-pc-label:not(.cls-124s) .s-products-slider-card.is-out--slider .product-block .thumb-wrapper:before,.show-out-stock-pc-label:not(.cls-124s) .product-block.is-out .thumb-wrapper:before{border-width:3px;border-color:red;border-color:var(--out-stock-text-color, red);color:red;color:var(--out-stock-text-color, red);content:"نفدت الكمية";content:var(--out-stock-label, "نفدت الكمية");display:block;font-size:1.45rem;left:50%;line-height:1.75rem;line-height:1;opacity:.9;padding:.35rem .75rem;font-weight:600;position:absolute;top:80%;width:-moz-max-content;width:max-content;z-index:2;transform:rotate(-10deg) translate(-50%, -50%)}[dir=ltr] .show-out-stock-pc-label:not(.cls-124s) .s-products-slider-card.is-out--slider .product-block .thumb-wrapper:before,[dir=ltr] .show-out-stock-pc-label:not(.cls-124s) .product-block.is-out .thumb-wrapper:before{content:"SOLD-OUT";content:var(--out-stock-label, "SOLD-OUT")}.show-out-stock-pc-label:not(.cls-124s) .s-products-slider-card.is-out--slider .btn--add-to-cart,.show-out-stock-pc-label:not(.cls-124s) .product-block.is-out .btn--add-to-cart{display:none}.show-out-stock-pc-label.out-label-center:not(.cls-124s) .s-products-slider-card.is-out--slider .product-block .thumb-wrapper:before,.show-out-stock-pc-label.out-label-center:not(.cls-124s) .product-block.is-out .thumb-wrapper:before{top:50%}.app-body .product-block .s-product-options-wrapper{display:block;background-color:rgba(0,0,0,0);margin-bottom:.25rem;padding-top:.5rem;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem}.app-body .product-block .s-product-options-thumbnails-wrapper label{height:auto}.s-product-options-thumbnails-icon{transform:translate(-50%, -50%) !important}.s-product-options-thumbnails-icon{left:50%;top:50%}.product-block .s-product-options-thumbnails-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.hide-titles-of-options .product-block .s-product-options-thumbnails-wrapper div p{display:none}.product-block .s-product-options-thumbnails-wrapper>div{width:auto}.product-block .s-product-options-thumbnails-wrapper>div label img{height:2.5rem !important;width:2.5rem !important}.app-body .product-block .s-product-options-wrapper [data-option-required=true]{display:block}.app-body .product-block .s-product-options-wrapper [data-option-required=false]{display:none}.app-body.show-unrequired-options .product-block .s-product-options-wrapper [data-option-required=false]{display:block}.app-body.hide-titles-of-options .product-block .s-product-options-option-label{display:none}.prod-single-custom-mode .main-content{display:flex;flex-direction:column}.has-video .video-outer .video-overlay{display:flex !important}.has-video .video-outer .video-overlay{width:100%;height:100%;margin:auto;position:absolute;top:0%;left:0%;font-size:2.5rem;color:#fff;background-color:rgba(0,0,0,.5647058824);transition:.2s;visibility:visible;opacity:1;pointer-events:none}.has-video.playing .video-outer .video-overlay{visibility:hidden;opacity:0;display:none}.has-video .video-outer .video-overlay{display:flex;width:100%;height:100%;margin:auto;position:absolute;top:50%;left:50%;--webkit-transform: translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;transition:.2s;visibility:visible;opacity:1;pointer-events:none}.has-video.playing .video-outer .video-overlay{visibility:hidden;opacity:0;display:none}.has-video .video-outer{cursor:pointer}body:not(.cls-344) salla-modal[id^=video] .s-modal-header-inner{padding-left:0;padding-right:0}.s-block--banners .has-video .on-img .has-overlay:after{opacity:0 !important}.s-block--banners .has-video .on-img .has-overlay:after{display:none}.s-block--banners .has-video .on-img .banner-texts.of-video,.s-block--banners .has-video .on-img .play-icon-outer{margin-left:.2em;margin-right:.2em}.circle-play-icon .play-icon{height:3em;width:3em;border:1.5px solid #fff;padding:.6em;border-radius:20rem;display:flex;justify-content:center;text-align:center;align-items:center;box-sizing:border-box}.sq-awesome-banners .has-video .on-img .banner__title,.sq-awesome-banners .has-video .on-img .banner__description,.sq-awesome-banners .has-video .on-img .play-icon{font-size:80%;font-size:var(--font-size-percent, 80%)}@media only screen and (max-width: 767px){.sq-awesome-banners .grid-cols-2{--font-size-percent: 80%}.sq-awesome-banners .grid-cols-3{--font-size-percent: 60%}.sq-awesome-banners .grid-cols-4{--font-size-percent: 40%}}.home-tabs-on .top-navbar{display:none}.home-tabs-on .main-nav-container{min-height:40px}body:not(.normal-menu).home-tabs-on .header-inner-wrapper{padding-top:.6rem;padding-bottom:.7rem}.home-tabs-on #mainnav{height:auto !important}body .aali-tab{position:relative;transition:all .5s;justify-content:center;align-items:center;display:flex}body .hdr-section-trigger:after{position:absolute;content:"";width:0;height:2px;background-color:#ffffff;background-color:var(--text-color, #ffffff);left:50%;--webkit-transform: translateX(-50%);transform:translateX(-50%);bottom:0;transition:width .7s}body .hdr-section-trigger.active:after{width:90%;max-width:200px}.tab-nav{text-align:center;cursor:pointer;background-color:#ffffff;background-color:var(--bg-color, #ffffff);color:#010101;color:var(--text-color, #010101);position:relative;z-index:10}.hdr-section-trigger{flex-grow:1}#app.tab-1-on .tab3,#app.tab-1-on .tab2{display:none !important}#app.tab-2-on .tab3,#app.tab-2-on .tab1{display:none !important}#app.tab-3-on .tab1,#app.tab-3-on .tab2{display:none !important}#app.tab-2-on:not(.show-all-in-other-tabs) .s-block:not(.tab2){display:none !important}#app.tab-3-on:not(.show-all-in-other-tabs) .s-block:not(.tab3){display:none !important}#app.tab-1-on .next-tab2+[id^=best-offers-][id$=-slider],#app.tab-1-on .next-tab2+.s-block.s-block--best-offers{display:none !important}#app.tab-2-on .next-tab1+[id^=best-offers-][id$=-slider],#app.tab-2-on .next-tab1+.s-block.s-block--best-offers{display:none !important}#app.tab-2-on .next-tab2+[id^=best-offers-][id$=-slider],#app.tab-2-on .next-tab2+.s-block.s-block--best-offers{display:block !important}#app.tab-3-on .next-tab3+[id^=best-offers-][id$=-slider],#app.tab-3-on .next-tab3+.s-block.s-block--best-offers{display:block !important}#app.tab-3-on .next-tab1+[id^=best-offers-][id$=-slider],#app.tab-3-on .next-tab1+.s-block.s-block--best-offers,#app.tab-3-on .next-tab2+[id^=best-offers-][id$=-slider],#app.tab-3-on .next-tab2+.s-block.s-block--best-offers{display:none !important}#app #splash-screen-2{display:none !important}#app #splash-screen-2{transition:.2s, top .1;align-items:center;justify-content:center;height:100vh;height:calc(100vh - 170px);height:calc(100vh - var(--client-bount-top-rect, 170px));width:100%;position:absolute;position:fixed;left:0;top:0;top:170px;top:var(--client-bount-top-rect, 170px);visibility:hidden;opacity:0;z-index:99999;background-color:#ffffff;background-color:var(--lm-bg-color, #ffffff);color:#010101;color:var(--color-primary, #010101)}#app.tab-animated.index #splash-screen-2{display:flex !important}#app.tab-animated.index #splash-screen-2{visibility:visible;opacity:1}#app.index.header-merged:not(.fixed-pinned-cls):not(.cls-8732f) .tab-nav{--bg-color: transparent !important;--text-color: var(--h-merged-clr, #eeeeee) !important}.dark .cart .shadow-default.mb-5.rounded-md.p-3.xs\:p-7{background-color:var(--dm-bg-sec) !important;color:var(--dm-text-main) !important}.dark .cart salla-modal .s-loyalty-prize-item .s-loyalty-prize-item-subtitle{color:var(--dm-text-sec) !important}.dark .s-loyalty-header-subtitle{color:var(--dm-text-main) !important}.dark .s-modal-wrapper .s-tabs-header-item:not(.s-tabs-active){background-color:#272628 !important;background-color:var(--color-primary-d) !important}.dark .s-booking-field-book-now>button{background-color:var(--dm-text-main) !important;color:var(--dm-bg-main) !important}.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))}.after\:opacity-0::after{content:var(--tw-content);opacity:0}.after\:opacity-10::after{content:var(--tw-content);opacity:0.1}.after\:opacity-100::after{content:var(--tw-content);opacity:1}.after\:opacity-20::after{content:var(--tw-content);opacity:0.2}.after\:opacity-40::after{content:var(--tw-content);opacity:0.4}.after\:opacity-60::after{content:var(--tw-content);opacity:0.6}.after\:opacity-80::after{content:var(--tw-content);opacity:0.8}.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-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0px}.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))}.target\:btn:target{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:300ms}.enhanced-features .target\:btn:target{align-items:center}.enhanced-features .grid>.target\:btn:target{text-align:center}custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart:not(.norm-loy) .shadow-default.mb-5.target\:btn:target.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.dark .cart:not(.norm-loy) .shadow-default.mb-5.target\:btn:target.xs\:p-7 .s-list-tile-item{background-color:rgba(0,0,0,0);color:var(--dm-text-main)}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{font-size:.6rem;margin-right:.2rem}[dir=rtl] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target,[dir=rtl] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{margin-right:.2rem}[dir=ltr] .sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target,[dir=ltr] .md-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{margin-left:.25rem}body.sm-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{font-size:.7rem}body.xl-price custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{font-size:.9rem}custom-salla-product-card .price-wrapper .t-red+.before-price.target\:btn:target{font-size:.8rem;margin-left:0;display:inline-block}.dark .cart .shadow-default.mb-5.target\:btn:target.p-3.xs\:p-7{background-color:var(--dm-bg-sec);color:var(--dm-text-main)}.target\:btn:target:hover{opacity:0.8}.hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}.hover\:text-dark:hover{--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}.hover\:text-primary:hover{color:var(--color-primary)}.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)}.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))}.dark *.dark\:block{display:block}.dark *.dark\:hidden{display:none}.dark *.dark\:border-0{border-width:0px}.dark *.dark\:border-\[var\(--dm-text-sec\)\]{border-color:var(--dm-text-sec)}.dark *.dark\:border-gray-500{--tw-border-opacity:1;border-color:rgba(107, 114, 128, 1);border-color:rgba(107, 114, 128, var(--tw-border-opacity, 1))}.dark *.dark\:border-transparent{border-color:transparent}.dark *.dark\:py-2{padding-top:0.5rem;padding-bottom:0.5rem}.dark .dark\:hover\:text-white:hover{--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-5{margin-bottom:1.25rem}.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\:hidden{display:none}.sm\:h-auto{height:auto}.sm\:h-full{height:100%}.sm\:\!w-\[220px\]{width:220px !important}.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\:items-start{align-items:flex-start}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:p-1{padding:0.25rem}.sm\:p-5{padding:1.25rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.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-start{text-align:left}}@media (min-width: 768px){.md\:sticky{position:sticky}.md\:mx-0{margin-left:0px;margin-right:0px}.md\:-mb-2{margin-bottom:-0.5rem}.md\:mb-0{margin-bottom:0px}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mt-0{margin-top:0px}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:\!flex{display:flex !important}.md\:flex{display:flex}.md\:table-row{display:table-row}.md\:\!hidden{display:none !important}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-24{height:6rem}.md\:h-\[400px\]{height:400px}.md\:h-\[600px\]{height:600px}.md\:max-h-80{max-height:20rem}.md\:\!w-2\/4{width:50% !important}.md\:w-2\/4{width:50%}.md\:w-24{width:6rem}.md\:w-40{width:10rem}.md\:w-5\/6{width:83.333333%}.md\:w-7\/12{width:58.333333%}.md\:w-72{width:18rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.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\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.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-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))}.md\:border-none{border-style:none}.md\:p-0{padding:0px}.md\:p-4{padding:1rem}.md\:p-8{padding:2rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-0{padding-top:0px;padding-bottom:0px}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:pb-16{padding-bottom:4rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:first\:pt-24:first-child{padding-top:6rem}}@media (min-width: 1024px){.lg\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.lg\:sticky{position:sticky}.lg\:bottom-8{bottom:2rem}.lg\:right-8{right:2rem}.lg\:top-20{top:5rem}.lg\:-order-1{order:-1}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-6{grid-column:span 6 / span 6}.lg\:m-auto{margin:auto}.lg\:\!mx-0{margin-left:0px !important;margin-right:0px !important}.lg\:mx-0{margin-left:0px;margin-right:0px}.lg\:mx-2{margin-left:0.5rem;margin-right:0.5rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:-mt-28{margin-top:-7rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-12{margin-top:3rem}.lg\:\!block{display:block !important}.lg\:block{display:block}.lg\:\!inline-block{display:inline-block !important}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:min-h-\[150px\]{min-height:150px}.lg\:min-h-\[200px\]{min-height:200px}.lg\:w-10\/12{width:83.333333%}.lg\:w-24{width:6rem}.lg\:w-5\/12{width:41.666667%}.lg\:w-6\/12{width:50%}.lg\:w-72{width:18rem}.lg\:w-96{width:24rem}.lg\:max-w-\[60\%\]{max-width:60%}.lg\:max-w-\[95\%\]{max-width:95%}.lg\:max-w-md{max-width:28rem}.lg\:flex-shrink-0{flex-shrink:0}.lg\:grid-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr))}.lg\:grid-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}.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\:grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.lg\:grid-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr))}.lg\:flex-row{flex-direction:row}.lg\:\!justify-start{justify-content:flex-start !important}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-2{gap:0.5rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.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\:overflow-hidden{overflow:hidden}.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-8{padding:2rem}.lg\:px-0{padding-left:0px;padding-right:0px}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pb-2{padding-bottom:0.5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pt-0{padding-top:0px}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-8{padding-top:2rem}.lg\:text-center{text-align:center}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:0.875rem;line-height:1.25rem}.lg\:text-title-size{font-size:42px}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-xs{font-size:0.75rem;line-height:1rem}.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)}}@media (min-width: 1280px){.xl\:gap-8{gap:2rem}.xl\:px-0{padding-left:0px;padding-right:0px}}@media (min-width: 480px){.xs\:top-5{top:1.25rem}.xs\:p-11{padding:2.75rem}.xs\:p-2{padding:0.5rem}.xs\:p-7{padding:1.75rem}.xs\:text-sm{font-size:0.875rem;line-height:1.25rem}}.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *){left:0px}.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\:mx-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem;margin-right:0.5rem}.ltr\:ml-0:where([dir="ltr"], [dir="ltr"] *){margin-left:0px}.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}.ltr\:ml-1\.5:where([dir="ltr"], [dir="ltr"] *){margin-left:0.375rem}.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}.ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *){margin-left:1rem}.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}.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-10:where([dir="ltr"], [dir="ltr"] *){margin-right:2.5rem}.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\:flex-row-reverse:where([dir="ltr"], [dir="ltr"] *){flex-direction:row-reverse}.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:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *){border-right-width:0px}.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *){padding-left:1.25rem}.ltr\:pl-8:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}.ltr\:pr-0:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}.ltr\:pr-1:where([dir="ltr"], [dir="ltr"] *){padding-right:0.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-4:where([dir="ltr"], [dir="ltr"] *){padding-right:1rem}.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-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}.ltr\:text-end:where([dir="ltr"], [dir="ltr"] *){text-align:right}.ltr\:text-xs:where([dir="ltr"], [dir="ltr"] *){font-size:0.75rem;line-height:1rem}.ltr\:even\:border-l:nth-child(even):where([dir="ltr"], [dir="ltr"] *){border-left-width:1px}@media (min-width: 768px){.ltr\:md\:mr-6:where([dir="ltr"], [dir="ltr"] *){margin-right:1.5rem}.ltr\:md\:pl-16:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem}.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){.lg\:ltr\:ml-0:where([dir="ltr"], [dir="ltr"] *){margin-left:0px}.lg\:ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}.lg\:ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *){margin-right:1rem}.lg\:ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}.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\:pl-10:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}.ltr\:lg\:pl-8:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}.ltr\:lg\:pr-20:where([dir="ltr"], [dir="ltr"] *){padding-right:5rem}.lg\:ltr\:text-start:where([dir="ltr"], [dir="ltr"] *){text-align:left}}@media (min-width: 480px){.ltr\:xs\:right-5:where([dir="ltr"], [dir="ltr"] *){right:1.25rem}}.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\: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-10:where([dir="rtl"], [dir="rtl"] *){margin-left:2.5rem}.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-1\.5:where([dir="rtl"], [dir="rtl"] *){margin-right:0.375rem}.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *){margin-right:1rem}.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}.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:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *){border-left-width:0px}.rtl\:pl-0:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}.rtl\:pl-1:where([dir="rtl"], [dir="rtl"] *){padding-left:0.25rem}.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-4:where([dir="rtl"], [dir="rtl"] *){padding-left:1rem}.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\:pr-8:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}.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\:text-end:where([dir="rtl"], [dir="rtl"] *){text-align:right}.rtl\:even\:border-r:nth-child(even):where([dir="rtl"], [dir="rtl"] *){border-right-width:1px}@media (min-width: 768px){.rtl\:md\:ml-6:where([dir="rtl"], [dir="rtl"] *){margin-left:1.5rem}.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\:pr-16:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem}.rtl\:md\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}@media (min-width: 1024px){.lg\:rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *){margin-left:1rem}.lg\:rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *){margin-left:auto}.lg\:rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *){margin-right:0px}.lg\:rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}.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}.rtl\:lg\:pr-10:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}.rtl\:lg\:pr-8:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}.lg\:rtl\:text-end:where([dir="rtl"], [dir="rtl"] *){text-align:right}}@media (min-width: 480px){.rtl\:xs\:left-5:where([dir="rtl"], [dir="rtl"] *){left:1.25rem}}
