/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/styles/app.scss ***!
  \*******************************************************************************************************************************************************************************************/
/*
 * IMPORTANT NOTE: Theme based on Tailwindcss but for the purpose of simplifing the DOM we use
 * tailwind classes with @apply directive in the SCSS files
*/
/**
 * SETTINGS
 * Tailwind.............Import tailwind.
 * Fonts................Any font files.
 * Global...............Project-specific, globally available variables.
 * Breakpoints..........Mixins and variables for responsive styles.
 *
 * GENERIC
 * Common...............All commn styles and assistan classes and common style fixes
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Animations...........Some of animations from anime.css
 * Lazyload.............Lazyload placeholder styles
 * RTL..................Specific styles for RTL.
 * LTR..................Specific styles for LTR.
 *
 * ELEMENTS
 * Forms................Element-level form styling.
 * Buttons..............Specific styles for buttons.
 * Radio................Specific styles for custom radio button.
 * Radio Images.........Specific styles for radio images, used in product options.
 *
 * COMPONENTS
 * Header...............Specific styles for header styles.
 * Footer...............Specific styles for footer styles.
 * Menu.................Specific styles for main menu and mobile menu styles.
 * User Menu............Specific styles for user menu dropdown.
 * User Pages...........Specific styles for user pages like profile, notifications, orders...
 * Home Blocks..........Specific styles for home blocks.
 * Slider...............Specific styles for sliders.
 * Product..............Specific styles for single product page and it's elements.
 * Brands...............Specific styles for brands page.
 * Placeholder..........Specific styles for no content placeholders.
 * Gifting..............Specific styles for gifting system.
 * Loyalty..............Specific styles for loyalty system.
 *
 * UTILITIES
 * Chat Bots............Specific styles for chats bots widget.
 * Swal.................Specific styles for Sweet Alert addon.
 * Safari Fixes.........Specific styles for Safari Browser.
 *
 * EMBEDED ADDONS
 * Lite Youtube Embed...Specific styles for lite-youtube-embed addon.
 * Swiper...............Specific styles for swiper slider addon.
 * MMenu................Specific styles for mmenu addon.
 *
*/
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}
body.mm-ocd-opened{overflow-y:hidden;overscroll-behavior:none}
.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,0);transition-property:bottom,background-color;transition-duration:0s,.3s;transition-timing-function:ease;transition-delay:.45s,.15s}
.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);transition-delay:0s}
.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:calc(100% - 51px);width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}
.mm-ocd--left .mm-ocd__content{left:0;transform:translate3d(-100%,0,0)}
.mm-ocd--right .mm-ocd__content{right:0;transform:translate3d(100%,0,0)}
.mm-ocd--open .mm-ocd__content{transform:translate3d(0,0,0)}
.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:max(calc(100% - 440px), min(calc(100% - (100% - 51px)), calc(100% - 200px)));width:max(calc(100% - 440px), min(calc(100% - calc(100% - 51px)), calc(100% - 200px)));width:max(calc(100% - var(--mm-ocd-max-width)), min(calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width))));background:rgba(3,2,1,0)}
.mm-ocd--left .mm-ocd__backdrop{right:0}
.mm-ocd--right .mm-ocd__backdrop{left:0}
.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;box-sizing:border-box}
:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px;--mm-spn-panel-offset:30%}
.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;clip-path:inset(0 0 0 0);transform:translateX(0)}
.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + 30%);width:calc(100% + var(--mm-spn-panel-offset));padding-right:30%;padding-right:var(--mm-spn-panel-offset);line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;transition:left .3s ease 0s;cursor:default}
.mm-spn ul:after{content:"";display:block;height:50px;height:var(--mm-spn-item-height)}
.mm-spn>ul{left:0}
.mm-spn ul.mm-spn--open{left:0}
.mm-spn ul.mm-spn--parent{left:calc(-1 * 30%);left:calc(-1 * var(--mm-spn-panel-offset));overflow:visible}
.mm-spn li{position:relative;background:inherit;cursor:pointer}
.mm-spn li:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);right:calc(50px/ 2);right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg) translate(0,-50%);opacity:.4}
.mm-spn li:after{content:"";display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}
.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((50px - 24px)/ 2) 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}
.mm-spn a{background:inherit;color:inherit;-webkit-text-decoration:none;text-decoration:none}
.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}
.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}
.mm-spn span{background:0 0}
.mm-spn.mm-spn--navbar{cursor:pointer}
.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;transform:rotate(-45deg) translate(50%,-50%);opacity:.4}
.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}
.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}
.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 calc(20px * 2);padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--navbar ul{top:calc(50px + 1px);top:calc(var(--mm-spn-item-height) + 1px)}
.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}
.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}
.mm-spn.mm-spn--dark{color:#ddd;background:#333}
.mm-spn.mm-spn--vertical{overflow-y:auto}
.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}
.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--vertical ul ul:after{height:calc(50px/ 2);height:calc(var(--mm-spn-item-height)/ 2)}
.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}
.mm-spn.mm-spn--vertical li.mm-spn--open:before{transform:rotate(135deg) translate(-50%,0)}
.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*
 ! tailwindcss v3.4.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: "tahoma", -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}
.static{position:static}
.\!fixed{position:fixed !important}
.fixed{position:fixed}
.\!absolute{position:absolute !important}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}
.inset-0{top:0px;right:0px;bottom:0px;left:0px}
.\!bottom-0{bottom:0px !important}
.-bottom-3{bottom:-0.75rem}
.-bottom-5{bottom:-1.25rem}
.-right-\[45px\]{right:-45px}
.-top-1\.5{top:-0.375rem}
.-top-10{top:-2.5rem}
.-top-24{top:-6rem}
.-top-3{top:-0.75rem}
.-top-5{top:-1.25rem}
.-top-6{top:-1.5rem}
.-top-\[1px\]{top:-1px}
.bottom-0{bottom:0px}
.bottom-1{bottom:0.25rem}
.bottom-\[3\.5rem\]{bottom:3.5rem}
.bottom-\[3\.7rem\]{bottom:3.7rem}
.left-0{left:0px}
.left-1{left:0.25rem}
.left-1\/2{left:50%}
.left-\[54\.4px\]{left:54.4px}
.right-0{right:0px}
.right-1\/2{right:50%}
.top-0{top:0px}
.top-1\/2{top:50%}
.top-2{top:0.5rem}
.top-24{top:6rem}
.top-\[4px\]{top:4px}
.top-full{top:100%}
.\!z-50{z-index:50 !important}
.\!z-\[-111\]{z-index:-111 !important}
.\!z-\[100\]{z-index:100 !important}
.-z-1{z-index:-1}
.z-0{z-index:0}
.z-1{z-index:1}
.z-10{z-index:10}
.z-2{z-index:2}
.z-20{z-index:20}
.z-50{z-index:50}
.z-\[100\]{z-index:100}
.z-\[2\]{z-index:2}
.z-\[500\]{z-index:500}
.z-\[50\]{z-index:50}
.z-\[99999\]{z-index:99999}
.col-span-2{grid-column:span 2 / span 2}
.m-1\.5{margin:0.375rem}
.m-8{margin:2rem}
.m-auto{margin:auto}
.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}
.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-4{margin-left:1rem;margin-right:1rem}
.my-10{margin-top:2.5rem;margin-bottom:2.5rem}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.\!mb-0{margin-bottom:0px !important}
.\!mt-0{margin-top:0px !important}
.\!mt-20{margin-top:5rem !important}
.-mb-52{margin-bottom:-13rem}
.-mt-36{margin-top:-9rem}
.-mt-40{margin-top:-10rem}
.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-16{margin-bottom:4rem}
.mb-2{margin-bottom:0.5rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-20{margin-bottom:5rem}
.mb-3{margin-bottom:0.75rem}
.mb-3\.5{margin-bottom:0.875rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mb-\[10rem\]{margin-bottom:10rem}
.me-2\.5{margin-right:0.625rem}
.ml-4{margin-left:1rem}
.mr-0{margin-right:0px}
.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-1\.5{margin-top:0.375rem}
.mt-10{margin-top:2.5rem}
.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}
.block{display:block}
.\!inline-block{display:inline-block !important}
.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}
.\!hidden{display:none !important}
.hidden{display:none}
.aspect-square{aspect-ratio:1 / 1}
.\!h-12{height:3rem !important}
.\!h-16{height:4rem !important}
.\!h-36{height:9rem !important}
.\!h-7{height:1.75rem !important}
.\!h-\[100\%\]{height:100% !important}
.\!h-\[14rem\]{height:14rem !important}
.\!h-\[16rem\]{height:16rem !important}
.\!h-\[30rem\]{height:30rem !important}
.\!h-auto{height:auto !important}
.\!h-full{height:100% !important}
.h-0{height:0px}
.h-0\.5{height:0.125rem}
.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-3\/4{height:75%}
.h-36{height:9rem}
.h-4{height:1rem}
.h-40{height:10rem}
.h-5{height:1.25rem}
.h-52{height:13rem}
.h-6{height:1.5rem}
.h-60{height:15rem}
.h-62{height:248px}
.h-7{height:1.75rem}
.h-8{height:2rem}
.h-80{height:20rem}
.h-96{height:24rem}
.h-\[120\%\]{height:120%}
.h-\[1px\]{height:1px}
.h-\[21rem\]{height:21rem}
.h-\[24rem\]{height:24rem}
.h-\[300px\]{height:300px}
.h-\[34px\]{height:34px}
.h-\[4\.5rem\]{height:4.5rem}
.h-\[400px\]{height:400px}
.h-\[40rem\]{height:40rem}
.h-\[5\.5rem\]{height:5.5rem}
.h-auto{height:auto}
.h-fit{height:-moz-fit-content;height:fit-content}
.h-full{height:100%}
.h-px{height:1px}
.max-h-0{max-height:0px}
.max-h-8{max-height:2rem}
.min-h-7{min-height:1.75rem}
.min-h-\[34px\]{min-height:34px}
.min-h-full{min-height:100%}
.min-h-screen{min-height:100vh}
.\!w-10{width:2.5rem !important}
.\!w-36{width:9rem !important}
.\!w-\[160px\]{width:160px !important}
.\!w-full{width:100% !important}
.w-0\.5{width:0.125rem}
.w-1{width:0.25rem}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-18{width:4.5rem}
.w-2\/3{width:66.666667%}
.w-20{width:5rem}
.w-24{width:6rem}
.w-32{width:8rem}
.w-36{width:9rem}
.w-40{width:10rem}
.w-5{width:1.25rem}
.w-5\/6{width:83.333333%}
.w-56{width:14rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-\[90\%\]{width:90%}
.w-\[98\.5\%\]{width:98.5%}
.w-\[fit-content\]{width:-moz-fit-content;width:fit-content}
.w-fit{width:-moz-fit-content;width:fit-content}
.w-full{width:100%}
.min-w-0{min-width:0px}
.min-w-\[80\%\]{min-width:80%}
.min-w-full{min-width:100%}
.max-w-16{max-width:4rem}
.max-w-3xl{max-width:48rem}
.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-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-\[2\]{flex-grow:2}
.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-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-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))}
.-rotate-45{--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-75{--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))}
.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-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.flex-row{flex-direction:row}
.\!flex-col{flex-direction:column !important}
.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 !important}
.items-center{align-items:center}
.items-baseline{align-items:baseline}
.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}
.justify-evenly{justify-content:space-evenly}
.gap-1{gap:0.25rem}
.gap-10{gap:2.5rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-24{gap:6rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.\!gap-y-6{row-gap:1.5rem !important}
.gap-x-2{-moz-column-gap:0.5rem;column-gap:0.5rem}
.gap-x-3{-moz-column-gap:0.75rem;column-gap:0.75rem}
.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}
.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}
.gap-y-0\.5{row-gap:0.125rem}
.gap-y-2{row-gap:0.5rem}
.gap-y-3{row-gap:0.75rem}
.gap-y-4{row-gap:1rem}
.gap-y-5{row-gap:1.25rem}
.gap-y-8{row-gap:2rem}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.125rem * 0);margin-right:calc(0.125rem * var(--tw-space-x-reverse));margin-left:calc(0.125rem * (1 - 0));margin-left:calc(0.125rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.125rem * calc(1 - 0));margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))}
.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-2 > :not([hidden]) ~ :not([hidden]){--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))}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.625rem * (1 - 0));margin-top:calc(0.625rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.625rem * calc(1 - 0));margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.625rem * 0);margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * (1 - 0));margin-top:calc(1rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1rem * calc(1 - 0));margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * 0);margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * (1 - 0));margin-top:calc(1.25rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1.25rem * calc(1 - 0));margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 0);margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * (1 - 0));margin-top:calc(2rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(2rem * calc(1 - 0));margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * 0);margin-bottom:calc(2rem * var(--tw-space-y-reverse))}
.space-y-px > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px * (1 - 0));margin-top:calc(1px * (1 - var(--tw-space-y-reverse)));margin-top:calc(1px * calc(1 - 0));margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * 0);margin-bottom:calc(1px * var(--tw-space-y-reverse))}
.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * (1 - 0));border-top-width:calc(1px * (1 - var(--tw-divide-y-reverse)));border-top-width:calc(1px * calc(1 - 0));border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * 0);border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
.self-start{align-self:flex-start}
.self-center{align-self:center}
.overflow-auto{overflow:auto}
.overflow-hidden{overflow:hidden}
.overflow-y-auto{overflow-y:auto}
.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-\[30px\]{border-radius:30px !important}
.\!rounded-none{border-radius:0px !important}
.rounded{border-radius:0.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-\[0\.9rem\]{border-radius:0.9rem}
.rounded-\[16px\]{border-radius:16px}
.rounded-\[20px\]{border-radius:20px}
.rounded-\[28px\]{border-radius:28px}
.rounded-\[2rem\]{border-radius:2rem}
.rounded-\[30px\]{border-radius:30px}
.rounded-\[40px\]{border-radius:40px}
.rounded-full{border-radius:9999px}
.rounded-md{border-radius:0.375rem}
.rounded-sm{border-radius:0.125rem}
.rounded-xl{border-radius:0.75rem}
.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}
.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}
.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}
.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.\!border-0{border-width:0px !important}
.border{border-width:1px}
.border-2{border-width:2px}
.border-4{border-width:4px}
.border-x-\[1px\]{border-left-width:1px;border-right-width:1px}
.border-y{border-top-width:1px;border-bottom-width:1px}
.\!border-b-\[1px\]{border-bottom-width:1px !important}
.border-b{border-bottom-width:1px}
.border-b-2{border-bottom-width:2px}
.border-b-\[1px\]{border-bottom-width:1px}
.border-l{border-left-width:1px}
.border-t{border-top-width:1px}
.\!border-none{border-style:none !important}
.border-none{border-style:none}
.\!border-main-text-color{border-color:#000000 !important;border-color:var(--main-text-color) !important}
.border-\[\#e60023\]{--tw-border-opacity:1;border-color:rgba(230, 0, 35, 1);border-color:rgba(230, 0, 35, var(--tw-border-opacity, 1))}
.border-\[color\:var\(--feature-icon-bg-color\)\]{border-color:var(--feature-icon-bg-color)}
.border-\[color\:var\(--link-icon-bg-color\)\]{border-color:var(--link-icon-bg-color)}
.border-\[color\:var\(--slider-titles-color\)\]{border-color:var(--slider-titles-color)}
.border-\[color\:var\(--statistic-icon-bg-color\)\]{border-color:var(--statistic-icon-bg-color)}
.border-\[color\:var\(--username-bg-color\)\]{border-color:var(--username-bg-color)}
.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-color-primary{border-color:var(--color-primary)}
.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-800{--tw-border-opacity:1;border-color:rgba(31, 41, 55, 1);border-color:rgba(31, 41, 55, 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-main-bg-color-primary{border-color:#f5f5f5;border-color:var(--bg-color-primary)}
.border-main-text-color{border-color:#000000;border-color:var(--main-text-color)}
.border-primary{border-color:var(--color-primary)}
.\!bg-\[color\:var\(--navbar-text-color\)\]{background-color:var(--navbar-text-color) !important}
.\!bg-color-primary{background-color:var(--color-primary) !important}
.\!bg-main-text-color{background-color:#000000 !important;background-color:var(--main-text-color) !important}
.\!bg-transparent{background-color:transparent !important}
.bg-\[\#ffc427\]{--tw-bg-opacity:1;background-color:rgba(255, 196, 39, 1);background-color:rgba(255, 196, 39, var(--tw-bg-opacity, 1))}
.bg-\[color\:var\(--ad-icon-bg-color\)\]{background-color:var(--ad-icon-bg-color)}
.bg-\[color\:var\(--buttons-bg-color\)\]{background-color:var(--buttons-bg-color)}
.bg-\[color\:var\(--component-bg-color\)\]{background-color:var(--component-bg-color)}
.bg-\[color\:var\(--elements-bg-colors\)\]{background-color:var(--elements-bg-colors)}
.bg-\[color\:var\(--feature-bg-color\)\]{background-color:var(--feature-bg-color)}
.bg-\[color\:var\(--feature-icon-bg-color\)\]{background-color:var(--feature-icon-bg-color)}
.bg-\[color\:var\(--feature-subtitle-color\)\]{background-color:var(--feature-subtitle-color)}
.bg-\[color\:var\(--link-bg-color\)\]{background-color:var(--link-bg-color)}
.bg-\[color\:var\(--link-icon-bg-color\)\]{background-color:var(--link-icon-bg-color)}
.bg-\[color\:var\(--links-bg-color\)\]{background-color:var(--links-bg-color)}
.bg-\[color\:var\(--links-title-color\)\]{background-color:var(--links-title-color)}
.bg-\[color\:var\(--main-text-color\)\]{background-color:#000000;background-color:var(--main-text-color)}
.bg-\[color\:var\(--navbar-color\)\]{background-color:var(--navbar-color)}
.bg-\[color\:var\(--statistic-icon-bg-color\)\]{background-color:var(--statistic-icon-bg-color)}
.bg-\[color\:var\(--testimonials-bg-title-color\)\]{background-color:var(--testimonials-bg-title-color)}
.bg-\[color\:var\(--title-bg-color\)\]{background-color:var(--title-bg-color)}
.bg-\[color\:var\(--username-bg-color\)\]{background-color:var(--username-bg-color)}
.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-color-primary{background-color:var(--color-primary)}
.bg-darker{--tw-bg-opacity:1;background-color:rgba(14, 15, 15, 1);background-color:rgba(14, 15, 15, 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-main-bg-color-primary{background-color:#f5f5f5;background-color:var(--bg-color-primary)}
.bg-main-components-bg-color{background-color:var(--main-components-bg-color)}
.bg-main-components-text-color{background-color:var(--main-components-text-color)}
.bg-main-text-color{background-color:#000000;background-color:var(--main-text-color)}
.bg-primary{background-color:var(--color-primary)}
.bg-red-200{--tw-bg-opacity:1;background-color:rgba(254, 202, 202, 1);background-color:rgba(254, 202, 202, var(--tw-bg-opacity, 1))}
.bg-secondary-components-bg-color{background-color:var(--secondary-components-bg-color)}
.bg-transparent{background-color:transparent}
.bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.\!bg-gradient-to-t{background-image:linear-gradient(to top, var(--tw-gradient-stops)) !important}
.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.bg-gradient-to-t{background-image:linear-gradient(to top, var(--tw-gradient-stops))}
.\!from-color-primary{--tw-gradient-from:var(--color-primary) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important}
.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/50{--tw-gradient-from:rgba(255, 255, 255, 0.5) 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)}
.via-\[color\:var\(--navbar-text-color\)\]{--tw-gradient-to:rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--navbar-text-color) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-color-primary{--tw-gradient-to:rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--color-primary) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-main-text-color{--tw-gradient-to:rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--main-text-color) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.\!to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position) !important}
.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.fill-components-titles-color{fill:var(--components-titles-color)}
.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-2{padding:0.5rem !important}
.p-0{padding:0px}
.p-1{padding:0.25rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-2\.5{padding:0.625rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.\!px-0{padding-left:0px !important;padding-right:0px !important}
.\!px-10{padding-left:2.5rem !important;padding-right:2.5rem !important}
.\!px-3{padding-left:0.75rem !important;padding-right:0.75rem !important}
.\!px-6{padding-left:1.5rem !important;padding-right:1.5rem !important}
.\!py-1\.5{padding-top:0.375rem !important;padding-bottom:0.375rem !important}
.\!py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important}
.px-0{padding-left:0px;padding-right:0px}
.px-1{padding-left:0.25rem;padding-right:0.25rem}
.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.px-\[6\.575px\]{padding-left:6.575px;padding-right:6.575px}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-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-8{padding-top:2rem;padding-bottom:2rem}
.\!pb-1{padding-bottom:0.25rem !important}
.\!pt-1{padding-top:0.25rem !important}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-2{padding-bottom:0.5rem}
.pb-3{padding-bottom:0.75rem}
.pb-4{padding-bottom:1rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pl-5{padding-left:1.25rem}
.pr-14{padding-right:3.5rem}
.pt-0{padding-top:0px}
.pt-0\.5{padding-top:0.125rem}
.pt-1{padding-top:0.25rem}
.pt-10{padding-top:2.5rem}
.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-bottom{vertical-align:bottom}
.\!text-sm{font-size:0.875rem !important;line-height:1.25rem !important}
.\!text-xxs{font-size:10px !important}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-5xl{font-size:3rem;line-height:1}
.text-6xl{font-size:3.75rem;line-height:1}
.text-7xl{font-size:4.5rem;line-height:1}
.text-\[13px\]{font-size:13px}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-xxs{font-size:10px}
.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-\[3\.5rem\]{line-height:3.5rem !important}
.leading-10{line-height:2.5rem}
.leading-12{line-height:3rem}
.leading-5{line-height:1.25rem}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.leading-8{line-height:2rem}
.leading-\[0\.4\]{line-height:0.4}
.leading-\[1\.3rem\]{line-height:1.3rem}
.leading-none{line-height:1}
.leading-normal{line-height:1.5}
.\!text-\[color\:var\(--buttons-font-color\)\]{color:var(--buttons-font-color) !important}
.\!text-\[color\:var\(--font-color\)\]{color:var(--font-color) !important}
.\!text-\[color\:var\(--footer-store-name-description-color\)\]{color:var(--footer-store-name-description-color) !important}
.\!text-\[color\:var\(--subtitle-color\)\]{color:var(--subtitle-color) !important}
.\!text-\[color\:var\(--testimonials-title-color\)\]{color:var(--testimonials-title-color) !important}
.\!text-\[color\:var\(--title-color\)\]{color:var(--title-color) !important}
.\!text-main-components-text-color{color:var(--main-components-text-color) !important}
.\!text-main-text-color{color:#000000 !important;color:var(--main-text-color) !important}
.\!text-primary{color:var(--color-primary) !important}
.\!text-secondary-components-text-color{color:var(--secondary-components-text-color) !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-\[\#FF0000\]{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.text-\[\#e60023\]{--tw-text-opacity:1;color:rgba(230, 0, 35, 1);color:rgba(230, 0, 35, var(--tw-text-opacity, 1))}
.text-\[color\:var\(--ad-icon-color\)\]{color:var(--ad-icon-color)}
.text-\[color\:var\(--ad-text-color\)\]{color:var(--ad-text-color)}
.text-\[color\:var\(--buttons-font-color\)\]{color:var(--buttons-font-color)}
.text-\[color\:var\(--components-titles-color\)\]{color:var(--components-titles-color)}
.text-\[color\:var\(--content-color\)\]{color:var(--content-color)}
.text-\[color\:var\(--discount-product-price-color\)\]{color:var(--discount-product-price-color)}
.text-\[color\:var\(--feature-icon-color\)\]{color:var(--feature-icon-color)}
.text-\[color\:var\(--feature-subtitle-color\)\]{color:var(--feature-subtitle-color)}
.text-\[color\:var\(--feature-title-color\)\]{color:var(--feature-title-color)}
.text-\[color\:var\(--font-color\)\]{color:var(--font-color)}
.text-\[color\:var\(--link-icon-color\)\]{color:var(--link-icon-color)}
.text-\[color\:var\(--link-title-color\)\]{color:var(--link-title-color)}
.text-\[color\:var\(--links-title-color\)\]{color:var(--links-title-color)}
.text-\[color\:var\(--navbar-color\)\]{color:var(--navbar-color)}
.text-\[color\:var\(--navbar-text-color\)\]{color:var(--navbar-text-color)}
.text-\[color\:var\(--price-color\)\]{color:var(--price-color)}
.text-\[color\:var\(--product-name-color\)\]{color:var(--product-name-color)}
.text-\[color\:var\(--product-price-color\)\]{color:var(--product-price-color)}
.text-\[color\:var\(--regular-price-color\)\]{color:var(--regular-price-color)}
.text-\[color\:var\(--slider-titles-color\)\]{color:var(--slider-titles-color)}
.text-\[color\:var\(--statistic-content-color\)\]{color:var(--statistic-content-color)}
.text-\[color\:var\(--statistic-icon-color\)\]{color:var(--statistic-icon-color)}
.text-\[color\:var\(--titles-color\)\]{color:var(--titles-color)}
.text-blue-500{--tw-text-opacity:1;color:rgba(59, 130, 246, 1);color:rgba(59, 130, 246, var(--tw-text-opacity, 1))}
.text-color-primary{color:var(--color-primary)}
.text-components-titles-color{color:var(--components-titles-color)}
.text-gray-400{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.text-gray-500{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.text-gray-600{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.text-gray-800{--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, 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-main-components-text-color{color:var(--main-components-text-color)}
.text-main-text-color{color:#000000;color:var(--main-text-color)}
.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-secondary-components-text-color{color:var(--secondary-components-text-color)}
.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-80{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)}
.shadow-gray-300{--tw-shadow-color:#d1d5db;--tw-shadow:var(--tw-shadow-colored)}
.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-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:blur(12px) 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);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-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}
.duration-1000{transition-duration:1000ms}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-hidden{display:none}
.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}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.btn:hover{opacity:0.8}
.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))}
.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}
.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:1rem;border-color:var(--secondary-components-text-color);background-color:var(--secondary-components-bg-color);font-size:1rem;line-height:1.5rem;color:var(--secondary-components-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-input:focus{border-color:var(--color-primary)}
.s-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.s-input::-moz-placeholder{color:var(--secondary-components-text-color)}
.s-input::placeholder{color:var(--secondary-components-text-color)}
textarea.s-input{height:6rem}
.s-hidden{display:none}
.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))}
.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;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1));display:block;font-size:1rem;line-height:1.5rem;font-weight:600;color:var(--main-components-text-color)}
@media (min-width: 640px){
.s-form-label{margin-top:1px}}
@media (min-width: 768px){
.s-form-label{margin-bottom:0px}}
@media (max-width: 639px) {
  .is-sticky-product-bar .sticky-product-bar__quantity .s-form-label{width:-moz-fit-content;width:fit-content;font-size:0.75rem;line-height:1rem}
  
  .is-sticky-product-bar .sticky-product-bar .s-form-label b{font-size:0.75rem;line-height:1rem}
  .is-sticky-product-bar .sticky-product-bar__price .s-form-label + div .total-price,
  .is-sticky-product-bar .sticky-product-bar .s-form-label .form-label + div .total-price{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
  .is-sticky .sticky-product-bar__quantity .s-form-label{display:none !important;width:100% !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important;background-color:var(--color-primary) !important;padding-left:0.5rem !important;padding-right:0.5rem !important;padding-top:0.25rem !important;padding-bottom:0.375rem !important;color:var(--main-components-text-color) !important}
  .is-sticky .sticky-product-bar__price .s-form-label{display:none !important;width:100% !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important;background-color:var(--color-primary) !important;padding-left:0.5rem !important;padding-right:0.5rem !important;padding-top:0.25rem !important;padding-bottom:0.375rem !important;color:var(--main-components-text-color) !important}
}
@media (min-width: 640px) {
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-form-label{color:var(--main-components-text-color)}
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__price .s-form-label{color:var(--main-components-text-color)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-form-label{color:var(--font-color)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__price .s-form-label{color:var(--font-color)}
}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-form-label{color:var(--main-components-text-color)}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__price .s-form-label{color:var(--main-components-text-color)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-form-label{color:var(--font-color)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__price .s-form-label{color:var(--font-color)}
.sticky-product-bar__quantity .s-form-label{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem}
.sticky-product-bar__price .s-form-label{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem}
.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:"tahoma", -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}
@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}
@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}
@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}
@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 (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-advertisement-content ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-advertisement-content > div{display:none}
}
.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}}
.s-advertisement-content-main{flex:1 1 0%;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:700}
.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-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}
.s-app-install-alert-wrapper:not(.open){display:none}
.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}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-app-install-alert-cancel-button {
  border-color: var(--color-main);
}
.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}
.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}
@media (min-width: 640px){
.s-booking-field-main{justify-content:flex-end}}
.s-booking-field-price{display:flex;align-items:center;gap:0.5rem}
.s-booking-field-book-now-content{display:flex;align-items:center;gap:0.5rem}
.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}
.s-booking-field-reservations{margin-top:0.625rem;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.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))}
.s-booking-field-reservations-item > span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}
.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)}
.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)}
.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}
@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)}
.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:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:500}
.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}
.s-bottom-alert-modal-content-footer{position:fixed;left:0px;right:0px;bottom:0px;z-index:2;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));--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-price-wrapper{margin-bottom:0.625rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:1.5rem}
.s-bottom-alert-modal-price-wrapper-amount{font-size:1.125rem;line-height:1.75rem;font-weight:700}
.s-breadcrumb-wrapper{display:flex;flex-wrap:wrap;align-items:center;font-size:0.875rem;line-height:1.25rem}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.s-button-icon .s-button-text{display:flex}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration: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)}
.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))}
.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))}
.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))}
.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}
.s-button-large{padding-left:2rem;padding-right:2rem;padding-bottom:1rem;padding-top:1rem;font-size:1.25rem;line-height:1.75rem}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-button-loader-start .s-button-loader {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-button-loader-end .s-button-loader {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-button-loader-center .s-button-loader {
  border-color: var(--color-main);
}
.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}
.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}
.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))}
.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))}
.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))}
.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}
.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))}
.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}
.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}
.s-cart-item-offers-collapsed{margin-top:0.5rem}
.s-cart-summary-wrapper{-webkit-text-decoration:none;text-decoration:none;color:#000000;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:#000000;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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-cart-summary-count {
  border-color: var(--color-main);
}
.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}
.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}
.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}
.s-color-picker-widget-canvas{height:2rem;width:2rem}
.s-comment-form-wrapper{display:flex;align-items:flex-start}
.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}
.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}
.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}
@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))}
.s-comments-testimonials .s-comments-count-label{margin-bottom:2rem}
.s-comments-item-wrapper{font-size:0.875rem;line-height:1.25rem}
.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)))}
.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}
.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))}
.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}
.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))}
.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}
.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))}
.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}
.s-comments-item-user-info{margin-bottom:0.25rem;display:flex;align-items:center}
.s-comments-item-user-wrapper{margin-bottom:0.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
@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))}
.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))}
.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))}
.s-comments-placeholder span svg{margin-left:auto;margin-right:auto;height:4rem;width:4rem;fill:#d1d5db;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}
.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}
.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;
}
@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}
.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}
.s-comments-filter-label{display:none;white-space:nowrap}
@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-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}
@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}
.s-conditional-offer-title{text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--color-primary-dark)}
.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))}
.s-conditional-offer-subtitle i{position:relative}
.s-conditional-offer-progress-line{height:1px;align-self:stretch;background-color:var(--color-primary)}
.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))}
.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}
.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}
@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}
.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}
.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}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-conditional-offer-checkpoint-label {
  border-color: var(--color-main);
}
.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}
.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}
.s-conditional-offer-skeleton-subtitle{margin-bottom:1.5rem;display:flex;justify-content:center}
.s-conditional-offer-skeleton-checkpoints-wrapper{display:flex;align-items:center}
.s-contacts-title{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (min-width: 1024px){
.s-contacts-title{margin-bottom:1.25rem}}
.s-contacts-header{display:none;align-items:center}
@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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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}
.s-contacts-icon{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px}
.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}
.s-contacts-list-horizontal{align-items: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}
@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:"tahoma";font-family:var(--font-main);font-weight:700}
.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}
.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}
.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}
.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}
.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:"tahoma";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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-count-down-end-text {
  border-color: var(--color-main);
}
.s-count-down-text-center{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))}
.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-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:"tahoma", -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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-file-upload-wrapper .filepond--file-poster-wrapper {
  border-color: var(--color-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-file-upload-wrapper .filepond--file-poster {
  border-color: var(--color-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-file-upload-wrapper .filepond--file-poster-overlay {
  border-color: var(--color-main);
}
.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:"tahoma", -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}
.s-file-upload-profile-image .filepond--file-poster-overlay{display:none}
.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}
.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}
.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 0.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);
}
.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}
.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))}
.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;
}
.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}
@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;
}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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;
}
.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}
.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))}
.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}
.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}
@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))}
.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))}
.s-gifting-info span{font-size:0.75rem;line-height:1rem}
.s-gifting-widget-action-content{display:flex;align-items:center}
.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}
.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}
.s-gifting-modal-title{display:flex;width:100%;align-items:center;justify-content:space-between}
.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}
.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}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-gifting-step-two {
  border-color: var(--color-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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-gifting-step-one .filepond-bg {
  border-color: var(--color-main);
}
.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}
.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)))}
.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}
.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)))}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-gifting-remove-preview {
  border-color: var(--color-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))}
.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:"tahoma", -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}
.s-gifting-skeleton .s-gifting-modal-title{margin-bottom:1.25rem}
.s-gifting-image{margin-left:5px;margin-right:5px}
.s-infinite-scroll-wrapper{margin-top:1rem;text-align:center}
.s-infinite-scroll-last{margin:0px;text-align:center}
.s-infinite-scroll-error{margin:0px;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}
.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}
.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}
.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;
}
.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))}
.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}
.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))}
.s-localization-modal-skeleton-item{display:flex;align-items:center;justify-content:space-between}
.s-localization-modal-skeleton-item-flex{display:flex;align-items:center}
.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;
}
.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)}
.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)}
.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))}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-loyalty-prize-item-check {
  border-color: var(--color-main);
}
.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)}
.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}
@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)}
.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}
.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))}
.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))}
.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}
.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)}
.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}
.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}
.s-loyalty-placeholder{display:flex;align-items:center;justify-content:center}
.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}
.s-loyalty-skeleton-cards{display:flex;align-items:center}
.s-loyalty-skeleton .s-loyalty-prize-item{cursor:inherit !important}
.s-loyalty-skeleton .s-loyalty-prize-item{position:relative;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-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))}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-maintenance-alert-close {
  border-color: var(--color-main);
}
@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}
@media (min-width: 640px){
.s-maintenance-alert-content{padding-left:2rem;padding-right:2rem}}
.s-maintenance-alert-container{display:flex;align-items:center}
.s-maintenance-alert-icon{margin-right:1.25rem;display:none}
@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}
@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}
@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;
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-map-search-wrapper {
  border-color: var(--color-main);
}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-map-modal-body .s-loading-container {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-map-my-location-button {
  border-color: var(--color-main);
}
.s-map-location-button .s-button-text{display:flex;align-items:center}
.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}
.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%}
.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}
.s-menu-footer-item:last-child{margin-bottom:0px}
.s-menu-topnav-list{display:none;align-items:center;white-space:nowrap}
@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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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}
.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}
.s-metadata-row{margin-bottom:0.75rem;display:flex;flex-direction:row;justify-content:space-between;gap:0.5rem;line-height:1.25rem}
.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))}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.s-modal-close * {
  pointer-events: none;
}
input[type=radio].sr-only div.s-modal-close {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-modal-close {
  border-color: var(--color-main);
}
.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}
@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}
@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}
@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)}
.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))}
@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))}
@media (min-width: 640px){
.s-modal-sub-title{margin-bottom:0.5rem}}
.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}
@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;
}
.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}
.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}
.s-notifications-item-content-leading p{margin-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem}
@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}
.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))}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-offer-corner-badge {
  border-color: var(--color-main);
}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.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}
.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))}
.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}
.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}
.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}
.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}
.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}
.s-offer-bank-logo{margin-bottom:0.25rem;display:flex;height:5rem;width:5rem;align-items:center;border-radius:0.25rem}
.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}
.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))}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-offer-bank-payment-discount-percent {
  border-color: var(--color-main);
}
.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))}
.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}
.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))}
.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))}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.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}
@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))}
.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}
@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}
.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))}
@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))}
@media (min-width: 640px){
.s-offer-modal-footer{margin-top:2rem;flex-direction:row}}
.s-offer-modal-expiry{margin-bottom:1.25rem}
@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;
}
.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)}
.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}
.s-offer-modal-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center}
.s-offer-modal-skeleton-items{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;width:100%;align-items:center}
.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}
.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}
.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}
.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))}
.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}
.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}
.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}
.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)}
.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}
.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}
.s-order-summary-digital-item-wrapper{display:flex;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}
.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))}
@media (min-width: 768px){
.s-orders-mobile-title{display:none}}
.s-orders-reference-id{display:none}
@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}
@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}
.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}
.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))}
.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))}
.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))}
@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}
.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}
@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}
.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}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-orders-table-tbody-tr a {
  border-color: var(--color-main);
}
.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}
.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}
.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))}
.s-placeholder-icon{margin-bottom:1rem;fill:#e5e7eb}
.s-placeholder-align-left{text-align:left}
.s-placeholder-align-center{text-align:center}
.s-placeholder-align-right{text-align:right}
.s-placeholder-align-right > .s-placeholder-icon{display:flex;align-items:center;justify-content:flex-end}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-input {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-bar {
  border-color: var(--color-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-active-bar {
  border-color: var(--color-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-left-handle {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-right-handle {
  border-color: var(--color-main);
}
.s-price-range-inputs{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;padding-top:1rem}
.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}
.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))}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-currency {
  border-color: var(--color-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))}
.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))}
@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))}
.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}
.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)))}
.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}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-overlay {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-vertical .s-product-card-wishlist-btn {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-minimal .s-product-card-wishlist-btn {
  border-color: var(--color-main);
}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-quantity {
  border-color: var(--color-main);
}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-promotion-title {
  border-color: var(--color-main);
}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-out-badge {
  border-color: var(--color-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}
@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))}
.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}
.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))}
.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}
.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))}
.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}
.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))}
.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}
.s-product-card-starting-price{display:flex;width:100%;align-items:center;justify-content:space-between}
.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))}
.s-product-card-price{font-size:0.875rem;line-height:1.25rem;font-weight:700}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-content-pie {
  border-color: var(--color-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-content-pie span {
  border-color: var(--color-main);
}
.s-product-card-content-pie span b{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--color-primary)}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-full-image .s-product-card-content {
  border-color: var(--color-main);
}
.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}
.s-product-options-option-container{margin-bottom:1.25rem}
.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))}
@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}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-colors-wrapper input[type=radio] {
  border-color: var(--color-main);
}
.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;
}
.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))}
.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))}
.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;
}
.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))}
.s-product-options-donation-progress-amount{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}
.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}
.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))}
.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))}
.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}
.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}
.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)}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-donation-amount-curruncy {
  border-color: var(--color-main);
}
.s-product-options-multiple-options-wrapper{flex-wrap:wrap;align-items: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}
@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;
}
.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;
}
.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}
.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;
}
@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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-stock-badge {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-badge-overlay {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-icon {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-wrapper div input[type=radio] {
  border-color: var(--color-main);
}
.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))}
.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;
}
.s-product-options-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-donation-amount-currency {
  border-color: var(--color-main);
}
.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}
.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;
}
.s-product-options-donation-options-item input{display:none}
.s-product-options-donation-options-item input:checked + label{border-color:var(--color-primary);background-color:var(--color-primary);color:var(--color-primary-reverse)}
.s-product-options-textarea textarea{resize:none}
.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: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;
}
@media (max-width: 639px) {
  .is-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.s-product-options-digital-card-option{border-radius:18px !important}
}
@media (min-width: 640px) {
  .is-sticky-product-bar .is-sticky-customize-color salla-add-product-button .s-add-product-button-mini-checkout button.s-fast-checkout-button.s-product-options-digital-card-option{border-color:var(--buttons-bg-color) !important;color:var(--buttons-bg-color) !important}
}
.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}
.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;
}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-grid-mode input[type=checkbox] {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-grid-mode input[type=radio] {
  border-color: var(--color-main);
}
.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}
.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))}
@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))}
.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)))}
.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}
.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))}
.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))}
.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}
.s-products-list-vertical-cards{grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.625rem}
@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}
.s-products-list-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.625rem}
@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))}
.s-products-list-placeholder span svg{margin-left:auto;margin-right:auto;height:4rem;width:4rem;fill:#d1d5db;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))}
.s-progress-bar-target-section{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}
.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))}
.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}
.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)}
.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}
.s-quick-order-checkbox-container{margin-top:0.5rem;margin-bottom:0.5rem;display:flex}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-quick-order-expandable .s-form-group > span {
  border-color: var(--color-main);
}
.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)))}
.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))}
.s-quick-order-confirm{display:flex;align-items:center;justify-content:center;border-radius:0.25rem;border-width:1px;padding:0.5rem}
.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)))}
.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}
.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}
.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}
.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}
.s-rating-modal-product-details{position:relative;display:flex;flex:1 1 0%;flex-direction:column;padding-bottom:1rem}
.s-rating-modal-product-details-main{display:flex;align-items:flex-start;justify-content:space-between}
.s-rating-modal-product-details-main .s-rating-stars-wrapper{margin-bottom:0.375rem;flex-direction:column;align-items:center;gap:0.625rem}
@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))}
.s-rating-modal-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.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}
.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)))}
@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))}
@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}
.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}
.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)}
.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))}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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);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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-rating-modal-thanks-btn:hover{opacity:0.8}
.s-rating-modal-thanks-btn {
  /* Disabled state */
  /* Button Variants */
}
.s-rating-modal-thanks-btn .loader {
  width: 0;
  opacity: 0;
  height: 16px;
  transform: scale(0);
  transition: 0.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;color:#000000;color:var(--main-text-color);--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 (min-width: 1024px) {
  .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))}
.s-rating-modal-stars-company{margin-bottom:1.25rem}
.s-rating-modal-stars-company .s-rating-stars-wrapper{flex-direction:column;align-items:center;justify-content:center;gap:0.5rem}
.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)}
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}
.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}
.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)))}
.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}
.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}
.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}
.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}
.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;
}
.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}
.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))}
.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))}
.s-rating-modal-delete-actions{margin-top:1.25rem;display:flex;align-items:center;gap:0.625rem}
.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}
.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}
.s-rating-stars-reviews{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.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))}
@media (min-width: 1024px){
.s-reviews-container{overflow:hidden}}
.s-reviews-header-wrapper{display:flex;justify-content:space-between}
.s-reviews-header{margin-bottom:1rem;margin-right:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;line-height:1.2}
.s-reviews-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}
@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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-reviews-quote-icon svg {
  border-color: var(--color-main);
}
@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}
@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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-reviews-testimonial__icon svg {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.s-reviews-testimonial__icon svg{font-size:3rem;line-height:1}}
@media (min-width: 1024px){
.s-reviews-testimonial__icon svg{height:3rem;width:3rem}}
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}
@media (min-width: 640px){
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:3rem}}
@media (min-width: 1024px){
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}}
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}
@media (min-width: 640px){
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:3rem}}
@media (min-width: 1024px){
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}}
.s-reviews-testimonial__text{flex:1 1 0%}
.s-reviews-testimonial__text p{margin-bottom:0.5rem;margin-top:1rem;display:none;line-height:1.5rem}
@media (min-width: 640px){
.s-reviews-testimonial__text p{margin-top:0px}}
.s-reviews-testimonial__name_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 1024px){
.s-reviews-testimonial__name_wrapper{flex-direction:row;justify-content:space-between}}
.s-reviews-testimonial__rating{margin-left:2.5rem;display:none;font-size:0.875rem;line-height:1.25rem}
.s-reviews-testimonial__info h2{font-size:0.75rem;line-height:1rem;font-weight:700}
@media (min-width: 480px){
.s-reviews-testimonial__info h2{font-size:0.875rem;line-height:1.25rem}}
.s-reviews-container .swiper-slide{height:auto;width:20%;overflow:hidden;padding-left:10px;padding-right:10px}
@media (min-width: 1024px){
.s-reviews-container .swiper-slide{padding-left:15px;padding-right:15px}}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__avatar{margin-bottom:2rem}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner{position:relative;flex-direction:column;align-items:center;text-align:center}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__icon svg{top:-2rem;left:50%;height:1.5rem;width:1.5rem;--tw-translate-x:-50%;--tw-translate-y:0.25rem;transform:translate(-50%, 0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.s-reviews-container .swiper-slide-prev .s-reviews-testimonial{align-items:center;justify-content:flex-end}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial{align-items:center;justify-content:flex-start}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:7%}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:7%}
.s-reviews-container .swiper-slide-active{width:60%}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial{opacity:1;--tw-shadow:5px 0 0 0 var(--color-main);--tw-shadow-colored:5px 0 0 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
@media (min-width: 1024px){
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:6rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem}}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner{width:100%}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="ltr"], [dir="ltr"] *){margin-right:1.5rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="rtl"], [dir="rtl"] *){margin-left:1.5rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{margin-bottom:0.5rem}
@media (min-width: 1024px){
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{margin-bottom:0px}}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__rating{display:block}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__text p{display:block}
.s-reviews-container .s-slider--nav-arrow{right:17%;top:35%;display:none;--tw-translate-y:50%;transform:translate(var(--tw-translate-x), 50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@media (min-width: 1024px){
.s-reviews-container .s-slider--nav-arrow{display:flex}}
.s-reviews-container .s-slider--nav-arrow.s-slider-next{left:17%}
.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="ltr"], [dir="ltr"] *){left:auto}
.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="rtl"], [dir="rtl"] *){right:auto}
.s-reviews-summary-wrapper{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.s-reviews-summary-wrapper{max-width:1280px}}
.s-reviews-summary-wrapper{align-items:center}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-reviews-summary-wrapper ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-reviews-summary-wrapper > div{display:none}
}
.s-block--testimonials.s-reviews-summary-wrapper{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-reviews-summary-wrapper{padding-left:0.625rem;padding-right:0.625rem}}
@media (min-width: 640px){
.s-reviews-summary-wrapper{display:flex}}
.s-reviews-summary-header{margin-bottom:0.5rem;display:flex;align-items:center;gap:1rem}
@media (min-width: 640px){
.s-reviews-summary-header{width:25%;justify-content:center}}
.s-reviews-summary-header .s-rating-stars-selected{fill:var(--color-primary)}
.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))}
@media (min-width: 640px){
.s-reviews-summary-rows{margin-left:auto;margin-right:auto;width:65%}}
.s-reviews-summary-row{margin-top:1rem;display:flex;align-items:center;gap:0.625rem}
.s-reviews-summary-row-rate{display:flex;align-items:center;gap:0.25rem;fill:#1f2937;font-size:0.75rem;line-height:1rem;line-height:1.5}
.s-reviews-summary-row-rate span svg{height:0.75rem;width:0.75rem;fill:#fbbf24}
.s-reviews-summary-progress{flex-grow:1}
.s-reviews-summary-progress .s-progress-bar-container{margin-bottom:0px}
.s-reviews-summary-progress .s-progress-bar-wrapper{margin-bottom:0px}
.s-reviews-summary-percentage{width:2rem;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.s-scopes-title{margin-bottom:0.75rem}
.s-scopes-header{margin-bottom:0.5rem;display:block;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))}
.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))}
.s-scopes-header-subtitle{text-align:left;font-size:1.25rem;line-height:1.75rem}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-scopes-search-icon {
  border-color: var(--color-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))}
.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}
.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))}
.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}
.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 0.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))}
.s-scopes-hidden{display:none}
.s-scopes-input-wrap.is-hidden-branch{display:none}
.s-scopes-wrap{display:flex;max-height:350px;flex-direction:column}
.s-scopes-wrap .s-placeholder-wrapper{display:flex;height:12rem;flex-direction:column;align-items:center;justify-content:center}
.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}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-search-icon-wrap {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-search-results {
  border-color: var(--color-main);
}
.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))}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-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-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))}
.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))}
.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)}
.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}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-search-action {
  border-color: var(--color-main);
}
.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}
.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 *.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}
@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)))}
.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}
.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}
@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)))}
.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}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-slider-v-centered .s-slider-block__title-nav {
  border-color: var(--color-main);
}
.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)}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-slider-thumbs-nav {
  border-color: var(--color-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}
@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}
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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration: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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-slider-vertical .s-slider-thumbs-prev {
  border-color: var(--color-main);
}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-slider-vertical .s-slider-thumbs-next {
  border-color: var(--color-main);
}
@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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration: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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
  border-color: var(--color-main);
}
@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 0.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);
}
.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}
.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}
.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}
.s-social-list{display:flex;gap:0.625rem}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-social-share-list {
  border-color: var(--color-main);
}
.s-social-share-list.opened{height:auto}
.s-social-share-list a{display:block;padding:0.75rem}
.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;
}
@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}
@media (min-width: 768px){
.s-tabs-header-item{padding-left:1.75rem;padding-right:1.75rem}}
.s-tabs-content{display:none}
.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))}
.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}
.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}
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;
}
.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}
.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon{display:none}
.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))}
.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}
.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}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-user-menu-dropdown-header-close {
  border-color: var(--color-main);
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-user-menu-dropdown-item-badge {
  border-color: var(--color-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-user-menu-red-dot .s-user-menu-avatar-wrap:after {
  border-color: var(--color-main);
}
.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}
.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}
@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))}
.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}
.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}
.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))}
.s-user-settings-section-icon svg{height:1.25rem;width:1.25rem}
.s-user-settings-confirmation{text-align:center}
.s-user-settings-confirmation svg{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))}
@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))}
.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)))}
.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))}
.s-verify-label{margin-bottom:1rem;display:block;text-align:center;font-size:0.875rem;line-height:1.25rem}
.s-verify-codes{margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:1.25rem;display:flex;justify-content:space-between}
.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}
.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}
.s-verify-submit{margin-bottom:1.25rem;width:100%}
.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))}
@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))}
.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}
.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)}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
input[type=radio].sr-only div.s-verify-back {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-verify-back {
  border-color: var(--color-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))}
@media (min-width: 768px){
.s-wallet-mobile-title{display:none}}
.s-wallet-reference-id{display:none}
@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}
@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}
.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))}
.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))}
.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))}
@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}
.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}
@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}
.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}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-wallet-table-tbody-tr a {
  border-color: var(--color-main);
}
.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}
.\[color\:var\(--bg-color-primary\)\]{color:#f5f5f5;color:var(--bg-color-primary)}
.\[color\:var\(--main-text-color\)\]{color:#000000;color:var(--main-text-color)}
:root {
  /* Define Colors */
  --infinte-color: rgba(103,93,106,0.47451);
  --main-text-color: #000000;
  --main-text-color-dark: #2b2d34;
  --bg-color-primary: #f5f5f5;
  /* Primary Color Variations */
  --color-text: #000000;
  /* Additional Colors */
  --bg-gray: rgba(237,217,217,0.41961);
  --color-grey: #5f6266;
  --color-light-grey: #afafaf;
  /* Font Styles */
  --font-sm: 0.8685714286rem;
  --font-main: "tahoma";
  /* Plugin Variables */
  --mm-ocd-width: calc(100% - 51px);
  /* Scrollbar Variables */
  --sb-thumb-color: var(--main-text-color);
  --sb-track-color: var(--bg-color-primary);
  --sb-size: 8px;
}
/* Body and Div Scrollbars */
body,
div {
  --sb-thumb-color: var(--main-text-color);
  --sb-track-color: var(--bg-color-primary);
  --sb-size: 8px;
}
/* Scrollbar Styling for Body */
@media (min-width: 640px) {
  body::-webkit-scrollbar {
    width: 8px;
    width: var(--sb-size);
  }
}
body::-webkit-scrollbar-track {
  background: #f5f5f5;
  background: var(--sb-track-color);
}
body::-webkit-scrollbar-thumb {
  background: #000000;
  background: var(--sb-thumb-color);
}
/* Scrollbar Styling for Div */
div::-webkit-scrollbar {
  width: 8px;
  width: var(--sb-size);
}
div::-webkit-scrollbar-track {
  background: #f5f5f5;
  background: var(--sb-track-color);
}
div::-webkit-scrollbar-thumb {
  background: #000000;
  background: var(--sb-thumb-color);
}
/* Hide Scrollbars for UL */
ul::-webkit-scrollbar {
  display: none;
}
/* Fallback for Browsers That Don't Support ::-webkit-scrollbar */
@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: #000000 #f5f5f5;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
/* Background Image and Color Styling */
.body-bg-img .bg-img {
  background-image: var(--body-bg-img);
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.25;
  position:absolute;
  top:0px;
  right:0px;
  z-index:-101;
  opacity:calc(var(--bg-opacity) / 100);
}
input[type=radio].sr-only div.body-bg-img .bg-img {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.body-bg-img .bg-img {
  border-color: var(--color-main);
}
.body-bg-img:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-100;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--bg-img-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.body-bg-img:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.body-bg-img:after {
  border-color: var(--color-main);
}
.body-bg-color:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-100;
  height:100%;
  width:100%;
  background-color:#f5f5f5;
  background-color:var(--bg-color-primary);
  opacity:calc(var(--bg-opacity) / 100);
}
input[type=radio].sr-only div.body-bg-color:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.body-bg-color:after {
  border-color: var(--color-main);
}
.customize-body-bg-color:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-100;
  height:100%;
  width:100%;
  background-color:var(--page-bg-color);
  opacity:calc(var(--bg-opacity) / 100);
}
input[type=radio].sr-only div.customize-body-bg-color:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.customize-body-bg-color:after {
  border-color: var(--color-main);
}
/* Breadcrumbs */
.breadcrumbs ol{flex-wrap:nowrap !important;overflow-x:auto !important}
/* Scroll-to-Top Button */
.scroll-to-top-btn{position:fixed;bottom:7.5rem;z-index:99999999999999;display:none;cursor:pointer;border-radius:9999px;background-color:var(--secondary-components-bg-color);padding:0.5rem;color:var(--secondary-components-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.scroll-to-top-btn * {
  pointer-events: none;
}
@media (min-width: 768px){
.scroll-to-top-btn{bottom:2.25rem}}
.scroll-to-top-btn:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}
@media (min-width: 640px){
.scroll-to-top-btn:where([dir="ltr"], [dir="ltr"] *){left:1.5rem}}
.scroll-to-top-btn:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}
@media (min-width: 640px){
.scroll-to-top-btn:where([dir="rtl"], [dir="rtl"] *){right:1.5rem}}
.scroll-to-top-btn:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.scroll-to-top-btn:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}
@media (min-width: 1280px){
.scroll-to-top-btn:hover{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x), -0.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))}}
body {
  font-size: 20px;
  font-weight: 300px;
  line-height: 23px;
  color: #000000;
  color: var(--main-text-color);
  position: relative;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin-bottom: 0px;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  max-width: 100%;
}
a:focus {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1{font-size:1.875rem;line-height:2.25rem}
h2{font-size:1.25rem;line-height:1.75rem}
h3{font-size:1.25rem;line-height:1.75rem;
  line-height: 38px}
.f-color {
  color: var(--color-primary);
}
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))}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type=submit] {
  -webkit-appearance: listitem;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.unicode {
  unicode-bidi: plaintext;
}
.spinner-loader {
  border-right-color: var(--color-primary) !important;
}
.spinner-loader.reverse {
  border-right-color: #9f7171 !important;
}
.spinner-loader.reverse {
  background-color: #f98181;
}
.hide-scroll {
  /* hide scrollbar but allow scrolling */
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.remove-item-btn:after {
  font-family: "sallaicons" !important;
}
.remove-item-btn:after {
  content: "\ea47";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cart-thumb {
  position: fixed;
  z-index: 30;
  transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.fslightbox-open #tidio-chat-iframe,
body.fslightbox-open .fb_reset,
body.fslightbox-open [id^=gb-widget], body.modal-open #tidio-chat-iframe,
body.modal-open .fb_reset,
body.modal-open [id^=gb-widget] {
  display: none !important;
}
.loader:before {
  content: "";
  opacity: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: 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);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
@keyframes pulse-anime {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.15, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse-anime {
  animation-name: pulse-anime;
  animation-timing-function: ease-in-out;
}
/*
** Single page
*/
.content .content-entry img {
  margin: 15px 0 25px;
}
.content .content-entry ul,
.content .content-entry li {
  list-style: inherit !important;
}
.content .content-entry ol {
  list-style: auto !important;
}
/* Components Init*/
salla-modal:not(.hydrated) {
  display: none;
}
/* video aspect ratio*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-width: initial;
}
.grid-trigger{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:0.375rem;font-size:1.25rem;line-height:1.75rem;color:#000000;color:var(--main-text-color)}
.grid-trigger * {
  pointer-events: none;
}
.flex-center{display:flex;align-items:center;justify-content:center}
.center-between{display:flex;align-items:center;justify-content:space-between}
.grow-0 {
  flex-grow: 0 !important;
}
.basis-0 {
  flex-basis: 0;
}
.gradient-bg{--tw-gradient-from:var(--color-primary) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--color-primary-dark) var(--tw-gradient-to-position)}
[dir=ltr] .gradient-bg{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
[dir=rtl] .gradient-bg{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
@media (max-width: 1024px) {
  .gradient-bg.profile-header {
    background-image: none;
  }
  .gradient-bg.profile-header .breadcrumbs a,
  .gradient-bg.profile-header .breadcrumbs span,
  .gradient-bg.profile-header .breadcrumbs .arrow{color:#000000;color:var(--main-text-color)}
}
.badge{display:inline-flex;height:1.25rem;min-width:20px;align-items:center;justify-content:center;border-radius:9999px;padding:0.25rem;font-size:0.75rem;line-height:1rem}
.badge--red{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.copy-icon{font-size:0.75rem;line-height:1rem}
.s-localization-modal-inner {
  width: 100%;
}
.s-rating-modal-wrap .s-modal-body {
  position: relative !important;
}
.s-verify-back {
  top: 0.5rem;
}
.s-verify-back svg {
  max-width: 18px;
  fill: rgba(107, 114, 128, var(--tw-text-opacity));
}
[dir=rtl] .s-verify-back {
  right: 0.5rem;
}
[dir=ltr] .s-verify-back {
  left: 0.5rem;
}
@media (max-width: 639px) {
  .s-verify-back {
    display: none;
  }
}
.article--main iframe {
  width: 100%;
  height: 30vw;
}
@media (max-width: 639px) {
  .article--main iframe {
    height: 50vw;
  }
}
.cart-submit-wrap{margin-left:-5px;margin-right:-5px;display:flex;align-items:center;justify-content:space-between;gap:0.625rem}
.cart-submit-wrap:where([dir="ltr"], [dir="ltr"] *){flex-wrap:wrap}
.cart-submit-wrap > *{margin-left:5px;margin-right:5px;flex-grow:1}
.tooltip-content {
  position: absolute;
  transform: translate(82px, -120px);
  background: #fff;
  padding: 15px 15px 15px 36px;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: all 0.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, 10px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  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:200ms;position:absolute;top:0px;height:100%;width:100%;background-size:cover;background-position:center}
input[type=radio].sr-only div.swiper-lazy {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.swiper-lazy {
  border-color: var(--color-main);
}
.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:200ms}
input[type=radio].sr-only div.lazy__bg {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.lazy__bg {
  border-color: var(--color-main);
}
.lazy__bg.loaded{border-radius:1.5rem;opacity:1}
.rtl .rtl-range-slider,
[dir=rtl] .rtl-range-slider {
  transform: rotateY(180deg);
}
.rtl .rtl-range-numbers,
[dir=rtl] .rtl-range-numbers {
  flex-direction: row-reverse;
}
.rtl .form-select, .rtl select,
[dir=rtl] .form-select,
[dir=rtl] select {
  background-position: left 0.5rem center;
  padding-right: 12px;
}
.rtl .fix-align,
[dir=rtl] .fix-align {
  transform: translateY(-2px);
  display: inline-block;
}
.rtl .flatpickr-months .numInputWrapper .cur-year,
[dir=rtl] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 15px 0 0;
}
.flatpickr-calendar{width:-moz-fit-content !important;width:fit-content !important}
.sf-dump {
  direction: ltr;
}
[dir=ltr] .sicon-keyboard_arrow_left:before,
[dir=ltr] nav .sicon-keyboard_arrow_left:before,
[dir=ltr] .sub-menu .has-children > a:after {
  content: "\e96c";
}
[dir=ltr] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 0 0 15px;
}
[dir=ltr] .flatpickr-months [class^=arrow] {
  right: auto;
  right: initial;
  left: 0;
}
[dir=ltr] .sicon-arrow-left::before {
  content: "\e946";
}
[dir=ltr] .sicon-arrow-up-left::before {
  content: "\e94a";
}
input[type=radio].sr-only div.absolute {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.absolute {
  border-color: var(--color-main);
}
input[type=text]:disabled {
  color: #838383;
}
.form-label{display:block;font-size:1rem;line-height:1.5rem;font-weight:600;color:var(--main-components-text-color)}
@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:1rem;border-color:var(--secondary-components-text-color);background-color:var(--secondary-components-bg-color);font-size:1rem;line-height:1.5rem;color:var(--secondary-components-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.form-input:focus{border-color:var(--color-primary)}
.form-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.form-input::-moz-placeholder{color:var(--secondary-components-text-color)}
.form-input::placeholder{color:var(--secondary-components-text-color)}
textarea.form-input{height:6rem}
.has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}
.has-error:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}
.has-success{--tw-border-opacity:1;border-color:rgba(34, 197, 94, 1);border-color:rgba(34, 197, 94, var(--tw-border-opacity, 1))}
.has-success:focus{--tw-border-opacity:1;border-color:rgba(22, 163, 74, 1);border-color:rgba(22, 163, 74, var(--tw-border-opacity, 1))}
/*
* Buttons
*/
salla-button[width=wide]{width:100%}
salla-button.copied .s-button-text{--tw-text-opacity:1;color:rgba(22, 163, 74, 1);color:rgba(22, 163, 74, var(--tw-text-opacity, 1))}
salla-button.copied i:before {
  content: "\ea9d";
  --tw-text-opacity:1;
  color:rgba(22, 163, 74, 1);
  color:rgba(22, 163, 74, var(--tw-text-opacity, 1));
}
.s-button-icon{margin-left:0px !important;margin-right:0px !important;border-radius:0px !important}
.s-button-icon .sicon-heart:before{font-size:1rem;line-height:1.5rem;font-weight:600}
.s-button-light-outline{background-color:transparent}
.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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.btn:hover{opacity:0.8}
.btn {
  /* Disabled state */
  /* Button Variants */
}
.btn .loader {
  width: 0;
  opacity: 0;
  height: 16px;
  transform: scale(0);
  transition: 0.3s;
}
.btn--is-loading {
  pointer-events: none;
}
.btn--is-loading .loader {
  width: 16px;
  margin: 0 5px;
  opacity: 1;
  transform: scale(1);
}
.btn--delete .loader {
  width: 15px;
}
.btn--delete .loader:before {
  width: 12px;
  height: 12px;
  border-top-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
  border-right-color: #fff;
}
.btn--delete.btn--is-loading .icon {
  opacity: 0;
}
.btn--quantity{width:2.75rem;color:#000000;color:var(--main-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.btn--quantity:hover{color:var(--color-primary)}
.btn__text{pointer-events:none;display:inline-block;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.btn--wishlist{margin:0px}
.btn--wishlist button{cursor:pointer;align-self:center;border-radius:9999px;background-color:var(--color-primary);padding-top:0.25rem;padding-bottom:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:600;color:#000000;color:var(--main-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.btn--wishlist button * {
  pointer-events: none;
}
.btn--wishlist.is-added .s-button-element{--tw-bg-opacity:1 !important;background-color:rgba(230, 0, 35, 1) !important;background-color:rgba(230, 0, 35, var(--tw-bg-opacity, 1)) !important}
.btn--wishlist.is-added .s-button-element .sicon-heart:before{--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important}
.btn--rounded-gray{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;--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;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  flex-grow: 0}
.btn--rounded-gray.scopes-btn{height:2.5rem;width:2.5rem}
.btn--rounded-gray.scopes-btn .sicon-location:active{--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.9) 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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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);font-size:0.875rem;line-height:1.25rem;font-weight:500;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.btn--circle-gray:hover{background-color:rgba(229, 231, 235, 0.5)}
.btn--icon{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));font-weight:500;color:#000000;color:var(--main-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.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));color:#000000;color:var(--main-text-color)}
.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;color:var(--color-primary)}
input[type=radio].sr-only div.btn--close {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.btn--close {
  border-color: var(--color-main);
}
@media (min-width: 480px){
.btn--close{display:block}}
.btn--close:where([dir="ltr"], [dir="ltr"] *){right:0px}
.btn--close:where([dir="rtl"], [dir="rtl"] *){left:0px}
.btn--close-sm{position:fixed;top:0px;z-index:50;height:51px;width:51px;--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), -100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgba(239, 68, 68, 1);background-color:rgba(239, 68, 68, var(--tw-bg-opacity, 1));font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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:1rem;padding-top:0.5rem;padding-bottom:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.btn--collapse:hover{transition-duration:200ms}
@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;color:#000000;color:var(--main-text-color);--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)}
.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));color:#000000;color:var(--main-text-color);--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.btn--outline:hover{border-color: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}
/*
* Coupon Button
*/
button.btn--coupon{position:absolute;top:0px;height:40px;flex-shrink:0}
input[type=radio].sr-only divbutton.btn--coupon {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ divbutton.btn--coupon {
  border-color: var(--color-main);
}
button.btn--coupon:where([dir="ltr"], [dir="ltr"] *){right:0px;border-top-left-radius:0px;border-bottom-left-radius:0px}
button.btn--coupon:where([dir="rtl"], [dir="rtl"] *){left:0px;border-top-right-radius:0px;border-bottom-right-radius:0px}
button.btn--coupon .s-button-text{display:flex !important}
salla-button.has-not-coupon button .icon, salla-button.has-coupon button .coupon-text{display:none}
salla-button.has-coupon button{width:3rem;padding-left:0px;padding-right:0px}
/*
* Links ---------------------------------------------------
*/
.link--primary{color:var(--color-primary);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.link--primary:hover{color:var(--color-primary-dark)}
#btn-show-more{margin:0.5rem;cursor:pointer;border-radius:1rem;background-color:var(--color-primary);padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.5rem;font-size:1rem;line-height:1.5rem;color:#000000;color:var(--main-text-color);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
#btn-show-more * {
  pointer-events: none;
}
#btn-show-more:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
#btn-show-more.is-expanded{pointer-events:none;display:none}
.s-social-share-btn .s-social-share-btn.s-button-element{margin-left:0px !important;margin-right:0px !important;cursor:pointer !important;align-self:center !important;border-radius:16px !important;opacity:0.8 !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.s-social-share-btn .s-social-share-btn.s-button-element * {
  pointer-events: none !important;
}
.s-social-share-btn .s-social-share-btn.s-button-element:hover{opacity:1 !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.s-social-share-btn .s-button-outline{border-width:0px}
:host {
  display: block;
}
.s-button-primary{border-radius:18px;border-width:0px;background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-button-primary:hover{background-color:var(--secondary-components-bg-color);opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-quick-buy-button .s-button-element{border-radius:18px;border-width:2px;color:var(--color-primary);opacity:0.8}
.s-quick-buy-button .s-button-element .s-button-text{display:flex}
.s-quick-buy-button .s-button-element:hover{border-color:var(--color-primary);--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:1}
salla-social-share .s-social-share-wrapper .s-social-share-list{gap:0.125rem !important;border-radius:14px !important;border-color:transparent !important;opacity:0.8 !important}
salla-social-share .s-social-share-wrapper .s-social-share-list li{height:2.5rem;width:2.5rem;border-radius:9999px}
salla-social-share .s-social-share-wrapper .s-social-share-list svg{width:100%}
salla-social-share .s-social-share-wrapper .s-social-share-list svg:hover{opacity:0.7}
.s-button-out-of-stock{display:flex;height:2.5rem;width:70%;align-items:center;justify-content:center;border-radius:9999px;border-width:0px;--tw-bg-opacity:1;background-color:rgba(236, 1, 1, 1);background-color:rgba(236, 1, 1, var(--tw-bg-opacity, 1))}
.s-button-out-of-stock salla-button{height:100%}
.s-button-out-of-stock salla-button .s-button-wrap{width:70%}
.s-button-out-of-stock salla-button .s-button-text{display:flex;align-items:center;justify-content:center;gap:0.25rem;font-size:0.75rem;line-height:1rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-button-out-of-stock salla-button .s-button-outline{height:100%;border-radius:9999px;border-width:0px}
.s-button-out-of-stock .sicon-shopping::before {
  content: "\ef39";
  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));
}
.s-map-location-button .s-button-text{color:#000000;color:var(--main-text-color)}
.s-infinite-scroll-btn{background-color:var(--main-components-bg-color) !important;color:var(--main-components-text-color) !important}
#blog-like.liked i {
  width: 18px;
  height: 16px;
  background-color: var(--color-primary); /* This will show the masked area */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  position: relative;
  top: -2px;
}
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type=radio] {
  display: none;
}
.custom-radios input[type=radio] + label {
  cursor: pointer;
}
.custom-radios input[type=radio] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
}
.custom-radios input[type=radio] + label span::after {
  font-family: "sallaicons" !important;
}
.custom-radios input[type=radio] + label span::after {
  opacity: 0;
  display: inline-block;
  transform: scale(0.4);
  transition: all 0.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: "\ea9d";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.custom-radios input[type=radio]:checked + label span:after {
  opacity: 1;
  transform: scale(1);
}
.custom-radios input[type=radio]:disabled + label {
  opacity: 0.45;
}
.custom-radios--rounded input[type=radio] + label span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
}
.custom-radios--rounded input[type=radio] + label span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.custom-radios--icons {
  font-size: 40px;
  line-height: 42px;
}
.custom-radios--icons input[type=radio] + label {
  transition: transform 0.2s, color 0.3s;
  filter: grayscale(1);
}
.custom-radios--icons input[type=radio] + label:hover {
  filter: grayscale(0);
}
.custom-radios--icons input[type=radio]:checked + label {
  filter: grayscale(0);
  transform: scale(1.25) translateY(-3px);
}
.custom-radios--icons input[type=radio]:checked + label .rate-title {
  font-weight: bold;
  color: #2b2d34;
}
.radio-images__label{margin-bottom:0.125rem;display:inline-block;height:6rem;width:100%;cursor:pointer;overflow:hidden;border-radius:0.375rem}
.radio-images__label * {
  pointer-events: none;
}
@media (min-width: 768px){
.radio-images__label{height:5rem}}
.radio-images__badge{position:absolute;bottom:2.5rem;left:50%;display:block;--tw-translate-x:-50%;transform:translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));white-space:nowrap;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));padding-left:0.375rem;padding-right:0.375rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.radio-images__badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.radio-images__badge {
  border-color: var(--color-main);
}
.radio-images input[type=radio] {
  display: none;
}
.radio-images input[type=radio] + label {
  position: relative;
}
.radio-images input[type=radio] + label:after {
  font-family: "sallaicons" !important;
}
.radio-images input[type=radio] + label:after {
  content: "\ea9d";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition: transform 0.3s;
}
.radio-images input[type=radio] + label:before {
  content: "";
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s;
}
.radio-images input[type=radio]:checked + label:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.radio-images input[type=radio]:checked + label:before {
  opacity: 0.3;
}
.radio-images input[type=radio]:disabled + label {
  opacity: 0.45;
}
/* Top Nav */
.topnav-has-bg .top-navbar{background-color:var(--topnav-bg)}
.topnav-has-gradient .top-navbar{background-image:linear-gradient(to right, var(--tw-gradient-stops));--tw-gradient-from:var(--topnav-gradient-from) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--topnav-gradient-to) var(--tw-gradient-to-position)}
.topnav-has-text-color .top-navbar{color:var(--topnav-text-color)}
.top-navbar .s-search-input{border-style:none;background-color:rgba(229, 231, 235, 0.5)}
.top-navbar .s-search-input:hover{background-color:rgba(229, 231, 235, 0.7)}
@media (max-width: 640px) {
  .top-navbar .s-search-results{width:100vw;max-width:100vw}
  .top-navbar .s-search-results:where([dir="ltr"], [dir="ltr"] *){right:-0.625rem}
  .top-navbar .s-search-results:where([dir="rtl"], [dir="rtl"] *){left:-0.625rem}
}
.top-navbar .btn--circle-gray,
.top-navbar .btn--rounded-gray,
.top-navbar .s-search-input{background-color:transparent;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.top-navbar .btn--circle-gray .sicon-location::before,
.top-navbar .btn--rounded-gray .sicon-location::before,
.top-navbar .s-search-input .sicon-location::before{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))}
.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));color:#000000;color:var(--main-text-color)}
.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:transparent}
.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}}
.top-navbar .navbar-content{top:-3rem;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.top-navbar:hover .navbar-content{bottom: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.topnav-link-item{display:inline-block;--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, 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;--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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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 */
@media (min-width: 1024px){
.main-nav-container{min-height:6.8rem !important}}
.main-nav-container {
  /* Transition effect for icon change */
}
.main-nav-container .inner .inner-content{position:relative;display:flex;align-items:stretch}
.has-bg .main-nav-container, .has-bg .main-nav-container .sub-menu{background-color:var(--color-primary)}
.has-text-color .main-nav-container{color:var(--mainnav-text-color)}
.main-nav-container .search-btn{height:2rem !important;width:2rem !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important}
.main-nav-container .search-btn .sicon-search ::before{height:2rem;width:2rem;border-radius:9999px;background-color:transparent;padding:0.5rem;font-size:1.25rem;line-height:1.75rem}
.main-nav-container .standard-nav-btns-colors{aspect-ratio:1 / 1 !important;width:2rem !important;background-color:#000000 !important;background-color:var(--main-text-color) !important;color:var(--color-primary) !important}
.main-nav-container .customize-nav-btns-colors{background-color:var(--navbar-text-color) !important;color:var(--navbar-color) !important}
.main-nav-container .standard-sicon-search-colors{aspect-ratio:1 / 1 !important;width:2rem !important;background-color:#000000 !important;background-color:var(--main-text-color) !important;color:var(--color-primary) !important}
.main-nav-container .customize-sicon-search-colors{background-color:var(--navbar-text-color) !important;color:var(--navbar-color) !important}
.main-nav-container .darkmode-btn{aspect-ratio:1 / 1 !important;width:2rem !important;border-radius:9999px !important}
.main-nav-container .darkmode-btn .sicon-moon, .main-nav-container .darkmode-btn .sicon-sun{display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-size:0.875rem;line-height:1.25rem}
.main-nav-container .standard-darkmode-btn-colors{background-color:#000000 !important;background-color:var(--main-text-color) !important;color:var(--color-primary) !important}
.main-nav-container .customize-darkmode-btn-colors{background-color:var(--navbar-text-color) !important;color:var(--navbar-color) !important}
.main-nav-container .icon-smooth-transition {
  animation: smoothIconChange 1s ease forwards;
}
@keyframes smoothIconChange {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(360deg);
  }
}
.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));color:#000000;color:var(--main-text-color)}
.is-dark .main-nav-container .dropdown-toggler,
.is-dark .main-nav-container .dropdown__menu > div p{color:#000000;color:var(--main-text-color)}
.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){color:#000000;color:var(--main-text-color)}
.merge-nav{position:absolute !important;top:0px !important;right:0px !important;z-index:100 !important;width:100% !important}
input[type=radio].sr-only div.merge-nav {
  transition: all 0.3s !important;
}
input[type=radio].sr-only:checked ~ div.merge-nav {
  border-color: var(--color-main) !important;
}
.standard-merge-nav{background-image:linear-gradient(to bottom, var(--tw-gradient-stops)) !important;--tw-gradient-from:var(--color-primary) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important;--tw-gradient-to:transparent var(--tw-gradient-to-position) !important}
.customize-merge-nav{background-image:linear-gradient(to bottom, var(--tw-gradient-stops)) !important;--tw-gradient-from:var(--navbar-color) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important;--tw-gradient-to:transparent var(--tw-gradient-to-position) !important}
.medium-logo:hover .inner .main-menu{top:4rem !important}
.big-logo:hover .inner .main-menu{top:4.5rem !important}
.very-big-logo:hover .inner .main-menu{top:5.5rem !important}
.bg-nav-img {
  background-image: var(--nav-bg-img);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu-item{display:flex;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.625rem;padding-bottom:0.625rem;color:#000000;color:var(--main-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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)}
/* Sticky Header */
.main-nav-container.animated .inner {
  transition: top 0.5s, transform 0.5s, opacity 0.4s;
}
.main-nav-container.fixed-pinned{display:flex;align-items:center;justify-content:center}
.main-nav-container.fixed-pinned .inner{
  z-index: 29 !important}
.main-nav-container.fixed-pinned .inner{width:98.5%;border-radius:1.5rem;
  position: fixed;
  top: 0;
  transform: translate3d(0, -100%, 0)}
@media (max-width: 1024px) {
  .main-nav-container.fixed-pinned .inner {
    transform: none;
    top: -70px;
  }
}
.main-nav-container.fixed-pinned .inner .inner-content{border-radius:1rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.main-nav-container.fixed-pinned .navbar-brand img{-o-object-fit:contain;object-fit:contain}
.main-nav-container.fixed-pinned .navbar-brand h4 {
  line-height: 1;
}
.main-nav-container.fixed-pinned:hover .main-menu{visibility:visible;top:3.5rem;z-index:-111;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.main-nav-container.fixed-pinned:hover .main-menu .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.main-nav-container.fixed-pinned:hover .main-menu .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.main-nav-container.fixed-pinned:hover .main-menu .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.main-nav-container.fixed-pinned:hover .main-menu .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.main-nav-container.fixed-pinned:hover .main-menu .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
@media (min-width: 1024px) {
  .main-nav-container.fixed-pinned:hover .inner-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.main-nav-container.fixed-pinned-full .inner{width:100%;border-radius:0px}
.main-nav-container.fixed-pinned-full .inner .inner-content{border-radius:0px}
.main-nav-container.fixed-header {
  padding-left: 4px;
  padding-right: 4px;
}
.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
  margin-top:0.25rem;
}
@media (max-width: 1024px) {
  .main-nav-container.fixed-header .inner {
    transform: none;
    top: 0;
  }
}
.main-nav-container.fixed-header .inner .custom-fixed-header-colors{background-color:var(--navbar-color)}
.main-nav-container.fixed-header .inner .standard-fixed-header-colors{background-color:var(--color-primary)}
.main-nav-container.fixed-header .inner .fixed-header-bg-nav-img {
  background-image: var(--nav-bg-img);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-nav-container.fixed-header-full .inner{margin-top:0px}
.navbar-brand{display:flex;height:100%;width:auto;align-items:center;justify-content:center}
.navbar-brand img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}
.header-btn{border-style:none;outline:2px solid transparent;outline-offset:2px;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.header-btn:hover{opacity:1}
.header-btn__icon{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;font-size:1rem;line-height:1.5rem}
.header-btn :hover{border-color:transparent;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.header-btn .sicon-user::before {
  content: "\f078";
  display:flex;
  height:2rem;
  width:2rem;
  align-items:center;
  justify-content:center;
  border-radius:9999px;
  padding:0.5rem;
  font-size:1rem;
  line-height:1.5rem;
}
salla-user-menu{display:flex;flex-shrink:0;align-items:center;justify-content:center}
.s-cart-summary-total{display:none;font-size:1rem;line-height:1.5rem;color:#000000;color:var(--main-text-color)}
.s-cart-summary-count{position:absolute;top:-0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 0, 0, 1);background-color:rgba(255, 0, 0, var(--tw-bg-opacity, 1));padding-bottom:7px;--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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-cart-summary-count {
  border-color: var(--color-main);
}
.s-cart-summary-count:where([dir="ltr"], [dir="ltr"] *){left:-0.65rem}
.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *){right:-0.65rem}
#nav-cart{position:relative;display:flex;align-items:center;white-space:nowrap}
#nav-cart:where([dir="ltr"], [dir="ltr"] *){margin-left:1rem}
#nav-cart:where([dir="rtl"], [dir="rtl"] *){margin-right:1rem}
#nav-cart .icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
#nav-cart .icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
#nav-cart span{position:absolute;top:0.25rem}
input[type=radio].sr-only div#nav-cart span {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#nav-cart span {
  border-color: var(--color-main);
}
#nav-cart span:where([dir="ltr"], [dir="ltr"] *){left:-0.5rem}
#nav-cart span:where([dir="rtl"], [dir="rtl"] *){right:-0.5rem}
.header-search{border-radius:1.125rem;border-width:1px;border-color:rgba(0, 0, 0, 0.5)}
.header-search .s-search-results{z-index:10;margin-top:0.5rem;border-radius:1rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(59, 183, 126, 1);color:rgba(59, 183, 126, var(--tw-text-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 rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.header-search:hover{border-radius:1.125rem;border-width:0px;--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 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:#e5e7eb;--tw-shadow:var(--tw-shadow-colored);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-search-modal .s-modal-wrapper .s-modal-body{top:9rem}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container{z-index:0}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-input{border-radius:1.25rem;border-width:0px;background-color:var(--main-components-bg-color);font-size:1.125rem;line-height:1.75rem;color:#000000;color:var(--main-text-color)}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-input-wrapper .s-search-icon svg{fill:#000000;fill:var(--main-text-color);font-size:1.25rem;line-height:1.75rem}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-results{margin-top:0.125rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-results .s-search-product .s-search-product-image-container{height:3.5rem;width:3rem}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-results .s-search-product .s-search-product-details .s-search-product-title{font-size:1rem;line-height:1.5rem;color:#000000;color:var(--main-text-color)}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-results .s-search-product .s-search-product-details .s-search-product-price{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--color-primary)}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-results .s-search-product .s-search-product-details .s-search-product-price .s-search-product-regular-price{font-size:0.75rem;line-height:1rem;font-weight:700;--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-container .s-search-results .s-search-product-not-available{opacity:0.75;--tw-grayscale:grayscale(25%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(25%) 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-modal .s-modal-wrapper .s-modal-body .s-search-container-open .s-search-input{border-top-left-radius:1.25rem !important;border-top-right-radius:1.25rem !important;border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}
.s-search-modal .s-modal-wrapper .s-modal-body .s-search-no-results .s-search-input{border-top-left-radius:1.25rem !important;border-top-right-radius:1.25rem !important;border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}
.s-search-modal .s-modal-wrapper .s-modal-body .s-modal-header{z-index:50}
.s-search-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-close{z-index:50;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:0px;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-search-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-close:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}
.s-search-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-close:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}
.s-search-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-close svg{fill:#FF0000}
.s-login-modal .s-modal-wrapper .s-modal-body{background-color:var(--main-components-bg-color)}
.s-login-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-header-inner{padding:0px}
.s-login-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-header-inner .s-login-modal-header-icon{border-color:#000000;border-color:var(--main-text-color)}
.s-login-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-header-inner .s-login-modal-header-icon svg{fill:#000000;fill:var(--main-text-color)}
.s-login-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-header-inner .s-modal-header-content{text-align:center}
.s-login-modal .s-modal-wrapper .s-modal-body .s-modal-header .s-modal-header-inner .s-modal-header-content .s-modal-title{color:#000000;color:var(--main-text-color)}
.s-login-modal .s-modal-wrapper .s-modal-body .s-login-modal-wrapper .s-login-modal-tab .s-login-modal-label{color:#000000;color:var(--main-text-color)}
.s-login-modal .s-modal-wrapper .s-modal-body .s-login-modal-wrapper .s-login-modal-tab .s-login-modal-link{color:#000000;color:var(--main-text-color)}
.s-modal-body input.s-login-modal-input{border-radius:1rem;border-color:var(--color-primary);background-color:var(--main-components-bg-color)}
.s-modal-container{z-index:10000 !important}
.s-modal-overlay{background-color:rgba(0, 0, 0, 0.8);--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.s-modal-wrapper .s-modal-body{margin-top:0px;background-color:var(--main-components-bg-color);text-align:center}
.s-modal-wrapper .s-modal-xs{height:-moz-fit-content;height:fit-content}
@media (min-width: 640px){
.s-modal-wrapper .s-modal-xs{width:17rem}}
.s-modal-align-middle{overflow:hidden;border-radius:1.5rem}
.s-modal-align-middle .s-modal-close{top:0.5rem;display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:9999px;background-color:transparent;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-modal-align-middle .s-modal-close:where([dir="ltr"], [dir="ltr"] *){right:0.5rem}
.s-modal-align-middle .s-modal-close:where([dir="rtl"], [dir="rtl"] *){left:0.5rem}
.s-modal-align-middle .s-modal-close svg{fill:#FF0000}
.s-modal-align-middle .s-localization-modal-title{border-bottom-width:2px;border-color:#000000;border-color:var(--main-text-color);font-size:1rem;line-height:1.5rem;font-weight:700;color:#000000;color:var(--main-text-color)}
.s-modal-align-middle .s-localization-modal-input{color:#000000;color:var(--main-text-color)}
.s-modal-align-middle .s-localization-modal-label{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:#000000;color:var(--main-text-color)}
.s-modal-align-middle .s-localization-modal-label .s-localization-modal-currency{color:#000000;color:var(--main-text-color)}
.s-modal-align-middle .s-button-element{width:50%;border-radius:1rem;font-size:1rem;line-height:1.5rem;color:#000000;color:var(--main-text-color);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-modal-align-middle .s-button-element:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-modal-align-middle .s-tel-input input{border-radius:1rem;background-color:var(--main-components-bg-color)}
.s-user-menu-wrapper .s-user-menu-dropdown{z-index:99999999999999999999;margin-bottom:0.5rem;width:97%;overflow:hidden;border-radius:1.5rem;background-color:var(--main-components-bg-color)}
@media (min-width: 768px){
.s-user-menu-wrapper .s-user-menu-dropdown{width:15rem}}
.s-user-menu-wrapper .s-user-menu-dropdown .s-user-menu-dropdown-list{background-color:var(--main-components-bg-color);padding:0px}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item{position:relative;background-color:var(--main-components-bg-color)}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item .s-user-menu-dropdown-item-title{font-size:0.875rem;line-height:1.25rem;color:var(--main-components-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item-logout .s-user-menu-dropdown-item-title{--tw-text-opacity:1 !important;color:rgba(236, 1, 1, 1) !important;color:rgba(236, 1, 1, var(--tw-text-opacity, 1)) !important}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item-logout a svg{fill:#ec0101 !important}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a{padding-left:0.5rem;padding-right:0.5rem}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a i{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--secondary-components-bg-color);padding:0.25rem;--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 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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a i: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 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:#4b5563;--tw-shadow:var(--tw-shadow-colored);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a i svg{margin:0px;fill:var(--secondary-components-text-color)}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a:hover .s-user-menu-dropdown-item-title{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a:hover .s-user-menu-dropdown-item-title:where([dir="ltr"], [dir="ltr"] *){--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))}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a:hover .s-user-menu-dropdown-item-title:where([dir="rtl"], [dir="rtl"] *){--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))}
.s-user-menu-wrapper .s-user-menu-dropdown li.s-user-menu-dropdown-item a:hover i{--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 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:#4b5563;--tw-shadow:var(--tw-shadow-colored);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (max-width: 767px) {
  .s-user-menu-wrapper .s-user-menu-dropdown{right: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))}
}
@media (min-width: 768px) {
  .s-user-menu-wrapper .s-user-menu-dropdown{border-radius:1.5rem}
  .s-user-menu-wrapper .s-user-menu-dropdown:where([dir="ltr"], [dir="ltr"] *){right:0px}
  .s-user-menu-wrapper .s-user-menu-dropdown:where([dir="rtl"], [dir="rtl"] *){left:0px}
}
.s-user-menu-wrapper .s-user-menu-toggler ::before{background-color:transparent}
.bottom-menu .btn--circle-gray{background-color:transparent;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))}
.standard-search--btn-colors, .standard-cart-btn-colors{height:2rem;width:2rem;background-color:#000000;background-color:var(--main-text-color);color:var(--color-primary)}
.custom-search--btn-colors, .custom-cart-btn-colors{background-color:var(--navbar-text-color) !important;color:var(--navbar-color) !important}
.store-footer{position:relative;margin-top:1rem}
@media (min-width: 768px){
.store-footer{margin-top:1.5rem}}
.store-footer{margin-bottom:34px}
@media (min-width: 768px){
.store-footer{margin-bottom:0px}}
.store-footer .navbar-brand{margin:0px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem}
.store-footer .navbar-brand img{aspect-ratio:1 / 1;width:5rem;-o-object-fit:contain;object-fit:contain}
.store-footer a{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.store-footer h3{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.store-footer p{font-size:0.75rem;line-height:1rem}
.store-footer__inner{position:relative;overflow:hidden;border-bottom-width:1px;border-color:#f5f5f5;border-color:var(--bg-color-primary)}
.store-footer__inner:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--footer-bg-opacity) / 100);
}
input[type=radio].sr-only div.store-footer__inner:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.store-footer__inner:before {
  border-color: var(--color-main);
}
.store-footer__inner:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--footer-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.store-footer__inner:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.store-footer__inner:after {
  border-color: var(--color-main);
}
.store-footer__inner .s-apps-icons{display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 1024px){
.store-footer__inner .s-apps-icons{align-items:flex-start}}
.store-footer__inner .s-apps-icons .s-apps-icons-list{justify-content:center}
.store-footer__inner .s-apps-icons .s-apps-icons-list .s-apps-icons-item{width:6rem}
.store-footer .standard-footer-colors:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  background-color:var(--color-primary);
}
input[type=radio].sr-only div.store-footer .standard-footer-colors:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.store-footer .standard-footer-colors:before {
  border-color: var(--color-main);
}
.store-footer .standard-footer-colors h3, .store-footer .standard-footer-colors p, .store-footer .standard-footer-colors svg, .store-footer .standard-footer-colors .s-menu-footer-list .s-menu-footer-item, .store-footer .standard-footer-colors #contact-slot .s-contacts-item .s-contacts-icon + span{fill:#000000;fill:var(--main-text-color);color:#000000;color:var(--main-text-color)}
.store-footer .customize-footer-colors:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  background-color:var(--footer-bg-color);
}
input[type=radio].sr-only div.store-footer .customize-footer-colors:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.store-footer .customize-footer-colors:before {
  border-color: var(--color-main);
}
.store-footer .customize-footer-colors h3, .store-footer .customize-footer-colors p, .store-footer .customize-footer-colors svg, .store-footer .customize-footer-colors .s-menu-footer-list .s-menu-footer-item, .store-footer .customize-footer-colors #contact-slot .s-contacts-item .s-contacts-icon + span{fill:var(--footer-text-color);color:var(--footer-text-color)}
.store-footer .brand-bg{position:relative;height:100%;overflow:hidden;border-radius:14px;padding:0.5rem}
.store-footer .brand-bg:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  border-radius:14px;
  opacity:calc(var(--footer-brand-bg-opacity) / 100);
}
input[type=radio].sr-only div.store-footer .brand-bg:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.store-footer .brand-bg:before {
  border-color: var(--color-main);
}
.store-footer .brand-bg:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  border-radius:14px;
  --tw-backdrop-blur:blur(var(--footer-brand-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.store-footer .brand-bg:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.store-footer .brand-bg:after {
  border-color: var(--color-main);
}
.store-footer .brand-bg .navbar-brand{height:auto}
.store-footer .standard-brand-bg:before{background-color:#f5f5f5;background-color:var(--bg-color-primary)}
.store-footer .standard-brand-bg .store-name, .store-footer .standard-brand-bg .store-description, .store-footer .standard-brand-bg p, .store-footer .standard-brand-bg b{color:var(--components-titles-color)}
.store-footer .customize-brand-bg:before{background-color:var(--footer-brand-bg-color)}
.store-footer .customize-brand-bg .store-name, .store-footer .customize-brand-bg .store-description, .store-footer .customize-brand-bg p, .store-footer .customize-brand-bg b{color:var(--footer-store-name-description-color)}
.store-footer salla-menu > div .s-menu-footer-list{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;-moz-column-gap:2rem;column-gap:2rem;row-gap:0.5rem}
@media (min-width: 768px){
.store-footer salla-menu > div .s-menu-footer-list{align-items:flex-start}}
.store-footer salla-menu > div .s-menu-footer-list .s-menu-footer-item{margin-bottom:0px;font-size:0.75rem;line-height:1rem;color:#000000;color:var(--main-text-color)}
.store-footer .s-social-list .s-social-link a{position:relative;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:space-evenly;overflow:hidden;border-radius:9999px;border-width:0px;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, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.store-footer .s-social-list .s-social-link a:hover{opacity:1}
.store-footer .s-contacts{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
@media (min-width: 768px){
.store-footer .s-contacts{align-items:flex-start}}
.store-footer .s-contacts .s-contacts-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0.625rem}
@media (min-width: 768px){
.store-footer .s-contacts .s-contacts-list{flex-direction:column;align-items:flex-start}}
@media (min-width: 1024px){
.store-footer .s-contacts .s-contacts-list{gap:0.875rem}}
.store-footer .s-contacts .s-contacts-list #contact-slot .s-contacts-item{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem}
.store-footer .s-contacts .s-contacts-list #contact-slot .s-contacts-item .s-contacts-icon{position:relative;margin:0px;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;border-width:0px;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.store-footer .s-contacts .s-contacts-list #contact-slot .s-contacts-item .s-contacts-icon + span{display:none;font-size:0.75rem;line-height:1rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.store-footer .s-contacts .s-contacts-list #contact-slot .s-contacts-item .s-contacts-icon + span:hover{transition-duration:200ms}
@media (min-width: 768px){
.store-footer .s-contacts .s-contacts-list #contact-slot .s-contacts-item .s-contacts-icon + span{display:block}}
.store-footer .s-apps-icons-list{display:flex;align-items:center;justify-content:center}
.store-footer .s-apps-icons .vertical {
  flex-direction: row;
}
.store-footer .s-payments-list-item{position:relative;z-index:2;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;background-color:transparent}
.footer-is-light .store-footer{background-color:transparent;color:#000000;color:var(--main-text-color)}
.footer-is-light .store-footer .social-link{background-color:var(--color-primary);font-weight:700;color:#000000;color:var(--main-text-color);--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 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:#e5e7eb;--tw-shadow:var(--tw-shadow-colored)}
.footer-is-light .store-footer .social-link: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 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)}
.footer-is-light .store-footer .contact-social{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.footer-is-light .store-footer .contact-social:hover{transition-duration:200ms}
.footer-is-light .store-footer .copyright p{color:#000000;color:var(--main-text-color)}
.footer-second-design{padding-bottom:2.5rem}
@media (min-width: 640px){
.footer-second-design{padding-bottom:0px}}
.footer-second-design .store-footer__inner{padding:2rem}
.footer-second-design .store-footer__inner .s-apps-icons{display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 1024px){
.footer-second-design .store-footer__inner .s-apps-icons{align-items:flex-start}}
.footer-second-design .store-footer__inner .s-apps-icons .s-apps-icons-list{justify-content:center}
.footer-second-design .store-footer__inner .s-apps-icons .s-apps-icons-list .s-apps-icons-item{width:6rem}
.footer-second-design .store-footer__inner salla-menu .s-menu-footer-list{align-items:center}
@media (min-width: 640px){
.footer-second-design .store-footer__inner salla-menu .s-menu-footer-list{align-items:flex-start}}
.footer-second-design .store-footer__inner .s-contacts{padding-top:0px;padding-bottom:0px}
.footer-second-design .store-footer__inner .s-contacts .s-contacts-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:0.625rem}
@media (min-width: 768px){
.footer-second-design .store-footer__inner .s-contacts .s-contacts-list{flex-direction:column}}
.footer-second-design .store-footer__inner .s-social-list{width:100%;flex-wrap:wrap;justify-content:center;gap:0.625rem}
@media (min-width: 640px){
.footer-second-design .store-footer__inner .s-social-list{display:flex}}
@media (min-width: 1280px){
.footer-second-design .store-footer__inner .s-social-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));justify-content:center}}
.footer-second-design .store-footer__inner .s-social-list .s-social-link{display:flex;align-items:center;justify-content:flex-start;-moz-column-gap:0.5rem;column-gap:0.5rem}
@media (min-width: 1280px){
.footer-second-design .store-footer__inner .s-social-list .s-social-link{width:100%}}
.footer-second-design .store-footer__inner .s-social-list .s-social-link a{justify-content:center}
.footer_full_width{padding:0px}
.footer_with_padding{padding-left:0.5rem;padding-right:0.5rem}
@media (min-width: 640px){
.footer_with_padding{padding-left:1rem;padding-right:1rem}}
.footer_with_padding .store-footer__inner{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}
.footer-icons-with-bg .s-contacts-icon:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--footer-icons-bg-opacity) / 100);
}
input[type=radio].sr-only div.footer-icons-with-bg .s-contacts-icon:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.footer-icons-with-bg .s-contacts-icon:before {
  border-color: var(--color-main);
}
.footer-icons-with-bg .s-contacts-icon:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  border-radius:1rem;
  --tw-backdrop-blur:blur(var(--footer-icons-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.footer-icons-with-bg .s-contacts-icon:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.footer-icons-with-bg .s-contacts-icon:after {
  border-color: var(--color-main);
}
.footer-icons-with-bg .s-social-link a:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--footer-icons-bg-opacity) / 100);
}
input[type=radio].sr-only div.footer-icons-with-bg .s-social-link a:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.footer-icons-with-bg .s-social-link a:before {
  border-color: var(--color-main);
}
.footer-icons-with-bg .s-social-link a:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--footer-icons-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.footer-icons-with-bg .s-social-link a:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.footer-icons-with-bg .s-social-link a:after {
  border-color: var(--color-main);
}
.footer-icons-with-bg .s-payments-list-item:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--footer-icons-bg-opacity) / 100);
}
input[type=radio].sr-only div.footer-icons-with-bg .s-payments-list-item:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.footer-icons-with-bg .s-payments-list-item:before {
  border-color: var(--color-main);
}
.footer-icons-with-bg .s-payments-list-item:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--footer-icons-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.footer-icons-with-bg .s-payments-list-item:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.footer-icons-with-bg .s-payments-list-item:after {
  border-color: var(--color-main);
}
.footer-icons-without-bg .s-contacts-icon:before{background-color:transparent}
.footer-icons-without-bg .s-social-link a:before{background-color:transparent}
.footer-icons-without-bg .payments-item-standard .s-payments-list-item:before{background-color:transparent}
.standard-icons-bg .s-social-link a svg{fill:var(--color-primary)}
.standard-icons-bg .s-social-link a:before{background-color:#000000;background-color:var(--main-text-color)}
.standard-icons-bg .s-contacts-icon svg{fill:var(--color-primary)}
.standard-icons-bg .s-contacts-icon:before{background-color:#000000;background-color:var(--main-text-color)}
.standard-icons-bg .s-payments-list-item:before{background-color:#000000;background-color:var(--main-text-color)}
.customize-icons-bg .s-social-link a svg{fill:var(--footer-icons-text-color)}
.customize-icons-bg .s-social-link a:before{background-color:var(--footer-icons-bg-color)}
.customize-icons-bg .s-contacts-icon svg{fill:var(--footer-icons-text-color)}
.customize-icons-bg .s-contacts-icon:before{background-color:var(--footer-icons-bg-color)}
.customize-icons-bg .s-payments-list-item:before{background-color:var(--footer-icons-bg-color)}
@media (min-width: 1024px) {
  .main-menu{display:flex;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
  .fixed-pinned .main-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    visibility:hidden;
    position:fixed;
    top:0.5rem;
    z-index:-111;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:200ms;
    transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  }
  @media (min-width: 1024px){
.fixed-pinned .main-menu{width:100%}}
  .main-menu li{margin-bottom:0px;justify-content:flex-start;opacity:1}
  .main-menu li > a{position:relative;margin-left:0.25rem;margin-right:0.25rem;display:flex;height:100%;align-items:center;justify-content:center;gap:0.125rem;border-radius:1rem;padding-top:0.625rem;padding-bottom:0.625rem;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, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
  .main-menu li > a:hover{text-decoration-line:none}
  .main-menu li > a {
    /* ::before {
      content: "";
      @apply w-full h-full origin-center absolute bg-color-primary
      bottom-0 right-0 rounded-2xl z-[-1];
      transition: .3s cubic-bezier(0, 0, 0.23, 0.92);
      transform: rotateY(90deg);
    }*/
  }
  .main-menu li > a:hover{opacity:0.8;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
    /* ::before {
      @apply transition-all w-full h-full opacity-100;
      transition: .3s cubic-bezier(0, 0, 0.23, 0.92);
      transform: rotateY(180deg);
    }*/}
  .main-menu li.root-level{display:inline-block}
  .main-menu li.root-level > a{width:98%}
  .main-menu li.root-level:hover > a:after {
    transform: scaleY(-1);
  }
  .main-menu .has-children a{padding-left:0.625rem;padding-right:0.625rem}
  .main-menu .has-children > a:after {
    font-family: "sallaicons";
    content: "\e96e";
    margin-left:0.125rem;
    margin-right:0.125rem;
    display:inline-block;
    align-self:flex-end;
    font-size:1.125rem;
    line-height:1.25rem;
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
  }
  [dir=rtl] .main-menu .has-children.root-level .sub-menu ul li.has-children > a:after {
    content: "\e970";
  }
  [dir=ltr] .main-menu .has-children.root-level .sub-menu ul li.has-children > a:after {
    content: "\e96c";
  }
  .main-menu .has-children.root-level .sub-menu li.has-children:hover a:where([dir="ltr"], [dir="ltr"] *):after{--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))}
  .main-menu .has-children.root-level .sub-menu li.has-children:hover a:where([dir="rtl"], [dir="rtl"] *):after{--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))}
  .main-menu .sub-menu{visibility:hidden;position:absolute;z-index:20;width:18rem;--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-radius:1.5rem;padding:0.75rem;padding-top:0.875rem;padding-bottom:0.875rem;opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
input[type=radio].sr-only div.main-menu .sub-menu {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.main-menu .sub-menu {
  border-color: var(--color-main);
}
  .main-menu .sub-menu ul{border-radius:1.5rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.25rem;padding-right:0.25rem}
  .main-menu .sub-menu .sub-menu {
    top: -1px;
    right: 100%;
  }
  [dir=ltr] .main-menu .sub-menu .sub-menu {
    left: 100%;
    right: auto;
  }
  .main-menu .sub-menu .s-product-card-entry{border-width:1px;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
  .main-menu .sub-menu .btn {
    padding: 8px 10px 10px;
  }
  .main-menu .sub-menu li.mega-menu .container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .container > div{display:none}
  .main-menu .standard-sub-menu-colors{background-color:var(--color-primary)}
  .main-menu .standard-sub-menu-colors ul a span{color:#000000;color:var(--main-text-color)}
  [dir=rtl] .main-menu .standard-sub-menu-colors ul li.has-children > a:after{color:#000000;color:var(--main-text-color)}
  [dir=ltr] .main-menu .standard-sub-menu-colors ul li.has-children > a:after{color:#000000;color:var(--main-text-color)}
  .main-menu .custom-sub-menu-colors{background-color:var(--navbar-color)}
  .main-menu .custom-sub-menu-colors ul a span{color:var(--navbar-text-color)}
  [dir=rtl] .main-menu .custom-sub-menu-colors ul li.has-children > a:after{color:var(--navbar-text-color)}
  [dir=ltr] .main-menu .custom-sub-menu-colors ul li.has-children > a:after{color:var(--navbar-text-color)}
  .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-menu .sub-menu ul > li:not(:first-child) > .sub-menu {
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border: none;
  }
}
.main-menu .sub-menu ul > li:not(:first-child) > .sub-menu {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  border: none;
}
@media (max-width: 1024px) {
  .filters-opened .close-filters {
    display: block !important;
  }
  .menu-opened .btn--close-sm.close-mobile-menu {
    display: block !important;
  }
  .mobile-menu .navbar-brand-sm{display:flex !important;height:4rem !important;width:100% !important;align-items:center !important;justify-content:center !important;border-bottom-width:1px !important;border-color:#000000 !important;border-color:var(--main-text-color) !important;background-color:var(--color-primary) !important;background-size:contain !important}
  .mobile-menu .navbar-brand-sm img{height:100%;width:33.333333%;-o-object-fit:contain;object-fit:contain}
  .main-menu.mm-spn--open::before{display:none !important}
  .mm-spn a:not(:last-child):after{display:none !important}
  .menu-opened .btn--close-sm.close-mobile-menu {
    display: block !important;
  }
  .btn--close{position:absolute;top:0px;z-index:50;display:flex;align-items:center;justify-content:center}
input[type=radio].sr-only div.btn--close {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.btn--close {
  border-color: var(--color-main);
}
  .btn--close:where([dir="ltr"], [dir="ltr"] *){right:0px}
  .btn--close:where([dir="rtl"], [dir="rtl"] *){left:0px}
  .btn--close::before{display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:1rem;line-height:1.5rem;color:#000000;color:var(--main-text-color)}
  .mobile-menu {
    display: none;
    overflow:hidden;
  }
  @media (min-width: 1024px){
.mobile-menu{display:none}}
  .mm-ocd__content {
    overflow-y: auto;
    width:22rem;
    background-color:transparent;
  }
  .mm-ocd-opened .mobile-menu {
    display: block;
  }
  .mm-ocd-opened .mm-ocd__backdrop{width:calc(100% - 22rem);--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
}
@media (max-width: 1024px) and (max-width: 479px) {
  .mm-ocd-opened .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
    top:1rem;
    left:0.75rem;
    height:3rem;
    width:3rem;
    border-radius:1.5rem;
    background-color:var(--color-primary);
  }
  .mm-ocd-opened .btn--close-sm::before{font-size:1.5rem;line-height:2rem}
}
@media (max-width: 1024px) {
  .mm-spn.mm-spn--light{background-color:var(--color-primary) !important;color:color-var(--main-text-color) !important}
  .mm-spn li::after{display:none !important}
  .mm-spn--open::before{display:none !important}
  .mm-spn ul.main-menu li:before{height:0.375rem;width:0.375rem;border-color:#000000;border-color:var(--main-text-color);opacity:1}
  .mm-spn ul.main-menu li:where([dir="ltr"], [dir="ltr"] *):before{border-right-width:2px;border-top-width:2px}
  .mm-spn ul.main-menu li:where([dir="rtl"], [dir="rtl"] *):before{border-left-width:2px;border-bottom-width:2px}
  .mm-spn .mm-spn--parent:after{display:none}
  .mm-spn.mm-spn--navbar:after{margin-top:9rem;display:none;padding:0px;text-align:center;font-size:1.5rem;line-height:2rem;font-weight:700;opacity:0.9;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
  .mm-spn.mm-spn--navbar.mm-spn--main:after{padding:0px}
  [dir=rtl] .mm-spn.mm-spn--navbar:before {
    transform: rotate(135deg) translateY(77%);
    right: 20px;
    right: var(--mm-spn-item-indent);
    left: auto;
    z-index:50;
    margin-top:65px;
    margin-right:0.25rem;
    border-color:#000000;
    border-color:var(--main-text-color);
    opacity:1;
  }
  [dir=ltr] .mm-spn.mm-spn--navbar:before {
    transform: rotate(315deg) translateY(77%);
    left: 20px;
    left: var(--mm-spn-item-indent);
    right: auto;
    z-index:50;
    margin-top:53px;
    margin-right:0.25rem;
    border-color:#000000;
    border-color:var(--main-text-color);
    opacity:1;
  }
  .mm-spn li{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
  .mm-spn li a{height:4rem}
  .mm-spn li a,
  .mm-spn li > span{display:flex;align-items:center;gap:1rem;padding:0.5rem;color:#000000;color:var(--main-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
  .mm-spn li img{pointer-events:none;height:2.5rem;width:2.5rem;-o-object-fit:cover;object-fit:cover}
  .mm-spn li a span {
    padding: 0;
  }
  [dir=rtl] .mm-spn li:before {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 25px;
    left: calc(50px / 2);
    left: calc(var(--mm-spn-item-height) / 2);
    right: auto;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-top: none;
  }
  [dir=ltr] .mm-spn li:before {
    width: 6px;
    height: 6px;
    top: 50%;
    right: 25px;
    right: calc(50px / 2);
    right: calc(var(--mm-spn-item-height) / 2);
    left: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: none;
    border-bottom: none;
    margin-right: 3px;
  }
  .mm-spn li:after {
    width: 100%;
    border-color: rgba(103,93,106,0.47451);
    border-color: var(--infinte-color);
  }
  .mm-spn .mm-spn--open{margin-top:0.8rem;margin-bottom:1rem;width:22rem;padding:0px;color:#000000;color:var(--main-text-color)}
  .mm-spn ul.mm-spn--parent:where([dir="ltr"], [dir="ltr"] *){left:-100% !important}
  .mm-spn ul.mm-spn--parent:where([dir="rtl"], [dir="rtl"] *){right:-100% !important}
  .mburger--collapse svg{fill:#000000;fill:var(--main-text-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.dropdown__menu {
  border-color: var(--color-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;color:#000000;color:var(--main-text-color)}
@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, 0.75);
  pointer-events:none;
  visibility:hidden;
  position:fixed;
  left:0px;
  top:0px;
  z-index:10;
  height:100vh;
  width:100vw;
  opacity:0;
  transition-duration:200ms;
}
.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:200ms;
  }
  .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);
  }
}
}
.s-user-menu-wrapper .s-user-menu-trigger{height:2rem !important;width:2rem !important;background-color:transparent !important;padding:0px !important}
.s-user-menu-wrapper .s-user-menu-trigger-avatar{height:2rem !important;width:2rem !important}
/* User Notifcations page */
.profile-main-page .main-content{padding-left:0px;padding-right:0px}
@media (min-width: 768px){
.profile-main-page .main-content{padding:2rem}}
.profile-main-page .main-content h1{color:var(--components-titles-color)}
.profile-main-page .main-content salla-infinite-scroll .s-table thead tr th{background-color:var(--main-components-bg-color);padding-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.5rem;text-align:center;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:var(--main-components-text-color)}
.profile-main-page .main-content salla-infinite-scroll .s-table thead tr th:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}
.profile-main-page .main-content salla-infinite-scroll .s-table thead tr th:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}
.profile-main-page .main-content salla-infinite-scroll .s-table thead tr th:last-child:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}
.profile-main-page .main-content salla-infinite-scroll .s-table thead tr th:last-child:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr{margin:0.5rem;border-radius:2rem;padding-left:0.75rem;padding-right:0.75rem}
@media (min-width: 768px){
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr{margin:0px}}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td div{justify-content:space-between;padding-top:1rem;padding-bottom:1rem}
@media (min-width: 768px){
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td div{justify-content:center}}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td div span{margin:0px;color:var(--main-components-text-color)}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td div div{padding-top:0px;padding-bottom:0px}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td div .mobile-title{font-size:1rem;line-height:1.5rem;font-weight:700}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:2rem;border-bottom-left-radius:2rem}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:2rem;border-bottom-right-radius:2rem}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:nth-child(2){font-size:1.125rem;line-height:1.75rem;font-weight:700}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:2rem;border-bottom-right-radius:2rem}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:2rem;border-bottom-left-radius:2rem}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span{display:flex;align-items:center;gap:0.25rem;font-weight:700}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span:where([dir="ltr"], [dir="ltr"] *){margin-left:3.5rem}
@media (min-width: 640px){
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span:where([dir="ltr"], [dir="ltr"] *){margin-left:21rem}}
@media (min-width: 768px){
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span:where([dir="ltr"], [dir="ltr"] *){margin-left:0px}}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span:where([dir="rtl"], [dir="rtl"] *){margin-right:3.5rem}
@media (min-width: 640px){
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span:where([dir="rtl"], [dir="rtl"] *){margin-right:21rem}}
@media (min-width: 768px){
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span:where([dir="rtl"], [dir="rtl"] *){margin-right:0px}}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div span + span i{margin-top:0.3rem;font-weight:700}
.profile-main-page .main-content salla-infinite-scroll .s-table .list-container .s-table__tr td:last-child div .sicon-star2{font-size:1.125rem;line-height:1.75rem;color:var(--main-components-text-color)}
.profile-main-page .main-content .product-entry--wishlist{overflow:visible;border-radius:28px;background-color:var(--main-components-bg-color)}
.profile-main-page .main-content .product-entry--wishlist div .product-entry__image{height:5rem !important;width:5rem !important;border-radius:1.5rem !important}
@media (min-width: 480px){
.profile-main-page .main-content .product-entry--wishlist div .product-entry__image{height:8rem !important;width:8rem !important}}
.profile-main-page .main-content .product-entry--wishlist div div h3{font-size:1rem;line-height:1.5rem;color:var(--main-components-text-color)}
.profile-main-page .main-content .product-entry--wishlist div div div h4{font-size:1rem;line-height:1.5rem;font-weight:700;color:var(--main-components-text-color)}
.profile-main-page .main-content .product-entry--wishlist div div div span{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--main-components-text-color)}
.profile-main-page .main-content .product-entry--wishlist div salla-add-product-button salla-button button{border-radius:1rem;border-width:0px;background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color);opacity:0.8}
.profile-main-page .main-content .product-entry--wishlist div salla-add-product-button salla-button button:hover{border-width:0px;opacity:1}
.profile-main-page .main-content .product-entry--wishlist div salla-button .btn--delete{position:absolute !important;top:-8.5% !important;--tw-translate-y:50% !important;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)) !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;border-radius:9999px !important;border-width:3px !important;border-color:#f5f5f5 !important;border-color:var(--bg-color-primary) !important;background-color:var(--color-primary) !important;color:#000000 !important;color:var(--main-text-color) !important;opacity:0.8 !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
input[type=radio].sr-only div.profile-main-page .main-content .product-entry--wishlist div salla-button .btn--delete {
  transition: all 0.3s !important;
}
input[type=radio].sr-only:checked ~ div.profile-main-page .main-content .product-entry--wishlist div salla-button .btn--delete {
  border-color: var(--color-main) !important;
}
.profile-main-page .main-content .product-entry--wishlist div salla-button .btn--delete:where([dir="ltr"], [dir="ltr"] *){right:0px !important}
.profile-main-page .main-content .product-entry--wishlist div salla-button .btn--delete:where([dir="rtl"], [dir="rtl"] *){left:0px !important}
.profile-main-page .main-content .product-entry--wishlist div salla-button .btn--delete:hover{opacity:1 !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.profile-main-page .main-content .form--user-profile{border-radius:1.5rem;background-color:var(--main-components-bg-color);padding:1.5rem}
.profile-main-page .main-content .form--user-profile .profile-field-item salla-datetime-picker .s-datetime-picker .s-datetime-picker-input{border-radius:16px;background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.profile-main-page .main-content .form--user-profile .profile-field-item salla-tel-input .iti__selected-flag{color:var(--secondary-components-text-color)}
.profile-main-page .main-content .form--user-profile .profile-field-item salla-tel-input .iti__selected-flag::before{background-color:var(--secondary-components-text-color)}
.profile-main-page .main-content .form--user-profile .profile-field-item salla-tel-input .iti--allow-dropdown .s-tel-input-control{border-radius:16px;border-color:var(--secondary-components-text-color);background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.profile-main-page .main-content .form--user-profile .profile-field-item salla-tel-input .iti--allow-dropdown .s-tel-input-control:focus{border-color:var(--color-primary)}
.profile-main-page .main-content .s-user-settings-wrapper{overflow:hidden;border-radius:1.5rem}
.profile-main-page .main-content .s-user-settings-wrapper .s-user-settings-section salla-list-tile .s-list-tile-item{background-color:var(--main-components-bg-color)}
.profile-main-page .main-content .s-user-settings-wrapper .s-user-settings-section salla-list-tile .s-list-tile-item .s-list-tile-item-icon .s-user-settings-section-icon svg{fill:var(--main-components-text-color)}
.profile-main-page .main-content .s-user-settings-wrapper .s-user-settings-section salla-list-tile .s-list-tile-item .s-list-tile-item-content .s-list-tile-item-title .s-user-settings-section-title{color:var(--main-components-text-color)}
.profile-main-page .main-content .s-user-settings-wrapper .s-user-settings-section salla-list-tile .s-list-tile-item .s-list-tile-item-content .s-list-tile-item-subtitle .s-user-settings-section-subtitle{color:var(--main-components-text-color);opacity:0.7}
.profile-main-page .main-content .s-user-settings-wrapper .s-user-settings-section-deactivate-user .s-list-tile-item .s-list-tile-item-action .s-user-settings-section-action salla-button button{border-radius:1rem;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 0, 0, 1);background-color:rgba(255, 0, 0, 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));opacity:0.8}
.profile-main-page .main-content .s-user-settings-wrapper .s-user-settings-section-deactivate-user .s-list-tile-item .s-list-tile-item-action .s-user-settings-section-action salla-button button:hover{opacity:1}
.profile-main-page .main-content table{border-radius:2rem}
.profile-main-page .main-content table tbody tr{padding:0.75rem}
.profile-main-page .main-content table tbody tr .single-order-header-item:first-child div{margin-bottom:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;color:var(--main-components-text-color)}
.profile-main-page .main-content table tbody tr .single-order-header-item:first-child b{color:var(--main-components-text-color)}
.profile-main-page .main-content table tbody tr .single-order-header-item:nth-child(2) span{font-weight:700}
.profile-main-page .main-content table tbody tr .single-order-header-item:nth-child(2) salla-button button{border-radius:0.75rem;opacity:1}
.profile-main-page .main-content table tbody tr .single-order-header-item:nth-child(2) salla-button button:hover{opacity:1}
.profile-main-page .main-content .shipping-orders{overflow:hidden;border-radius:1.5rem;background-color:var(--main-components-bg-color)}
.profile-main-page .main-content .shipping-orders div:first-child div span{font-weight:700}
.profile-main-page .main-content .shipping-orders .order-item div div a img{height:5rem;width:5rem;border-radius:0.75rem}
@media (min-width: 768px){
.profile-main-page .main-content .shipping-orders .order-item div div a img{height:7rem;width:7rem}}
.profile-main-page .main-content .shipping-orders .order-item div div div a{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:700;color:color-var(--main-text-color)}
@media (min-width: 768px){
.profile-main-page .main-content .shipping-orders .order-item div div div a{font-size:1.25rem;line-height:1.75rem}}
.profile-main-page .main-content .shipping-orders .order-item div div div b{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.profile-main-page .main-content .shipping-orders .order-item h2 + .flow-root{border-radius:28px}
.profile-main-page .main-content div div:first-of-type + div{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}
.profile-main-page .main-content div div:first-of-type + div .flow-root dl div + div{border-radius:0px}
.profile-main-page .filepond--root .filepond--drop-label{border-style:none !important;background-color:var(--secondary-components-bg-color) !important;opacity:0.8 !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:300ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.profile-main-page .filepond--root .filepond--drop-label label .avatar-placeholder .sicon-user{color:var(--secondary-components-text-color)}
.profile-main-page .filepond--root .filepond--drop-label label .avatar-placeholder .text{color:var(--secondary-components-text-color)}
.profile-main-page .filepond--root .filepond--drop-label:hover{opacity:1 !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:300ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.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:36px;background-color:var(--main-components-bg-color);padding:0.75rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.notification-item:hover{color:#000000;color:var(--main-text-color);--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){
.notification-item{padding:1.25rem}}
.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;background-color:var(--color-primary)}
.notification-item__icon .sicon-bell-ring::before{font-size:1.25rem;line-height:1.75rem;color:#000000;color:var(--main-text-color)}
.notification-item h4{margin-bottom:0.375rem;font-size:1rem;line-height:1.5rem;font-weight:700;color:#000000;color:var(--main-text-color);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}
.notification-item p{margin-bottom:0.75rem;font-size:0.75rem;line-height:1rem;font-weight:700;color:#000000;color:var(--main-text-color)}
@media (min-width: 768px){
.notification-item p{margin-bottom:0px}}
.notification-item span{font-size:10px;color:#000000;color:var(--main-text-color)}
@media (min-width: 768px){
.notification-item span{font-size:0.75rem;line-height:1rem}}
.notification-item span span{margin-bottom:0.3125rem}
/* Orders */
.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:0.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))}
@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}
.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;background-color:var(--main-components-bg-color);padding:0.5rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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}
.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}
@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;color:#000000;color:var(--main-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 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-table tbody tr a {
  border-color: var(--color-main);
}
.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}
}
.single-order-header-item salla-button button{border-style:none !important;background-color:var(--secondary-components-bg-color) !important;color:var(--secondary-components-text-color) !important}
.single-order-header-item salla-button button:hover{background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.order-file .s-button-text{display:flex;gap:0.5rem}
/* tags */
.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}
.tag--primary{border-color:var(--color-primary);color:var(--color-primary)}
/* Profile Header section */
.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(--components-titles-color)}
.profile-header .breadcrumbs a:hover{opacity:0.8}
.profile-header .breadcrumbs span{color:var(--components-titles-color);opacity:0.8}
.profile-header .breadcrumbs .arrow{color:var(--components-titles-color);opacity:0.7}
nav salla-user-menu .s-user-menu-inline{width:100%}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item{width:100%}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a{padding-left:1rem;padding-right:1rem;padding-top:0.625rem;padding-bottom:0.625rem}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a i{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--secondary-components-bg-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a i svg{margin:0px;fill:var(--secondary-components-text-color);font-weight:700}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a .s-user-menu-dropdown-item-title{color:var(--main-components-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a:hover i{--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 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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
nav salla-user-menu .s-user-menu-inline .s-user-menu-dropdown-item a:hover .s-user-menu-dropdown-item-title{--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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status:where([dir="ltr"], [dir="ltr"] *){left:-50%}
.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status:where([dir="rtl"], [dir="rtl"] *){right:50%}
.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)}
/* Profile additional fields */
.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 {
  margin-top:1rem;
  cursor:pointer;
  border-radius:1.5rem;
  border-style:dashed;
}
.form--user-profile .s-file-upload-wrapper .filepond--drop-label * {
  pointer-events: none;
}
.form--user-profile .s-file-upload-wrapper .filepond--drop-label label .product-option-uploader-placholder{color:var(--secondary-components-text-color)}
.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.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{font-size:1.25rem;line-height:1.75rem;color:var(--secondary-components-text-color)}
/* 
* thank you page 
*/
.thankyou-block{margin-bottom:1.5rem;display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;border-radius:1.5rem;background-color:var(--main-components-bg-color);padding:2rem;transition-duration:200ms}
.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 {
  /* 
  * Order rating actions
  */
}
.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));
  content: "\ea9d";
  font-family: "sallaicons"}
.thankyou-block .rating-actions{display:flex;align-items:center;gap:0.5rem}
.thankyou-block .rating-actions salla-button button{margin-left:0px !important;margin-right:0px !important;height:2rem !important;width:2rem !important;border-radius:0.25rem !important}
/*
  Block Title
*/
.s-block__title__container{display:flex;flex-direction:column;align-items:center;justify-content:center}
.s-block__title__container .right-side{margin-bottom:1rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
.s-block__title__container .right-side div.main-title ::before {
  display: inline-block !important;
}
.s-block__title__container .right-side div.main-title ::before {
  content: "";
  margin-left:0.5rem;
  margin-right:0.5rem;
  margin-bottom:0.25rem;
  height:0.125rem;
  width:1rem;
  --tw-gradient-from:var(--components-titles-color) 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:transparent var(--tw-gradient-to-position);
}
@media (min-width: 640px){
.s-block__title__container .right-side div.main-title ::before{margin-left:1rem;margin-right:1rem;width:2.5rem}}
@media (min-width: 1024px){
.s-block__title__container .right-side div.main-title ::before{margin-bottom:0.375rem}}
.s-block__title__container .right-side div.main-title :where([dir="ltr"], [dir="ltr"] *)::before{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
.s-block__title__container .right-side div.main-title :where([dir="rtl"], [dir="rtl"] *)::before{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.s-block__title__container .right-side div.main-title ::after {
  display: inline-block !important;
}
.s-block__title__container .right-side div.main-title ::after {
  content: "";
  margin-left:0.5rem;
  margin-right:0.5rem;
  margin-bottom:0.25rem;
  height:0.125rem;
  width:1rem;
  --tw-gradient-from:var(--components-titles-color) 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:transparent var(--tw-gradient-to-position);
}
@media (min-width: 640px){
.s-block__title__container .right-side div.main-title ::after{margin-left:1rem;margin-right:1rem;width:2.5rem}}
@media (min-width: 1024px){
.s-block__title__container .right-side div.main-title ::after{margin-bottom:0.375rem}}
.s-block__title__container .right-side div.main-title :where([dir="ltr"], [dir="ltr"] *)::after{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.s-block__title__container .right-side div.main-title :where([dir="rtl"], [dir="rtl"] *)::after{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
.s-block__title__container .right-side div.main-title h5{z-index:2;padding-top:0.5rem;padding-bottom:0.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--components-titles-color)}
@media (min-width: 1024px){
.s-block__title__container .right-side div.main-title h5{padding-left:2rem;padding-right:2rem}}
@media (min-width: 640px){
.s-block__title__container .right-side div.main-title h5{font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 480px){
.s-block__title__container .right-side div.main-title h5{font-size:1.875rem;line-height:2.25rem}}
.s-block__title__container h2{position:relative;font-size:1.25rem;line-height:1.75rem;line-height:1.2}
@media (min-width: 1024px){
.s-block__title__container h2{font-size:1.875rem;line-height:2.25rem}}
@media (min-width: 1280px){
.s-block__title__container h2{font-size:3rem;line-height:1}}
.s-block__title__container p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--components-subtitles-color)}
@media (min-width: 640px){
.s-block__title__container p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}
.s-block__title__container-nav{display:none}
.s-block__title__container-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)))}
@media (min-width: 640px){
.s-block__title__container-nav{display:flex}}
.s-block__title__container-nav:where([dir="ltr"], [dir="ltr"] *){margin-left:1.5rem;flex-direction:row-reverse}
.s-block__title__container-nav:where([dir="rtl"], [dir="rtl"] *){margin-right:1.5rem}
.s-block__title__container-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-block__display-all{margin-bottom:0.625rem;display:flex;align-items:center;justify-content:center;gap:0.125rem;border-radius:9999px;padding-left:1.25rem;padding-right:1.25rem;font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--components-titles-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block__display-all .sicon-arrow-left{margin-top:0.225rem;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;border-color:transparent;padding:0.5rem;color:var(--components-titles-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block__display-all .display_all_text{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--components-titles-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block__display-all:hover .display_all_text{transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.s-block__display-all:hover .sicon-arrow-left{border-color:var(--components-titles-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block__display-all:hover .sicon-arrow-left:where([dir="ltr"], [dir="ltr"] *){--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))}
.s-block__display-all:hover .sicon-arrow-left:where([dir="rtl"], [dir="rtl"] *){--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))}
.s-block__display-all:hover .sicon-arrow-left::before{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.component-separation{height:0.125rem;width:8rem;background-image:linear-gradient(to left, var(--tw-gradient-stops));--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-stops:var(--tw-gradient-from), var(--components-titles-color) var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position)}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){
.component-separation{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position)}
}
.customize-title-color .s-block__title__container .right-side div.main-title ::before{--tw-gradient-from:var(--title-color) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important}
.customize-title-color .s-block__title__container .right-side div.main-title ::after{--tw-gradient-from:var(--title-color) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important}
.s-block--best-offers salla-slider .swiper.s-slider-container{padding-top:1rem;padding-bottom:1rem}
.s-block--best-offers .s-slider-v-centered .s-slider-block__title-nav{position:static !important;transform:none !important}
.fixed-product .h-card-content .v-price{display:none}
/*
  Main slider
*/
@media (min-width: 1920px) {
  .s-block--hero-slider, .s-block--new-fixed-banner, .store-footer__inner, .s-block--features, .header-store{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
  @media (min-width: 1280px){
.s-block--hero-slider, .s-block--new-fixed-banner, .store-footer__inner, .s-block--features, .header-store{max-width:1280px}}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-block--hero-slider ul,.main-menu .sub-menu li.mega-menu  .s-block--new-fixed-banner ul,.main-menu .sub-menu li.mega-menu  .store-footer__inner ul,.main-menu .sub-menu li.mega-menu  .s-block--features ul,.main-menu .sub-menu li.mega-menu  .header-store ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-block--hero-slider > div,.main-menu .sub-menu li.mega-menu  .s-block--new-fixed-banner > div,.main-menu .sub-menu li.mega-menu  .store-footer__inner > div,.main-menu .sub-menu li.mega-menu  .s-block--features > div,.main-menu .sub-menu li.mega-menu  .header-store > div{display:none}
}
.s-block--testimonials.s-block--hero-slider,.s-block--testimonials .s-block--new-fixed-banner,.s-block--testimonials .store-footer__inner,.s-block--testimonials .s-block--features,.s-block--testimonials .header-store{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-block--hero-slider,.s-block--testimonials .s-block--new-fixed-banner,.s-block--testimonials .store-footer__inner,.s-block--testimonials .s-block--features,.s-block--testimonials .header-store{padding-left:0.625rem;padding-right:0.625rem}}
}
/* Banner Block */
@media screen and (min-width: 768px) {
  .banner:hover .banner__title {
    animation: toTopFromBottom 0.9s;
  }
  .banner:hover .banner__description {
    animation: delayKeyframe 0.3s, toTopFromBottom 0.9s 0.3s;
  }
}
.banner--fixed img{display:block;width:100%;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}
.banner--fixed img:not(.loaded){height:7rem}
@media (min-width: 640px){
.banner--fixed img:not(.loaded){height:12rem}}
/* Square Banner Block */
.s-block--banners{position:relative;overflow:hidden}
.s-block--banners:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--square-banners-bg-opacity) / 100);
}
input[type=radio].sr-only div.s-block--banners:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--banners:before {
  border-color: var(--color-main);
}
.s-block--banners:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--square-banners-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.s-block--banners:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--banners:after {
  border-color: var(--color-main);
}
.standard-s-block--banners:before{background-color:transparent}
.customize-s-block--banners:before{background-color:var(--component-bg-color);padding-bottom:1.25rem}
.banners-container-basic .big-banners .swiper{height:25rem !important;padding-left:2.5rem !important;padding-right:2.5rem !important}
@media (min-width: 480px){
.banners-container-basic .big-banners .swiper{padding-left:3.5rem !important;padding-right:4.5rem !important}}
@media (min-width: 640px){
.banners-container-basic .big-banners .swiper{padding-right:1.7rem !important;padding-left:1.7rem !important}}
@media (min-width: 768px){
.banners-container-basic .big-banners .swiper{padding-right:5rem !important;padding-left:5rem !important}}
@media (min-width: 1024px){
.banners-container-basic .big-banners .swiper{padding-left:2.5rem !important;padding-right:3.5rem !important}}
@media (min-width: 1280px){
.banners-container-basic .big-banners .swiper{padding-left:8.5rem !important;padding-right:9.5rem !important}}
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev{--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));opacity:0.6}
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:6.5rem}
@media (min-width: 480px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:11rem}}
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:6.5rem}
@media (min-width: 480px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:11rem}}
@media (min-width: 640px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:7rem}}
@media (min-width: 768px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:6.5rem}}
@media (min-width: 1024px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:10rem}}
@media (min-width: 640px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:7rem}}
@media (min-width: 768px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:6.5rem}}
@media (min-width: 1024px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:10rem}}
@media (max-width: 639px) {
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next{--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));opacity:0.6}
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="ltr"], [dir="ltr"] *){padding-right:6.5rem}
  @media (min-width: 480px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="ltr"], [dir="ltr"] *){padding-right:11rem}}
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="rtl"], [dir="rtl"] *){padding-left:6.5rem}
  @media (min-width: 480px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="rtl"], [dir="rtl"] *){padding-left:11rem}}
}
@media (min-width: 640px) {
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide{--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));opacity:0.6}
  @media (min-width: 640px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:7rem}}
  @media (min-width: 768px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:6.5rem}}
  @media (min-width: 640px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:7rem}}
  @media (min-width: 768px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:6.5rem}}
}
@media (min-width: 1024px) {
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide{--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:0.9}
  @media (min-width: 1024px){
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:0.5rem}
.banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:0.5rem}}
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide{--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));opacity:0.6}
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:10rem}
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:10rem}
  .banners-container-basic .big-banners .swiper .swiper-wrapper .swiper-slide-next{--tw-scale-x:1.15;--tw-scale-y:1.15;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.15) scaleY(1.15);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))}
}
.banners-container-basic .small-banners .swiper{height:20rem !important;padding-left:5rem !important;padding-right:5rem !important}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper{padding-left:2rem !important;padding-right:2rem !important}}
@media (min-width: 640px){
.banners-container-basic .small-banners .swiper{padding-left:7rem !important;padding-right:7rem !important}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper{padding-left:1.5rem !important;padding-right:1.5rem !important}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper{padding-left:2rem !important;padding-right:2rem !important}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper{padding-left:5rem !important;padding-right:5rem !important}}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev{--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));opacity:0.6}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:50%}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:20%}}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:50%}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:20%}}
@media (min-width: 640px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:5rem}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){padding-left:10rem}}
@media (min-width: 640px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:5rem}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){padding-right:10rem}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-active{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0.9}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-active{--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:0.8}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-active:where([dir="ltr"], [dir="ltr"] *){padding-left:1.5rem}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-active:where([dir="ltr"], [dir="ltr"] *){padding-left:1.5rem}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-active:where([dir="rtl"], [dir="rtl"] *){padding-right:1.5rem}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-active:where([dir="rtl"], [dir="rtl"] *){padding-right:1.5rem}}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next{--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));opacity:0.6}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next{--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}}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="ltr"], [dir="ltr"] *){padding-right:50%}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="ltr"], [dir="ltr"] *){padding-right:0.625rem}}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="rtl"], [dir="rtl"] *){padding-left:50%}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="rtl"], [dir="rtl"] *){padding-left:0.625rem}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next{--tw-scale-x:1.2;--tw-scale-y:1.2;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.2) scaleY(1.2);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: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0.9}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="ltr"], [dir="ltr"] *){padding-right:1.5rem}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next:where([dir="rtl"], [dir="rtl"] *){padding-left:1.5rem}}
@media (min-width: 480px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide{--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));opacity:0.6}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:20%}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:20%}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0.9}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide{--tw-scale-x:1.2;--tw-scale-y:1.2;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.2) scaleY(1.2);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}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:1.5rem}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:0.625rem}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:1.5rem}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:0.625rem}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide{--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));opacity:0.6}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0.9}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:10rem}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:1.5rem}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}}
@media (min-width: 768px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:10rem}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:1.5rem}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide{--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));opacity:0.6}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide{--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:0.8}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:10rem}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:1.5rem}}
@media (min-width: 1024px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:10rem}}
@media (min-width: 1280px){
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:1.5rem}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide{--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));opacity:0.6}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide:where([dir="ltr"], [dir="ltr"] *){padding-right:10rem}
.banners-container-basic .small-banners .swiper .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide:where([dir="rtl"], [dir="rtl"] *){padding-left:10rem}}
.banners-container-basic salla-slider .swiper .swiper-wrapper .swiper-wrapper > div{padding-left:0.5rem;padding-right:0.5rem}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third{width:100%;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 640px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third{gap:0.75rem}}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third{display:flex;height:24rem;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 640px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third{width:50%}}
@media (min-width: 768px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third{width:50%}}
@media (min-width: 1024px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third{width:33.333333%}}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{height:17.5rem;width:17.5rem}
@media (min-width: 480px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{height:20rem;width:20rem}}
@media (min-width: 640px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{height:17.5rem;width:17.5rem}}
@media (min-width: 768px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{height:18.3rem;width:18.3rem}}
@media (min-width: 1024px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{height:18.3rem;width:18.3rem}}
@media (min-width: 1280px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{height:18.3rem;width:18.3rem}}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry .banner-entry__text .banner-entry-text{justify-content:center}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry{position:relative;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry .banner-entry__text img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry:hover .banner-entry__text img{--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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry .title-above-img .banner-entry-text{position:absolute;bottom:0px;display:flex;height:30%;width:100%;align-items:center;justify-content:center;background-image:linear-gradient(to top, var(--tw-gradient-stops));--tw-gradient-from:rgba(255, 255, 255, 0.6) 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:transparent var(--tw-gradient-to-position);padding-top:0.75rem;padding-bottom:0.75rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
input[type=radio].sr-only div.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry .title-above-img .banner-entry-text {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry .title-above-img .banner-entry-text {
  border-color: var(--color-main);
}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .banner-entry .title-above-img .banner-entry-text .banner__title{margin-bottom:0.5rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .title-below-img .banner-entry-text{display:flex;width:100%;align-items:center;padding-top:0.75rem;padding-bottom:0.75rem}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .title-below-img .banner-entry-text .banner__title{color:color-var(--main-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-third .title-below-img .banner-entry-text .banner__title:hover{color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{width:100%;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{width:50%}}
@media (min-width: 640px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{width:50%}}
@media (min-width: 768px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{width:33.333333%}}
@media (min-width: 1024px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{width:25%}}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{display:flex;height:20rem;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 1280px){
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth{width:calc(100% / 5)}}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry{height:12rem;width:12rem}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry .banner-entry__text .banner-entry-text{justify-content:center}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry .banner-entry__text .banner-entry-text .banner__title{text-align:center}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry{position:relative;overflow:hidden;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry .banner-entry__text img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: transform 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .banner-entry:hover .banner-entry__text img{--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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .title-below-img .banner-entry-text{display:flex;width:100%;align-items:center;justify-content:center;padding-top:0.75rem;padding-bottom:0.75rem}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .title-below-img .banner-entry-text .banner__title{--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));color:color-var(--main-text-color);transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .swiper-wrapper .slide--one-fifth .title-below-img .banner-entry-text .banner__title: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));color:var(--color-primary);transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.banners-container-basic salla-slider .swiper .title-below-img .banner-entry-text{display:flex;width:100%;align-items:center;justify-content:center;padding-top:0.75rem;padding-bottom:0.75rem}
.banners-container-basic:hover .swiper-wrapper .slide--one-fourth, .banners-container-basic:hover .swiper-wrapper .slide--one-fifth{background-color:transparent}
@media (max-width: 480px) {
  .basic-ordering{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}
.s-block--features-products.two-cols .basic-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .second-ordering{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}
.s-block--features-products.two-cols .second-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .third-ordering{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}
.s-block--features-products.two-cols .third-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .third-ordering .collection-banner-entry:nth-child(3n-2){grid-column:span 2 / span 2}
  .third-ordering .collection-banner-entry:nth-child(3n-2) .banner-entry__text .banner-entry-text .banner__title{font-size:1.875rem !important;line-height:2.25rem !important}
  .fourth-ordering{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}
.s-block--features-products.two-cols .fourth-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .fourth-ordering .collection-banner-entry:nth-child(6n-5), .fourth-ordering .collection-banner-entry:nth-child(6n-1){grid-column:span 2 / span 2;grid-row:span 2 / span 2}
  .fourth-ordering .collection-banner-entry:nth-child(6n-5) .banner-entry__text .banner-entry-text .banner__title, .fourth-ordering .collection-banner-entry:nth-child(6n-1) .banner-entry__text .banner-entry-text .banner__title{font-size:1.5rem !important;line-height:2rem !important}
}
@media (min-width: 481px) and (max-width: 767px) {
  .basic-ordering{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}
.s-block--features-products.two-cols .basic-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .second-ordering, .third-ordering, .fourth-ordering{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}
.s-block--features-products.two-cols .second-ordering .product-entry__title a,.s-block--features-products.two-cols  .third-ordering .product-entry__title a,.s-block--features-products.two-cols  .fourth-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .second-ordering .collection-banner-entry:nth-child(6n-5), .second-ordering .collection-banner-entry:nth-child(6n-1), .third-ordering .collection-banner-entry:nth-child(6n-5), .third-ordering .collection-banner-entry:nth-child(6n-1), .fourth-ordering .collection-banner-entry:nth-child(6n-5), .fourth-ordering .collection-banner-entry:nth-child(6n-1){grid-column:span 2 / span 2;grid-row:span 2 / span 2}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .basic-ordering{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}
.s-block--features-products.two-cols .basic-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .second-ordering, .third-ordering, .fourth-ordering{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr))}
.s-block--features-products.two-cols .second-ordering .product-entry__title a,.s-block--features-products.two-cols  .third-ordering .product-entry__title a,.s-block--features-products.two-cols  .fourth-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .second-ordering .collection-banner-entry:nth-child(1).collection-banner-entry:nth-child(5n+1), .second-ordering .collection-banner-entry:nth-child(10n-2), .third-ordering .collection-banner-entry:nth-child(1).collection-banner-entry:nth-child(5n+1), .third-ordering .collection-banner-entry:nth-child(10n-2), .fourth-ordering .collection-banner-entry:nth-child(1).collection-banner-entry:nth-child(5n+1), .fourth-ordering .collection-banner-entry:nth-child(10n-2){grid-column:span 2 / span 2;grid-row:span 2 / span 2}
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .basic-ordering{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr))}
.s-block--features-products.two-cols .basic-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
}
@media (min-width: 1024px) {
  .second-ordering, .third-ordering, .fourth-ordering{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr))}
.s-block--features-products.two-cols .second-ordering .product-entry__title a,.s-block--features-products.two-cols  .third-ordering .product-entry__title a,.s-block--features-products.two-cols  .fourth-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .second-ordering .collection-banner-entry:nth-child(7n-6), .third-ordering .collection-banner-entry:nth-child(7n-6), .fourth-ordering .collection-banner-entry:nth-child(7n-6){grid-column:span 3 / span 3;grid-row:span 3 / span 3}
  .second-ordering .collection-banner-entry:nth-child(7n-6) .banner-entry__text .banner-entry-text .banner__title, .third-ordering .collection-banner-entry:nth-child(7n-6) .banner-entry__text .banner-entry-text .banner__title, .fourth-ordering .collection-banner-entry:nth-child(7n-6) .banner-entry__text .banner-entry-text .banner__title{font-size:1.875rem !important;line-height:2.25rem !important}
  .second-ordering .collection-banner-entry:nth-child(6n-3), .third-ordering .collection-banner-entry:nth-child(6n-3), .fourth-ordering .collection-banner-entry:nth-child(6n-3){grid-column:span 2 / span 2;grid-row:span 2 / span 2}
  .second-ordering .collection-banner-entry:nth-child(6n-3) .banner-entry__text .banner-entry-text .banner__title, .third-ordering .collection-banner-entry:nth-child(6n-3) .banner-entry__text .banner-entry-text .banner__title, .fourth-ordering .collection-banner-entry:nth-child(6n-3) .banner-entry__text .banner-entry-text .banner__title{font-size:1.5rem !important;line-height:2rem !important}
}
@media (min-width: 1280px) {
  .basic-ordering{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr))}
.s-block--features-products.two-cols .basic-ordering .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
}
.collection-container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.collection-container{max-width:1280px}}
.collection-container{position:relative;gap:0.25rem}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .collection-container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .collection-container > div{display:none}
}
.s-block--testimonials.collection-container{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.collection-container{padding-left:0.625rem;padding-right:0.625rem}}
@media (min-width: 768px){
.collection-container{gap:0.5rem}}
.collection-banner-entry{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:transparent;background-size:cover;background-position:center;background-repeat:no-repeat;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:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.collection-banner-entry .banner-entry__text{position:relative;z-index:10;display:flex;height:100%;width:100%;align-items:center;justify-content:center;overflow:hidden}
@media (min-width: 768px){
.collection-banner-entry .banner-entry__text{line-height:1.5rem}}
.collection-banner-entry .banner-entry__text .banner-entry-text{position:absolute;bottom:0.5rem;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.25rem;text-align:center}
input[type=radio].sr-only div.collection-banner-entry .banner-entry__text .banner-entry-text {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.collection-banner-entry .banner-entry__text .banner-entry-text {
  border-color: var(--color-main);
}
@media (min-width: 768px){
.collection-banner-entry .banner-entry__text .banner-entry-text{height:4rem}}
.collection-banner-entry .banner-entry__text .banner-entry-text .banner__title{width:-moz-fit-content;width:fit-content;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
@media (min-width: 640px){
.collection-banner-entry .banner-entry__text .banner-entry-text .banner__title{font-size:1rem;line-height:1.5rem}}
@media (min-width: 768px){
.collection-banner-entry .banner-entry__text .banner-entry-text .banner__title{font-size:1.125rem;line-height:3rem}}
.collection-banner-entry .banner-entry__text img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: transform 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.collection-banner-entry:hover .banner-entry__text img{--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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: transform 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.collection-banner-entry p{width:100%;font-size:0.75rem;font-weight:600;line-height:1.5rem}
.two-row .collection-banner-entry:first-child{grid-column:span 1 / span 1;grid-row:span 2 / span 2;height:auto}
.two-row .collection-banner-entry:first-child .banner__title{padding-top:0px;padding-bottom:0px}
.two-row .collection-banner-entry:first-child.with-hover:after {
  opacity: 1;
}
.two-row .collection-banner-entry:first-child > a{opacity:1}
.two-row .collection-banner-entry:first-child h3{font-size:26px;line-height:3rem}
.collection-banner-entry:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: 0.3s cubic-bezier(0, -0.12, 0.17, 0.58)}
.collection-banner-entry .has-overlay:after{z-index:10}
.has-overlay:after{position:absolute;top:0px;left:0px;z-index:2;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.3);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.has-overlay:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.has-overlay:after {
  border-color: var(--color-main);
}
.has-overlay.with-hover:after {
  transition: opacity 0.3s;
  opacity: 0;
}
.has-overlay.with-hover:hover:after {
  opacity: 1;
}
/* Full banner block */
.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}
.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 0.3s ease-in-out;
  transform: rotate(220deg) translateY(-50%) translateX(33%);
  opacity: 0.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 Block
*/
.tabs-wrapper .tabs__item{display:none;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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}
@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)}
.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;color:#000000;color:var(--main-text-color)}
.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}
/* feature products*/
.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}
/* slider with bg block */
.s-block--slider-with-bg{margin-top:2rem;background-color:transparent}
.s-block--slider-with-bg:first-of-type{margin-top:0px}
@media (min-width: 640px){
.s-block--slider-with-bg{margin-top:4rem}}
.s-block--slider-with-bg .slider-bg{position:relative;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}
.s-block--slider-with-bg .slider-bg:before {
  content: "";
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  background-color:rgba(0, 0, 0, 0.3);
  opacity:0.6;
}
input[type=radio].sr-only div.s-block--slider-with-bg .slider-bg:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--slider-with-bg .slider-bg:before {
  border-color: var(--color-main);
}
.s-block--slider-with-bg .small-height{height:21rem}
.s-block--slider-with-bg .small-height > div{padding-top:2.5rem}
.s-block--slider-with-bg .medium-height{display:flex;height:25rem;align-items:center;justify-content:center}
@media (min-width: 768px){
.s-block--slider-with-bg .medium-height{height:30rem}}
.s-block--slider-with-bg .medium-height > div{padding-top:0px}
.s-block--slider-with-bg .big-height{display:flex;height:32rem;align-items:center;justify-content:center}
@media (min-width: 768px){
.s-block--slider-with-bg .big-height{height:40rem}}
.s-block--slider-with-bg .big-height > div{padding-top:0px}
.s-block--slider-with-bg .s-slider-block__title-right{display:none !important}
.s-block--slider-with-bg .s-slider-block__title-left{display:flex;width:100%;justify-content:space-between}
.s-block--slider-with-bg .s-block__display-all{display:flex !important;align-items:center !important;justify-content:center !important;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}
.s-block--slider-with-bg .s-block__display-all{
  border-radius:9999px}
.s-block--slider-with-bg .s-block__display-all:hover i{--tw-border-opacity:1 !important;border-color:rgba(255, 255, 255, 1) !important;border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1)) !important}
.s-block--slider-with-bg .s-products-slider-card{--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-block--slider-with-bg .second-design .s-products-slider-wrapper .s-products-slider-slider .s-slider-container .swiper-wrapper .s-products-slider-card{width:50% !important}
@media (min-width: 640px){
.s-block--slider-with-bg .second-design .s-products-slider-wrapper .s-products-slider-slider .s-slider-container .swiper-wrapper .s-products-slider-card{width:70% !important}}
@media (min-width: 768px){
.s-block--slider-with-bg .second-design .s-products-slider-wrapper .s-products-slider-slider .s-slider-container .swiper-wrapper .s-products-slider-card{width:50% !important;padding-left:0.25rem !important;padding-right:0.25rem !important}}
@media (min-width: 1024px){
.s-block--slider-with-bg .second-design .s-products-slider-wrapper .s-products-slider-slider .s-slider-container .swiper-wrapper .s-products-slider-card{width:40% !important;padding-left:0.5rem !important;padding-right:0.5rem !important}}
@media (min-width: 1280px){
.s-block--slider-with-bg .second-design .s-products-slider-wrapper .s-products-slider-slider .s-slider-container .swiper-wrapper .s-products-slider-card{width:28% !important}}
.s-block--slider-with-bg .s-products-slider-wrapper .s-products-slider-slider .s-slider-container .swiper-wrapper{padding-bottom:0.75rem}
/*
  Main Links Block
*/
.slide--cat-entry{position:relative;align-items:center;justify-content:center;text-align:center;
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95)}
.slide--cat-entry i{display:inline-block}
.slide--cat-entry h4{font-size:0.875rem;line-height:1.25rem}
@media (min-width: 1024px){
.slide--cat-entry h4{font-size:1.125rem;line-height:1.75rem}}
/*
  offers slider
*/
.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;color:#000000;color:var(--main-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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:1rem}
.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:-13rem}
.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;
}
@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 + .merge-with-top-component .s-block__title__container .right-side div.main-title ::before {
  display: none !important;
}
.s-block--full-bg + .merge-with-top-component .s-block__title__container .right-side div.main-title ::after {
  display: none !important;
}
.s-block--full-bg + .merged-has-no-title{z-index:10;margin-top:-8rem}
@media (min-width: 640px){
.s-block--full-bg + .merged-has-no-title{margin-top:-10rem}
.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{position:relative;overflow:hidden}
.s-block--features:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--features-bg-opacity) / 100);
}
input[type=radio].sr-only div.s-block--features:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--features:before {
  border-color: var(--color-main);
}
.s-block--features:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--features-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.s-block--features:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--features:after {
  border-color: var(--color-main);
}
.s-block--features .hide-bg-height .s-slider-container .swiper-wrapper .slide--one-fourth{gap:0px !important;padding-left:0px !important;padding-right:0px !important}
.s-block--features .s-slider-container{display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:1rem}
.s-block--features .s-slider-container .swiper-wrapper .floating-icon:where([dir="ltr"], [dir="ltr"] *){padding-left:1.5rem}
.s-block--features .s-slider-container .swiper-wrapper .floating-icon:where([dir="rtl"], [dir="rtl"] *){padding-right:1.5rem}
.s-block--features__item{width:100%;padding:1rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block--features__item .feature-icon{z-index:10;display:flex;align-items:center;justify-content:center;overflow:hidden}
.s-block--features__item .feature-icon i{height:100%;width:100%;border-radius:9999px;font-size:1.125rem;line-height:1.75rem}
@media (min-width: 1280px){
.s-block--features__item .feature-icon i{font-size:1.875rem;line-height:2.25rem}}
.s-block--features__item .feature-icon:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--features-icons-bg-opacity) / 100);
}
input[type=radio].sr-only div.s-block--features__item .feature-icon:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--features__item .feature-icon:before {
  border-color: var(--color-main);
}
.s-block--features__item .feature-icon:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--features-icons-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.s-block--features__item .feature-icon:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--features__item .feature-icon:after {
  border-color: var(--color-main);
}
.s-block--features__item .standard-feature-icon:before{background-color:var(--secondary-components-bg-color)}
.s-block--features__item .standard-feature-icon-without-bg:before{background-color:var(--main-components-bg-color)}
.s-block--features__item .customize-feature-icon:before{background-color:var(--feature-icon-bg-color)}
.s-block--features__item .feature-image{z-index:10;display:flex;align-items:center;justify-content:center;overflow:hidden}
.s-block--features__item .feature-image:where([dir="ltr"], [dir="ltr"] *){padding-right:0.5rem}
.s-block--features__item .feature-image:where([dir="rtl"], [dir="rtl"] *){padding-left:0.5rem}
.s-block--features__item h4{display:flex;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:700}
@media (min-width: 480px){
.s-block--features__item h4{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.s-block--features__item h4{font-size:1.125rem;line-height:1.75rem}}
.s-block--features__item p{text-align:center;font-size:0.75rem;line-height:1rem}
@keyframes rotate{
0%{transform:rotateY(0deg);transition:transform 2s ease-out}
5%{transform:rotateY(-70deg);transition:transform 2s ease-out}
10%{transform:rotateY(60deg);transition:transform 2s ease-out}
15%{transform:rotateY(-50deg);transition:transform 2s ease-out}
20%{transform:rotateY(40deg);transition:transform 2s ease-out}
25%{transform:rotateY(-30deg);transition:transform 2s ease-out}
30%{transform:rotateY(25deg);transition:transform 2s ease-out}
35%{transform:rotateY(-20deg);transition:transform 2s ease-out}
40%{transform:rotateY(17deg);transition:transform 2s ease-out}
45%{transform:rotateY(-13deg);transition:transform 2s ease-out}
50%{transform:rotateY(10deg);transition:transform 2s ease-out}
55%{transform:rotateY(-8deg);transition:transform 2s ease-out}
60%{transform:rotateY(7deg);transition:transform 2s ease-out}
65%{transform:rotateY(-6deg);transition:transform 2s ease-out}
70%{transform:rotateY(5deg);transition:transform 2s ease-out}
75%{transform:rotateY(-4deg);transition:transform 2s ease-out}
80%{transform:rotateY(3deg);transition:transform 2s ease-out}
85%{transform:rotateY(-2deg);transition:transform 2s ease-out}
90%{transform:rotateY(1.5deg);transition:transform 2s ease-out}
95%{transform:rotateY(-1deg);transition:transform 2s ease-out}
100%{transform:rotateY(0deg);transition:transform 2s ease-out}}
.s-block--features__item:hover .feature-icon i{animation:rotate 4s ease-out infinite;
  animation-iteration-count: 1}
.s-block--features .rectangular-shape{min-height:9rem}
@media (min-width: 480px){
.s-block--features .rectangular-shape{min-height:10rem}}
.s-block--features .rounded-shape{aspect-ratio:1 / 1;width:100%;border-radius:9999px}
.s-block--features salla-slider .swiper .swiper-wrapper .swiper-slide:last-child span{display:none !important}
.standard-store-features:before{background-color:transparent}
.customize-store-features:before{background-color:var(--component-bg-color)}
.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;
}
.s-tabs-header {
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.s-tabs-header::-webkit-scrollbar {
  display: none;
}
.blog_articles{position:relative;overflow:hidden}
.blog_articles:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--blog-bg-opacity) / 100);
}
input[type=radio].sr-only div.blog_articles:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles:before {
  border-color: var(--color-main);
}
.blog_articles:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--blog-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.blog_articles:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles:after {
  border-color: var(--color-main);
}
.blog_articles .slide--one-third .post-entry a img{border-radius:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .slide--one-third .post-entry .blog-informations{position:absolute;bottom:7rem;right:50%;z-index:10;width:88%;flex:1 1 0%;--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));overflow:hidden;border-radius:1.5rem;padding:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
input[type=radio].sr-only div.blog_articles .slide--one-third .post-entry .blog-informations {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles .slide--one-third .post-entry .blog-informations {
  border-color: var(--color-main);
}
.blog_articles .slide--one-third .post-entry .blog-informations:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--blog-informations-opacity) / 100);
}
input[type=radio].sr-only div.blog_articles .slide--one-third .post-entry .blog-informations:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles .slide--one-third .post-entry .blog-informations:before {
  border-color: var(--color-main);
}
.blog_articles .slide--one-third .post-entry .blog-informations:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--blog-informations-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.blog_articles .slide--one-third .post-entry .blog-informations:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles .slide--one-third .post-entry .blog-informations:after {
  border-color: var(--color-main);
}
.blog_articles .slide--one-third .post-entry .standard-blog-informations-bg-color:before {
  content: "";
  background-color:var(--main-components-bg-color);
}
.blog_articles .slide--one-third .post-entry .customize-blog-informations-bg-color:before {
  content: "";
  background-color:var(--blog-informations-bg-color);
}
.blog_articles .slide--one-third:hover .blog-informations{--tw-translate-y:0.5rem;transform:translate(var(--tw-translate-x), 0.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .slide--one-third:hover a img{height:95%;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .author-informations:hover .author-name{color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .author-informations:hover .sicon-user{--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 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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .blog-content .post-entry a img{border-radius:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .blog-content .post-entry .blog-informations{position:absolute;z-index:10;overflow:hidden;padding-left:2rem;padding-right:2rem;padding-top:0.75rem;padding-bottom:0.75rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
input[type=radio].sr-only div.blog_articles .blog-content .post-entry .blog-informations {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles .blog-content .post-entry .blog-informations {
  border-color: var(--color-main);
}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry .blog-informations{padding-left:2.5rem;padding-right:2.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}
.blog_articles .blog-content .post-entry .blog-informations:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--blog-informations-opacity) / 100);
}
input[type=radio].sr-only div.blog_articles .blog-content .post-entry .blog-informations:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles .blog-content .post-entry .blog-informations:before {
  border-color: var(--color-main);
}
.blog_articles .blog-content .post-entry .blog-informations:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--blog-informations-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.blog_articles .blog-content .post-entry .blog-informations:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.blog_articles .blog-content .post-entry .blog-informations:after {
  border-color: var(--color-main);
}
.blog_articles .blog-content .post-entry .blog-informations article p:first-of-type{display:none}
.blog_articles .blog-content .post-entry .standard-blog-informations-bg-color:before {
  content: "";
  background-color:var(--main-components-bg-color);
}
.blog_articles .blog-content .post-entry .customize-blog-informations-bg-color:before {
  content: "";
  background-color:var(--blog-informations-bg-color);
}
.blog_articles .blog-content .post-entry:hover a img{height:98%;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .blog-content .post-entry:hover .blog-informations{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .blog-content .post-entry .author-informations:hover .author-name{color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .blog-content .post-entry .author-informations:hover .sicon-user{--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 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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.blog_articles .blog-content .post-entry__title:hover{color:var(--color-primary)}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(odd){flex-direction:row-reverse}}
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations{bottom:0.25rem;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));border-radius:28px}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations{bottom:1.5rem;left:2.5rem;--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))}}
@media (min-width: 768px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations{border-radius:36px}}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations{border-radius:1.5rem}}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations:where([dir="ltr"], [dir="ltr"] *){right:-2.5rem}}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations:where([dir="ltr"], [dir="ltr"] *){left:6rem}}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations:where([dir="rtl"], [dir="rtl"] *){left:-2.5rem}}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry:nth-child(odd) .blog-informations:where([dir="rtl"], [dir="rtl"] *){left:-6rem}}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(odd):hover .blog-informations{--tw-translate-y:0.5rem;transform:translate(var(--tw-translate-x), 0.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))}}
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations{bottom:0.25rem;right: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));border-radius:28px}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations{bottom:1.5rem;right:0px;--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))}}
@media (min-width: 768px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations{border-radius:36px}}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations{border-radius:1.5rem}}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations:where([dir="ltr"], [dir="ltr"] *){left:-2.5rem}}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations:where([dir="ltr"], [dir="ltr"] *){left:-6rem}}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations:where([dir="rtl"], [dir="rtl"] *){right:-2.5rem}}
@media (min-width: 1024px){
.blog_articles .blog-content .post-entry:nth-child(even) .blog-informations:where([dir="rtl"], [dir="rtl"] *){right:-6rem}}
@media (min-width: 640px){
.blog_articles .blog-content .post-entry:nth-child(even):hover .blog-informations{--tw-translate-y:0.5rem;transform:translate(var(--tw-translate-x), 0.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))}}
.standard-blog-bg-color:before {
  content: "";
  background-color:transparent;
}
.customize-blog-bg-color:before {
  content: "";
  background-color:var(--component-bg-color);
}
li{margin-bottom:0.25rem}
.main-content .blog-category__title{margin-bottom:2rem;width:-moz-fit-content;width:fit-content;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(14, 15, 15, 1);background-color:rgba(14, 15, 15, var(--tw-bg-opacity, 1));padding-left:2rem;padding-right:2rem;padding-top:1rem;padding-bottom:1rem;font-size:0.875rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
@media (min-width: 1024px){
.main-content .blog-category__title{font-size:1.125rem;line-height:1.75rem}}
@media (min-width: 1280px){
.main-content .blog-category__title{font-size:3rem;line-height:1}}
.main-content .post-entry img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: 0.6s cubic-bezier(0, -0.12, 0.17, 0.58)}
.main-content .post-entry:hover img{--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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  transition: 0.6s cubic-bezier(0, -0.12, 0.17, 0.58)}
.statistics-block{position:relative;overflow:hidden}
.statistics-block:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--statistics-bg-opacity) / 100);
}
input[type=radio].sr-only div.statistics-block:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.statistics-block:before {
  border-color: var(--color-main);
}
.statistics-block:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--statistics-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.statistics-block:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.statistics-block:after {
  border-color: var(--color-main);
}
.statistics-block div .s-block__title__container{display:flex;width:100%;align-items:center;justify-content:center}
@media (min-width: 640px){
.statistics-block div .s-block__title__container{width:40%}}
.statistics-block div .s-block__title__container .right-side h5{font-size:1.5rem;line-height:2rem}
@media (min-width: 768px){
.statistics-block div .s-block__title__container .right-side h5{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 640px){
.statistics-block div .s-block__title__container .right-side h5::before{display:none !important}
.statistics-block div .s-block__title__container .right-side h5::after{display:none !important}}
.statistics-block div .s-block__title__container .right-side .subtitle{text-align:center;font-size:0.875rem;line-height:1.25rem}
.statistics-block div salla-slider{width:100%}
@media (min-width: 768px){
.statistics-block div salla-slider{width:65%}}
@media (min-width: 1024px){
.statistics-block div salla-slider{width:70%}}
.statistics-block div salla-slider .swiper .swiper-wrapper{padding-left:0px;padding-right:0px}
@media (min-width: 640px){
.statistics-block div salla-slider .swiper .swiper-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}
.statistics-block div salla-slider .swiper .swiper-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}}
.statistics-block div salla-slider .slide--one-fourth{display:flex;height:14rem;width:33.333333%;align-items:center;justify-content:center;overflow:visible}
@media (min-width: 1280px){
.statistics-block div salla-slider .slide--one-fourth{height:16rem}}
@media (min-width: 640px){
.statistics-block div salla-slider .slide--one-fourth{width:25%}}
@media (min-width: 768px){
.statistics-block div salla-slider .slide--one-fourth{width:33.333333%}}
@media (min-width: 1024px){
.statistics-block div salla-slider .slide--one-fourth{width:25%}}
.statistics-block div salla-slider .slide--one-fourth-horizontal{display:flex;height:10rem;width:50%;align-items:center;justify-content:center;overflow:visible}
@media (min-width: 1280px){
.statistics-block div salla-slider .slide--one-fourth-horizontal{height:14rem}}
@media (min-width: 480px){
.statistics-block div salla-slider .slide--one-fourth-horizontal{width:33.333333%}}
@media (min-width: 640px){
.statistics-block div salla-slider .slide--one-fourth-horizontal{width:25%}}
@media (min-width: 768px){
.statistics-block div salla-slider .slide--one-fourth-horizontal{width:33.333333%}}
@media (min-width: 1024px){
.statistics-block div salla-slider .slide--one-fourth-horizontal{width:25%}}
.statistics-block div salla-slider .slide--one-fourth-horizontal:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}
@media (min-width: 768px){
.statistics-block div salla-slider .slide--one-fourth-horizontal:where([dir="ltr"], [dir="ltr"] *){padding-right:0.625rem}}
@media (min-width: 1280px){
.statistics-block div salla-slider .slide--one-fourth-horizontal:where([dir="ltr"], [dir="ltr"] *){padding-right:1rem}}
.statistics-block div salla-slider .slide--one-fourth-horizontal:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}
@media (min-width: 768px){
.statistics-block div salla-slider .slide--one-fourth-horizontal:where([dir="rtl"], [dir="rtl"] *){padding-left:0.625rem}}
@media (min-width: 1280px){
.statistics-block div salla-slider .slide--one-fourth-horizontal:where([dir="rtl"], [dir="rtl"] *){padding-left:1rem}}
.statistics-block div salla-slider .statistic-item{position:relative;padding:0.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.statistics-block div salla-slider .statistic-item:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--statistics-item-opacity) / 100);
}
input[type=radio].sr-only div.statistics-block div salla-slider .statistic-item:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.statistics-block div salla-slider .statistic-item:before {
  border-color: var(--color-main);
}
.statistics-block div salla-slider .statistic-item:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--statistics-item-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.statistics-block div salla-slider .statistic-item:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.statistics-block div salla-slider .statistic-item:after {
  border-color: var(--color-main);
}
.statistics-block div salla-slider .statistic-item .statistic-image{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.statistics-block div salla-slider .statistic-item .statistic-icon{display:flex;align-items:center;justify-content:center}
.statistics-block div salla-slider .statistic-item .statistic-icon i{display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-size:0.875rem;line-height:1.25rem}
@media (min-width: 640px){
.statistics-block div salla-slider .statistic-item .statistic-icon i{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.statistics-block div salla-slider .statistic-item .statistic-icon i{font-size:1.125rem;line-height:1.75rem}}
.statistics-block div salla-slider .statistic-item:hover .statistic-image{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.statistics-block div salla-slider .swiper-slide:last-child span{display:none !important}
.statistics-block div .rectangular-shape{height:7rem;width:95%}
@media (min-width: 768px){
.statistics-block div .rectangular-shape{height:8rem}}
@media (min-width: 1280px){
.statistics-block div .rectangular-shape{height:10rem}}
.statistics-block div .rounded-shape{aspect-ratio:1 / 1;width:100%}
.statistics-block div .rounded-shape:before{border-radius:9999px}
.statistics-block div .rounded-shape:after{border-radius:9999px}
.statistics-block div .curved-angles:before{border-radius:30px !important}
.statistics-block div .curved-angles:after{border-radius:30px !important}
.standard-statistic-item-bg-color:before{background-color:var(--main-components-bg-color)}
.customize-statistic-item-bg-color:before{background-color:var(--statistic-bg-color)}
.questions-block{position:relative}
.questions-block:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-3;
  height:100%;
  width:100%;
  opacity:calc(var(--questions-bg-opacity) / 100);
}
input[type=radio].sr-only div.questions-block:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.questions-block:before {
  border-color: var(--color-main);
}
.questions-block:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-3;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--questions-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.questions-block:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.questions-block:after {
  border-color: var(--color-main);
}
.questions_container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.questions_container{max-width:1280px}}
.questions_container{overflow:hidden}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .questions_container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .questions_container > div{display:none}
}
.s-block--testimonials.questions_container{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.questions_container{padding-left:0.625rem;padding-right:0.625rem}}
.questions_container .question_content{display:grid;width:100%;grid-template-columns:repeat(1, minmax(0, 1fr));grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;grid-row-gap:0.5rem;row-gap:0.5rem}
.s-block--features-products.two-cols .questions_container .question_content .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
@media (min-width: 768px){
.questions_container .question_content{grid-template-columns:repeat(2, minmax(0, 1fr))}}
.questions_container .question_content .question-item{position:relative;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
.questions_container .question_content .question-item .question{position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:transparent;padding:1rem}
.questions_container .question_content .question-item .question h6{z-index:2;font-size:1rem;line-height:1.5rem}
.questions_container .question_content .question-item .question:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:0;
  height:100%;
  width:100%;
  border-radius:1rem;
  opacity:calc(var(--question-item-bg-opacity) / 100);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
input[type=radio].sr-only div.questions_container .question_content .question-item .question:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.questions_container .question_content .question-item .question:before {
  border-color: var(--color-main);
}
.questions_container .question_content .question-item .question:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:0;
  height:100%;
  width:100%;
  border-radius:1rem;
  --tw-backdrop-blur:blur(var(--question-item-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
input[type=radio].sr-only div.questions_container .question_content .question-item .question:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.questions_container .question_content .question-item .question:after {
  border-color: var(--color-main);
}
.questions_container .question_content .question-item .answer{position:relative;display:flex;height:0px;width:100%;align-items:center;justify-content:flex-start;overflow:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.questions_container .question_content .question-item .answer p{z-index:2;font-size:0.875rem;line-height:1.25rem}
.questions_container .question_content .question-item .answer:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:0;
  height:100%;
  width:100%;
  border-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem;
}
input[type=radio].sr-only div.questions_container .question_content .question-item .answer:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.questions_container .question_content .question-item .answer:before {
  border-color: var(--color-main);
}
.questions_container .question_content .question-item.active .question{border-color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.questions_container .question_content .question-item.active .question:before {
  content: "";
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
.questions_container .question_content .question-item.active .question:after {
  content: "";
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
.questions_container .question_content .question-item.active .answer{height:-moz-fit-content;height:fit-content;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;padding:1rem;opacity:1}
.questions_container .question_content .question-item.active .sicon-keyboard_arrow_down {
  transform: rotateZ(180deg);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
.questions_container .question_content .standard-question-item-bg-color{color:var(--main-components-text-color)}
.questions_container .question_content .standard-question-item-bg-color:before{background-color:var(--main-components-bg-color)}
.questions_container .question_content .standard-question-item-bg-color .sicon-keyboard_arrow_down{background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.questions_container .question_content .customize-question-item-bg-color{color:var(--question-item-text-color)}
.questions_container .question_content .customize-question-item-bg-color:before{background-color:var(--question-item-bg-color)}
.questions_container .question_content .customize-question-item-bg-color .sicon-keyboard_arrow_down{background-color:var(--question-item-text-color);color:var(--question-item-bg-color)}
.questions_container .question_content .sicon-keyboard_arrow_down{display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:9999px;padding:0.25rem;opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.questions_container .question_content .sicon-keyboard_arrow_down:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.questions_container .question_content .answer{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.questions-bg-img {
  background-image: var(--questions-bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  height:100%;
  width:100%;
}
.standard-questions-bg-color:before{background-color:transparent}
.customize-questions-bg-color:before{background-color:var(--questions-bg-color);padding-bottom:2.5rem}
.s-block--new-fixed-banner .one-banner .fixed-banner-container .new-banner{display:flex;height:-moz-fit-content;height:fit-content;overflow:hidden}
.s-block--new-fixed-banner .one-banner .fixed-banner-container .new-banner img{-o-object-fit:cover;object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block--new-fixed-banner .two-banners{display:grid;grid-row-gap:1rem;row-gap:1rem;overflow:hidden;padding-left:0.25rem;padding-right:0.25rem}
.s-block--features-products.two-cols .s-block--new-fixed-banner .two-banners .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
@media (min-width: 640px){
.s-block--new-fixed-banner .two-banners{grid-template-columns:repeat(2, minmax(0, 1fr))}}
@media (min-width: 768px){
.s-block--new-fixed-banner .two-banners{padding-left:0.5rem;padding-right:0.5rem}}
@media (max-width: 639px) {
  .s-block--new-fixed-banner .two-banners{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-row-gap:1rem;row-gap:1rem}
.s-block--features-products.two-cols .s-block--new-fixed-banner .two-banners .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
}
.s-block--new-fixed-banner .two-banners .fixed-banner-container{height:-moz-fit-content;height:fit-content;align-items:center;justify-content:center;padding-left:0.25rem;padding-right:0.25rem}
@media (min-width: 640px){
.s-block--new-fixed-banner .two-banners .fixed-banner-container{flex:1 1 0%}}
@media (min-width: 768px){
.s-block--new-fixed-banner .two-banners .fixed-banner-container{padding-left:0.5rem;padding-right:0.5rem}}
.s-block--new-fixed-banner .first-design{grid-template-columns:repeat(3, minmax(0, 1fr))}
@media (min-width: 640px){
.s-block--new-fixed-banner .first-design{display:grid}}
@media (max-width: 639px) {
  .s-block--new-fixed-banner .first-design{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}
.s-block--features-products.two-cols .s-block--new-fixed-banner .first-design .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
}
@media (min-width: 640px){
.s-block--new-fixed-banner .second-design{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr))}}
@media (max-width: 639px) {
  .s-block--new-fixed-banner .second-design{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr))}
.s-block--features-products.two-cols .s-block--new-fixed-banner .second-design .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
  .s-block--new-fixed-banner .second-design .fixed-banner-container:first-child{grid-column:span 2 / span 2;grid-row:span 2 / span 2}
}
.s-block--new-fixed-banner .second-design .fixed-banner-container:first-child{grid-column:span 2 / span 2;grid-row:span 2 / span 2}
.s-block--new-fixed-banner .third-design{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.s-block--new-fixed-banner .third-design{max-width:1280px}}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-block--new-fixed-banner .third-design ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-block--new-fixed-banner .third-design > div{display:none}
}
.s-block--testimonials.s-block--new-fixed-banner .third-design{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-block--new-fixed-banner .third-design{padding-left:0.625rem;padding-right:0.625rem}}
@media (min-width: 640px){
.s-block--new-fixed-banner .third-design{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr))}}
@media (max-width: 639px) {
  .s-block--new-fixed-banner .third-design{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
  @media (min-width: 1280px){
.s-block--new-fixed-banner .third-design{max-width:1280px}}
  .s-block--new-fixed-banner .third-design{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr))}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-block--new-fixed-banner .third-design ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-block--new-fixed-banner .third-design > div{display:none}
}
.s-block--features-products.two-cols .s-block--new-fixed-banner .third-design .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.s-block--testimonials.s-block--new-fixed-banner .third-design{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-block--new-fixed-banner .third-design{padding-left:0.625rem;padding-right:0.625rem}}
  .s-block--new-fixed-banner .third-design .fixed-banner-container:first-child{grid-column:span 4 / span 4;grid-row:span 1 / span 1}
  .s-block--new-fixed-banner .third-design .fixed-banner-container:nth-child(2){grid-column:span 2 / span 2;grid-row:span 1 / span 1}
  .s-block--new-fixed-banner .third-design .fixed-banner-container:nth-child(3){grid-column:span 2 / span 2;grid-row:span 1 / span 1}
}
@media (min-width: 640px){
.s-block--new-fixed-banner .third-design .fixed-banner-container:first-child{grid-column:span 4 / span 4;grid-row:span 1 / span 1}
.s-block--new-fixed-banner .third-design .fixed-banner-container:nth-child(2){grid-column:span 2 / span 2;grid-row:span 1 / span 1}
.s-block--new-fixed-banner .third-design .fixed-banner-container:nth-child(3){grid-column:span 2 / span 2;grid-row:span 1 / span 1}}
@media (max-width: 639px) {
  .s-block--new-fixed-banner .mobile-banner{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}
  .s-block--new-fixed-banner .mobile-banner .fixed-banner-container{grid-column:span 1 / span 1 !important;grid-row:span 1 / span 1 !important}
}
.s-block--new-fixed-banner .banner__content{position:absolute;top:0px;right:0px;z-index:10;display:flex;height:100%;width:100%;padding-left:0.5rem;padding-right:0.5rem;padding-top:3rem;padding-bottom:3rem}
input[type=radio].sr-only div.s-block--new-fixed-banner .banner__content {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--new-fixed-banner .banner__content {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.s-block--new-fixed-banner .banner__content{padding-top:3.5rem;padding-bottom:3.5rem}}
@media (min-width: 768px){
.s-block--new-fixed-banner .banner__content{padding-top:3.5rem;padding-bottom:3.5rem}}
@media (min-width: 1024px){
.s-block--new-fixed-banner .banner__content{padding-left:1rem;padding-right:1rem;padding-top:5rem;padding-bottom:5rem}}
.s-block--new-fixed-banner .banner__content .titles-content{width:100%}
@media (min-width: 768px){
.s-block--new-fixed-banner .banner__content .titles-content{width:50%}}
.s-block--new-fixed-banner .banner__content .banner-btn{width:-moz-fit-content;width:fit-content;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block--new-fixed-banner .banner__content .banner-btn .btn-content{display:flex;height:100%;width:100%;align-items:center;justify-content:center;gap:0.5rem}
.s-block--new-fixed-banner .banner__content .banner-btn::before{position:absolute;top:0px;right:0px;z-index:-1;height:100%;width:100%;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.s-block--new-fixed-banner .banner__content .banner-btn::before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--new-fixed-banner .banner__content .banner-btn::before {
  border-color: var(--color-main);
}
.s-block--new-fixed-banner .banner__content .banner-btn span{font-weight:700}
.s-block--new-fixed-banner .banner__content .banner-btn i{display:flex;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block--new-fixed-banner .banner__content .banner-btn:hover i{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.small-titles .title{font-size:1.25rem;line-height:1.75rem}
@media (min-width: 768px){
.small-titles .title{font-size:1.5rem;line-height:2rem}}
@media (min-width: 1024px){
.small-titles .title{margin-bottom:0.375rem}}
@media (min-width: 1280px){
.small-titles .title{font-size:1.875rem;line-height:2.25rem}}
.small-titles .description{font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.small-titles .description{font-size:0.875rem;line-height:1.25rem}}
@media (min-width: 1280px){
.small-titles .description{font-size:1rem;line-height:1.5rem}}
.small-titles .banner-btn span{font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.small-titles .banner-btn span{font-size:13px}}
.small-titles .banner-btn i{height:1.5rem;width:1.5rem;padding:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 640px){
.small-titles .banner-btn i{padding:0.5rem}}
@media (min-width: 768px){
.small-titles .banner-btn i{height:1.75rem;width:1.75rem;font-size:0.875rem;line-height:1.25rem}}
.big-titles .title{font-size:1.25rem;line-height:1.75rem}
@media (min-width: 768px){
.big-titles .title{font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 1024px){
.big-titles .title{margin-bottom:0.375rem}}
@media (min-width: 1280px){
.big-titles .title{font-size:3.25rem}}
.big-titles .description{font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.big-titles .description{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1280px){
.big-titles .description{font-size:1.125rem;line-height:1.75rem}}
.big-titles .banner-btn span{font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.big-titles .banner-btn span{font-size:1rem;line-height:1.5rem}}
.big-titles .banner-btn i{height:1.5rem;width:1.5rem;padding:0.375rem;font-size:1rem;line-height:1.5rem}
@media (min-width: 640px){
.big-titles .banner-btn i{padding:0.5rem}}
@media (min-width: 768px){
.big-titles .banner-btn i{height:2.25rem;width:2.25rem;font-size:1.125rem;line-height:1.75rem}}
.banner-overlay::after{position:absolute;top:0px;z-index:1;height:100%;width:100%;overflow:hidden;background-color:var(--overlay-color);opacity:calc(var(--overlay-opacity-degree) / 100);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.banner-overlay::after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.banner-overlay::after {
  border-color: var(--color-main);
}
.banner-full-width .one-banner{padding-left:0px;padding-right:0px}
.banner-full-width .one-banner .fixed-banner-container{padding-left:0px;padding-right:0px}
.banner-with-padding .one-banner{padding-left:0.5rem;padding-right:0.5rem}
.banner-with-padding .one-banner .fixed-banner-container{padding-left:0.25rem;padding-right:0.25rem}
@media (min-width: 768px){
.banner-with-padding .one-banner .fixed-banner-container{padding-left:0.5rem;padding-right:0.5rem}}
.banner-small-curve .new-banner{border-radius:0.5rem}
.banner-small-curve .new-banner img{border-radius:0.5rem}
.banner-medium-curve .new-banner{border-radius:1.5rem}
.banner-medium-curve .new-banner img{border-radius:1.5rem}
.banner-big-curve .new-banner{border-radius:1.5rem}
@media (min-width: 640px){
.banner-big-curve .new-banner{border-radius:22px}}
@media (min-width: 1024px){
.banner-big-curve .new-banner{border-radius:40px}}
.banner-big-curve .new-banner img{border-radius:1.5rem}
@media (min-width: 640px){
.banner-big-curve .new-banner img{border-radius:22px}}
@media (min-width: 1024px){
.banner-big-curve .new-banner img{border-radius:40px}}
.special_offer-block{margin-top:1.25rem;margin-bottom:1.25rem;min-height:30rem}
.special_offer-block .special-offer-container{position:relative;display:flex;min-height:30rem;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-left:0px;padding-right:0px}
.special_offer-block .special-offer-container .offer_image{position:relative;min-height:30rem;background-size:cover}
.special_offer-block .special-offer-container .offer_image img{min-height:30rem;-o-object-fit:cover;object-fit:cover}
.special_offer-block .special-offer-container .titles-container .offer-btn{position:relative;display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;gap:0.125rem;padding-top:0.125rem;padding-bottom:0.125rem;padding-left:0.5rem;padding-right:0.5rem}
.special_offer-block .special-offer-container .titles-container .offer-btn .btn-content span{font-size:0.75rem;font-weight:600;line-height:3rem}
@media (min-width: 1024px){
.special_offer-block .special-offer-container .titles-container .offer-btn .btn-content span{font-size:1rem;line-height:3rem}}
.special_offer-block .special-offer-container .titles-container .offer-btn .btn-content i{margin-top:0.5rem;height:2rem;width:2rem;border-width:2px;padding:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.special_offer-block .special-offer-container .titles-container .offer-btn:after{position:absolute;top:0px;right:0px;z-index:-1;height:100%;width:100%;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.special_offer-block .special-offer-container .titles-container .offer-btn:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .special-offer-container .titles-container .offer-btn:after {
  border-color: var(--color-main);
}
.special_offer-block .special-offer-container .s-count-down-list{margin:0px;padding:0px}
.special_offer-block .special-offer-container .s-count-down-item{height:5rem !important;width:5rem !important;background-color:transparent !important}
@media (min-width: 480px){
.special_offer-block .special-offer-container .s-count-down-item{height:6rem !important;width:6rem !important}}
@media (min-width: 640px){
.special_offer-block .special-offer-container .s-count-down-item{height:8rem !important;width:8rem !important}}
@media (min-width: 768px){
.special_offer-block .special-offer-container .s-count-down-item{height:10rem !important;width:10rem !important}}
@media (min-width: 1024px){
.special_offer-block .special-offer-container .s-count-down-item{height:12rem !important;width:12rem !important}}
@media (min-width: 1280px){
.special_offer-block .special-offer-container .s-count-down-item{height:14rem !important;width:14rem !important}}
.special_offer-block .special-offer-container .s-count-down-item-value{font-size:1.875rem;line-height:2.25rem;color:var(--countdown-text-color)}
@media (min-width: 640px){
.special_offer-block .special-offer-container .s-count-down-item-value{font-size:3rem;line-height:1}}
@media (min-width: 768px){
.special_offer-block .special-offer-container .s-count-down-item-value{font-size:3.75rem;line-height:1}}
@media (min-width: 1024px){
.special_offer-block .special-offer-container .s-count-down-item-value{font-size:6rem;line-height:1}}
.special_offer-block .special-offer-container .s-count-down-item-label{font-size:0.75rem;line-height:1rem;color:var(--countdown-text-color);opacity:1}
@media (min-width: 640px){
.special_offer-block .special-offer-container .s-count-down-item-label{font-size:0.875rem;line-height:1.25rem}}
@media (min-width: 768px){
.special_offer-block .special-offer-container .s-count-down-item-label{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.special_offer-block .special-offer-container .s-count-down-item-label{font-size:1.125rem;line-height:1.75rem}}
.special_offer-block .special-offer-container .s-count-down-item:after{color:var(--countdown-text-color)}
.special_offer-block .special-offer-container .s-count-down-item:before{position:absolute;top:0px;right:0px;z-index:-1;height:100%;width:100%;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.special_offer-block .special-offer-container .s-count-down-item:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .special-offer-container .s-count-down-item:before {
  border-color: var(--color-main);
}
.special_offer-block .offer-first-design{overflow:hidden}
.special_offer-block .offer-first-design .offer_image{width:100%}
.special_offer-block .offer-first-design .offer_image img{width:100%}
.special_offer-block .offer-first-design .titles-container{position:absolute;z-index:20;display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding-left:1.5rem;padding-right:1.5rem}
input[type=radio].sr-only div.special_offer-block .offer-first-design .titles-container {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .offer-first-design .titles-container {
  border-color: var(--color-main);
}
@media (min-width: 768px){
.special_offer-block .offer-first-design .titles-container{justify-content:center}}
.special_offer-block .offer-first-design .titles-container .offer-title h1{text-align:center;font-size:1.875rem;line-height:2.25rem}
@media (min-width: 640px){
.special_offer-block .offer-first-design .titles-container .offer-title h1{font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 1024px){
.special_offer-block .offer-first-design .titles-container .offer-title h1{font-size:3rem;line-height:1}}
.special_offer-block .offer-first-design .titles-container .offer-description{width:50%}
.special_offer-block .offer-first-design .titles-container .offer-description p{text-align:center;font-size:0.75rem;line-height:1rem}
@media (min-width: 640px){
.special_offer-block .offer-first-design .titles-container .offer-description p{font-size:0.875rem;line-height:1.25rem}}
@media (min-width: 768px){
.special_offer-block .offer-first-design .titles-container .offer-description p{font-size:1rem;line-height:1.5rem}}
.special_offer-block .offer-second-design{position:relative;gap:0.75rem}
@media (min-width: 640px){
.special_offer-block .offer-second-design{gap:0.375rem}}
@media (min-width: 768px){
.special_offer-block .offer-second-design{gap:0.75rem}}
@media (min-width: 1024px){
.special_offer-block .offer-second-design{flex-direction:row}}
.special_offer-block .offer-second-design:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--offer-bg-opacity) / 100);
}
input[type=radio].sr-only div.special_offer-block .offer-second-design:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .offer-second-design:before {
  border-color: var(--color-main);
}
.special_offer-block .offer-second-design:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--offer-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.special_offer-block .offer-second-design:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .offer-second-design:after {
  border-color: var(--color-main);
}
.special_offer-block .offer-second-design .offer_image{width:100%;overflow:hidden}
@media (min-width: 1024px){
.special_offer-block .offer-second-design .offer_image{width:50%}}
.special_offer-block .offer-second-design .offer_image img{width:100%}
.special_offer-block .offer-second-design .titles-container{z-index:20;display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding-left:1rem;padding-right:1rem;padding-bottom:0.75rem}
@media (min-width: 1024px){
.special_offer-block .offer-second-design .titles-container{width:50%;align-items:flex-start;padding-bottom:0px}}
.special_offer-block .offer-second-design .titles-container .offer-title h1{font-size:1.5rem;line-height:2rem;font-weight:700}
@media (min-width: 768px){
.special_offer-block .offer-second-design .titles-container .offer-title h1{font-size:1.875rem;line-height:2.25rem}}
@media (min-width: 1024px){
.special_offer-block .offer-second-design .titles-container .offer-title h1{font-size:2.25rem;line-height:2.5rem}}
.special_offer-block .offer-second-design .titles-container .offer-description p{text-align:center;font-size:0.75rem;line-height:1rem;font-weight:700}
@media (min-width: 768px){
.special_offer-block .offer-second-design .titles-container .offer-description p{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.special_offer-block .offer-second-design .titles-container .offer-description p:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.special_offer-block .offer-second-design .titles-container .offer-description p:where([dir="rtl"], [dir="rtl"] *){text-align:right}}
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item{height:4rem !important;width:4rem !important}
@media (min-width: 640px){
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item{height:5rem !important;width:5rem !important}}
@media (min-width: 768px){
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item{height:6.5rem !important;width:6.5rem !important}}
@media (min-width: 1280px){
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item{height:7rem !important;width:7rem !important}}
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item .s-count-down-item-value{font-size:1.5rem;line-height:2rem}
@media (min-width: 768px){
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item .s-count-down-item-value{font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 1280px){
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item .s-count-down-item-value{font-size:3rem;line-height:1}}
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item .s-count-down-item-label{font-size:10px;opacity:1}
@media (min-width: 768px){
.special_offer-block .offer-second-design .titles-container .s-count-down-list .s-count-down-item .s-count-down-item-label{font-size:0.875rem;line-height:1.25rem}}
.special_offer-block .offer-second-design .offer-btn{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;gap:0.125rem;border-radius:1rem;padding-left:0.75rem;padding-right:0.75rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.special_offer-block .offer-second-design .offer-btn span{font-size:0.75rem;font-weight:600;line-height:3rem}
@media (min-width: 1024px){
.special_offer-block .offer-second-design .offer-btn span{font-size:1rem;line-height:3rem}}
.special_offer-block .offer-second-design .offer-btn i{margin-top:0.25rem;border-radius:9999px;border-width:2px;padding:0.25rem;font-size:0.75rem;line-height:1rem;font-weight:800;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.special_offer-block .offer-second-design .offer-btn i{font-size:0.875rem;line-height:1.25rem}}
.special_offer-block .standard-offer-bg-color:before{background-color:var(--main-components-bg-color)}
.special_offer-block .customize-offer-bg-color:before{background-color:var(--offer-bg-color);padding-bottom:2.5rem}
.special_offer-block .offer-third-design{position:relative;z-index:-2;border-width:1px;border-color:var(--btn-bg-color)}
.special_offer-block .offer-third-design:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--offer-bg-opacity) / 100);
}
input[type=radio].sr-only div.special_offer-block .offer-third-design:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .offer-third-design:before {
  border-color: var(--color-main);
}
.special_offer-block .offer-third-design:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--offer-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.special_offer-block .offer-third-design:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .offer-third-design:after {
  border-color: var(--color-main);
}
.special_offer-block .offer-third-design .titles-container{z-index:20;display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding-left:1.5rem;padding-right:1.5rem}
@media (min-width: 768px){
.special_offer-block .offer-third-design .titles-container{justify-content:center}}
.special_offer-block .offer-third-design .titles-container .offer-title h1{text-align:center;font-size:1.875rem;line-height:2.25rem}
@media (min-width: 640px){
.special_offer-block .offer-third-design .titles-container .offer-title h1{font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 1024px){
.special_offer-block .offer-third-design .titles-container .offer-title h1{font-size:3rem;line-height:1}}
.special_offer-block .offer-third-design .titles-container .offer-description{width:50%}
.special_offer-block .offer-third-design .titles-container .offer-description p{text-align:center;font-size:0.75rem;line-height:1rem}
@media (min-width: 640px){
.special_offer-block .offer-third-design .titles-container .offer-description p{font-size:0.875rem;line-height:1.25rem}}
@media (min-width: 768px){
.special_offer-block .offer-third-design .titles-container .offer-description p{font-size:1rem;line-height:1.5rem}}
.special_offer-block .offer-third-design .titles-container .offer-btn{position:absolute;bottom:-1.5rem}
input[type=radio].sr-only div.special_offer-block .offer-third-design .titles-container .offer-btn {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.special_offer-block .offer-third-design .titles-container .offer-btn {
  border-color: var(--color-main);
}
.normal_size{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.normal_size{max-width:1280px}}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .normal_size ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .normal_size > div{display:none}
}
.s-block--testimonials.normal_size{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.normal_size{padding-left:0.625rem;padding-right:0.625rem}}
.small-curve{border-radius:0.75rem;padding-left:1rem;padding-right:1rem}
.small-curve .special-offer-container{border-radius:0.75rem}
.small-curve .special-offer-container .offer_image{border-radius:0.75rem}
.small-curve .special-offer-container:before {
  content: "";
  border-radius:0.75rem;
}
.small-curve .special-offer-container:after {
  content: "";
  border-radius:0.75rem;
}
.medium-curve{border-radius:40px;padding-left:1rem;padding-right:1rem}
.medium-curve .special-offer-container{border-radius:40px}
.medium-curve .special-offer-container .offer_image{border-radius:40px}
.medium-curve .special-offer-container:before {
  content: "";
  border-radius:40px;
}
.medium-curve .special-offer-container:after {
  content: "";
  border-radius:40px;
}
.big-curve{border-radius:70px;padding-left:1rem;padding-right:1rem}
.big-curve .special-offer-container{border-radius:70px}
.big-curve .special-offer-container .offer_image{border-radius:70px}
.big-curve .special-offer-container:before {
  content: "";
  border-radius:70px;
}
.big-curve .special-offer-container:after {
  content: "";
  border-radius:70px;
}
.overlay:after{position:absolute;top:0px;left:0px;z-index:0;height:100%;width:100%;background-color:var(--offer-overlay-color);opacity:calc(var(--offer-overlay-opacity) / 100);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.overlay:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.overlay:after {
  border-color: var(--color-main);
}
.standard_colors .offer-title{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.standard_colors .offer-description{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.customize_colors .offer-title{color:var(--title-color)}
.customize_colors .offer-description{color:var(--description-color)}
.standard-btn-colors{background-color:transparent;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.standard-btn-colors i{border-radius:9999px;--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.customize-btn-colors{color:var(--btn-text-color)}
.customize-btn-colors:after{background-color:var(--btn-bg-color);opacity:calc(var(--btn-bg-opacity) / 100)}
.customize-btn-colors i{border-color:var(--btn-text-color)}
.btn-small-curve:after{border-radius:0.375rem}
.btn-small-curve i{border-radius:0.375rem}
.btn-medium-curve:after{border-radius:1rem}
.btn-medium-curve i{border-radius:0.75rem}
.btn-big-curve:after{border-radius:9999px}
.btn-big-curve i{border-radius:9999px}
.countdown-colors .s-count-down-item:before{background-color:var(--countdown-bg-color);opacity:calc(var(--countdown-bg-opacity) / 100)}
.countdown-small-curve .s-count-down-item:before{border-radius:0.75rem}
.countdown-medium-curve .s-count-down-item:before{border-radius:40px}
.countdown-big-curve .s-count-down-item:before{border-radius:9999px}
.animated_ad_bar{position:relative;width:100%;overflow:hidden;padding-left:1rem;padding-right:1rem;padding-top:0.375rem;padding-bottom:0.375rem}
.animated_ad_bar::before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--ad-bar-bg-opacity) / 100);
}
input[type=radio].sr-only div.animated_ad_bar::before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.animated_ad_bar::before {
  border-color: var(--color-main);
}
.animated_ad_bar::after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--ad-bar-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.animated_ad_bar::after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.animated_ad_bar::after {
  border-color: var(--color-main);
}
.animated_ad_bar .ad__slider{display:flex;gap:4rem}
@keyframes slideOutLeft{
0%{transform:translate3d(0, 0, 0)}
100%{transform:translate3d(-100%, 0, 0)}}
.animated_ad_bar .ad__slider:where([dir="ltr"], [dir="ltr"] *){animation:slideOutLeft 20s linear infinite}
@keyframes slideOutRight{
0%{transform:translate3d(0, 0, 0)}
100%{transform:translate3d(100%, 0, 0)}}
.animated_ad_bar .ad__slider:where([dir="rtl"], [dir="rtl"] *){animation:slideOutRight 20s linear infinite}
.animated_ad_bar .ad__slider .ad__item{display:flex;align-items:center;justify-content:center;gap:0.5rem}
.animated_ad_bar .ad__slider .ad__item a{display:flex;align-items:center;justify-content:center;gap:0.375rem;white-space:nowrap}
.animated_ad_bar .ad__slider .ad__item a .ad-icon{aspect-ratio:1 / 1;width:1.5rem}
.animated_ad_bar .ad__slider .ad__item a .ad-icon i{font-size:1rem;line-height:1.5rem}
.animated_ad_bar .ad__slider .ad__item a .ad-text{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.animated_ad_bar .ad__slider .ad__item a .ad-text h6{font-size:0.75rem;line-height:1rem;font-weight:700}
@media (min-width: 768px){
.animated_ad_bar .ad__slider .ad__item a .ad-text h6{font-size:0.875rem;line-height:1.25rem}}
.animated_ad_bar:hover .ad__slider {
  animation-play-state: paused;
}
.standard-ad-bar-bg-color:before{background-color:var(--color-primary)}
.customize-ad-bar-bg-color:before{background-color:var(--ad-bar-color)}
.transparent-store-branches-bg{background-color:transparent}
.colored-store-branches-bg{background-color:var(--component-bg-color)}
.store-branches-tabs .s-tabs{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.store-branches-tabs .s-tabs{max-width:1280px}}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .store-branches-tabs .s-tabs ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .store-branches-tabs .s-tabs > div{display:none}
}
.s-block--testimonials.store-branches-tabs .s-tabs{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.store-branches-tabs .s-tabs{padding-left:0.625rem;padding-right:0.625rem}}
.store-branches-tabs .s-tabs .s-tabs-header{justify-content:center;overflow-x:scroll;border-width:0px}
.store-branches-tabs .s-tabs .s-tabs-header .header-tab{margin-bottom:0.75rem !important}
.store-branches-tabs .s-tabs .s-tabs-header .header-tab .s-tabs-header-item{border-radius:0.75rem;background-color:var(--color-primary);color:#000000;color:var(--main-text-color);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:linear}
.store-branches-tabs .s-tabs .s-tabs-header .header-tab .s-tabs-header-item .sicon-location{font-size:1rem;line-height:1.5rem}
.store-branches-tabs .s-tabs .s-tabs-header .header-tab .s-tabs-header-item span{margin-bottom:0.75rem}
.store-branches-tabs .s-tabs .s-tabs-header .header-tab .s-tabs-active{position:relative;opacity:1;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)}
.store-branches-tabs .s-tabs .s-tabs-content-wrapper{padding:0px}
.store-branches-tabs .s-tabs .s-tabs-content-wrapper .s-tabs-content .branch-map{border-radius:1.5rem;border-width:2px;border-color:var(--main-components-bg-color)}
salla-slider{display:block}
salla-slider .s-slider-block__title{margin-bottom:1rem;flex-direction:column;align-items:center;justify-content:center}
salla-slider .s-slider-block__title .s-slider-block__title-right{margin-bottom:1rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding:0px}
salla-slider .s-slider-block__title .s-slider-block__title-right ::before {
  display: inline-block !important;
}
salla-slider .s-slider-block__title .s-slider-block__title-right ::before {
  content: "";
  margin-left:1rem;
  margin-right:1rem;
  margin-bottom:0.25rem;
  height:0.125rem;
  width:1rem;
  --tw-gradient-from:var(--components-titles-color) 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:transparent var(--tw-gradient-to-position);
}
@media (min-width: 640px){
salla-slider .s-slider-block__title .s-slider-block__title-right ::before{width:2.5rem}}
@media (min-width: 1024px){
salla-slider .s-slider-block__title .s-slider-block__title-right ::before{margin-bottom:0.375rem}}
salla-slider .s-slider-block__title .s-slider-block__title-right :where([dir="ltr"], [dir="ltr"] *)::before{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
salla-slider .s-slider-block__title .s-slider-block__title-right :where([dir="rtl"], [dir="rtl"] *)::before{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
salla-slider .s-slider-block__title .s-slider-block__title-right ::after {
  display: inline-block !important;
}
salla-slider .s-slider-block__title .s-slider-block__title-right ::after {
  content: "";
  margin-left:1rem;
  margin-right:1rem;
  margin-bottom:0.25rem;
  height:0.125rem;
  width:1rem;
  --tw-gradient-from:var(--components-titles-color) 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:transparent var(--tw-gradient-to-position);
}
@media (min-width: 640px){
salla-slider .s-slider-block__title .s-slider-block__title-right ::after{width:2.5rem}}
@media (min-width: 1024px){
salla-slider .s-slider-block__title .s-slider-block__title-right ::after{margin-bottom:0.375rem}}
salla-slider .s-slider-block__title .s-slider-block__title-right :where([dir="ltr"], [dir="ltr"] *)::after{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
salla-slider .s-slider-block__title .s-slider-block__title-right :where([dir="rtl"], [dir="rtl"] *)::after{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
salla-slider .s-slider-block__title .s-slider-block__title-right h2{z-index:2 !important;background-color:transparent !important;padding-left:0px !important;padding-right:0px !important;padding-top:0.5rem !important;padding-bottom:0.5rem !important;font-size:1.25rem !important;line-height:1.75rem !important;font-weight:700 !important;color:var(--components-titles-color) !important}
@media (min-width: 1024px){
salla-slider .s-slider-block__title .s-slider-block__title-right h2{font-size:1.875rem !important;line-height:2.25rem !important}}
salla-slider .s-slider-block__title .s-slider-block__title-left{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__display-all{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:0.125rem;border-radius:9999px;padding-left:1.25rem;padding-right:1.25rem;padding-top:0.5rem;padding-bottom:0.625rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:#000000;color:var(--main-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__display-all:hover{color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav{margin:0px;display:flex;width:100%;justify-content:space-between;padding-left:1rem;padding-right:1rem}
salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{height:2rem;width:2rem;--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)}
salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow:hover{--tw-scale-x:1.03;--tw-scale-y:1.03;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.03) scaleY(1.03);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))}
salla-slider .swiper.s-slider-container .swiper-wrapper .slide--one-fourth .product-entry--vertical .horizontal-btn-wishlist{display:none}
salla-slider.details-slider .s-slider-container{background-color:transparent}
salla-slider.details-slider .swiper-slide{position:relative;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));--tw-ring-opacity:1;--tw-ring-color:rgba(0, 0, 0, var(--tw-ring-opacity, 1))}
salla-slider.details-slider .swiper-slide:target{--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))}
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 0.3s;
}
input[type=radio].sr-only:checked ~ divsalla-slider.details-slider salla-button.btn--wishlist {
  border-color: var(--color-main);
}
@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}
@media (min-width: 640px){
salla-slider.details-slider .s-slider-block__title-nav{display:flex}}
salla-slider .slide--one-second{height:auto}
@media (min-width: 640px){
salla-slider .slide--one-second{width:100%}}
@media (min-width: 768px){
salla-slider .slide--one-second{width:70%}}
salla-slider .slide--one-third{height:auto;width:100%}
@media (min-width: 640px){
salla-slider .slide--one-third{width:50%}}
@media (min-width: 1024px){
salla-slider .slide--one-third{width:33.333333%}}
salla-slider .slide--one-fourth{height:auto;width:50%}
@media (min-width: 640px){
salla-slider .slide--one-fourth{gap:0.75rem}}
@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-fifth{width:50%}
@media (min-width: 640px){
salla-slider .slide--one-fifth{width:33.333333%}}
@media (min-width: 768px){
salla-slider .slide--one-fifth{width:25%}}
@media (min-width: 1024px){
salla-slider .slide--one-fifth{width:20%}}
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:20%}}
@media (min-width: 1280px){
salla-slider .slide--one-sixth{width:16.666667%}}
salla-slider .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
salla-slider #new-main-links-11{background-color:var(--color-primary)}
salla-slider #new-main-links-11 .swiper-wrapper.s-slider-swiper-wrapper{height:16rem !important}
.promotion-title{position:absolute;top:1rem;z-index:10;background-color:var(--global-promotion-bg-color);padding-left:0.75rem;padding-right:0.75rem;font-size:1.25rem;line-height:2.5rem;color:var(--global-promotion-text-color)}
input[type=radio].sr-only div.promotion-title {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.promotion-title {
  border-color: var(--color-main);
}
.promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0px;border-top-right-radius:1rem;border-bottom-right-radius:1rem}
.promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px;border-top-left-radius:1rem;border-bottom-left-radius:1rem}
.home-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-slider__slide:not(.loaded) .overlay {
  opacity: 0;
}
.home-slider .swiper{position:relative;padding:0px}
.home-slider .swiper .swiper-pagination-horizontal{bottom:0.75rem !important}
@media (min-width: 640px){
.home-slider .swiper .swiper-pagination-horizontal{bottom:0.95rem !important}}
@media (min-width: 768px){
.home-slider .swiper .swiper-pagination-horizontal{bottom:1.45rem !important}}
@media (min-width: 1024px){
.home-slider .swiper .swiper-pagination-horizontal{bottom:1.25rem !important}}
.home-slider .swiper .swiper-pagination-horizontal .swiper-pagination-bullet{background-color:var(--slider-titles-color) !important}
.home-slider__content{position:absolute;top:0px;right:0px;z-index:10;display:flex;height:100%;width:100%;padding-left:0.5rem;padding-right:0.5rem;padding-top:3rem;padding-bottom:3rem}
input[type=radio].sr-only div.home-slider__content {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.home-slider__content {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.home-slider__content{padding-top:3.5rem;padding-bottom:3.5rem}}
@media (min-width: 768px){
.home-slider__content{padding-top:3.5rem;padding-bottom:3.5rem}}
@media (min-width: 1024px){
.home-slider__content{padding-left:1rem;padding-right:1rem;padding-top:5rem;padding-bottom:5rem}}
.home-slider__content .titles-content{width:66.666667%}
@media (min-width: 640px){
.home-slider__content .titles-content{width:50%}}
.home-slider__content .title{color:var(--slider-titles-color)}
.home-slider__content .description{color:var(--slider-titles-color)}
.home-slider__content .home-slider-btn{width:-moz-fit-content;width:fit-content;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.home-slider__content .home-slider-btn .btn-content{display:flex;height:100%;width:100%;align-items:center;justify-content:center;gap:0.5rem;padding:0.5rem}
.home-slider__content .home-slider-btn:before{position:absolute;top:0px;right:0px;z-index:-1;height:100%;width:100%;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.home-slider__content .home-slider-btn:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.home-slider__content .home-slider-btn:before {
  border-color: var(--color-main);
}
.home-slider__content .home-slider-btn span{font-weight:700}
.home-slider__content .home-slider-btn i{display:flex;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.home-slider__content .home-slider-btn:hover i{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.home-slider .s-slider-block__title{position:absolute !important;bottom:1.25rem !important;right:50% !important;z-index:10 !important;width:100% !important;--tw-translate-x:50% !important;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)) !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}
input[type=radio].sr-only div.home-slider .s-slider-block__title {
  transition: all 0.3s !important;
}
input[type=radio].sr-only:checked ~ div.home-slider .s-slider-block__title {
  border-color: var(--color-main) !important;
}
@media (min-width: 640px){
.home-slider .s-slider-block__title{bottom:1.5rem !important}}
@media (min-width: 768px){
.home-slider .s-slider-block__title{bottom:2rem !important}}
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav{display:flex;align-items:center;justify-content:space-evenly}
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{margin:0px !important;background-color:rgba(255, 255, 255, 0.2) !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
@media (min-width: 640px){
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{height:2.25rem !important;width:2.25rem !important}}
@media (min-width: 768px){
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{height:2.5rem !important;width:2.5rem !important}}
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow svg{fill:#fff;font-weight:800;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow:hover{--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;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.home-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow:hover svg{fill:#000;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.prev-next-sliders .swiper .swiper-slide-prev{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.prev-next-sliders .swiper .swiper-slide-prev:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:4rem;transform:translate(4rem, 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))}
.prev-next-sliders .swiper .swiper-slide-prev:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-4rem;transform:translate(-4rem, 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))}
.prev-next-sliders .swiper .swiper-slide-next{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.prev-next-sliders .swiper .swiper-slide-next:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:-4rem;transform:translate(-4rem, 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))}
.prev-next-sliders .swiper .swiper-slide-next:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:4rem;transform:translate(4rem, 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))}
.prev-next-sliders .swiper .swiper-slide .home-slider__content{padding-left:4rem;padding-right:4rem}
.video-banner__content{position:absolute;top:0px;z-index:10;display:flex;height:100%;width:100%;align-items:flex-start;justify-content:center;padding:1.25rem}
input[type=radio].sr-only div.video-banner__content {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.video-banner__content {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.video-banner__content{align-items:center}}
@media (min-width: 768px){
.video-banner__content{padding:5rem}}
.video-banner__content .titles-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;text-align:center}
@media (min-width: 1024px){
.video-banner__content .titles-content{gap:1rem}}
.video-banner__content .titles-content .title{color:var(--slider-titles-color)}
.video-banner__content .titles-content .description{color:var(--slider-titles-color)}
.video-banner__content .titles-content .video-banner-btn{position:relative;width:-moz-fit-content;width:fit-content;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.video-banner__content .titles-content .video-banner-btn .btn-content{display:flex;height:100%;width:100%;align-items:center;justify-content:center;gap:0.5rem;padding:0.5rem}
.video-banner__content .titles-content .video-banner-btn:before{position:absolute;top:0px;right:0px;z-index:-1;height:100%;width:100%;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.video-banner__content .titles-content .video-banner-btn:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.video-banner__content .titles-content .video-banner-btn:before {
  border-color: var(--color-main);
}
.video-banner__content .titles-content .video-banner-btn span{font-weight:700}
.video-banner__content .titles-content .video-banner-btn i{display:flex;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.right-side .home-slider__content:where([dir="ltr"], [dir="ltr"] *){justify-content:flex-end}
.right-side .home-slider__content:where([dir="rtl"], [dir="rtl"] *){justify-content:flex-start}
.h-center .home-slider__content{justify-content:center}
.left-side .home-slider__content:where([dir="ltr"], [dir="ltr"] *){justify-content:flex-start}
.left-side .home-slider__content:where([dir="rtl"], [dir="rtl"] *){justify-content:flex-end}
.top-side .home-slider__content{align-items:flex-start}
.v-center .home-slider__content{align-items:center}
.bottom-side .home-slider__content{align-items:flex-end}
.very-small-font .titles-content .title{margin-bottom:0.25rem;font-size:1.125rem;line-height:1.75rem}
@media (min-width: 768px){
.very-small-font .titles-content .title{font-size:1.25rem;line-height:1.75rem}}
@media (min-width: 1024px){
.very-small-font .titles-content .title{margin-bottom:0.375rem}}
@media (min-width: 1280px){
.very-small-font .titles-content .title{font-size:1.5rem;line-height:2rem}}
.very-small-font .titles-content .description{margin-bottom:0.5rem;font-size:10px}
@media (min-width: 768px){
.very-small-font .titles-content .description{font-size:0.75rem;line-height:1rem}}
@media (min-width: 1280px){
.very-small-font .titles-content .description{font-size:0.875rem;line-height:1.25rem}}
.very-small-font .titles-content .home-slider-btn span{font-size:11px}
@media (min-width: 768px){
.very-small-font .titles-content .home-slider-btn span{font-size:0.75rem;line-height:1rem}}
.very-small-font .titles-content .home-slider-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:10px}
@media (min-width: 640px){
.very-small-font .titles-content .home-slider-btn i{padding:0.5rem}}
@media (min-width: 768px){
.very-small-font .titles-content .home-slider-btn i{height:1.5rem;width:1.5rem;font-size:0.75rem;line-height:1rem}}
.very-small-font .titles-content .video-banner-btn span{font-size:11px}
@media (min-width: 768px){
.very-small-font .titles-content .video-banner-btn span{font-size:0.75rem;line-height:1rem}}
.very-small-font .titles-content .video-banner-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:10px}
@media (min-width: 640px){
.very-small-font .titles-content .video-banner-btn i{padding:0.5rem}}
@media (min-width: 768px){
.very-small-font .titles-content .video-banner-btn i{height:1.5rem;width:1.5rem;font-size:0.75rem;line-height:1rem}}
.small-font .titles-content .title{margin-bottom:0.25rem;font-size:1.125rem;line-height:1.75rem}
@media (min-width: 768px){
.small-font .titles-content .title{margin-bottom:0.5rem;font-size:1.5rem;line-height:2rem}}
@media (min-width: 1024px){
.small-font .titles-content .title{margin-bottom:0.75rem}}
@media (min-width: 1280px){
.small-font .titles-content .title{font-size:1.875rem;line-height:2.25rem}}
.small-font .titles-content .description{margin-bottom:0.5rem;font-size:10px}
@media (min-width: 768px){
.small-font .titles-content .description{font-size:0.875rem;line-height:1.25rem}}
@media (min-width: 1280px){
.small-font .titles-content .description{font-size:1rem;line-height:1.5rem}}
.small-font .titles-content .home-slider-btn span{font-size:11px}
@media (min-width: 768px){
.small-font .titles-content .home-slider-btn span{font-size:13px}}
.small-font .titles-content .home-slider-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 640px){
.small-font .titles-content .home-slider-btn i{padding:0.5rem}}
@media (min-width: 768px){
.small-font .titles-content .home-slider-btn i{height:1.75rem;width:1.75rem;font-size:0.875rem;line-height:1.25rem}}
.small-font .titles-content .video-banner-btn span{font-size:11px}
@media (min-width: 768px){
.small-font .titles-content .video-banner-btn span{font-size:13px}}
.small-font .titles-content .video-banner-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 640px){
.small-font .titles-content .video-banner-btn i{padding:0.5rem}}
@media (min-width: 768px){
.small-font .titles-content .video-banner-btn i{height:1.75rem;width:1.75rem;font-size:0.875rem;line-height:1.25rem}}
.medium-font .titles-content .title{margin-bottom:0.25rem;font-size:1.125rem;line-height:1.75rem}
@media (min-width: 768px){
.medium-font .titles-content .title{margin-bottom:0.5rem;font-size:1.875rem;line-height:2.25rem}}
@media (min-width: 1024px){
.medium-font .titles-content .title{margin-bottom:1rem}}
@media (min-width: 1280px){
.medium-font .titles-content .title{font-size:2.25rem;line-height:2.5rem}}
.medium-font .titles-content .description{margin-bottom:0.5rem;font-size:10px}
@media (min-width: 768px){
.medium-font .titles-content .description{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1280px){
.medium-font .titles-content .description{font-size:1.125rem;line-height:1.75rem}}
.medium-font .titles-content .home-slider-btn span{font-size:11px}
@media (min-width: 768px){
.medium-font .titles-content .home-slider-btn span{font-size:15px}}
.medium-font .titles-content .home-slider-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:0.875rem;line-height:1.25rem}
@media (min-width: 640px){
.medium-font .titles-content .home-slider-btn i{padding:0.5rem}}
@media (min-width: 768px){
.medium-font .titles-content .home-slider-btn i{height:2rem;width:2rem;font-size:1rem;line-height:1.5rem}}
.medium-font .titles-content .video-banner-btn span{font-size:11px}
@media (min-width: 768px){
.medium-font .titles-content .video-banner-btn span{font-size:15px}}
.medium-font .titles-content .video-banner-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:0.875rem;line-height:1.25rem}
@media (min-width: 640px){
.medium-font .titles-content .video-banner-btn i{padding:0.5rem}}
@media (min-width: 768px){
.medium-font .titles-content .video-banner-btn i{height:2rem;width:2rem;font-size:1rem;line-height:1.5rem}}
.big-font .titles-content .title{margin-bottom:0.25rem;font-size:1.125rem;line-height:1.75rem}
@media (min-width: 768px){
.big-font .titles-content .title{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 1024px){
.big-font .titles-content .title{margin-bottom:1.5rem}}
@media (min-width: 1280px){
.big-font .titles-content .title{font-size:3.25rem}}
.big-font .titles-content .description{margin-bottom:0.5rem;font-size:10px}
@media (min-width: 768px){
.big-font .titles-content .description{font-size:1.125rem;line-height:1.75rem}}
@media (min-width: 1280px){
.big-font .titles-content .description{font-size:1.25rem;line-height:1.75rem}}
.big-font .titles-content .home-slider-btn span{font-size:11px}
@media (min-width: 768px){
.big-font .titles-content .home-slider-btn span{font-size:1rem;line-height:1.5rem}}
.big-font .titles-content .home-slider-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:1rem;line-height:1.5rem}
@media (min-width: 640px){
.big-font .titles-content .home-slider-btn i{padding:0.5rem}}
@media (min-width: 768px){
.big-font .titles-content .home-slider-btn i{height:2.25rem;width:2.25rem;font-size:1.125rem;line-height:1.75rem}}
.big-font .titles-content .video-banner-btn span{font-size:11px}
@media (min-width: 768px){
.big-font .titles-content .video-banner-btn span{font-size:1rem;line-height:1.5rem}}
.big-font .titles-content .video-banner-btn i{height:1.25rem;width:1.25rem;padding:0.375rem;font-size:1rem;line-height:1.5rem}
@media (min-width: 640px){
.big-font .titles-content .video-banner-btn i{padding:0.5rem}}
@media (min-width: 768px){
.big-font .titles-content .video-banner-btn i{height:2.25rem;width:2.25rem;font-size:1.125rem;line-height:1.75rem}}
.hide-bg{background-color:transparent;color:var(--slider-titles-color)}
.hide-bg i{border-color:var(--slider-titles-color)}
.standard-btn-color{color:#000000;color:var(--main-text-color)}
.standard-btn-color:before{border-radius:9999px;background-color:var(--color-primary);opacity:calc(var(--btn-bg-opacity) / 100)}
.standard-btn-color i{border-color:#000000;border-color:var(--main-text-color)}
.customize-btn-color{color:var(--btn-text-color)}
.customize-btn-color:before{border-radius:9999px;background-color:var(--btn-bg-color);opacity:calc(var(--btn-bg-opacity) / 100)}
.customize-btn-color i{border-color:var(--btn-text-color)}
.slider-small-curve > a{border-radius:0.75rem}
.slider-small-curve > a img{border-radius:0.75rem}
.slider-small-curve > a::after{border-radius:0.75rem}
.slider-medium-curve > a{border-radius:0.75rem}
@media (min-width: 768px){
.slider-medium-curve > a{border-radius:40px}}
.slider-medium-curve > a img{border-radius:0.75rem}
@media (min-width: 768px){
.slider-medium-curve > a img{border-radius:40px}}
.slider-medium-curve > a::after{border-radius:0.75rem}
@media (min-width: 768px){
.slider-medium-curve > a::after{border-radius:40px}}
.slider-big-curve > a{border-radius:0.75rem}
@media (min-width: 768px){
.slider-big-curve > a{border-radius:70px}}
.slider-big-curve > a img{border-radius:0.75rem}
@media (min-width: 768px){
.slider-big-curve > a img{border-radius:70px}}
.slider-big-curve > a::after{border-radius:0.75rem}
@media (min-width: 768px){
.slider-big-curve > a::after{border-radius:70px}}
.home-slider-overlay .swiper-slide > a:after{position:absolute;top:0px;z-index:1;height:100%;width:100%;overflow:hidden;background-color:var(--overlay-color);opacity:calc(var(--overlay-opacity-degree) / 100);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.home-slider-overlay .swiper-slide > a:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.home-slider-overlay .swiper-slide > a:after {
  border-color: var(--color-main);
}
.home-slider-overlay .video-banner__content:after{position:absolute;top:0px;z-index:-1;height:100%;width:100%;overflow:hidden;background-color:var(--overlay-color);opacity:calc(var(--overlay-opacity-degree) / 100);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.home-slider-overlay .video-banner__content:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.home-slider-overlay .video-banner__content:after {
  border-color: var(--color-main);
}
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}
@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{position:relative;overflow:hidden}
.s-block--testimonials:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  border-radius:1.5rem;
  opacity:calc(var(--testimonials-bg-opacity) / 100);
}
input[type=radio].sr-only div.s-block--testimonials:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--testimonials:before {
  border-color: var(--color-main);
}
.s-block--testimonials:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  border-radius:1.5rem;
  --tw-backdrop-blur:blur(var(--testimonials-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.s-block--testimonials:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--testimonials:after {
  border-color: var(--color-main);
}
.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 .customize-title-color .s-block__title__container .right-side div.main-title ::before{--tw-gradient-from:var(--testimonials-title-color) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important}
.s-block--testimonials .customize-title-color .s-block__title__container .right-side div.main-title ::after{--tw-gradient-from:var(--testimonials-title-color) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important}
.s-block--testimonials .s-slider-block__title{padding-left:0.625rem;padding-right:0.625rem}
@media (min-width: 1024px){
.s-block--testimonials .s-slider-block__title{padding-left:0px;padding-right:0px}}
.s-block--testimonials .s-slider-block__title-nav{top:65% !important;display:none !important;max-width:88% !important}
@media (min-width: 1024px){
.s-block--testimonials .s-slider-block__title-nav{display:flex !important}}
.s-block--testimonials .s-slider-block__title-nav button{--tw-border-opacity:1 !important;border-color:rgba(243, 244, 246, 1) !important;border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1)) !important;--tw-shadow-color:#d1d5db !important;--tw-shadow:var(--tw-shadow-colored) !important}
.s-block--testimonials .s-slider-container{margin-left:0.5rem !important;margin-right:0.5rem !important;display:flex !important;align-items:center !important}
.s-block--testimonials .s-slider-container .swiper-wrapper{display:flex;align-items:center}
.s-block--testimonials .s-slider-container .swiper-wrapper .swiper-slide{padding-left:0.625rem;padding-right:0.625rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block--testimonials .s-slider-container .swiper-wrapper .swiper-slide-active{z-index:50;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-block--testimonials .customize-pagination .swiper-pagination{bottom:1rem}
.s-block--testimonials .customize-pagination .swiper-pagination .swiper-pagination-bullet{background-color:var(--username-bg-color)}
.s-block--testimonials .customize-pagination .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--username-bg-color)}
.testimonial-first-design .s-slider-container{min-height:20rem !important}
.testimonial-first-design .s-slider-container{
  /*.big-design{
    .testimonial{
      .testimonial__inner{
        .testimonial__avatar{
          @apply w-[345px] h-[345px] lg:w-[350px] lg:h-[350px] rounded-full md:border-2 -top-[60px] rtl:right-[5px] ltr:left-[5px] sm:rtl:right-[10px] sm:ltr:left-[10px] border-color-primary bg-transparent static;
          div{
            @apply w-[322px] h-[330px] lg:w-[335px] lg:h-[335px] rounded-full overflow-hidden shrink-0 absolute
          }
        }
        .testimonials__content{
          @apply w-1/2 h-full;
          .testimonial__info{
            @apply w-[40%] rtl:rounded-l-[30px] ltr:rounded-r-[30px] flex justify-center items-center p-2 h-20 z-0 absolute -top-10 rtl:right-72 ltr:left-72 bg-color-primary;
            h4{
              @apply text-xl font-bold text-main-text-color mb-[0.9rem]
            }
            ::after{
              content: "";
              @apply hidden md:block w-24 h-10 bg-color-primary absolute z-10 top-0;
            [dir="rtl"] &{
              @apply -right-20
            }
            [dir="ltr"] &{
              @apply -left-20
            }
          }
          }
          .testimonial__text{

          }
          .testimonial__rating{
            @apply w-full flex justify-end items-center
          }
          .sicon-quote-open{
            @apply text-color-primary absolute text-2xl -top-4 rtl:left-14 ltr:right-14
          }
          .sicon-quote-close{
            @apply text-color-primary absolute text-2xl -bottom-4 rtl:right-14 ltr:left-14
          }
        }
      }
    }
  }*/}
.testimonial-first-design .s-slider-container .testimonial{position:relative}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  border-radius:1.5rem;
  opacity:calc(var(--testimonial-bg-opacity) / 100);
}
input[type=radio].sr-only div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:before {
  border-color: var(--color-main);
}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:where([dir="ltr"], [dir="ltr"] *):before{border-top-left-radius:0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:where([dir="rtl"], [dir="rtl"] *):before{border-top-right-radius:0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  border-radius:1.5rem;
  --tw-backdrop-blur:blur(var(--testimonial-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner:after {
  border-color: var(--color-main);
}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar{position:absolute;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:0.75rem}
input[type=radio].sr-only div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar{border-radius:1.5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="ltr"], [dir="ltr"] *){border-bottom-left-radius:0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="rtl"], [dir="rtl"] *){border-bottom-right-radius:0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar div{flex-shrink:0;overflow:hidden;border-radius:0.75rem;border-width:2px}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar div{border-radius:1.5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar div:where([dir="ltr"], [dir="ltr"] *){border-bottom-left-radius:0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar div:where([dir="rtl"], [dir="rtl"] *){border-bottom-right-radius:0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-with-name{top:-3.5rem;height:4rem;width:4rem}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-with-name{top:-4rem;height:5rem;width:5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-with-name:where([dir="ltr"], [dir="ltr"] *){left:-0.375rem}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-with-name:where([dir="rtl"], [dir="rtl"] *){right:-0.375rem}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-with-name div{height:4rem;width:4rem}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-with-name div{height:5rem;width:5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-without-name{top:-4rem;right:50%;height:4rem;width:4rem;--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));background-color:var(--testimonial-bg-color)}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-without-name{top:-3.5rem;height:5rem;width:5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-without-name div{height:4rem;width:4rem}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .avatar-without-name div{height:5rem;width:5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content{height:100%;width:100%}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info{position:absolute;top:-3rem;z-index:0;display:flex;min-width:50%;max-width:95%;flex-direction:column;align-items:center;justify-content:flex-start;border-bottom-width:2px;border-color:#000000;border-color:var(--main-text-color);padding:0.125rem}
input[type=radio].sr-only div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info{top:-3.8rem;padding:0.5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info:where([dir="ltr"], [dir="ltr"] *){left:1.5rem;border-top-right-radius:1rem;padding-left:2.5rem}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info:where([dir="ltr"], [dir="ltr"] *){left:2.5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info:where([dir="rtl"], [dir="rtl"] *){right:1.5rem;border-top-left-radius:1rem;padding-right:2.5rem}
@media (min-width: 640px){
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info:where([dir="rtl"], [dir="rtl"] *){right:2.5rem}}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__info h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:#000000;color:var(--main-text-color)}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text{display:flex;height:10rem;width:100%;align-items:center;justify-content:center;overflow-y:auto;border-radius:1.5rem;padding:0.75rem;
  align-items: safe center}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text p{position:relative;display:flex;justify-content:center;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem;text-align:center;font-size:0.75rem;line-height:1.5rem}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote{position:absolute;top:0.625rem;font-size:10px}
input[type=radio].sr-only div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote {
  border-color: var(--color-main);
}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote:where([dir="ltr"], [dir="ltr"] *){left:-0px;--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))}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote:where([dir="rtl"], [dir="rtl"] *){right:-0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .close-quote{position:absolute;bottom:0.625rem;font-size:10px}
input[type=radio].sr-only div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .close-quote {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .close-quote {
  border-color: var(--color-main);
}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .close-quote:where([dir="ltr"], [dir="ltr"] *){right:-0px}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .close-quote:where([dir="rtl"], [dir="rtl"] *){left:-0px;--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))}
.testimonial-first-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__rating{display:flex;--tw-scale-x:0.6;--tw-scale-y:0.6;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.6) scaleY(0.6);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}
.testimonial-first-design .s-slider-container .testimonial .standard-testimonial-bg-color .testimonial__avatar div{border-color:#f5f5f5;border-color:var(--bg-color-primary)}
.testimonial-first-design .s-slider-container .testimonial .standard-testimonial-bg-color:before{background-color:var(--main-components-bg-color)}
.testimonial-first-design .s-slider-container .testimonial .customize-testimonial-bg-color .testimonial__avatar div{border-color:var(--testimonial-bg-color)}
.testimonial-first-design .s-slider-container .testimonial .customize-testimonial-bg-color:before{background-color:var(--testimonial-bg-color)}
.testimonial-second-design .s-slider-container{height:auto !important}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar{position:relative;margin-bottom:1.25rem;width:100%;border-radius:9999px}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar div{flex-shrink:0;overflow:hidden}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar .testimonial__info h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:#000000;color:var(--main-text-color)}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:before {
  content: "";
  position:absolute;
  bottom:-1.1rem;
  z-index:-2;
  width:0px;
  border-width:10px;
}
input[type=radio].sr-only div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:before {
  border-color: var(--color-main);
}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="ltr"], [dir="ltr"] *):before{left:0.9rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="rtl"], [dir="rtl"] *):before{right:0.9rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:after {
  content: "";
  position:absolute;
  bottom:-1.25rem;
  z-index:-2;
  width:0px;
  border-width:10px;
}
input[type=radio].sr-only div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:after {
  border-color: var(--color-main);
}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="ltr"], [dir="ltr"] *):after{left:0.9rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonial__avatar:where([dir="rtl"], [dir="rtl"] *):after{right:0.9rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content{height:100%;width:100%}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text{position:relative;margin-bottom:1.25rem;display:flex;height:auto;width:100%;align-items:center;justify-content:center;overflow-y:auto;padding:1.25rem;
  align-items: safe center}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  border-radius:1.5rem;
  opacity:calc(var(--testimonial-bg-opacity) / 100);
  --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 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);
}
input[type=radio].sr-only div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text:before {
  border-color: var(--color-main);
}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  border-radius:1.5rem;
  --tw-backdrop-blur:blur(var(--testimonial-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text:after {
  border-color: var(--color-main);
}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__text p{display:flex;justify-content:center;padding-top:0.25rem;padding-bottom:0.25rem;padding-left:1rem;padding-right:1rem;text-align:center;font-size:0.75rem;line-height:1.5rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote{position:absolute;top:0px;--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));font-size:1.25rem;line-height:1.75rem;opacity:0.5}
input[type=radio].sr-only div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote {
  border-color: var(--color-main);
}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote:where([dir="ltr"], [dir="ltr"] *){right:0.5rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .open-quote:where([dir="rtl"], [dir="rtl"] *){left:0.5rem}
.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__rating{position:absolute;bottom:-0.75rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.125rem;padding-bottom:0.125rem}
input[type=radio].sr-only div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__rating {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonial-second-design .s-slider-container .testimonial .testimonial__inner .testimonials__content .testimonial__rating {
  border-color: var(--color-main);
}
.testimonial-second-design .s-slider-container .testimonial .standard-testimonial-bg-color:before{background-color:var(--main-components-bg-color)}
.testimonial-second-design .s-slider-container .testimonial .standard-testimonial-bg-color .testimonial__avatar > div{border-color:var(--main-components-bg-color)}
.testimonial-second-design .s-slider-container .testimonial .standard-testimonial-bg-color .testimonial__avatar:before{border-color:var(--main-components-bg-color);border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}
.testimonial-second-design .s-slider-container .testimonial .standard-testimonial-bg-color .testimonial__avatar:after{border-color:var(--main-components-bg-color);border-right-color:transparent;border-left-color:transparent;border-top-color:transparent}
.testimonial-second-design .s-slider-container .testimonial .standard-testimonial-bg-color .testimonials__content .open-quote ::before{color:#000000;color:var(--main-text-color)}
.testimonial-second-design .s-slider-container .testimonial .customize-testimonial-bg-color:before{background-color:var(--testimonial-bg-color)}
.testimonial-second-design .s-slider-container .testimonial .customize-testimonial-bg-color .testimonial__avatar > div{border-color:var(--testimonial-bg-color)}
.testimonial-second-design .s-slider-container .testimonial .customize-testimonial-bg-color .testimonial__avatar:before{border-color:var(--testimonial-bg-color);border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}
.testimonial-second-design .s-slider-container .testimonial .customize-testimonial-bg-color .testimonial__avatar:after{border-color:var(--testimonial-bg-color);border-right-color:transparent;border-left-color:transparent;border-top-color:transparent}
.testimonial-second-design .s-slider-container .testimonial .customize-testimonial-bg-color .testimonials__content .open-quote ::before{color:var(--content-color)}
.standard-testimonials-bg-color:before{background-color:transparent}
.customize-testimonials-bg-color:before{background-color:var(--component-bg-color);padding-bottom:2.5rem}
.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 .testimonial{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-top: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}
@media (min-width: 1024px){
.testimonials-slider .testimonial{--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{position:relative;display:flex;min-height:12.5rem;align-items:center;justify-content:center}
.testimonials-slider .testimonial__avatar{position:absolute;top:-5rem;height:5rem;width:5rem;flex-shrink:0;--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));overflow:hidden;border-radius:9999px;--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), 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)}
input[type=radio].sr-only div.testimonials-slider .testimonial__avatar {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonials-slider .testimonial__avatar {
  border-color: var(--color-main);
}
.testimonials-slider .testimonial__icon{position:absolute;top:1rem;font-size:1.25rem;line-height:1.75rem;color:var(--color-primary)}
input[type=radio].sr-only div.testimonials-slider .testimonial__icon {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.testimonials-slider .testimonial__icon {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.testimonials-slider .testimonial__icon{font-size:1.5rem;line-height:2rem}}
.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: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-slider .swiper-slide{height:auto;width:20%}
.testimonials-slider .swiper-slide .swiper-wrapper > div{padding:0px}
.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial {
  box-shadow: 5px 0 0 0 var(--color-main);
  opacity:1;
}
.testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner{width:100%;padding-top:1.5rem}
@media (max-width: 1024px) {
  .testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner{flex-direction:column;align-items:center;justify-content:center;text-align:center}
  .testimonials-slider .swiper-slide:not(.swiper-slide-active) .testimonial__inner .testimonial__avatar{margin-left:0px;margin-right:0px;margin-bottom:0.75rem}
}
.testimonials-slider .swiper-slide-prev{width:25%}
.testimonials-slider .swiper-slide-prev .testimonial{width:25%;align-items:center;justify-content:flex-end;
  padding-right: 7%}
.testimonials-slider .swiper-slide-next{width:25%}
.testimonials-slider .swiper-slide-next .testimonial{width:25%;align-items:center;justify-content:flex-start;
  padding-left: 7%}
.testimonials-slider .swiper-slide-active{width:50% !important}
.testimonials-slider .swiper-slide-active .testimonial {
  box-shadow: 5px 0 0 0 var(--color-main);
  width:50%;
  opacity:1;
}
.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}
  .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__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: flex;
}
.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))}
@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;
    padding: 8px;
  }
  .best-products-slider .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2);
  }
}
.swiper-button-disabled {
  opacity: 0.5;
}
salla-slider .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  background-color: var(--color-primary);
  opacity: 0.5;
  border-radius:0.125rem;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
salla-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--color-primary);
  width:1.5rem;
  border-radius:0.125rem;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px){
salla-slider .swiper-pagination-bullet-active{width:2.5rem}}
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0px}
.offer-slider .s-slider-block__title{position:relative;margin-bottom:1.25rem}
.offer-slider .s-slider-block__title:before{position:absolute;top:1rem;font-size:3rem;font-weight:400;line-height:1;--tw-text-opacity:1;color:rgba(254, 242, 242, 1);color:rgba(254, 242, 242, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.offer-slider .s-slider-block__title:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.offer-slider .s-slider-block__title:before {
  border-color: var(--color-main);
}
.offer-slider .s-slider-block__title:where([dir="ltr"], [dir="ltr"] *):before{left:0px}
.offer-slider .s-slider-block__title:where([dir="rtl"], [dir="rtl"] *):before{right:0px}
.offer-slider .s-slider-block__title:before {
  content: "\ee30";
  font-family: "sallaicons";
}
.offer-slider .s-slider-block__title h2{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.offer-slider .s-slider-block__title p{margin-top:0.25rem;overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none;line-height:1.5rem}
model-viewer[style*=width]:before{display:none}
.blog-slider .swiper-slide img{height:25rem}
@media (min-width: 480px){
.blog-slider .swiper-slide img{height:30rem}}
@media (min-width: 640px){
.blog-slider .swiper-slide img{height:35rem}}
.s-slider-wrapper .slide--one-fourth.swiper-slide.swiper-slide-visible{margin-right:0px !important;border-radius:0px !important;border-width:0px !important;background-color:transparent !important}
.s-slider-wrapper .s-slider-thumbs .s-slider-thumbs-container .swiper-slide: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(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-slider-wrapper .swiper-slide.swiper-slide-thumb-active:after{border-radius:0.75rem !important;border-width:2px !important;border-color:var(--secondary-components-bg-color) !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.s-slider-wrapper button.s-slider-next{background-color:var(--color-primary)}
.s-slider-wrapper button.s-slider-next svg{fill:#000000;fill:var(--main-text-color);opacity:1}
.s-slider-wrapper button.s-slider-next: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-slider-wrapper button.s-slider-prev{background-color:var(--color-primary)}
.s-slider-wrapper button.s-slider-prev svg{fill:#000000;fill:var(--main-text-color);opacity:1}
.s-slider-wrapper button.s-slider-prev: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-slider-wrapper button.s-slider-prev:hover svg{fill:#000000;fill:var(--main-text-color)}
.with-bg .s-products-slider-slider .swiper{padding-top:0.75rem;padding-bottom:0.75rem}
.with-bg .s-products-slider-card{width:50% !important;padding-left:0.375rem !important;padding-right:0.375rem !important}
@media (min-width: 480px){
.with-bg .s-products-slider-card{width:45% !important}}
@media (min-width: 640px){
.with-bg .s-products-slider-card{width:33.333333% !important}}
@media (min-width: 768px){
.with-bg .s-products-slider-card{width:25% !important}}
@media (min-width: 1024px){
.with-bg .s-products-slider-card{width:30% !important}}
@media (min-width: 1280px){
.with-bg .s-products-slider-card{width:16.666667% !important}}
.with-bg .s-products-slider-card .s-product-card-entry{border-radius:28px;background-color:var(--card-bg-color)}
.with-bg .s-products-slider-card .s-product-card-image::before {
  content: "\ec1f" !important;
}
.with-bg .s-products-slider-card .s-product-card-image::before {
  font-family: "sallaicons";
}
.with-bg .s-products-slider-card .s-product-card-vertical{height:20rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:28px;background-color:var(--global-card-bg-color);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:center}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{padding-bottom:0.375rem;font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{font-size:0.875rem;line-height:1.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price{flex-direction:column;align-items:flex-start}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:10px;font-weight:700;color:var(--regular-price-color);text-decoration-line:underline}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:0.875rem;line-height:1.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{gap:0.125rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating span{margin:0px;font-size:10px;font-weight:700;color:color-var(--main-text-color)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{flex:1 1 0%;background-color:transparent}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-image-cover{border-radius:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title{top:0.5rem;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 0, 0, 1);background-color:rgba(255, 0, 0, var(--tw-bg-opacity, 1));padding-bottom:0.05rem;padding-top:0.08rem;font-size:10px}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title{border-radius:0.75rem;padding-top:0.1rem;padding-bottom:0.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image-promotion-title{padding-top:0.375rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:1.75rem;width:1.75rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{height:2rem;width:2rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:1rem !important}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added{opacity:1}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added{background-color:var(--color-primary) !important}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added .s-button-text .sicon-heart::before{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{visibility:hidden;position:absolute;bottom:-2.5rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:100%;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-primary);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem;color:#000000;color:var(--main-text-color)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title{margin-bottom:0px}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-radius:1rem;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem;--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
.with-bg .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image{background-color:transparent;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image{height:82%}}
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image a{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image a{height:82%}}
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content{--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))}}
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.with-bg .s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.with-bg .s-products-slider-card .s-product-card-fit-height{height:18.5rem !important}
@media (min-width: 480px){
.with-bg .s-products-slider-card .s-product-card-fit-height{height:20.5rem !important}}
.with-bg .s-products-slider-card .s-product-card-fit-height .s-product-card-image{height:auto;max-height:none}
.with-bg .s-products-slider-card .s-product-card-out-of-stock .s-product-card-content-out{padding-top:0.75rem !important;padding-bottom:0.75rem !important;padding-left:0px !important;padding-right:0px !important}
.with-bg .s-products-slider-card .s-product-card-content-pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  -moz-transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear;
  -o-transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.with-bg .s-products-slider-card .s-product-card-content-pie-svg-bar {
  stroke: var(--color-primary) !important;
}
.with-bg .s-products-slider-card .s-product-card-content-pie-svg-bar {
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.s-products-slider-slider .swiper{padding-top:0.75rem;padding-bottom:0.75rem}
.s-products-slider-card .s-product-card-entry{background-color:transparent}
.s-products-slider-card .s-product-card-image::before {
  content: "\ec1f" !important;
}
.s-products-slider-card .s-product-card-image::before {
  font-family: "sallaicons";
}
.s-products-slider-card .s-product-card-vertical .product-entry__inner{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:center}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{padding-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price{flex-direction:column;align-items:flex-start}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{gap:0.25rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating span{margin-left:0px !important;margin-right:0px !important;font-size:0.75rem !important;line-height:1rem !important;font-weight:700 !important;color:#000000 !important;color:var(--main-text-color) !important}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{flex:1 1 0%;background-color:transparent}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{position:relative;display:block;height:100%;overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added{opacity:1}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added{background-color:var(--color-primary) !important}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added .s-button-text .sicon-heart::before{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;text-align:center;font-size:0.75rem;line-height:1rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{visibility:hidden;position:absolute;bottom:-2.5rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{width:70%}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;height:2.25rem;width:100%;align-items:center;justify-content:center;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{height:100% !important;padding-top:0px !important;padding-bottom:0px !important}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{display:flex;height:100%;align-items:center;justify-content:center;-moz-column-gap:0.375rem;column-gap:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text i{margin-top:0.125rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text span{margin-bottom:0.25rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title{margin-bottom:0px}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-image{background-color:transparent}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-image:hover{opacity:1}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content{--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))}}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.s-products-slider-card .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.s-products-slider-card .s-product-card-fit-height{height:18.5rem !important}
@media (min-width: 480px){
.s-products-slider-card .s-product-card-fit-height{height:20.5rem !important}}
.s-products-slider-card .s-product-card-fit-height .s-product-card-image{height:auto;max-height:none}
.s-products-slider-card .s-product-card-out-of-stock .s-product-card-content-out{padding-top:0.75rem !important;padding-bottom:0.75rem !important;padding-left:0px !important;padding-right:0px !important}
.s-products-slider-card .s-product-card-content-pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  -moz-transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear;
  -o-transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.s-products-slider-card .s-product-card-content-pie-svg-bar {
  stroke: var(--color-primary) !important;
}
.s-products-slider-card .s-product-card-content-pie-svg-bar {
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.small-card .s-products-slider-card{width:50% !important;padding-left:0.375rem !important;padding-right:0.375rem !important}
@media (min-width: 480px){
.small-card .s-products-slider-card{width:45% !important}}
@media (min-width: 640px){
.small-card .s-products-slider-card{width:33.333333% !important}}
@media (min-width: 768px){
.small-card .s-products-slider-card{width:25% !important}}
@media (min-width: 1024px){
.small-card .s-products-slider-card{width:20% !important}}
@media (min-width: 1280px){
.small-card .s-products-slider-card{width:16.666667% !important}}
.small-card .s-products-slider-card .s-product-card-vertical{height:20rem}
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:2rem;width:2rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.small-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.small-card .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image{height:82%}
.small-card .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:82% !important}}
.small-card .s-products-slider-card .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.medium-card .s-products-slider-card{width:65% !important;padding-left:0.25rem !important;padding-right:0.25rem !important}
@media (min-width: 768px){
.medium-card .s-products-slider-card{padding-left:0.625rem !important;padding-right:0.625rem !important}}
@media (min-width: 480px){
.medium-card .s-products-slider-card{width:50% !important}}
@media (min-width: 640px){
.medium-card .s-products-slider-card{width:38.24% !important}}
@media (min-width: 768px){
.medium-card .s-products-slider-card{width:33.333333% !important}}
@media (min-width: 1024px){
.medium-card .s-products-slider-card{width:25% !important}}
@media (min-width: 1280px){
.medium-card .s-products-slider-card{width:20% !important}}
.medium-card .s-products-slider-card .s-product-card-vertical{height:28rem}
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:2rem;width:2rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.medium-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.medium-card .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image{height:82%}
.medium-card .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:88% !important}}
.medium-card .s-products-slider-card .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.big-card .s-products-slider-card{width:86.5% !important;max-width:none !important;padding-left:0.625rem !important;padding-right:0.625rem !important}
@media (min-width: 480px){
.big-card .s-products-slider-card{width:67.5% !important}}
@media (min-width: 640px){
.big-card .s-products-slider-card{width:50% !important}}
@media (min-width: 768px){
.big-card .s-products-slider-card{width:42% !important}}
@media (min-width: 1024px){
.big-card .s-products-slider-card{width:33.333333% !important}}
@media (min-width: 1280px){
.big-card .s-products-slider-card{width:25% !important}}
.big-card .s-products-slider-card .s-product-card-vertical{height:32rem}
.big-card .s-products-slider-card .s-product-card-vertical .product-entry__inner{border-radius:1.5rem !important}
.big-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:1.5rem}
.big-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{height:2.5rem;width:2.5rem}
.big-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.big-card .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.big-card .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image{height:82%}
.big-card .s-products-slider-card .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:90% !important}}
.big-card .s-products-slider-card .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.customize-bg-color .s-products-slider-card .s-product-card-vertical .product-entry__inner{background-color:var(--custom-card-bg-color)}
.customize-bg-color .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{padding-left:0px;padding-right:0px;padding-bottom:0px}
.customize-bg-color .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{--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)}
.customize-bg-color .s-products-slider-card .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0px !important}
.customize-bg-color .s-products-slider-card .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px !important}
.standard-curve .s-products-slider-card .s-product-card-vertical{border-radius:28px}
.standard-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner{border-radius:28px}
.standard-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0px}
.standard-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:1rem}
.standard-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:1rem}
.standard-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:1rem}
.standard-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:9999px !important}
.standard-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.75rem}
.standard-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.75rem}
.standard-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.75rem}
.standard-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.75rem}
.standard-curve .s-products-slider-card .s-product-card-entry{border-radius:28px}
.standard-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem}
.standard-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem}
.no-curve .s-products-slider-card .s-product-card-vertical{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:0px !important}
.no-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-entry{border-radius:0px}
.no-curve .s-products-slider-card .s-product-card-promotion-title{border-radius:0px}
.small-curve .s-products-slider-card .s-product-card-vertical{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:0.5rem !important}
.small-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-entry{border-radius:0.5rem}
.small-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-radius:1rem}
.small-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem}
.medium-curve .s-products-slider-card .s-product-card-vertical{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:1rem !important}
.medium-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-entry{border-radius:1rem}
.medium-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem}
.medium-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.75rem;border-bottom-left-radius:0.75rem}
.big-curve .s-products-slider-card .s-product-card-vertical{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:9999px !important}
.big-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:9999px}
.big-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:9999px}
.big-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:9999px}
.big-curve .s-products-slider-card .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:9999px}
.big-curve .s-products-slider-card .s-product-card-entry{border-radius:26px}
.big-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:9999px;border-bottom-right-radius:9999px}
.big-curve .s-products-slider-card .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:9999px;border-bottom-left-radius:9999px}
.custom-titles-color .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{color:var(--product-title-color) !important}
.custom-titles-color .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{color:var(--product-subtitle-color) !important}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{background-color:var(--btn-bg-color) !important}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{color:var(--btn-text-color) !important}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap:hover .s-button-element{color:var(--btn-text-color) !important}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-primary-outline:hover{background-color:var(--btn-text-color) !important}
.custom-promotion-tilte-color .s-product-card-promotion-title{background-color:var(--promotion-bg-color) !important;color:var(--promotion-text-color) !important}
.new-main-links{position:relative;overflow:hidden}
.new-main-links:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  opacity:calc(var(--main-links-bg-opacity) / 100);
}
input[type=radio].sr-only div.new-main-links:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.new-main-links:before {
  border-color: var(--color-main);
}
.new-main-links:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--main-link-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.new-main-links:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.new-main-links:after {
  border-color: var(--color-main);
}
.new-main-links .standard-main-links-bg-color:before {
  content: "";
  background-color:transparent;
}
.new-main-links .customize-main-links-bg-color:before {
  content: "";
  background-color:var(--component-bg-color);
  padding-bottom:2.5rem;
}
.new-main-links salla-slider{background-color:transparent}
.new-main-links salla-slider .swiper{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper:hover .swiper-slide{--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.9) 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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper .swiper-wrapper{background-color:transparent}
.new-main-links salla-slider .swiper .swiper-wrapper .swiper-slide{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper .swiper-wrapper .swiper-slide .slide--cat-entry{width:100%;align-items:center;justify-content:center;background-size:contain;padding:0.375rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper .swiper-wrapper .swiper-slide .slide--cat-entry .link_title-container{opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper .swiper-wrapper .swiper-slide .slide--cat-entry .link_title-container .link_title{display:flex;height:auto;width:100%;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem}
.new-main-links salla-slider .swiper .swiper-wrapper .swiper-slide .slide--cat-entry: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper .swiper-wrapper .swiper-slide .slide--cat-entry:hover .link_title-container{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-fourth{display:flex;height:16rem;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem}
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-fourth .slide--cat-entry{height:16rem;width:16rem}
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-fifth{display:flex;align-items:center;justify-content:center;padding-top:1rem;padding-bottom:1rem}
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-fifth .slide--cat-entry{height:14rem;width:14rem}
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-sixth{display:flex;height:20rem;align-items:center;justify-content:center;padding-bottom:0.5rem;
  animation-delay: 3s}
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-sixth .slide--cat-entry h4{font-size:0.875rem;line-height:1.25rem}
@media (min-width: 1024px){
.new-main-links salla-slider .swiper .swiper-wrapper .slide--one-sixth .slide--cat-entry h4{font-size:1rem;line-height:1.5rem}}
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem;padding-right:0px}
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem;padding-left:0px}
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal .slide--cat-entry{height:10rem;width:10rem}
@media (min-width: 480px){
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal .slide--cat-entry{height:12rem;width:12rem}}
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal .slide--cat-entry{background-size:contain}
@media (min-width: 640px){
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal .slide--cat-entry{height:11rem;width:11rem}}
@media (min-width: 768px){
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal .slide--cat-entry{height:10rem;width:10rem}}
@media (min-width: 1024px){
.new-main-links salla-slider .swiper .swiper-wrapper .horizontal .slide--cat-entry{height:11rem;width:11rem}}
.new-main-links salla-slider .swiper .swiper-wrapper .vertical .slide--cat-entry{height:11rem;width:11rem}
@media (min-width: 480px){
.new-main-links salla-slider .swiper .swiper-wrapper .vertical .slide--cat-entry{height:12rem;width:12rem}}
.new-main-links salla-slider .swiper .swiper-wrapper .vertical .slide--cat-entry{background-size:contain}
@media (min-width: 768px){
.new-main-links salla-slider .swiper .swiper-wrapper .vertical .slide--cat-entry{height:10.5rem;width:10.5rem}}
@media (min-width: 1024px){
.new-main-links salla-slider .swiper .swiper-wrapper .vertical .slide--cat-entry{height:11rem;width:11rem}}
@media (min-width: 1280px){
.new-main-links salla-slider .swiper .swiper-wrapper .vertical .slide--cat-entry{height:12rem;width:12rem}}
@media (min-width: 640px){
.new-main-links .second-design .s-block__title{width:40%}}
@media (min-width: 768px){
.new-main-links .second-design .s-block__title{width:30%}}
.new-main-links .second-design .s-block__title__container .right-side h5{margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem}
@media (min-width: 640px){
.new-main-links .second-design .s-block__title__container .right-side h5::before{display:none !important}
.new-main-links .second-design .s-block__title__container .right-side h5::after{display:none !important}}
.new-main-links .second-design .s-block__title__container .right-side .subtitle{font-size:0.875rem;line-height:1.25rem}
.new-main-links .second-design salla-slider{background-color:transparent}
@media (min-width: 640px){
.new-main-links .second-design salla-slider{width:60%}}
@media (min-width: 768px){
.new-main-links .second-design salla-slider{width:70%}}
.new-main-links .second-design salla-slider .swiper-wrapper{background-color:transparent}
.new-main-links .second-design salla-slider .swiper-wrapper .swiper-slide .slide--cat-entry{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;background-size:contain;padding:0.375rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links .second-design salla-slider .swiper-wrapper .swiper-slide .slide--cat-entry .link_title{display:flex;height:auto;width:100%;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links .second-design salla-slider .swiper-wrapper .swiper-slide .slide--cat-entry .link_title h4{font-size:0.875rem;line-height:1.25rem}
.new-main-links .second-design salla-slider .swiper-wrapper .swiper-slide .slide--cat-entry:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links .second-design salla-slider .swiper-wrapper .swiper-slide .slide--cat-entry:hover .link_title{color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth{display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem;padding-left:0.5rem;padding-right:0.5rem}
@media (min-width: 768px){
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth{padding-left:0.375rem;padding-right:0.375rem}}
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth .slide--cat-entry{height:10rem;width:10rem}
@media (min-width: 480px){
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth .slide--cat-entry{height:11rem;width:11rem}}
@media (min-width: 640px){
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth .slide--cat-entry{height:11rem;width:11rem}}
@media (min-width: 768px){
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth .slide--cat-entry{height:10rem;width:10rem}}
@media (min-width: 1280px){
.new-main-links .second-design salla-slider .swiper-wrapper .slide--one-fourth .slide--cat-entry{height:11rem;width:11rem}}
[dir=ltr] .carousel-slider .swiper{padding-left:0px;padding-right:0px}
[dir=rtl] .carousel-slider .swiper{padding-left:0px;padding-right:0px}
salla-offer{padding:0.5rem}
@media (min-width: 768px){
salla-offer{padding:1rem}}
@media (min-width: 1024px){
salla-offer{padding:2rem}}
salla-offer .s-offer-wrapper{border-radius:1.5rem;background-color:var(--main-components-bg-color)}
salla-offer .s-offer-wrapper .s-offer-corner-badge{top:1.25rem;--tw-bg-opacity:1;background-color:rgba(255, 0, 0, 1);background-color:rgba(255, 0, 0, var(--tw-bg-opacity, 1));padding-bottom:0.625rem}
salla-offer .s-offer-wrapper salla-slider .s-slider-block__title-right h2{color:var(--components-titles-color)}
salla-offer .s-offer-wrapper salla-slider .s-slider-block__title-right p{color:var(--components-subtitles-color)}
salla-offer .s-offer-wrapper salla-slider .s-slider-block__title-right ::before, salla-offer .s-offer-wrapper salla-slider .s-slider-block__title-right ::after{display:none !important}
salla-offer .s-offer-wrapper salla-slider .swiper{height:24rem}
@media (min-width: 640px){
salla-offer .s-offer-wrapper salla-slider .swiper{height:28rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth{height:100%;width:50%}
@media (min-width: 480px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth{width:45%}}
@media (min-width: 640px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth{width:40%}}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth{width:35%}}
@media (min-width: 1024px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth{width:28%}}
@media (min-width: 1280px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth{width:20%}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical{background-color:transparent}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:28px;background-color:var(--global-card-bg-color);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:center}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{padding-bottom:0.375rem;font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{font-size:0.875rem;line-height:1.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price{flex-direction:column;align-items:flex-start}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:10px;font-weight:700;color:var(--regular-price-color);text-decoration-line:underline}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:0.875rem;line-height:1.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{gap:0.125rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating span{margin:0px;font-size:10px;font-weight:700;color:color-var(--main-text-color)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image{flex:1 1 0%;background-color:transparent}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-image-cover{border-radius:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title{top:0.5rem;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 0, 0, 1);background-color:rgba(255, 0, 0, var(--tw-bg-opacity, 1));padding-bottom:0.05rem;padding-top:0.08rem;font-size:10px}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title{border-radius:0.75rem;padding-top:0.1rem;padding-bottom:0.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image-promotion-title{padding-top:0.375rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:1.75rem;width:1.75rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{height:2rem;width:2rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:1rem !important}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added{opacity:1}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added{background-color:var(--color-primary) !important}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added .s-button-text .sicon-heart::before{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-image:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{display:flex;width:100%;align-items:center;justify-content:center}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;align-items:center;justify-content:center;border-radius:1rem;background-color:var(--color-primary);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem;color:#000000;color:var(--main-text-color)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-radius:1rem;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem;--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
salla-offer .s-offer-wrapper salla-slider .swiper .swiper-wrapper .s-offer-slide-one-fourth .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.product-entry{position:relative;display:flex;height:100%;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.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;color:#000000;color:var(--main-text-color)}
.product-entry__image{position:relative;height:20rem;width:100%;flex-shrink:0;overflow:hidden}
.product-entry__image::before {
  font-family: "sallaicons";
  content: "\ec1f";
  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;
  color:#000000;
  color:var(--main-text-color);
}
input[type=radio].sr-only div.product-entry__image::before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry__image::before {
  border-color: var(--color-main);
}
.product-entry__image img{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:1000ms}
.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;text-align:center;font-size:1rem;line-height:1.5rem;font-weight:400;color:#000000;color:var(--main-text-color)}
.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:0.75rem;z-index:1}
input[type=radio].sr-only div.product-entry--minimal .btn--wishlist {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--minimal .btn--wishlist {
  border-color: var(--color-main);
}
.product-entry--minimal .btn--wishlist:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.product-entry--minimal .btn--wishlist:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}
.product-entry--minimal .btn--wishlist .sicon-heart {
  text-shadow: 1 1 2px #585858;
  color: green;
}
.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 0.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);
}
.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{position:relative;flex-direction:column;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));padding:1.5rem;--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 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:#9ca3af;--tw-shadow:var(--tw-shadow-colored);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal .h-card-content{display:flex;height:100%;gap:1.5rem}
.product-entry--horizontal .product-entry__image{width:8rem;border-radius:1.5rem}
@media (min-width: 640px){
.product-entry--horizontal .product-entry__image{width:12rem}}
.product-entry--horizontal .product-entry__image a img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal .content .swiper-slide-thumb-active{border-radius:0.5rem;border-width:1px;border-color:var(--main-components-bg-color)}
.product-entry--horizontal .content .swiper-slide-active{border-radius:0.5rem}
.product-entry--horizontal .content .product-entry__title a{font-size:1.125rem;line-height:1.75rem}
.product-entry--horizontal .content .product-entry__title a:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.product-entry--horizontal .content .product-entry__title a:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.product-entry--horizontal .horizontal-hide-content{position:absolute;right:50%;bottom:-13rem;z-index:10;margin-top:auto;display:flex;width:100%;--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));flex-direction:column;align-items:flex-start;justify-content:center;border-radius:1rem;--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:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
input[type=radio].sr-only div.product-entry--horizontal .horizontal-hide-content {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--horizontal .horizontal-hide-content {
  border-color: var(--color-main);
}
.product-entry--horizontal .horizontal-hide-content .swiper-slide-thumb-active{border-radius:0.5rem;border-width:1px;border-color:var(--main-components-bg-color)}
.product-entry--horizontal .horizontal-hide-content .swiper-slide-active{border-radius:0.5rem}
.product-entry--horizontal .horizontal-hide-content .h-price-block{opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal: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 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:#9ca3af;--tw-shadow:var(--tw-shadow-colored);transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal:hover .product-entry__image a img{height:95% !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:450ms !important;transition-timing-function:cubic-bezier(0, 1, .3, 1) !important}
.product-entry--horizontal:hover .content .price-block{padding-bottom:0.5rem;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal:hover .horizontal-hide-content{bottom:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal:hover .horizontal-hide-content .h-price-block{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:450ms;transition-timing-function:cubic-bezier(0, 1, .3, 1)}
.product-entry--horizontal salla-button.btn--wishlist{border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(205, 216, 225, 1);background-color:rgba(205, 216, 225, var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--horizontal salla-button.btn--wishlist .is-added{border-radius:9999px !important;border-style:none !important;background-color:var(--color-primary) !important}
.product-entry--horizontal salla-button.btn--wishlist button{height:2rem !important;width:2rem !important;border-radius:9999px !important;border-style:none !important;--tw-bg-opacity:1 !important;background-color:rgba(205, 216, 225, 1) !important;background-color:rgba(205, 216, 225, var(--tw-bg-opacity, 1)) !important}
.product-entry--horizontal salla-button.btn--wishlist button .s-button-text{padding-left:0.5rem;padding-right:0.5rem}
.product-entry--horizontal salla-button.btn--wishlist button .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem;font-weight:100;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.product-entry--horizontal salla-button.btn--wishlist:hover button{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--horizontal salla-add-product-button.btn--add-to-cart{bottom:0px;height:2rem;width:70%;border-radius:9999px;background-color:var(--color-primary)}
@media (min-width: 480px){
.product-entry--horizontal salla-add-product-button.btn--add-to-cart{height:2.5rem}}
.product-entry--horizontal salla-add-product-button.btn--add-to-cart .s-button-outline{border-width:0px}
@media (max-width: 480px) {
  .product-entry--horizontal .product-rating{position:absolute;top:-2rem}
input[type=radio].sr-only div.product-entry--horizontal .product-rating {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--horizontal .product-rating {
  border-color: var(--color-main);
}
  .product-entry--horizontal .product-rating:where([dir="ltr"], [dir="ltr"] *){left:0.75rem}
  .product-entry--horizontal .product-rating:where([dir="rtl"], [dir="rtl"] *){right:0.75rem}
  .product-entry--horizontal .product-rating span {
    color: #fff;
    text-shadow: 0 0 2px green;
  }
}
.product-entry--horizontal .donating-wrap{bottom:-0px;z-index:0;display:flex;width:100%;align-items:center;justify-content:center;border-radius:1.5rem;background-color:transparent}
.product-entry--vertical{position:relative;flex-direction:column;border-radius:1.5rem;background-color:var(--card-bg-color);padding-left:0.75rem;padding-right:0.75rem;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--vertical .v-card-content{display:flex;height:100%;flex-direction:column}
.product-entry--vertical .product-entry__image a img{border-radius:1.5rem !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-delay:100ms !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.product-entry--vertical .content{visibility:visible;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-delay:100ms;transition-duration:150ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--vertical .content .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.product-entry--vertical .content .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.product-entry--vertical .content .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.product-entry--vertical .content .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.product-entry--vertical .content .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.product-entry--vertical .content .swiper-slide-thumb-active{border-radius:0.5rem;border-width:1px;border-color:var(--main-components-bg-color)}
.product-entry--vertical .content .swiper-slide-active{border-radius:0.5rem}
.product-entry--vertical .hide-content{position:absolute;right:50%;bottom:-16rem;z-index:10;margin-top:auto;display:flex;width:92%;--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));flex-direction:column;align-items:center;justify-content:center;border-radius:1rem;--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;padding-top:1.5rem;padding-bottom:1.5rem;transition-property:all;transition-duration:250ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
input[type=radio].sr-only div.product-entry--vertical .hide-content {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--vertical .hide-content {
  border-color: var(--color-main);
}
.product-entry--vertical .hide-content .swiper-slide-thumb-active{border-radius:0.5rem;border-width:1px;border-color:var(--main-components-bg-color)}
.product-entry--vertical .hide-content .swiper-slide-active{border-radius:0.5rem}
.product-entry--vertical:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--vertical:hover .product-entry__image a img{height:95% !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-delay:100ms !important;transition-duration:200ms !important;transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important}
.product-entry--vertical:hover .content{visibility:hidden;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:30ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--vertical:hover .hide-content{bottom:0px;transition-property:all;transition-delay:100ms;transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.product-entry--vertical salla-button.btn--wishlist{position:absolute;top:0.75rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(205, 216, 225, 1);background-color:rgba(205, 216, 225, var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
input[type=radio].sr-only div.product-entry--vertical salla-button.btn--wishlist {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--vertical salla-button.btn--wishlist {
  border-color: var(--color-main);
}
.product-entry--vertical salla-button.btn--wishlist:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.product-entry--vertical salla-button.btn--wishlist:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}
.product-entry--vertical salla-button.btn--wishlist .is-added{border-radius:9999px !important;border-style:none !important;background-color:var(--color-primary) !important}
.product-entry--vertical salla-button.btn--wishlist button{height:2rem !important;width:2rem !important;border-radius:9999px !important;border-style:none !important;--tw-bg-opacity:1 !important;background-color:rgba(205, 216, 225, 1) !important;background-color:rgba(205, 216, 225, var(--tw-bg-opacity, 1)) !important}
.product-entry--vertical salla-button.btn--wishlist button .s-button-text{padding-left:0.5rem;padding-right:0.5rem}
.product-entry--vertical salla-button.btn--wishlist button .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem;font-weight:100;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.product-entry--vertical salla-button.btn--wishlist:hover button{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.product-entry--vertical salla-add-product-button.btn--add-to-cart{bottom:0px;height:2rem;width:70%;border-radius:9999px;background-color:var(--color-primary)}
@media (min-width: 480px){
.product-entry--vertical salla-add-product-button.btn--add-to-cart{height:2.5rem}}
.product-entry--vertical salla-add-product-button.btn--add-to-cart .s-button-outline{border-width:0px}
@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 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--vertical .product-rating {
  border-color: var(--color-main);
}
  .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 green;
  }
}
.product-entry--vertical .donating-wrap{bottom:-0px;z-index:0;display:flex;width:100%;align-items:center;justify-content:center;border-radius:1.5rem;background-color:transparent}
.product-entry--special .product-rating{position:absolute;bottom:auto;top:-2rem}
input[type=radio].sr-only div.product-entry--special .product-rating {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.product-entry--special .product-rating {
  border-color: var(--color-main);
}
.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:9999px}
@media (min-width: 768px){
.product-entry--wishlist .product-entry__image{height:4rem;width:5rem}}
.product-entry--wishlist salla-button{display:flex}
@media (min-width: 768px) {
  .products-container.list .product-entry {
    flex-direction: row;
  }
  .products-container.list .product-entry__image {
    height: 100%;
    width: 240px;
  }
}
#testimonials-filter option:checked{color:var(--main-components-text-color)}
.s-comments{border-radius:1.5rem;background-color:var(--main-components-bg-color);padding:0.75rem}
.s-comments .s-comments-page-container .s-comments-header{margin-top:0px}
.s-comments .s-comments-page-container .s-comments-header .s-comments-count-label{margin-bottom:0px;color:var(--main-components-text-color)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-user-wrapper .s-comments-item-user-info .s-comments-item-user-info-name{color:var(--main-components-text-color)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-user-wrapper .s-comments-item-user-info .s-comments-flex .s-comments-item-has-order-check-icon{background-color:var(--secondary-components-bg-color)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-user-wrapper .s-comments-item-user-info .s-comments-flex .s-comments-item-has-order-check-icon svg{fill:var(--secondary-components-text-color)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-user-wrapper .s-comments-item-user-info .s-comments-flex .s-comments-item-has-order-check-text{font-size:0.75rem;line-height:1rem;color:var(--secondary-components-text-color)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-user-wrapper .s-comments-item-timestamp{color:var(--main-components-text-color)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-user-wrapper .s-comments-item-stars .s-rating-stars-wrapper .s-rating-stars-btn-star svg{fill:var(--color-primary)}
.s-comments .s-comments-page-container .s-comments-header + div .s-comments-item .s-comments-item-wrapper .s-comments-item-inner .s-comments-flex-1 .s-comments-item-content p{color:var(--main-components-text-color)}
.s-comments salla-comment-form form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input{border-radius:1.5rem;padding:1rem}
.s-comments salla-comment-form form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-action{justify-content:center}
.s-comments salla-comment-form form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-action salla-button.s-button-wrap{width:-moz-fit-content;width:fit-content}
.s-comments-product{background-color:transparent}
.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 (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div{display:none}
}
.s-block--testimonials.s-comments-product .s-comments-container{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-comments-product .s-comments-container{padding-left:0.625rem;padding-right:0.625rem}}
.s-comments-product .s-comment-form-input{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-comments-product .s-button-element{cursor:pointer;border-radius:1rem;background-color:var(--color-primary);padding-left:2rem;padding-right:2rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-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);transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-comments-product .s-button-element * {
  pointer-events: none;
}
.s-comments-product .s-button-element:hover{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.s-comments-product .s-button-element: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))}}
.s-comments-product salla-infinite-scroll > div{margin-bottom:1rem;border-bottom-color:#f5f5f5;border-bottom-color:var(--bg-color-primary)}
.s-comments-product salla-infinite-scroll > div .comment{padding-left:0px;padding-right:0px}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .comment{padding-left:1rem;padding-right:1rem}}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type{width:100%;justify-content:space-between}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type{width:auto;justify-content:normal}}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type h3{font-size:0.875rem;line-height:1.25rem;color:var(--main-components-text-color)}
@media (min-width: 480px){
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type h3{font-size:1rem;line-height:1.5rem}}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type div{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type div .sicon-check{height:0.875rem;width:0.875rem;background-color:var(--secondary-components-bg-color);font-size:8px;font-weight:700;color:var(--secondary-components-text-color)}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type div .sicon-check{height:1.25rem;width:1.25rem}}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type div span{font-size:10px;color:var(--secondary-components-text-color)}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type div:first-of-type div span{font-size:0.75rem;line-height:1rem}}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type p{margin-bottom:0.25rem;font-size:0.75rem;line-height:1rem;font-weight:700}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type p{font-size:0.875rem;line-height:1.25rem}}
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type .comment__rating{font-size:10px;color:var(--color-primary)}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .comment div + div div:first-of-type .comment__rating{font-size:0.75rem;line-height:1rem}}
.s-comments-product salla-infinite-scroll > div .comment div + div .prose-sm{color:var(--main-components-text-color)}
.s-comments-product salla-infinite-scroll > div .nested-comment{padding-left:1rem;padding-right:1rem}
.s-comments-product salla-infinite-scroll > div .nested-comment:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}
@media (min-width: 768px){
.s-comments-product salla-infinite-scroll > div .nested-comment:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem}}
.s-comments-product salla-infinite-scroll > div .nested-comment:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}
@media (min-width: 768px){
.s-comments-product salla-infinite-scroll > div .nested-comment:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem}}
.s-comments-product salla-infinite-scroll > div .nested-comment .sicon-reply{font-size:0.875rem;line-height:1.25rem}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .nested-comment .sicon-reply{font-size:1.125rem;line-height:1.75rem}}
.s-comments-product salla-infinite-scroll > div .nested-comment div + div div:first-of-type div:first-of-type h3{font-size:0.875rem;line-height:1.25rem;color:var(--main-components-text-color)}
@media (min-width: 480px){
.s-comments-product salla-infinite-scroll > div .nested-comment div + div div:first-of-type div:first-of-type h3{font-size:1rem;line-height:1.5rem}}
.s-comments-product salla-infinite-scroll > div .nested-comment div + div div:first-of-type p{margin-bottom:0.25rem;font-size:0.75rem;line-height:1rem;font-weight:700}
@media (min-width: 640px){
.s-comments-product salla-infinite-scroll > div .nested-comment div + div div:first-of-type p{font-size:0.875rem;line-height:1.25rem}}
.s-comments-product salla-infinite-scroll > div .nested-comment .prose-sm{color:var(--main-components-text-color)}
.s-comments-product salla-infinite-scroll > div:last-of-type{margin-bottom:0px}
.s-comments-product{border-radius:1.5rem !important;padding:0.75rem !important}
@media (min-width: 1024px){
.s-comments-product{padding:1.25rem !important}}
.s-comments-product-standard-color{background-color:var(--main-components-bg-color) !important}
.s-comments-product-standard-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input::-moz-placeholder{background-color:var(--color-primary);color:#000000;color:var(--main-text-color)}
.s-comments-product-standard-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input, .s-comments-product-standard-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input::placeholder{background-color:var(--color-primary);color:#000000;color:var(--main-text-color)}
.s-comments-product-standard-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-action .s-button-wrap .s-button-element{background-color:var(--secondary-components-bg-color)}
.s-comments-product-standard-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-action .s-button-wrap .s-button-element .s-button-text{color:var(--secondary-components-text-color)}
.s-comments-product-customize-color{background-color:var(--elements-bg-colors) !important}
.s-comments-product-customize-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input::-moz-placeholder{background-color:var(--buttons-bg-color);color:var(--buttons-font-color)}
.s-comments-product-customize-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input, .s-comments-product-customize-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-input::placeholder{background-color:var(--buttons-bg-color);color:var(--buttons-font-color)}
.s-comments-product-customize-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-action .s-button-wrap .s-button-element{background-color:var(--buttons-bg-color)}
.s-comments-product-customize-color salla-comment-form .s-comment-form-wrapper .s-comment-form-content .s-comment-form-action .s-button-wrap .s-button-element .s-button-text{color:var(--buttons-font-color)}
.share-btns-list{position:absolute;top:3rem;z-index:10;display:flex;flex-direction:column;align-items:center;overflow:hidden;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0;--tw-shadow:0px 3px 6px rgba(0,0,0,0.16078);--tw-shadow-colored:0px 3px 6px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 3px 6px rgba(0,0,0,0.16078);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
input[type=radio].sr-only div.share-btns-list {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.share-btns-list {
  border-color: var(--color-main);
}
.share-btns-list a{display:block;padding:0.75rem}
.share-btns-list a:hover{color:var(--color-primary)}
.cart-item{position:relative;border-radius:1.5rem;background-color:var(--main-components-bg-color);padding:0.75rem}
.cart-item:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0px}
.cart-item:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0px}
.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}
.cart-item .s-quantity-input{z-index:0}
.cart-item .s-quantity-input-container{z-index:0;border-width:0px}
.cart-item .s-quantity-input-container .s-quantity-input-increase-button{border-radius:16px;background-color:var(--secondary-components-bg-color);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.cart-item .s-quantity-input-container .s-quantity-input-increase-button:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.cart-item .s-quantity-input-container .s-quantity-input-decrease-button{border-radius:16px;background-color:var(--secondary-components-bg-color);opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.cart-item .s-quantity-input-container .s-quantity-input-decrease-button:hover{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.cart-item .s-quantity-input-container .s-quantity-input-input{width:2.5rem;background-color:transparent;font-size:0.875rem;line-height:1.25rem}
.cart-item .s-quantity-input-container .s-quantity-input-button{height:2.5rem;width:2.5rem}
.cart-item salla-product-options + div{display:none}
.cart-item .s-product-options-option-container{background-color:var(--main-components-bg-color)}
.cart-item .s-product-options-option-container .s-product-options-option{display:flex !important;flex-direction:column !important;gap:1rem !important;background-color:var(--main-components-bg-color) !important}
.cart-item .s-product-options-option-container .s-product-options-option .s-product-options-option-label{color:var(--main-components-text-color)}
.cart-item .s-product-options-option-container .s-product-options-option .s-product-options-option-content select{background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.cart-item .s-product-options-option-container .s-product-options-option .s-product-options-option-content select .s-form-control{min-height:7rem;background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.cart-item section{margin:0px !important;padding:0px !important}
.cart-item salla-button.btn--delete .btn--delete{border-radius:9999px !important;border-width:2.5px !important;border-color:#f5f5f5 !important;border-color:var(--bg-color-primary) !important;background-color:var(--color-primary) !important;color:#000000 !important;color:var(--main-text-color) !important}
.cart-item salla-button.btn--delete .btn--delete:hover{--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)}
.cart-submit-wrap .s-button-wrap .s-button-primary{background-color:var(--secondary-components-bg-color) !important;color:var(--secondary-components-text-color) !important}
#shipping-cost + div salla-button .s-button-primary{background-color:var(--secondary-components-bg-color) !important;color:var(--secondary-components-text-color) !important}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.pie-wrapper {
  border-color: var(--color-main);
}
.pie-wrapper:where([dir="ltr"], [dir="ltr"] *){right:1.25rem}
.pie-wrapper:where([dir="rtl"], [dir="rtl"] *){left:1.25rem}
.pie-wrapper .pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.pie-wrapper .pie-svg circle.circle_bar {
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.pie-wrapper span {
  display: block;
  color: #000000;
  color: var(--color-text);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: var(--font-xsm);
}
.pie-wrapper span b {
  font-size: var(--font-md) !important;
}
.pie-wrapper span b {
  margin-bottom: 3px;
  color: var(--color-primary);
}
/* Add to cart sticky bar */
@media (max-width: 639px) {
  .is-sticky-product-bar.product-single{padding-bottom:5rem}
  .is-sticky-product-bar .sticky-product-bar{display:flex;justify-content:center;overflow:hidden}
  .is-sticky-product-bar .sticky-product-bar__quantity{margin-bottom:0px !important}
  .is-sticky-product-bar .sticky-product-bar__quantity .form-label{width:-moz-fit-content;width:fit-content;font-size:0.75rem;line-height:1rem}
  .is-sticky-product-bar .sticky-product-bar__quantity .s-quantity-input .s-quantity-input-container{display:flex;align-items:center;justify-content:center;background-color:transparent}
  .is-sticky-product-bar .sticky-product-bar__quantity .s-quantity-input .s-quantity-input-container .s-quantity-input-button{height:1.75rem;width:1.75rem;border-radius:0.75rem}
  .is-sticky-product-bar .sticky-product-bar__quantity .s-quantity-input .s-quantity-input-container .s-quantity-input-button svg{height:50%;width:50%}
  .is-sticky-product-bar .sticky-product-bar__quantity .s-quantity-input .s-quantity-input-container .s-quantity-input-input{height:1.75rem;width:1.75rem;background-color:transparent;font-size:0.75rem;line-height:1rem}
  .is-sticky-product-bar .sticky-product-bar salla-add-product-button{margin:0px;height:auto;--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));align-items:center;justify-content:center;opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:700ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
  .is-sticky-product-bar .sticky-product-bar salla-add-product-button .s-button-element{height:100%;color:#000000;color:var(--main-text-color)}
  .is-sticky-product-bar .sticky-product-bar salla-quick-buy .s-quick-buy-button{height:2.5rem;color:var(--color-primary)}
  .is-sticky-product-bar .sticky-product-bar salla-quick-buy .s-quick-buy-button .s-button-element:hover{background-color:var(--color-primary);color:#000000;color:var(--main-text-color)}
  .is-sticky-product-bar .sticky-product-bar__price b,
  .is-sticky-product-bar .sticky-product-bar .form-label b{font-size:0.75rem;line-height:1rem}
  .is-sticky-product-bar .sticky-product-bar__price .form-label + div .total-price,
  .is-sticky-product-bar .sticky-product-bar .form-label .form-label + div .total-price{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
  .is-sticky-product-bar .sticky-product-bar__quantity{margin:0px;margin-bottom:1rem;transition-delay:900ms}
  @media (min-width: 768px){
.is-sticky-product-bar .sticky-product-bar__quantity{margin-top:0px}}
  .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}
  .is-sticky{position:fixed;z-index:10;display:flex;-moz-column-gap:1rem;column-gap:1rem;border-bottom-width:0.5px;padding:0.5rem}
  @media (min-width: 480px){
.is-sticky{-moz-column-gap:1.85rem;column-gap:1.85rem}}
  .is-sticky .quantity-price-container{display:flex;align-items:center;justify-content:center;-moz-column-gap:1.35rem;column-gap:1.35rem}
  @media (min-width: 480px){
.is-sticky .quantity-price-container{-moz-column-gap:1.85rem;column-gap:1.85rem}}
  .is-sticky .sticky-product-bar__quantity .form-label{display:none !important;width:100% !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important;background-color:var(--color-primary) !important;padding-left:0.5rem !important;padding-right:0.5rem !important;padding-top:0.25rem !important;padding-bottom:0.375rem !important;color:var(--main-components-text-color) !important}
  .is-sticky .sticky-product-bar__quantity + div{display:none}
  .is-sticky .sticky-product-bar__price .form-label{display:none !important;width:100% !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important;background-color:var(--color-primary) !important;padding-left:0.5rem !important;padding-right:0.5rem !important;padding-top:0.25rem !important;padding-bottom:0.375rem !important;color:var(--main-components-text-color) !important}
  .is-sticky .sticky-product-bar__price .total-price{color:var(--color-primary) !important}
  .is-sticky .s-add-product-button-with-quick-buy{width:100% !important}
  .is-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main{display:flex;align-items:center;justify-content:center;gap:0.5rem}
  .is-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main .s-button-wrap{width:100% !important}
  .is-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main .s-add-product-button-mini-checkout{width:100% !important}
  .is-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.outline{border-radius:18px !important}
  .is-sticky-colors:before {
    content: "";
    position:absolute;
    top:0px;
    right:0px;
    z-index:-2;
    height:100%;
    width:100%;
    background-color:var(--main-components-bg-color);
    opacity:calc(var(--sticky-bar-bg-opacity) / 100);
  }
input[type=radio].sr-only div.is-sticky-colors:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.is-sticky-colors:before {
  border-color: var(--color-main);
}
}
@media (min-width: 640px) {
  .is-sticky-product-bar.product-single{padding-bottom:0px}
  .is-sticky-product-bar .is-sticky{position:relative;border-radius:1.5rem;padding:1.25rem}
  .is-sticky-product-bar .is-sticky .quantity-price-container{display:flex;align-items:flex-start;justify-content:space-between}
  .is-sticky-product-bar .is-sticky .s-quantity-input .s-quantity-input-container{background-color:transparent}
  .is-sticky-product-bar .is-sticky-standard-color{background-color:var(--main-components-bg-color)}
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .form-label{color:var(--main-components-text-color)}
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{color:var(--main-components-text-color)}
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button{background-color:var(--secondary-components-bg-color)}
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button svg{fill:var(--secondary-components-text-color)}
  .is-sticky-product-bar .is-sticky-standard-color .quantity-price-container .sticky-product-bar__price .form-label{color:var(--main-components-text-color)}
  .is-sticky-product-bar .is-sticky-standard-color salla-add-product-button .s-button-primary{background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
  .is-sticky-product-bar .is-sticky-customize-color{background-color:var(--elements-bg-colors)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .form-label{color:var(--font-color)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{color:var(--font-color)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button{background-color:var(--buttons-bg-color)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button svg{fill:var(--buttons-font-color)}
  .is-sticky-product-bar .is-sticky-customize-color .quantity-price-container .sticky-product-bar__price .form-label{color:var(--font-color)}
  .is-sticky-product-bar .is-sticky-customize-color salla-add-product-button .s-button-primary{background-color:var(--buttons-bg-color);color:var(--buttons-font-color)}
  .is-sticky-product-bar .is-sticky-customize-color salla-add-product-button .s-add-product-button-mini-checkout button.s-fast-checkout-button.outline{border-color:var(--buttons-bg-color) !important;color:var(--buttons-bg-color) !important}
}
.is-not-sticky{border-radius:1.5rem !important;padding:1.25rem !important}
.is-not-sticky .quantity-price-container{display:flex;align-items:flex-start;justify-content:space-between}
.is-not-sticky .s-add-product-button-with-quick-buy{width:100% !important}
.is-not-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main{display:flex;align-items:center;justify-content:center}
.is-not-sticky .s-add-product-button-with-quick-buy .s-add-product-button-main .s-button-wrap{width:100%}
.is-not-sticky-standard-color{background-color:var(--main-components-bg-color)}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .form-label{color:var(--main-components-text-color)}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{color:var(--main-components-text-color)}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button{background-color:var(--secondary-components-bg-color)}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button svg{fill:var(--secondary-components-text-color)}
.is-not-sticky-standard-color .quantity-price-container .sticky-product-bar__price .form-label{color:var(--main-components-text-color)}
.is-not-sticky-standard-color salla-add-product-button .s-button-primary{background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
.is-not-sticky-customize-color{background-color:var(--elements-bg-colors)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .form-label{color:var(--font-color)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-input{color:var(--font-color)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button{background-color:var(--buttons-bg-color)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__quantity .s-quantity-input-container .s-quantity-input-button svg{fill:var(--buttons-font-color)}
.is-not-sticky-customize-color .quantity-price-container .sticky-product-bar__price .form-label{color:var(--font-color)}
.is-not-sticky-customize-color salla-add-product-button .s-button-primary{background-color:var(--buttons-bg-color);color:var(--buttons-font-color)}
salla-mini-checkout-widget {
  --salla-fast-checkout-button-border-radius: 99999px !important;
}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.switcher-3d-view {
  border-color: var(--color-main);
}
.switcher-3d-view:where([dir="ltr"], [dir="ltr"] *){right:1rem}
.switcher-3d-view:where([dir="rtl"], [dir="rtl"] *){left:1rem}
.model-viewer{height:100%;width:100%}
.model-viewer__poster{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-size:contain;background-position:center;background-repeat:no-repeat}
input[type=radio].sr-only div.model-viewer__poster {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.model-viewer__poster {
  border-color: var(--color-main);
}
.s-toggle .s-toggle-switcher-has-text:before{text-align:center;font-size:0.75rem;line-height:1rem;font-weight:700;line-height:22px;color:#000000;color:var(--main-text-color);--tw-content:attr(data-switcher-text);content:attr(data-switcher-text);content:var(--tw-content);
  font-family: arial, serif}
.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white:before{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));color:#000000;color:var(--main-text-color)}
.product-option-uploader{display:flex;justify-content:center}
.product-option-uploader .s-file-upload-wrapper {
  min-height: 120px;
  width:100%;
  overflow:hidden;
  border-radius:1rem;
  background-color:transparent;
  --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);
}
.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:1rem;
  background-color:var(--secondary-components-bg-color);
  font-size:1rem;
  line-height:1.5rem;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label * {
  pointer-events: none;
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--secondary-components-text-color)}
.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{font-size:1.25rem;line-height:1.75rem;color:var(--secondary-components-text-color)}
@media (max-width: 640px) {
  .s-offer-modal-slider-centered .s-offer-modal-slider-item {
    max-width: 46% !important;
  }
}
.s-quantity-input{z-index:50}
.s-quantity-input-input{width:1.5rem;border-width:0px;color:var(--secondary-components-text-color)}
.s-quantity-input-button{width:2.25rem}
.sticky-product-bar__quantity .form-label{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem}
.sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container{height:2.275rem;overflow:hidden;border-radius:0.375rem;border-width:0px;background-color:transparent}
.sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container .s-quantity-input-input{width:2.5rem;background-color:transparent;font-size:0.875rem;line-height:1.25rem}
.sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container .s-quantity-input-button{border-radius:14px;background-color:var(--secondary-components-bg-color)}
.sticky-product-bar__price .form-label{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem}
.s-quantity-input-container svg{fill:var(--secondary-components-text-color);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-quantity-input-container svg:active{--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.9) 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));transition-duration:200ms}
.s-gifting-steps-wrapper {
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}
.s-gifting-select {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' fill='gray' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><title>keyboard_arrow_down</title><path d='M9.875 11.104l6.125 6.125 6.125-6.125 1.875 1.875-8 8-8-8z'></path></svg>");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 99%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[dir=rtl] .s-gifting-select {
  background-position: 5px;
}
.s-product-options-wrapper{margin-bottom:0.75rem;padding:0px}
@media (min-width: 1024px){
.s-product-options-wrapper{margin-bottom:1.5rem}}
.s-product-options-option{display:flex !important;align-items:center !important;gap:5rem !important}
.s-product-options-option-label{margin-top:0.5rem;align-self:flex-start;font-size:1rem;line-height:1.5rem;font-weight:600}
.s-product-options-option-label b{display:flex;gap:0.25rem}
.s-product-options-option-label ::after {
  content: ":";
}
.s-product-options-option-label span{display:none}
.s-product-options-option-label small{display:none}
.s-product-options-option-content{width:100%}
.s-product-options-option-content .s-form-control{border-radius:1rem;border-width:2px;border-color:transparent;font-size:1rem;line-height:1.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-product-options-option-content .s-form-control:focus{border-width: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:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-product-options-colors-wrapper .s-product-options-colors-item label span::after {
  border-radius:9999px !important;
  border-width:2px !important;
  --tw-border-opacity:1 !important;
  border-color:rgba(0, 0, 0, 1) !important;
  border-color:rgba(0, 0, 0, var(--tw-border-opacity, 1)) !important;
}
.s-product-options-colors-wrapper .s-product-options-colors-item label span::after {
  content: "";
}
.s-product-options-colors-wrapper .s-product-options-colors-item label div{font-size:10px !important}
.s-product-options-colors-wrapper input[type=radio] + label div p{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.s-rating-stars-element:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}
.s-rating-stars-element:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}
#tabbyPromoWrapper {
  border-radius: 1.5rem;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 20px;
}
.salla-y #tabbyPromoWrapper {
  border: 1px solid var(--color-grey-dark);
  border-radius: 12px;
}
#tabbyPromoWrapper:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 5px 10px 30px rgba(43, 45, 52, 0.0509803922);
}
#tabbyPromoWrapper #tabbyPromo * {
  font-family: "tahoma";
  font-family: var(--font-main);
}
#tabbyPromoWrapper #tabbyPromo > div > div {
  max-width: none;
  box-shadow: none;
  border: none;
}
#tabbyPromoWrapper #tabbyPromo .tabby-promo-snippet {
  border: none !important;
}
#tabbyPromoWrapper #tabbyPromo .tabby-promo-snippet {
  max-width: 100%;
  min-height: 100px;
  padding: 18px 20px;
}
#tabbyPromoWrapper #tabbyPromo .tabby-promo-snippet__text, #tabbyPromoWrapper #tabbyPromo .tabby-promo-snippet__link {
  font-size: 0.8685714286rem;
  font-size: var(--font-sm);
}
#tabbyPromoWrapper #tabbyPromo .tabby-promo-snippet__link {
  font-weight: bold;
}
.installement-standard-colors{background-color:var(--main-components-bg-color)}
.installement-standard-colors .tabby-promo-snippet__text, .installement-standard-colors .tabby-promo-snippet__link{color:#000000 !important;color:var(--main-text-color) !important}
.installement-customize-colors{background-color:var(--elements-bg-colors)}
.installement-customize-colors .tabby-promo-snippet__text, .installement-customize-colors .tabby-promo-snippet__link{color:var(--font-color) !important}
.tabby-promo-wrapper #tabby-promo {
  font-family: "tahoma" !important;
  font-family: var(--font-main) !important;
}
.tabby-promo-wrapper #tabby-promo .tabby-promo__feature-title {
  font-size: var(--font-md);
}
.tabby-promo-wrapper #tabby-promo .tabby-promo__feature-desc {
  font-size: 0.8685714286rem;
  font-size: var(--font-sm);
  line-height: 20px;
}
/*
* Installment::Tamara & Spotii
*/
.tamara-product-widget {
  margin-bottom: 20px;
}
.tamara-product-widget,
.spotii-wrapper {
  padding: 18px 20px 18px 100px !important;
}
.tamara-product-widget,
.spotii-wrapper {
  min-height: 100px;
  position: relative;
  color: #000000;
  color: var(--color-text);
  font-size: 0.8685714286rem;
  font-size: var(--font-sm);
  line-height: 1.25;
  background: white;
  border-radius: 0.375rem;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.salla-y .tamara-product-widget,
.salla-y .spotii-wrapper {
  border-radius: 12px;
  border: 1px solid var(--color-grey-dark);
}
.tamara-product-widget:hover,
.spotii-wrapper:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 5px 10px 30px rgba(43, 45, 52, 0.0509803922);
}
.tamara-product-widget .spotii-logo,
.spotii-wrapper .spotii-logo {
  float: left;
  margin: 0 0 0 -75px;
}
.ltr .tamara-product-widget,
.ltr .spotii-wrapper {
  padding: 18px 100px 18px 20px !important;
}
.ltr .tamara-product-widget,
.ltr .spotii-wrapper {
  text-align: left;
}
.ltr .tamara-product-widget .spotii-logo,
.ltr .spotii-wrapper .spotii-logo {
  float: right;
  margin: 0 -75px 0 0;
}
.ltr .tamara-product-widget .spotii-product-widget,
.ltr .spotii-wrapper .spotii-product-widget {
  text-align: left !important;
}
.spotii-wrapper {
  margin-bottom: 20px;
}
.spotii-wrapper .spotii-promo {
  font-size: var(--font-md);
}
.spotii-wrapper .spotii-product-widget {
  font-size: 0.8685714286rem !important;
  font-size: var(--font-sm) !important;
}
.spotii-wrapper .spotii-product-widget {
  margin-top: 10px;
}
.tamara-product-widget .tamara-logo {
  margin: 0 !important;
}
.tamara-product-widget .tamara-logo {
  position: absolute;
  left: 20px;
  top: 18px;
}
.ltr .tamara-product-widget .tamara-logo {
  right: 20px;
  left: auto;
}
.tamara-product-widget span {
  font-family: "tahoma";
  font-family: var(--font-main);
  font-size: 0.8685714286rem;
  font-size: var(--font-sm);
  color: #000000;
  color: var(--color-text);
}
.tamara-product-widget span:last-child {
  display: block;
  position: relative;
  margin-top: 8px;
}
.tamara-popup__wrap {
  overflow: auto !important;
}
.single-product salla-slider{position:relative;height:100%}
.single-product salla-slider .swiper{padding:0px !important}
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left{position:absolute;top:50%;z-index:2;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
input[type=radio].sr-only div.single-product salla-slider .s-slider-block__title .s-slider-block__title-left {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.single-product salla-slider .s-slider-block__title .s-slider-block__title-left {
  border-color: var(--color-main);
}
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav{padding-left:0.25rem;padding-right:0.25rem}
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{background-color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{height:2rem;width:2rem}}
@media (min-width: 1024px){
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow{height:3rem;width:3rem}}
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow svg{fill:#000000;fill:var(--main-text-color)}
@media (min-width: 1024px){
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow svg{height:100%;width:100%}}
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product salla-slider .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav button.s-slider-nav-arrow:hover svg{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product salla-slider .s-slider-container{height:100%;border-radius:1.5rem;--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 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)}
.single-product salla-slider .swiper-slide{border-width:0px}
.single-product salla-slider .s-slider-thumbs .s-slider-thumbs-container .s-slider-swiper-wrapper .slide--one-fourth.swiper-slide{height:6rem !important;border-radius:0.75rem !important;border-width:0px !important}
@media (min-width: 640px){
.single-product salla-slider .s-slider-thumbs .s-slider-thumbs-container .s-slider-swiper-wrapper .slide--one-fourth.swiper-slide{width:136px !important}}
@media (min-width: 768px){
.single-product salla-slider .s-slider-thumbs .s-slider-thumbs-container .s-slider-swiper-wrapper .slide--one-fourth.swiper-slide{height:63px !important;width:63px !important}}
@media (min-width: 1024px){
.single-product salla-slider .s-slider-thumbs .s-slider-thumbs-container .s-slider-swiper-wrapper .slide--one-fourth.swiper-slide{margin-left:5px !important;margin-right:5px !important;height:5rem !important;width:5rem !important}}
@media (min-width: 1280px){
.single-product salla-slider .s-slider-thumbs .s-slider-thumbs-container .s-slider-swiper-wrapper .slide--one-fourth.swiper-slide{margin-left:0.5rem !important;margin-right:0.5rem !important;height:6rem !important;width:6rem !important}}
.single-product salla-slider .s-slider-thumbs .s-slider-thumbs-container .s-slider-swiper-wrapper .slide--one-fourth.swiper-slide img{border-radius:0.75rem}
.single-product .main-content{position:relative;height:100%;width:100%;border-radius:1.5rem;background-color:transparent}
.single-product .main-content .small-size img{width:2.5rem}
.single-product .main-content .big-size img{width:3.5rem}
@media (min-width: 768px){
.single-product .main-content .big-size img{width:6rem}}
.single-product .main-content salla-button .btn--wishlist{
  border-radius: 16px !important}
.single-product .main-content salla-button .btn--wishlist{border-width:0px;opacity:0.8;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content salla-button .btn--wishlist .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.single-product .main-content salla-button .s-button-icon .sicon-heart:before{font-size:1.25rem;line-height:1.75rem;font-weight:100;color:color-var(--main-text-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content salla-button:hover .btn--wishlist{opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content salla-button:hover .s-button-icon .sicon-heart:before{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content .btns-standard-color salla-button .btn--wishlist{background-color:var(--secondary-components-bg-color)}
.single-product .main-content .btns-standard-color salla-button .btn--wishlist .s-button-text{color:var(--secondary-components-text-color)}
.single-product .main-content .btns-standard-color .s-social-share-btn .s-social-share-btn.s-button-element{background-color:var(--secondary-components-bg-color) !important;color:var(--secondary-components-text-color) !important}
.single-product .main-content .btns-standard-color salla-social-share .s-social-share-wrapper .s-social-share-list{background-color:var(--secondary-components-bg-color) !important}
.single-product .main-content .btns-standard-color salla-social-share .s-social-share-wrapper .s-social-share-list svg{fill:var(--secondary-components-text-color)}
.single-product .main-content .btns-customize-color salla-button .btn--wishlist{background-color:var(--buttons-bg-color)}
.single-product .main-content .btns-customize-color salla-button .btn--wishlist .s-button-text{color:var(--buttons-font-color)}
.single-product .main-content .btns-customize-color .s-social-share-btn .s-social-share-btn.s-button-element{background-color:var(--buttons-bg-color) !important;color:var(--buttons-font-color) !important}
.single-product .main-content .btns-customize-color salla-social-share .s-social-share-wrapper .s-social-share-list{background-color:var(--buttons-bg-color) !important}
.single-product .main-content .btns-customize-color salla-social-share .s-social-share-wrapper .s-social-share-list svg{fill:var(--buttons-font-color)}
.single-product .main-content .product-brand{display:flex;height:4rem;width:7rem;align-items:center;justify-content:center;overflow:hidden;border-radius:20px;--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 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)}
.single-product .main-content .s-metadata-wrapper .s-metadata-box{margin-bottom:1.5rem;border-radius:1.5rem;padding:1.25rem}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-box-header{margin-bottom:0px;display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#000000;color:var(--main-text-color);text-decoration-line:underline}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-box-header .sicon-list{margin-top:0.25rem;display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;background-color:#000000;background-color:var(--main-text-color);font-size:0.875rem;line-height:1.25rem;color:var(--main-components-bg-color)}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-row{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-row:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-row:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-row .s-metadata-row-name{font-size:1rem;line-height:1.5rem;font-weight:700;color:#000000;color:var(--main-text-color)}
.single-product .main-content .s-metadata-wrapper .s-metadata-box .s-metadata-row .s-metadata-row-value{font-size:0.875rem;line-height:1.25rem;color:#000000;color:var(--main-text-color)}
.single-product .main-content .metadata-standard-colors .s-metadata-box{background-color:var(--main-components-bg-color)}
.single-product .main-content .metadata-standard-colors .s-metadata-box .s-metadata-box-header{color:#000000;color:var(--main-text-color)}
.single-product .main-content .metadata-standard-colors .s-metadata-box .s-metadata-box-header .sicon-list{background-color:#000000;background-color:var(--main-text-color);color:var(--main-components-bg-color)}
.single-product .main-content .metadata-standard-colors .s-metadata-box .s-metadata-row .s-metadata-row-name{color:#000000;color:var(--main-text-color)}
.single-product .main-content .metadata-standard-colors .s-metadata-box .s-metadata-row .s-metadata-row-value{color:#000000;color:var(--main-text-color)}
.single-product .main-content .metadata-customize-colors .s-metadata-box{background-color:var(--elements-bg-color)}
.single-product .main-content .metadata-customize-colors .s-metadata-box .s-metadata-box-header{color:var(--font-color)}
.single-product .main-content .metadata-customize-colors .s-metadata-box .s-metadata-box-header .sicon-list{background-color:var(--font-color);color:var(--elements-bg-color)}
.single-product .main-content .metadata-customize-colors .s-metadata-box .s-metadata-row .s-metadata-row-name{color:var(--font-color)}
.single-product .main-content .metadata-customize-colors .s-metadata-box .s-metadata-row .s-metadata-row-value{color:var(--font-color)}
.single-product .main-content salla-rating-stars .s-rating-stars-wrapper{display:flex;align-items:center}
.single-product .main-content salla-rating-stars .s-rating-stars-wrapper .s-rating-stars-btn-star{display:flex !important;align-items:center !important;justify-content:flex-start !important;padding:0px !important}
.single-product .main-content salla-rating-stars .s-rating-stars-wrapper .s-rating-stars-btn-star svg{--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));fill:var(--color-primary)}
.single-product .main-content salla-rating-stars .s-rating-stars-reviews{margin-bottom:0.25rem;--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));font-size:1rem;line-height:1.5rem;color:var(--main-components-text-color)}
.single-product .main-content .sicon-keyboard_arrow_left{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content .sicon-keyboard_arrow_left::after{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.single-product .main-content .sicon-keyboard_arrow_left:hover{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content .sicon-keyboard_arrow_left:hover:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:0.125rem;transform:translate(0.125rem, 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))}
.single-product .main-content .sicon-keyboard_arrow_left:hover:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-0.125rem;transform:translate(-0.125rem, 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))}
.single-product .main-content salla-product-options{border-radius:1.5rem}
.single-product .main-content salla-product-options .s-product-options-option-container{border-radius:1.5rem;padding:1.25rem}
.single-product .main-content salla-product-options .s-product-options-option-container .s-product-options-option{gap:2.5rem !important}
.single-product .main-content salla-product-options .s-product-options-option-container .s-product-options-option .s-product-options-option-label{margin:0px;font-size:1rem;line-height:1.5rem}
.single-product .main-content salla-product-options .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-product-options-colors-wrapper .s-product-options-colors-item{margin-bottom:0px}
.single-product .main-content salla-product-options .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-product-options-colors-wrapper .s-product-options-colors-item input label span{--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), 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:#4b5563;--tw-shadow:var(--tw-shadow-colored)}
.single-product .main-content .s-product-options-wrapper-standard-color{background-color:var(--main-components-bg-color) !important}
.single-product .main-content .s-product-options-wrapper-standard-color .s-product-options-option-container .s-product-options-option .s-product-options-option-label b{color:var(--main-components-text-color)}
.single-product .main-content .s-product-options-wrapper-standard-color .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-form-control{background-color:var(--color-primary);color:#000000;color:var(--main-text-color)}
.single-product .main-content .s-product-options-wrapper-standard-color .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-form-control:focus{border-width: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:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content .s-product-options-wrapper-standard-color .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-product-options-colors-wrapper .s-product-options-colors-item input[type=radio] + label div{color:var(--main-components-text-color) !important}
.single-product .main-content .s-product-options-wrapper-customize-color{background-color:var(--elements-bg-colors) !important}
.single-product .main-content .s-product-options-wrapper-customize-color .s-product-options-option-container .s-product-options-option .s-product-options-option-label b{color:var(--font-color)}
.single-product .main-content .s-product-options-wrapper-customize-color .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-form-control{background-color:var(--buttons-bg-color);color:var(--buttons-font-color)}
.single-product .main-content .s-product-options-wrapper-customize-color .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-form-control:focus{border-width: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:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.single-product .main-content .s-product-options-wrapper-customize-color .s-product-options-option-container .s-product-options-option .s-product-options-option-content .s-product-options-colors-wrapper .s-product-options-colors-item input[type=radio] + label div{color:var(--font-color) !important}
.single-product .main-content .tags-container salla-slider{width:70%}
@media (min-width: 480px){
.single-product .main-content .tags-container salla-slider{width:80%}}
.single-product .main-content .tags-container salla-slider .s-slider-container{border-radius:0px;--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)}
.single-product .main-content .tags-container salla-slider .s-slider-container .swiper-wrapper .slide--one-sixth{width:-moz-fit-content;width:fit-content;padding-left:0.375rem;padding-right:0.375rem}
.single-product .main-content .tags-container salla-slider .s-slider-container .swiper-wrapper .slide--one-sixth a{margin:0px}
salla-gifting .s-gifting-widget .s-list-tile-item{flex-direction:column;align-items:center;justify-content:center;gap:1rem;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));padding:1.25rem}
@media (min-width: 1024px){
salla-gifting .s-gifting-widget .s-list-tile-item{flex-direction:row}}
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 1024px){
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-content{display:block}}
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-content:where([dir="ltr"], [dir="ltr"] *){margin-right:1rem}
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-content:where([dir="rtl"], [dir="rtl"] *){margin-left:1rem}
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-content .s-list-tile-item-subtitle div div{text-align:center;font-size:0.75rem;line-height:1rem}
@media (min-width: 1024px){
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-content .s-list-tile-item-subtitle div div{text-align:left}}
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-action .s-gifting-widget-action{border-radius:18px;background-color:var(--color-primary)}
salla-gifting .s-gifting-widget .s-list-tile-item .s-list-tile-item-action .s-gifting-widget-action:hover{opacity:1}
.s-quick-order{margin:0px}
.s-quick-order .s-quick-order-container{margin:0px !important;border-radius:1.5rem !important;padding:0.75rem !important}
@media (min-width: 1024px){
.s-quick-order .s-quick-order-container{padding:1.25rem !important}}
.s-quick-order .s-quick-order-container .s-quick-order-button-cont{margin:0px;align-items:center}
.s-quick-order .s-quick-order-container .s-quick-order-button-cont div h3{margin-bottom:0.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:800;color:var(--main-components-text-color)}
.s-quick-order .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap{height:-moz-fit-content;height:fit-content;border-radius:1rem;border-width:0px}
.s-quick-order .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap button{border-radius:1rem;border-width:0px}
.s-quick-order-standard-color .s-quick-order-container{--tw-gradient-from:var(--main-components-bg-color) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important;--tw-gradient-to:var(--bg-color-primary) var(--tw-gradient-to-position) !important}
.s-quick-order-standard-color .s-quick-order-container:where([dir="ltr"], [dir="ltr"] *){background-image:linear-gradient(to top right, var(--tw-gradient-stops)) !important}
.s-quick-order-standard-color .s-quick-order-container:where([dir="rtl"], [dir="rtl"] *){background-image:linear-gradient(to top left, var(--tw-gradient-stops)) !important}
.s-quick-order-standard-color .s-quick-order-container .s-quick-order-button-cont div p{font-size:0.875rem;line-height:1.25rem;color:var(--main-components-text-color)}
.s-quick-order-standard-color .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap{background-color:var(--color-primary)}
.s-quick-order-standard-color .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap button{background-color:var(--secondary-components-bg-color)}
.s-quick-order-standard-color .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap button .s-button-text{color:var(--secondary-components-text-color)}
.s-quick-order-customize-color .s-quick-order-container{--tw-gradient-from:var(--elements-bg-colors) var(--tw-gradient-from-position) !important;--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position) !important;--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) !important;--tw-gradient-to:#fff var(--tw-gradient-to-position) !important}
.s-quick-order-customize-color .s-quick-order-container:where([dir="ltr"], [dir="ltr"] *){background-image:linear-gradient(to right, var(--tw-gradient-stops)) !important}
.s-quick-order-customize-color .s-quick-order-container:where([dir="rtl"], [dir="rtl"] *){background-image:linear-gradient(to left, var(--tw-gradient-stops)) !important}
.s-quick-order-customize-color .s-quick-order-container .s-quick-order-button-cont div p{color:var(--font-color)}
.s-quick-order-customize-color .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap{background-color:var(--buttons-bg-color)}
.s-quick-order-customize-color .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap button{background-color:var(--buttons-bg-color)}
.s-quick-order-customize-color .s-quick-order-container .s-quick-order-button-cont salla-button.s-button-wrap button .s-button-text{color:var(--buttons-font-color)}
.single-product-tabs .s-tabs{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.single-product-tabs .s-tabs{max-width:1280px}}
@media (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .single-product-tabs .s-tabs ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .single-product-tabs .s-tabs > div{display:none}
}
.s-block--testimonials.single-product-tabs .s-tabs{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.single-product-tabs .s-tabs{padding-left:0.625rem;padding-right:0.625rem}}
.single-product-tabs .s-tabs .s-tabs-header{margin-bottom:0.5rem;justify-content:center;border-width:0px}
.single-product-tabs .s-tabs .s-tabs-header salla-tab-header .s-tabs-header-item{border-radius:0.75rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:linear}
.single-product-tabs .s-tabs .s-tabs-header salla-tab-header .s-tabs-active{position:relative;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)}
.single-product-tabs .s-tabs .header-tabs-standard-colors .s-tabs-header-item{background-color:var(--color-primary);color:#000000;color:var(--main-text-color);opacity:0.8}
.single-product-tabs .s-tabs .header-tabs-standard-colors .s-tabs-active{opacity:1 !important}
.single-product-tabs .s-tabs .header-tabs-customize-colors .s-tabs-header-item{background-color:var(--elements-bg-colors);color:var(--font-color);opacity:0.8}
.single-product-tabs .s-tabs .header-tabs-customize-colors .s-tabs-active{opacity:1 !important}
.single-product-tabs .s-tabs .s-tabs-content-wrapper{padding-top:0px}
.single-product-tabs .s-tabs .s-tabs-content-wrapper .s-tabs-content .product__description{border-radius:1.5rem;padding:1.25rem;font-size:1rem;line-height:1.5rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-image::before {
  content: "\ec1f" !important;
}
.fixed-product .s-products-list-vertical-cards .s-product-card-image::before {
  font-family: "sallaicons";
}
.fixed-product .s-products-list-vertical-cards .s-product-card-entry{background-color:transparent}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:center}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{padding-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price{flex-direction:column;align-items:flex-start}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{gap:0.25rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating span{margin-left:0px !important;margin-right:0px !important;font-size:0.75rem !important;line-height:1rem !important;font-weight:700 !important;color:#000000 !important;color:var(--main-text-color) !important}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{flex:1 1 0%;background-color:transparent}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{position:relative;display:block;height:100%;overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-promotion-title{padding-top:0.25rem;font-size:10px}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added{opacity:1}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added{background-color:var(--color-primary) !important}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added .s-button-text .sicon-heart::before{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;text-align:center;font-size:10px}
@media (min-width: 480px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{visibility:hidden;position:absolute;bottom:-2.5rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;height:2rem;width:70%;align-items:center;justify-content:center;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{height:2.25rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{height:100% !important;padding-top:0px !important;padding-bottom:0px !important}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{display:flex;height:100%;align-items:center;justify-content:center;-moz-column-gap:0.375rem;column-gap:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text i{margin-top:0.125rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text span{margin-bottom:0.25rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-sub{width:-moz-fit-content;width:fit-content}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-sub .s-product-card-price{display:flex;align-items:center;justify-content:center;-moz-column-gap:0.25rem;column-gap:0.25rem;font-size:1.25rem;line-height:1.75rem;color:var(--main-components-text-color)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title{margin-bottom:0px}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;font-size:0.75rem;line-height:1rem;color:var(--global-product-name-color)}
@media (min-width: 768px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image{background-color:transparent}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image:hover{opacity:1}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content{--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))}}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.fixed-product .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height{height:18.5rem !important}
@media (min-width: 480px){
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height{height:20.5rem !important}}
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height .s-product-card-image{height:auto;max-height:none}
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-image .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content{--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))}}
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.fixed-product .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.fixed-product .s-products-list-vertical-cards .s-product-card-out-of-stock .s-product-card-content-out{padding-top:0.75rem !important;padding-bottom:0.75rem !important;padding-left:0px !important;padding-right:0px !important}
.fixed-product .s-products-list-vertical-cards .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.fixed-product .s-products-list-vertical-cards .s-product-card-content-pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  -moz-transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear;
  -o-transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.fixed-product .s-products-list-vertical-cards .s-product-card-content-pie-svg-bar {
  stroke: var(--color-primary) !important;
}
.fixed-product .s-products-list-vertical-cards .s-product-card-content-pie-svg-bar {
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.s-product-card-entry{background-color:transparent !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-image::before {
  content: "\ec1f" !important;
}
.vertical-products .s-products-list-vertical-cards .s-product-card-image::before {
  font-family: "sallaicons";
}
.vertical-products .s-products-list-vertical-cards .s-product-card-entry{background-color:transparent}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:center}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{padding-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price{flex-direction:column;align-items:flex-start}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{gap:0.25rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating span{margin-left:0px !important;margin-right:0px !important;font-size:0.75rem !important;line-height:1rem !important;font-weight:700 !important;color:#000000 !important;color:var(--main-text-color) !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{flex:1 1 0%;background-color:transparent}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{position:relative;display:block;height:100%;overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-promotion-title{padding-top:0.25rem;font-size:10px}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added{opacity:1}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added{background-color:var(--color-primary) !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added .s-button-text .sicon-heart::before{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;text-align:center;font-size:10px}
@media (min-width: 480px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{visibility:hidden;position:absolute;bottom:-2.5rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;height:2rem;width:70%;align-items:center;justify-content:center;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{height:2.25rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{height:100% !important;padding-top:0px !important;padding-bottom:0px !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{display:flex;height:100%;align-items:center;justify-content:center;-moz-column-gap:0.375rem;column-gap:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text i{margin-top:0.125rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text span{margin-bottom:0.25rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title{margin-bottom:0px}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;font-size:0.75rem;line-height:1rem;color:var(--global-product-name-color)}
@media (min-width: 768px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image{background-color:transparent}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image:hover{opacity:1}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content{--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))}}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.vertical-products .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height{height:18.5rem !important}
@media (min-width: 480px){
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height{height:20.5rem !important}}
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height .s-product-card-image{height:auto;max-height:none}
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-image .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content{--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))}}
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.vertical-products .s-products-list-vertical-cards .s-product-card-fit-height:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.vertical-products .s-products-list-vertical-cards .s-product-card-out-of-stock .s-product-card-content-out{padding-top:0.75rem !important;padding-bottom:0.75rem !important;padding-left:0px !important;padding-right:0px !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.vertical-products .s-products-list-vertical-cards .s-product-card-content-pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  -moz-transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear;
  -o-transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.vertical-products .s-products-list-vertical-cards .s-product-card-content-pie-svg-bar {
  stroke: var(--color-primary) !important;
}
.vertical-products .s-products-list-vertical-cards .s-product-card-content-pie-svg-bar {
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.horizontal-products .s-products-list-horizontal-cards{grid-template-columns:repeat(1, minmax(0, 1fr));gap:0.75rem}
@media (min-width: 768px){
.horizontal-products .s-products-list-horizontal-cards{grid-template-columns:repeat(2, minmax(0, 1fr))}}
@media (min-width: 1024px){
.horizontal-products .s-products-list-horizontal-cards{grid-template-columns:repeat(3, minmax(0, 1fr))}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal{height:12rem;overflow:hidden}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner{display:flex;width:100%;align-items:flex-start;justify-content:flex-start}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image{height:100%;width:50%}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{position:absolute;top:0.25rem;height:2.5rem;width:2.5rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
input[type=radio].sr-only div.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn {
  border-color: var(--color-main);
}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content{height:100%}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-sub-below{align-items:flex-start !important}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-sub-below .s-product-card-price{display:flex;align-items:center;justify-content:flex-start}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer{visibility:hidden;position:absolute;bottom:-2.5rem;right:0px}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;height:2rem;width:70%;align-items:center;justify-content:center;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{height:2.25rem}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{height:100% !important;padding-top:0px !important;padding-bottom:0px !important}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{display:flex;height:100%;align-items:center;justify-content:center;-moz-column-gap:0.375rem;column-gap:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text i{margin-top:0.125rem}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text span{margin-bottom:0.25rem}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:1rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.horizontal-products .s-products-list-horizontal-cards .s-product-card-horizontal .product-entry__inner:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.horizontal-cards-filters-results{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}
@media (min-width: 768px){
.horizontal-cards-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}
.horizontal-cards-filters-results .s-product-card-horizontal .s-product-card-image{height:100%;width:45%}
@media (min-width: 768px){
.horizontal-cards-filters-results .s-product-card-horizontal .s-product-card-image{width:17rem}}
@media (min-width: 1280px){
.horizontal-cards-filters-results .s-product-card-horizontal .s-product-card-image{width:14rem}}
.inactive-icon{border-color:var(--components-titles-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.inactive-icon i{color:var(--components-titles-color)}
.active-icon{border-style:none;background-color:var(--components-titles-color);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.active-icon i{color:#f5f5f5;color:var(--bg-color-primary)}
.s-product-card-content-sub-below{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;row-gap:0.25rem}
@media (min-width: 480px){
.s-product-card-content-sub-below{row-gap:0.5rem}}
.s-product-card-content-sub-below .s-product-card-sale-price{display:flex;align-items:flex-start;justify-content:center;-moz-column-gap:0.25rem;column-gap:0.25rem}
.s-product-card-content-sub-below .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
.s-product-card-content-sub-below .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
.s-product-card-content-sub-below .s-product-card-price{padding-top:0.375rem;padding-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.s-product-card-content-sub-below .s-product-card-starting-price{align-items:flex-start;-moz-column-gap:0.5rem;column-gap:0.5rem}
.s-product-card-content-sub-below .s-product-card-starting-price p{font-size:0.75rem;line-height:1rem;color:var(--regular-price-color)}
.s-product-card-content-sub-below .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.s-product-card-content-sub-below .s-product-card-rating{gap:0.25rem}
.s-product-card-content-sub-below .s-product-card-rating span{margin-left:0px !important;margin-right:0px !important;font-size:0.75rem !important;line-height:1rem !important;font-weight:700 !important;color:#000000 !important;color:var(--main-text-color) !important}
.small-card .s-products-list-vertical-cards{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}
.s-block--features-products.two-cols .small-card .s-products-list-vertical-cards .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.small-card .s-products-list-vertical-cards{gap:1rem}
@media (min-width: 640px){
.small-card .s-products-list-vertical-cards{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media (min-width: 768px){
.small-card .s-products-list-vertical-cards{grid-template-columns:repeat(4, minmax(0, 1fr))}}
@media (min-width: 1024px){
.small-card .s-products-list-vertical-cards{grid-template-columns:repeat(5, minmax(0, 1fr))}}
@media (min-width: 1280px){
.small-card .s-products-list-vertical-cards{grid-template-columns:repeat(6, minmax(0, 1fr))}}
.small-card .s-products-list-vertical-cards .s-product-card-vertical{height:20rem}
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:2rem;width:2rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.small-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.small-card .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:82% !important}}
.small-card .s-products-list-vertical-cards .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.medium-card .s-products-list-vertical-cards{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;padding-left:0.25rem !important;padding-right:0.25rem !important}
@media (min-width: 768px){
.medium-card .s-products-list-vertical-cards{padding-left:0.625rem !important;padding-right:0.625rem !important}}
@media (min-width: 640px){
.medium-card .s-products-list-vertical-cards{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;gap:0.5rem !important}}
@media (min-width: 768px){
.medium-card .s-products-list-vertical-cards{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;gap:0.875rem !important}}
@media (min-width: 1024px){
.medium-card .s-products-list-vertical-cards{grid-template-columns:repeat(4, minmax(0, 1fr)) !important;gap:1rem !important}}
@media (min-width: 1280px){
.medium-card .s-products-list-vertical-cards{grid-template-columns:repeat(5, minmax(0, 1fr)) !important}}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical{height:21.5rem}
@media (min-width: 640px){
.medium-card .s-products-list-vertical-cards .s-product-card-vertical{height:23rem}}
@media (min-width: 768px){
.medium-card .s-products-list-vertical-cards .s-product-card-vertical{height:28rem}}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:2rem;width:2rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.medium-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.medium-card .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:88% !important}}
.medium-card .s-products-list-vertical-cards .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.big-card .s-products-list-vertical-cards{max-width:none !important;grid-template-columns:repeat(1, minmax(0, 1fr)) !important;padding-left:0.625rem !important;padding-right:0.625rem !important}
@media (min-width: 480px){
.big-card .s-products-list-vertical-cards{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}
@media (min-width: 640px){
.big-card .s-products-list-vertical-cards{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:0.5rem !important}}
@media (min-width: 768px){
.big-card .s-products-list-vertical-cards{gap:1.5rem !important}}
@media (min-width: 1024px){
.big-card .s-products-list-vertical-cards{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;gap:1rem !important}}
@media (min-width: 1280px){
.big-card .s-products-list-vertical-cards{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}}
.big-card .s-products-list-vertical-cards .s-product-card-vertical{height:32rem}
@media (min-width: 480px){
.big-card .s-products-list-vertical-cards .s-product-card-vertical{height:26rem}}
@media (min-width: 640px){
.big-card .s-products-list-vertical-cards .s-product-card-vertical{height:32rem !important}}
.big-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{height:2.5rem;width:2.5rem}
.big-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.big-card .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.big-card .s-products-list-vertical-cards .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:90% !important}}
.big-card .s-products-list-vertical-cards .s-product-card-out-of-stock:hover .s-product-card-image .s-product-card-image-cover{height:100% !important;transition-property:none !important}
.customize-bg-color .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{background-color:var(--custom-card-bg-color)}
.customize-bg-color .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{padding-left:0px;padding-right:0px;padding-bottom:0px}
.customize-bg-color .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{--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)}
.customize-bg-color .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0px !important}
.customize-bg-color .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px !important}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical{border-radius:28px}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{border-radius:28px}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0px}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:1rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:1rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:1rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:9999px !important}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.75rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.75rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.75rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.75rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-entry{border-radius:28px}
.standard-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem}
.standard-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:0px !important}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-entry{border-radius:0px}
.no-curve .s-products-list-vertical-cards .s-product-card-promotion-title{border-radius:0px}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:0.5rem !important}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-entry{border-radius:0.5rem}
.small-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-radius:1rem}
.small-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:1rem !important}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-entry{border-radius:1rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem}
.medium-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.75rem;border-bottom-left-radius:0.75rem}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image a{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:9999px !important}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:9999px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:9999px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:9999px}
.big-curve .s-products-list-vertical-cards .s-product-card-vertical .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:9999px}
.big-curve .s-products-list-vertical-cards .s-product-card-entry{border-radius:26px}
.big-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:9999px;border-bottom-right-radius:9999px}
.big-curve .s-products-list-vertical-cards .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:9999px;border-bottom-left-radius:9999px}
.custom-titles-color .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{color:var(--product-title-color) !important}
.custom-titles-color .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{color:var(--product-subtitle-color) !important}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{background-color:var(--btn-bg-color)}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{color:var(--btn-text-color)}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap:hover .s-button-element{color:var(--btn-text-color) !important}
.custom-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-primary-outline:hover{background-color:var(--btn-bg-color) !important}
.custom-promtion-tilte-color .s-product-card-promotion-title{background-color:var(--promotion-bg-color);color:var(--promotion-text-color)}
.global-bg-color .product-entry__inner{background-color:var(--global-card-bg-color)}
.global-bg-color .product-entry__inner .s-product-card-image a{padding-left:0px;padding-right:0px;padding-bottom:0px}
.global-bg-color .product-entry__inner .s-product-card-image .s-product-card-image-cover{--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)}
.global-hide-card-bg .product-entry__inner{background-color:transparent;padding-left:0px;padding-right:0px}
.global-hide-card-bg .product-entry__inner .s-product-card-image a{padding-left:0.25rem;padding-right:0.25rem;padding-bottom:0.25rem}
.global-hide-card-bg .product-entry__inner .s-product-card-image .s-product-card-image-cover{--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 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)}
.global-hide-card-bg .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0.25rem !important}
.global-hide-card-bg .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0.25rem !important}
.global-product-titles-color .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{color:var(--global-product-name-color) !important}
.global-product-titles-color .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{color:var(--global-product-subtitle-color) !important}
.global-wishlist-btn-color .s-product-card-wishlist-btn .s-product-card-wishlist-btn{background-color:var(--global-wishlist-btn-bg-color) !important;opacity:0.85 !important}
.global-wishlist-btn-color .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{color:var(--global-wishlist-btn-text-color) !important}
.global-wishlist-btn-color .s-product-card-wishlist-btn:hover .s-product-card-wishlist-btn{opacity:1 !important}
.global-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{background-color:var(--global-btn-bg-color)}
.global-add-to-cart-color .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{color:var(--global-btn-text-color)}
.global-add-to-cart-color .s-product-card-content .s-product-card-content-footer:hover .s-button-element{color:var(--global-btn-text-color) !important}
.global-add-to-cart-color .s-product-card-content .s-product-card-content-footer .s-button-primary-outline:hover{background-color:var(--global-btn-bg-color) !important}
.global-promotion-title-color .s-product-card-promotion-title{background-color:var(--global-promotion-bg-color);color:var(--global-promotion-text-color)}
.global-no-curve .product-entry__inner{border-radius:0px}
.global-no-curve .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0px}
.global-no-curve .product-entry__inner .s-product-card-image{border-radius:0px}
.global-no-curve .product-entry__inner .s-product-card-image a{border-radius:0px}
.global-no-curve .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:0px}
.global-no-curve .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:0px !important}
.global-no-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title{border-radius:0px}
.global-no-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0px}
.global-no-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0px}
.global-no-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0px}
.global-no-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0px}
.global-small-curve .product-entry__inner{border-radius:0.5rem}
.global-small-curve .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:0.5rem}
.global-small-curve .product-entry__inner .s-product-card-image{border-radius:0.5rem}
.global-small-curve .product-entry__inner .s-product-card-image a{border-radius:0.5rem}
.global-small-curve .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:0.5rem}
.global-small-curve .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:0.5rem !important}
.global-small-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-radius:1rem}
.global-small-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.5rem;border-bottom-left-radius:0.5rem}
.global-small-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.5rem}
.global-small-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.5rem}
.global-small-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:0.5rem}
.global-small-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:0.5rem}
.global-medium-curve .product-entry__inner{border-radius:1rem}
.global-medium-curve .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:1rem}
.global-medium-curve .product-entry__inner .s-product-card-image{border-radius:1rem}
.global-medium-curve .product-entry__inner .s-product-card-image a{border-radius:1rem}
.global-medium-curve .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:1rem}
.global-medium-curve .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:1rem !important}
.global-medium-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem}
.global-medium-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0.75rem;border-bottom-left-radius:0.75rem}
.global-medium-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:1rem}
.global-medium-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem}
.global-medium-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:1rem}
.global-medium-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:1rem}
.global-big-curve .product-entry__inner{border-radius:26px}
.global-big-curve .product-entry__inner .s-product-card-content-sub .s-product-card-rating{border-radius:26px}
.global-big-curve .product-entry__inner .s-product-card-image{border-radius:26px}
.global-big-curve .product-entry__inner .s-product-card-image a{border-radius:26px}
.global-big-curve .product-entry__inner .s-product-card-image .s-product-card-image-cover{border-radius:26px}
.global-big-curve .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{border-radius:9999px !important}
.global-big-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:9999px;border-bottom-right-radius:9999px}
.global-big-curve .product-entry__inner .s-product-card-image .s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:9999px;border-bottom-left-radius:9999px}
.global-big-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:9999px}
.global-big-curve .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:9999px}
.global-big-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{border-radius:9999px}
.global-big-curve .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{border-radius:9999px}
.add-padding-to-card .product-entry__inner{padding-left:0.75rem !important;padding-right:0.75rem !important;padding-top:0.75rem !important}
.product-name-without-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title{position:relative;margin-bottom:0px;display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;overflow:hidden}
.product-name-without-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;display:flex;width:100%;max-width:100%;align-items:center;justify-content:center;text-align:center;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.product-name-without-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.product-name-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title{position:relative;margin-bottom:0px;display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:flex-start;overflow:hidden;padding-left:0.375rem;padding-right:0.375rem}
.product-name-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;display:flex;width:100%;max-width:100%;align-items:center;justify-content:flex-start;white-space:nowrap;text-align:center;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.product-name-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.product-name-animation .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
  animation: marquee 20s linear infinite;
}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-image::before {
  content: "\ec1f" !important;
}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-image::before {
  font-family: "sallaicons";
}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-entry{background-color:transparent}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner{position:relative;display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub{margin-bottom:0px;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-bottom:0.25rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:center}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--price-color)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-sale-price span{margin:0px;font-size:10px;font-weight:700;color:var(--regular-price-color)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-price{padding-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price{flex-direction:column;align-items:flex-start}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price p{font-size:0.75rem;line-height:1rem;font-weight:700;color:var(--regular-price-color)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-starting-price h4{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:var(--regular-price-color)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating{gap:0.25rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-sub .s-product-card-rating span{margin-left:0px !important;margin-right:0px !important;font-size:0.75rem !important;line-height:1rem !important;font-weight:700 !important;color:#000000 !important;color:var(--main-text-color) !important}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image{flex:1 1 0%;background-color:transparent}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image a{position:relative;display:block;height:100%;overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image a .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added{opacity:1}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added{background-color:var(--color-primary) !important}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-added .s-product-card-wishlist-added .s-button-text .sicon-heart::before{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image:hover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.5rem;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;text-align:center;font-size:10px}
@media (min-width: 480px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer{visibility:hidden;position:absolute;bottom:-2.5rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;height:2.25rem;width:70%;align-items:center;justify-content:center;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{height:100% !important;padding-top:0px !important;padding-bottom:0px !important}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{display:flex;height:100%;align-items:center;justify-content:center;-moz-column-gap:0.375rem;column-gap:0.375rem;font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text{font-size:0.875rem;line-height:1.25rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text i{margin-top:0.125rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element .s-button-text span{margin-bottom:0.25rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button .s-button-wrap: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0px;padding-right:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 768px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out{padding-top:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}
@media (min-width: 480px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main{margin-bottom:0.625rem;row-gap:0.25rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title{margin-bottom:0px}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{margin-bottom:0px;font-size:0.75rem;line-height:1rem}
@media (min-width: 768px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-title a{font-size:0.875rem;line-height:1.25rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{margin-bottom:0px;font-size:10px}
@media (min-width: 768px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-main .s-product-card-content-subtitle{font-size:0.75rem;line-height:1rem}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer{display:flex;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button{display:flex;width:100%;align-items:center;justify-content:center}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{width:100%}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap{display:flex;width:70%;align-items:center;justify-content:center;border-radius:1rem;border-width:2px;border-color:rgba(255, 0, 0, 0.4);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-element{--tw-text-opacity:1;color:rgba(255, 0, 0, 1);color:rgba(255, 0, 0, var(--tw-text-opacity, 1))}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-outline{border-width:0px}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn{padding-left:0px;padding-right:0px;font-size:0.75rem;line-height:.75rem}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button .s-button-wrap .s-button-btn:hover{opacity:1}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-content-out .s-product-card-content-footer salla-add-product-button > div{display:flex;align-items:center;justify-content:center}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-image{background-color:transparent}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-image:hover{opacity:1}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 1024px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content{--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))}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer{visibility:visible;bottom:-1.75rem;display:block;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-vertical:hover .s-product-card-content .s-product-card-content-footer .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-fit-height{height:18.5rem !important}
@media (min-width: 480px){
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-fit-height{height:20.5rem !important}}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-fit-height .s-product-card-image{height:auto;max-height:none}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-out-of-stock .s-product-card-content-out{padding-top:0.75rem !important;padding-bottom:0.75rem !important;padding-left:0px !important;padding-right:0px !important}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-content-pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  -webkit-transition: stroke-dashoffset 1s linear;
  -moz-transition: stroke-dashoffset 1s linear;
  -ms-transition: stroke-dashoffset 1s linear;
  -o-transition: stroke-dashoffset 1s linear;
  stroke: #E8EDF2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-content-pie-svg-bar {
  stroke: var(--color-primary) !important;
}
.s-products-list .s-products-list-wrapper.s-products-list-filters-results .s-product-card-content-pie-svg-bar {
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
@media (min-width: 768px){
.small-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}
@media (min-width: 1024px){
.small-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}}
@media (min-width: 1280px){
.small-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:20rem}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:2rem;width:2rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.small-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner:hover .s-product-card-image .s-product-card-image-cover{height:82% !important}}
@media (min-width: 768px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}
@media (min-width: 1024px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}}
@media (min-width: 1280px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:21.5rem}
@media (min-width: 640px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:23rem}}
@media (min-width: 768px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:28rem}}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{top:0.25rem;height:2rem;width:2rem;border-width:0px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn{display:flex !important;height:100% !important;width:100% !important;align-items:center !important;justify-content:center !important}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.medium-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner:hover .s-product-card-image .s-product-card-image-cover{height:88% !important}}
@media (min-width: 768px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:0.5rem !important}}
@media (min-width: 1024px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;gap:1rem !important}}
@media (min-width: 1280px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}}
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:32rem}
@media (min-width: 480px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:26rem}}
@media (min-width: 640px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical{height:32rem}}
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn{height:2.5rem;width:2.5rem}
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:0.875rem;line-height:1.25rem;font-weight:100}
@media (min-width: 768px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical .product-entry__inner .s-product-card-image .s-product-card-wishlist-btn .s-product-card-wishlist-btn .s-button-text .sicon-heart::before{font-size:1rem;line-height:1.5rem}}
@media (min-width: 1024px){
.big-card .s-products-list-wrapper.vertical-cards-filters-results .s-product-card-vertical:hover .s-product-card-image .s-product-card-image-cover{height:90% !important}}
.card-with-border .product-entry__inner{border-width:2.2px !important;border-color:var(--color-primary) !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}
:host {
  display: block;
}
.s-rating-stars-small {
  line-height: 12px;
}
.s-filters-radio {
  background-image: none !important;
}
salla-filters{border-radius:1.5rem}
@media (min-width: 1024px){
salla-filters{background-color:var(--main-components-bg-color);padding:0.75rem}}
salla-filters .s-filters-widget-container{margin-bottom:0.75rem;background-color:transparent;padding:0px}
salla-filters .s-filters-widget-container .s-filters-widget-title{margin-bottom:0.5rem}
salla-filters .s-filters-widget-container .s-filters-widget-content{padding:0.75rem}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values{padding:0px}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio{margin:0px}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs{padding:0px}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative{flex:1 1 0%;overflow:hidden;border-radius:9999px}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-currency{font-size:0.875rem;line-height:1.25rem;font-weight:700}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input{border-radius:9999px;border-style:none;padding:0px;padding-top:0.5rem;padding-bottom:0.5rem}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input:where([dir="ltr"], [dir="ltr"] *){padding-left:0.5rem;text-align:left}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input:where([dir="rtl"], [dir="rtl"] *){padding-right:0.5rem;text-align:right}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs salla-button:where([dir="ltr"], [dir="ltr"] *){margin-right:0.125rem}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs salla-button:where([dir="rtl"], [dir="rtl"] *){margin-left:0.125rem}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs salla-button button{height:37.6px !important;width:37.6px !important;border-radius:9999px !important;border-style:none !important}
salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-more{display:flex !important;align-items:center !important;justify-content:center !important;border-radius:9999px !important;padding-left:1.5rem !important;padding-right:1.5rem !important;padding-top:0.5rem !important;padding-bottom:0.5rem !important}
salla-filters .s-filters-footer salla-button button{border-radius:9999px !important;border-style:none !important}
@media (max-width: 1023px) {
  @media (min-width: 1024px){
salla-filters,
  salla-filters > *{padding-left:1.25rem !important;padding-right:1.25rem !important}}
  salla-filters .s-filters-widget-container{border-radius:0.125rem;border-bottom-width:1px;border-color:#000000;border-color:var(--main-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-title{margin-bottom:0.5rem}
  salla-filters .s-filters-widget-container .s-filters-widget-title span:first-child{color:#000000;color:var(--main-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-title .s-filters-widget-plusminus:before, salla-filters .s-filters-widget-container .s-filters-widget-title .s-filters-widget-plusminus:after{background-color:#000000;background-color:var(--main-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content{padding:0.75rem}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values{padding:0px}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio:checked::after, salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio:checked{border-color:#000000 !important;border-color:var(--main-text-color) !important;background-color:#000000 !important;background-color:var(--main-text-color) !important}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-option-name{color:#000000;color:var(--main-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-currency{color:#000000;color:var(--main-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input{width:4.5rem;background-color:#000000;background-color:var(--main-text-color);color:var(--color-primary)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input::-moz-placeholder{color:var(--color-primary)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input::placeholder{color:var(--color-primary)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-gray-text{color:#000000;color:var(--main-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs salla-button button{background-color:#000000 !important;background-color:var(--main-text-color) !important;color:var(--color-primary) !important}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-more{background-color:#000000 !important;background-color:var(--main-text-color) !important;color:var(--color-primary) !important}
  salla-filters .s-filters-footer{padding:0px}
  salla-filters .s-filters-footer salla-button button{background-color:#000000 !important;background-color:var(--main-text-color) !important;color:var(--color-primary) !important}
}
.filters-opened .mm-ocd__content{width:22rem !important;border-radius:0px !important;background-color:var(--color-primary) !important;padding:0.75rem !important}
.filters-opened .mm-ocd__backdrop{width:calc(100% - 22rem) !important}
@media (min-width: 1024px) {
  salla-filters .s-filters-widget-container .s-filters-widget-title{margin-bottom:0.5rem}
  salla-filters .s-filters-widget-container .s-filters-widget-title span:first-child{color:var(--main-components-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-title .s-filters-widget-plusminus:before, salla-filters .s-filters-widget-container .s-filters-widget-title .s-filters-widget-plusminus:after{background-color:var(--main-components-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content{border-radius:1.5rem;background-color:var(--secondary-components-bg-color);color:var(--secondary-components-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio{background-color:var(--secondary-components-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio::after{background-color:transparent}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio:checked::after{border-color:var(--secondary-components-bg-color);background-color:var(--secondary-components-bg-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-radio:checked{border-color:var(--secondary-components-bg-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values .s-filters-label .s-filters-option-name{color:var(--secondary-components-text-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-currency{color:var(--secondary-components-bg-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input{background-color:var(--secondary-components-text-color);color:var(--secondary-components-bg-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input::-moz-placeholder{color:var(--secondary-components-bg-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-relative .s-price-range-number-input::placeholder{color:var(--secondary-components-bg-color)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs .s-price-range-gray-text{color:#f5f5f5;color:var(--bg-color-primary)}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-values salla-price-range .s-price-range-inputs salla-button button{background-color:var(--secondary-components-text-color) !important;color:var(--secondary-components-bg-color) !important}
  salla-filters .s-filters-widget-container .s-filters-widget-content .s-filters-widget-more{background-color:var(--secondary-components-text-color) !important;color:var(--secondary-components-bg-color) !important}
  salla-filters .s-filters-footer salla-button button{background-color:var(--color-primary) !important;color:#000000 !important;color:var(--main-text-color) !important;opacity:0.8 !important}
  salla-filters .s-filters-footer salla-button button:hover{opacity:1 !important}
}
#offer-corner-badge{position:absolute;z-index:1;float:left;margin:0px;height:auto;width:auto;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:0px;--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1));padding-left:3rem;padding-right:3rem;padding-top:0.25rem;padding-bottom:0.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div#offer-corner-badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#offer-corner-badge {
  border-color: var(--color-main);
}
#offer-corner-badge:where([dir="ltr"], [dir="ltr"] *){top:1.25rem;right:-3.5rem;--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
#offer-corner-badge:where([dir="rtl"], [dir="rtl"] *){top:0.75rem;left:-3rem;--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cart-options{width:100%;overflow:hidden;border-radius:1.5rem;background-color:var(--main-components-bg-color);padding:0.75rem}
.cart-options salla-product-options.s-product-options-wrapper{margin-bottom:0px;padding-top:0px}
.cart-options salla-product-options.s-product-options-wrapper .s-product-options-option{display:block !important}
.cart-options salla-product-options.s-product-options-wrapper .s-product-options-option-label{margin-bottom:0.75rem}
.cart-options salla-product-options.s-product-options-wrapper .s-product-options-option .s-form-control{border-radius:0.375rem}
.cart-options salla-product-options.s-product-options-wrapper .s-product-options-option .s-datetime-picker-input{border-radius:0.375rem}
.cart-options salla-product-options.s-product-options-wrapper .s-product-options-option .s-product-options-multiple-options-wrapper{display:block !important}
.cart-page .s-product-options-wrapper{background-color:transparent !important}
.s-modal-body .s-modal-header-inner .s-offer-modal-header-icon{border-style:none;background-color:#000000;background-color:var(--main-text-color)}
.s-modal-body .s-modal-header-inner .s-offer-modal-header-icon svg{fill:var(--main-components-bg-color)}
.s-modal-body .s-modal-header-inner .s-modal-header-content .s-modal-title, .s-modal-body .s-modal-header-inner .s-modal-header-content .s-modal-sub-title{color:#000000;color:var(--main-text-color)}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper{-moz-column-gap:0.625rem;column-gap:0.625rem}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div{height:21rem;border-radius:1.5rem;background-color:var(--global-card-bg-color);padding:0.625rem}
@media (min-width: 480px){
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div{height:25rem}}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-product-image-wrap{height:auto;border-radius:1rem}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-product-info .s-offer-modal-product-name{width:100%;text-wrap:wrap;font-size:0.75rem;line-height:1rem;color:var(--global-product-name-color)}
@media (min-width: 480px){
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-product-info .s-offer-modal-product-name{font-size:0.875rem;line-height:1.25rem}}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-product-info .s-offer-modal-product-price{margin-bottom:0px;justify-content:center;font-size:0.75rem;line-height:1rem;color:var(--regular-price-color)}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-product-info .s-offer-modal-product-price .s-offer-modal-product-sale-price{font-size:0.75rem;line-height:1rem;color:var(--price-color)}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-product-info .s-offer-modal-product-price .s-offer-modal-product-old-price{font-size:0.75rem;line-height:1rem;color:var(--regular-price-color)}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-btn-wrap salla-button button.s-button-element.s-button-outline{width:80%;border-width:0px;background-color:var(--global-btn-bg-color);color:var(--global-btn-text-color)}
.s-modal-body .s-modal-header .s-offer-modal-slider .swiper .swiper-wrapper > div .s-offer-modal-btn-wrap salla-button button.s-button-element.s-button-outline .s-button-text{font-size:0.75rem;line-height:1rem}
.s-modal-body .s-offer-modal-footer .s-offer-modal-expiry, .s-modal-body .s-offer-modal-footer .s-offer-modal-remember-label{color:#000000;color:var(--main-text-color)}
.magnify-wrapper .img-magnifier-glass{display:none}
@media (min-width: 640px){
.magnify-wrapper .img-magnifier-glass{display:block}}
.magnify-wrapper .img-magnifier-glass {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 300px;
  height: 300px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  transition: transform 0.5s ease;
  box-shadow: inset 0px 0px 30px #949494;
}
.magnify-wrapper:hover .img-magnifier-glass {
  opacity: 1;
  pointer-events: initial;
  transform: scale(1);
  transition-delay: 0.3s;
}
#category-image-wrapper{position:relative;height:auto;width:100%}
#category-image-wrapper .category-item{display:flex;height:100%;width:100%;align-items:center;justify-content:center}
#category-image-wrapper .category-item img{height:100%;width:100%}
#category-image-wrapper .category-item h1{position:absolute;top:50%;right:50%;z-index:10;--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));font-size:1rem;line-height:1.5rem;font-weight:700;color:var(--slider-titles-color)}
input[type=radio].sr-only div#category-image-wrapper .category-item h1 {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#category-image-wrapper .category-item h1 {
  border-color: var(--color-main);
}
@media (min-width: 768px){
#category-image-wrapper .category-item h1{font-size:1.5rem;line-height:2rem}}
@media (min-width: 1024px){
#category-image-wrapper .category-item h1{font-size:2.25rem;line-height:2.5rem}}
@media (min-width: 1280px){
#category-image-wrapper .category-item h1{font-size:3.75rem;line-height:1}}
#category-image-wrapper .category-item h1:where([dir="ltr"], [dir="ltr"] *){padding-right:0.75rem}
#category-image-wrapper .category-item h1:where([dir="rtl"], [dir="rtl"] *){padding-left:0.75rem}
#category-image-wrapper .category-item .has-overlay::after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:1;
  height:100%;
  width:100%;
  background-color:rgba(0, 0, 0, 0.25);
}
input[type=radio].sr-only div#category-image-wrapper .category-item .has-overlay::after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#category-image-wrapper .category-item .has-overlay::after {
  border-color: var(--color-main);
}
@keyframes marquee {
  0%, 60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
.brands-section:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}
.brands-section:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}
.brands-section {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.open-sidebar:where([dir="ltr"], [dir="ltr"] *){padding-left:6rem}
.open-sidebar:where([dir="rtl"], [dir="rtl"] *){padding-right:6rem}
.open-sidebar {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.brands-nav{position:fixed;top:50%;z-index:0;display:flex;height:-moz-fit-content;height:fit-content;width:0px;--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));flex-direction:column;align-items:center;justify-content:center;gap:0.25rem}
.brands-nav > :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{background-color:var(--main-components-bg-color);padding:0px;--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 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)}
.brands-nav:where([dir="rtl"], [dir="rtl"] *){border-radius:9999px}
.brands-nav {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.brands-nav .sidebar-btn{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));border-radius:0.75rem;background-color:var(--main-components-bg-color);padding:0.5rem;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;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
input[type=radio].sr-only div.brands-nav .sidebar-btn {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.brands-nav .sidebar-btn {
  border-color: var(--color-main);
}
.brands-nav .sidebar-btn:where([dir="ltr"], [dir="ltr"] *){right:0px;--tw-translate-x:110%;transform:translate(110%, 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))}
.brands-nav .sidebar-btn:where([dir="rtl"], [dir="rtl"] *){left:0px;--tw-translate-x:-110%;transform:translate(-110%, 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))}
.brands-nav .sidebar-btn .fa-font{font-size:0.75rem;line-height:1rem;color:#000000;color:var(--main-text-color)}
@media (min-width: 640px){
.brands-nav .sidebar-btn .fa-font{font-size:0.875rem;line-height:1.25rem}}
.brands-nav .sidebar-btn .fa-font::before{margin-bottom:0.25rem;display:block}
.brands-nav .sidebar-btn:hover{background-color:#000000;background-color:var(--main-text-color);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;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-nav .sidebar-btn:hover .fa-font{color:var(--main-components-bg-color)}
.brands-nav__list{display:flex;max-height:31.625rem;width:0px;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);
  scroll-behavior: smooth;
  list-style: none}
.brands-nav__list li + li:where([dir="ltr"], [dir="ltr"] *){margin-left:0px}
.brands-nav__list li + li:where([dir="rtl"], [dir="rtl"] *){margin-right:0px}
.brands-nav__list li + li .brands-nav__item{height:1.5rem;width:1.5rem;border-radius:9999px;background-color:var(--color-primary);font-size:0.75rem;line-height:1rem;color:#000000;color:var(--main-text-color)}
@media (min-width: 640px){
.brands-nav__list li + li .brands-nav__item{height:2rem;width:2rem;font-size:0.875rem;line-height:1.25rem}}
.brands-nav__item{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--color-primary);font-size:0.875rem;line-height:1.25rem;color:#000000;color:var(--main-text-color);opacity:0.8;--tw-shadow-color:#e5e7eb;--tw-shadow:var(--tw-shadow-colored)}
.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{opacity:1 !important}
.brands-nav__item span{pointer-events:none}
.open{width:2.75rem;padding:0.5rem}
@media (min-width: 640px){
.open{width:3.5rem}}
.open:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:-0.5rem;transform:translate(-0.5rem, 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))}
.open:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-0.5rem;transform:translate(-0.5rem, 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))}
.open {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.open .sidebar-btn{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-delay:3s;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.open .brands-nav__list{width:100%;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.open:hover .sidebar-btn{opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-delay:0s;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brand-char{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-color:transparent;background-color:var(--color-primary);font-size:0.875rem;line-height:1.25rem;color:#000000;color:var(--main-text-color);--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 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:#e5e7eb;--tw-shadow:var(--tw-shadow-colored);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.brand-char:focus{border-color:var(--color-primary)}
@media (min-width: 640px){
.brand-char{height:2.75rem;width:2.75rem;font-size:1rem;line-height:1.5rem}}
.brands-index-page{position:relative;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;row-gap:1.25rem;padding-left:0.75rem;padding-right:0.75rem}
.brands-index-page .brands-container{width:100%}
.brands-index-page .brands-container salla-slider .swiper{overflow:visible}
.brands-index-page .brands-container .slide--one-fourth{height:-moz-fit-content !important;height:fit-content !important;width:80% !important}
@media (min-width: 480px){
.brands-index-page .brands-container .slide--one-fourth{width:50% !important}}
@media (min-width: 640px){
.brands-index-page .brands-container .slide--one-fourth{width:40% !important}}
@media (min-width: 768px){
.brands-index-page .brands-container .slide--one-fourth{width:33.333333% !important}}
@media (min-width: 1024px){
.brands-index-page .brands-container .slide--one-fourth{width:25% !important}}
.brands-index-page .brands-container .slide--one-fourth .brand-item{width:100%;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-index-page .brands-container .slide--one-fourth .brand-item .brand-image{position:relative;display:flex;height:8rem;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:1.5rem;background-size:cover;text-align:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-index-page .brands-container .slide--one-fourth .brand-item .brand-image img{max-width:150px}
.brands-index-page .brands-container .slide--one-fourth .brand-item .brand-name{position:absolute;right:50%;display:flex;width:-moz-fit-content;width:fit-content;--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));align-items:center;justify-content:center;overflow:hidden;border-radius:0.9rem;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem}
input[type=radio].sr-only div.brands-index-page .brands-container .slide--one-fourth .brand-item .brand-name {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.brands-index-page .brands-container .slide--one-fourth .brand-item .brand-name {
  border-color: var(--color-main);
}
.brands-index-page .brands-container .slide--one-fourth .brand-item: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.standard-brands-color .brand-image{background-color:var(--main-components-bg-color)}
.standard-brands-color .brand-name{background-color:#000000;background-color:var(--main-text-color);color:var(--main-components-bg-color)}
.customize-brands-color .brand-image{background-color:var(--brands-bg-color)}
.customize-brands-color .brand-name{background-color:var(--brands-name-bg-color);color:var(--brands-name-color)}
.transparent-brands-bg:after {
  content: "";
  background-color:transparent;
}
.colored-brands-bg:before {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-2;
  height:100%;
  width:100%;
  background-color:var(--component-bg-color);
  opacity:calc(var(--brands-bg-opacity) / 100);
}
input[type=radio].sr-only div.colored-brands-bg:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.colored-brands-bg:before {
  border-color: var(--color-main);
}
.colored-brands-bg:after {
  content: "";
  position:absolute;
  top:0px;
  right:0px;
  z-index:-1;
  height:100%;
  width:100%;
  --tw-backdrop-blur:blur(var(--brands-bg-blur));
  -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
input[type=radio].sr-only div.colored-brands-bg:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.colored-brands-bg:after {
  border-color: var(--color-main);
}
.brands-container-slider salla-slider .swiper{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:0px;padding-right:0px}
.brands-container-slider salla-slider .swiper .brand-item{position:relative;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-container-slider salla-slider .swiper .brand-item .brand-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:cover;text-align:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-container-slider salla-slider .swiper .brand-item .brand-image img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.brands-container-slider salla-slider .swiper .brand-item .brand-image img{max-width:150px}}
.index .brands-container-slider salla-slider .swiper .brand-item .brand-image img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.index .brands-container-slider salla-slider .swiper .brand-item .brand-image img{max-width:150px}}
.brands-container-slider salla-slider .swiper .brand-item: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-container-slider salla-slider .swiper .slide--one-fifth{width:50%}
@media (min-width: 768px){
.brands-container-slider salla-slider .swiper .slide--one-fifth{width:25%}}
@media (min-width: 1280px){
.brands-container-slider salla-slider .swiper .slide--one-fifth{width:calc(100% / 5)}}
.brands-container-slider salla-slider .swiper .slide--one-sixth{width:33.333333%}
@media (min-width: 768px){
.brands-container-slider salla-slider .swiper .slide--one-sixth{width:25%}}
@media (min-width: 1280px){
.brands-container-slider salla-slider .swiper .slide--one-sixth{width:calc(100% / 6)}}
.brands-container-slider salla-slider .swiper .slide--one-seventh{width:33.333333%}
@media (min-width: 768px){
.brands-container-slider salla-slider .swiper .slide--one-seventh{width:25%}}
@media (min-width: 1024px){
.brands-container-slider salla-slider .swiper .slide--one-seventh{width:20%}}
@media (min-width: 1280px){
.brands-container-slider salla-slider .swiper .slide--one-seventh{width:calc(100% / 7)}}
.brands-container-grid{display:grid}
.s-block--features-products.two-cols .brands-container-grid .product-entry__title a{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.brands-container-grid .brand-item{position:relative;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-container-grid .brand-item .brand-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-size:cover;text-align:center;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-container-grid .brand-item .brand-image img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.brands-container-grid .brand-item .brand-image img{max-width:150px}}
.index .brands-container-grid .brand-item .brand-image img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
@media (min-width: 480px){
.index .brands-container-grid .brand-item .brand-image img{max-width:150px}}
.brands-container-grid .brand-item: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));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.brands-five-cols{grid-template-columns:repeat(2, minmax(0, 1fr));-moz-column-gap:0.5rem;column-gap:0.5rem;row-gap:0.5rem}
@media (min-width: 768px){
.brands-five-cols{gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}}
@media (min-width: 480px){
.brands-five-cols{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media (min-width: 768px){
.brands-five-cols{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media (min-width: 1024px){
.brands-five-cols{grid-template-columns:repeat(4, minmax(0, 1fr))}}
@media (min-width: 1280px){
.brands-five-cols{grid-template-columns:repeat(5, minmax(0, 1fr))}}
.brands-six-cols{grid-template-columns:repeat(2, minmax(0, 1fr));-moz-column-gap:0.5rem;column-gap:0.5rem;row-gap:0.5rem}
@media (min-width: 768px){
.brands-six-cols{gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}}
@media (min-width: 480px){
.brands-six-cols{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media (min-width: 768px){
.brands-six-cols{grid-template-columns:repeat(4, minmax(0, 1fr))}}
@media (min-width: 1024px){
.brands-six-cols{grid-template-columns:repeat(5, minmax(0, 1fr))}}
@media (min-width: 1280px){
.brands-six-cols{grid-template-columns:repeat(6, minmax(0, 1fr))}}
.brands-seven-cols{grid-template-columns:repeat(2, minmax(0, 1fr));-moz-column-gap:0.5rem;column-gap:0.5rem;row-gap:0.5rem}
@media (min-width: 768px){
.brands-seven-cols{gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}}
@media (min-width: 480px){
.brands-seven-cols{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media (min-width: 768px){
.brands-seven-cols{grid-template-columns:repeat(5, minmax(0, 1fr))}}
@media (min-width: 1024px){
.brands-seven-cols{grid-template-columns:repeat(6, minmax(0, 1fr))}}
@media (min-width: 1280px){
.brands-seven-cols{grid-template-columns:repeat(7, minmax(0, 1fr))}}
.rectangle-brands .brand-image{height:8rem;border-radius:1.5rem}
.square-brands .brand-image{aspect-ratio:1 / 1;border-radius:1.5rem}
.circle-brands .brand-image{aspect-ratio:1 / 1;border-radius:9999px}
.very-small{font-size:8px}
@media (min-width: 480px){
.very-small{font-size:10px}}
.small{font-size:10px}
@media (min-width: 480px){
.small{font-size:0.75rem;line-height:1rem}}
.medium{font-size:0.75rem;line-height:1rem}
@media (min-width: 480px){
.medium{font-size:0.875rem;line-height:1.25rem}}
.big{font-size:0.875rem;line-height:1.25rem}
@media (min-width: 480px){
.big{font-size:1rem;line-height:1.5rem}}
.no-content-placeholder{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:5rem}
.no-content-placeholder .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--main-components-bg-color);font-size:3rem;line-height:1;color:var(--main-components-text-color)}
.no-content-placeholder p{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;color:var(--components-titles-color)}
.no-content-placeholder--comments{border-radius:1.5rem;padding:1.25rem;text-align:center}
.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-style:none;padding:0px}
.s-gifting-widget .s-list-tile-item .s-gifting-widget-action.s-button-element{border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(38, 38, 38, 1);background-color:rgba(38, 38, 38, var(--tw-bg-opacity, 1));font-weight:600;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));opacity:1}
.s-gifting-widget .s-list-tile-item .s-gifting-widget-action.s-button-element:hover{opacity:0.9}
.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, 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)}
@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}
@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}
@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;color:#000000;color:var(--main-text-color)}
.loyalty__banner .loyalty-points{font-size:0.875rem;line-height:1.25rem;color:#000000;color:var(--main-text-color)}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.loyalty-star {
  border-color: var(--color-main);
}
.loyalty-star i{font-size:400px;color:#000000;color:var(--main-text-color)}
.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}
@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)}
.points-ways__list .way-item__icon{position:relative;display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.points-ways__list .way-item__icon span {
  border-color: var(--color-main);
}
.points-ways__list .way-item__content{display:flex;flex-direction:column;justify-content:flex-start}
.points-ways__list .way-item__content h4{word-break:break-all;font-size:1.25rem;line-height:1.75rem;font-weight:700}
.points-ways__list .way-item__content p{font-size:0.875rem;line-height:1.25rem;color:#000000;color:var(--main-text-color)}
.points-ways__list .way-item__action{margin-top:auto;padding-top:1rem}
.virtooal {
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid rgb(229, 229, 229);
  background: white;
}
@media screen and (min-width: 992px) {
  .virtooal {
    padding: 18px;
  }
}
.virtooal--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.virtooal--details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .virtooal--details {
    display: none;
  }
}
.virtooal--details--title {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
}
.virtooal--details--desc {
  font-size: 13px;
  color: #7C8082;
  font-weight: 400;
}
@media (max-width: 992px) {
  .virtooal--action {
    width: 100%;
  }
}
.virtooal--action button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.625rem 1.5rem;
  line-height: 1.25rem;
  background: var(--color-primary);
  color: var(--color-primary-reverse);
  border-radius: 5px;
}
.virtooal--action button:hover {
  opacity: 0.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: 0.75rem;
}
[dir=ltr] .virtooal--action button .icon {
  margin-right: 0.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))}
.landing-page > header{position:relative;min-height:70vh;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}
.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))}
@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))}
.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 0.3s;
}
input[type=radio].sr-only:checked ~ div.landing-page > header:before {
  border-color: var(--color-main);
}
@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}
}
@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{border-width:1px;--tw-border-opacity:1;border-color:rgba(14, 15, 15, 1);border-color:rgba(14, 15, 15, var(--tw-border-opacity, 1))}
.landing-page.notfound > header{margin-bottom:3rem;display:flex;align-items:center;justify-content:center}
.landing-page.notfound > header img{margin-bottom:3rem}
.landing-page.expired > header{margin-bottom:3rem;display:flex;align-items:center;justify-content:center}
.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))}
body.mm-ocd-opened,
body.modal-is-open,
body.fancybox-open {
  overflow: hidden;
}
body.mm-ocd-opened #tidio-chat,
body.mm-ocd-opened [id^=gb-widget],
body.mm-ocd-opened [class$=__feedback],
body.mm-ocd-opened #fb-root,
body.mm-ocd-opened .fb_reset,
body.mm-ocd-opened #chat-widget-container,
body.modal-is-open #tidio-chat,
body.modal-is-open [id^=gb-widget],
body.modal-is-open [class$=__feedback],
body.modal-is-open #fb-root,
body.modal-is-open .fb_reset,
body.modal-is-open #chat-widget-container,
body.fancybox-open #tidio-chat,
body.fancybox-open [id^=gb-widget],
body.fancybox-open [class$=__feedback],
body.fancybox-open #fb-root,
body.fancybox-open .fb_reset,
body.fancybox-open #chat-widget-container {
  display: none !important;
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    .mobile #button {
      transform: translateY(-58px);
      margin-left: 5px;
    }
  }
}
@media (max-width: 1024px) {
  body.dropdown--is-opened {
    overflow: hidden;
  }
  body.dropdown--is-opened #tidio-chat,
  body.dropdown--is-opened [id^=gb-widget],
  body.dropdown--is-opened [class$=__feedback],
  body.dropdown--is-opened #fb-root,
  body.dropdown--is-opened .fb_reset,
  body.dropdown--is-opened #chat-widget-container {
    display: none !important;
  }
  #tidio-chat {
    z-index: 9999999999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  #tidio-chat #tidio-chat-iframe {
    bottom: 0 !important;
  }
  #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, 0.0705882353);
}
@media (max-width: 640px) {
  .swal2-container .swal2-popup.swal2-toast {
    max-width: 100%;
  }
}
.swal2-container .swal2-popup.swal2-toast .swal2-icon{--tw-scale-x:.5;--tw-scale-y:.5;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));animation:none}
.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem;margin-left:-0.375rem}
.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem;margin-right:-0.375rem}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast .swal2-title{margin:0px;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-close{flex-shrink:0;--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar-container {
  height: 2px;
}
.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar {
  background: #ddd;
}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error *{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-error{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right,
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-success{--tw-bg-opacity:1;background-color:rgba(34, 197, 94, 1);background-color:rgba(34, 197, 94, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-success *{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
@media not all and (-webkit-min-device-pixel-ratio: 0), 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{display:flex;align-items:center;justify-content:center;background-color:var(--color-primary)}
body.font-dinnextltarabic-regular .btn--add-to-cart salla-button{height:100%}
body.font-dinnextltarabic-regular .btn--add-to-cart button.s-button-element{padding:0px}
body.font-dinnextltarabic-regular .btn--add-to-cart .s-button-text{display:flex;align-items:center;justify-content:center;gap:0.25rem;font-size:0.75rem;line-height:1rem;text-transform:uppercase;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
body.font-dinnextltarabic-regular .btn--add-to-cart .s-button-text .sicon-shopping::before {
  content: "\ef39";
  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));
}
body.font-dinnextltarabic-regular .btn--add-to-cart .s-button-outline{height:100%;width:100%;border-radius:9999px;border-width:0px}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: "";
  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 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* play button */
lite-youtube > .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;
  /* YT's actual play button svg */
  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 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}
/* Post-click styles */
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;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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: 0.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: 0.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: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.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: 0.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;
}
@media (min-width: 480px){
.xs\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.xs\:container{max-width:1280px}}}
.before\:text-\[color\:var\(--review-star-color\)\]::before{content:var(--tw-content);color:var(--review-star-color)}
.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}
.hover\:p-2:hover{padding:0.5rem}
.hover\:text-color-primary:hover{color:var(--color-primary)}
.hover\:text-primary:hover{color:var(--color-primary)}
.hover\:\!opacity-80:hover{opacity:0.8 !important}
.hover\:opacity-100:hover{opacity:1}
.hover\:opacity-80:hover{opacity:0.8}
.hover\:shadow-default:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.hover\:transition-colors:hover{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}
.hover\:transition-opacity:hover{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.hover\:duration-200:hover{transition-duration:200ms}
.hover\:duration-300:hover{transition-duration:300ms}
.hover\:ease-out:hover{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.active\:scale-90:active{--tw-scale-x:.9;--tw-scale-y:.9;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.9) 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))}
.active\:transition-all:active{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.active\:duration-200:active{transition-duration:200ms}
@media (min-width: 640px){
.sm\:-top-4{top:-1rem}
.sm\:-top-\[18px\]{top:-18px}
.sm\:bottom-0{bottom:0px}
.sm\:col-span-2{grid-column:span 2 / span 2}
.sm\:col-span-3{grid-column:span 3 / span 3}
.sm\:mb-0{margin-bottom:0px}
.sm\:mb-10{margin-bottom:2.5rem}
.sm\:mb-24{margin-bottom:6rem}
.sm\:mb-3{margin-bottom:0.75rem}
.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\:block{display:block}
.sm\:flex{display:flex}
.sm\:inline-flex{display:inline-flex}
.sm\:grid{display:grid}
.sm\:hidden{display:none}
.sm\:\!h-10{height:2.5rem !important}
.sm\:h-132{height:528px}
.sm\:h-9{height:2.25rem}
.sm\:h-\[18rem\]{height:18rem}
.sm\:h-auto{height:auto}
.sm\:h-full{height:100%}
.sm\:\!w-\[220px\]{width:220px !important}
.sm\:w-1\/2{width:50%}
.sm\:w-9{width:2.25rem}
.sm\:w-\[40\%\]{width:40%}
.sm\:w-full{width:100%}
.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-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.sm\:flex-row{flex-direction:row}
.sm\:flex-row-reverse{flex-direction:row-reverse}
.sm\:\!items-start{align-items:flex-start !important}
.sm\:items-start{align-items:flex-start}
.sm\:items-center{align-items:center}
.sm\:justify-start{justify-content:flex-start}
.sm\:justify-center{justify-content:center}
.sm\:justify-between{justify-content:space-between}
.sm\:gap-4{gap:1rem}
.sm\:gap-6{gap:1.5rem}
.sm\:gap-8{gap:2rem}
.sm\:rounded-\[42px\]{border-radius:42px}
.sm\:p-1{padding:0.25rem}
.sm\:p-5{padding:1.25rem}
.sm\:\!px-1{padding-left:0.25rem !important;padding-right:0.25rem !important}
.sm\:py-16{padding-top:4rem;padding-bottom:4rem}
.sm\:pt-0{padding-top:0px}
.sm\:text-start{text-align:left}
.sm\:\!text-\[18px\]{font-size:18px !important}
.sm\:\!text-xs{font-size:0.75rem !important;line-height:1rem !important}
.sm\:text-5xl{font-size:3rem;line-height:1}
.sm\:text-base{font-size:1rem;line-height:1.5rem}
.sm\:text-sm{font-size:0.875rem;line-height:1.25rem}}
@media (min-width: 768px){
.md\:sticky{position:sticky}
.md\:-top-5{top:-1.25rem}
.md\:top-28{top:7rem}
.md\:col-span-2{grid-column:span 2 / span 2}
.md\:m-0{margin:0px}
.md\:mx-0{margin-left:0px;margin-right:0px}
.md\:mb-0{margin-bottom:0px}
.md\:mb-10{margin-bottom:2.5rem}
.md\:mb-16{margin-bottom:4rem}
.md\:mb-8{margin-bottom:2rem}
.md\:\!block{display:block !important}
.md\:inline-block{display:inline-block}
.md\:\!flex{display:flex !important}
.md\:flex{display:flex}
.md\:table-row{display:table-row}
.md\:grid{display:grid}
.md\:hidden{display:none}
.md\:h-10{height:2.5rem}
.md\:h-20{height:5rem}
.md\:h-48{height:12rem}
.md\:h-\[22rem\]{height:22rem}
.md\:h-\[400px\]{height:400px}
.md\:w-1\/2{width:50%}
.md\:w-10{width:2.5rem}
.md\:w-40{width:10rem}
.md\:w-48{width:12rem}
.md\:w-64{width:16rem}
.md\:w-auto{width:auto}
.md\:w-fit{width:-moz-fit-content;width:fit-content}
.md\:w-full{width:100%}
.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.md\:grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}
.md\:flex-row{flex-direction:row}
.md\:flex-col{flex-direction:column}
.md\:items-start{align-items:flex-start}
.md\:items-center{align-items:center}
.md\:justify-end{justify-content:flex-end}
.md\:justify-center{justify-content:center}
.md\:justify-between{justify-content:space-between}
.md\:gap-4{gap:1rem}
.md\:gap-y-0{row-gap:0px}
.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\:rounded-\[54px\]{border-radius:54px}
.md\:p-8{padding:2rem}
.md\:\!px-6{padding-left:1.5rem !important;padding-right:1.5rem !important}
.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\:\!text-xl{font-size:1.25rem !important;line-height:1.75rem !important}
.md\:text-base{font-size:1rem;line-height:1.5rem}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}
.md\:leading-6{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\:top-20{top:5rem}
.lg\:col-span-1{grid-column:span 1 / span 1}
.lg\:col-span-3{grid-column:span 3 / span 3}
.lg\:col-span-6{grid-column:span 6 / span 6}
.lg\:\!mt-32{margin-top:8rem !important}
.lg\:-mt-28{margin-top:-7rem}
.lg\:mb-0{margin-bottom:0px}
.lg\:mb-24{margin-bottom:6rem}
.lg\:mb-6{margin-bottom:1.5rem}
.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\:h-10{height:2.5rem}
.lg\:h-8{height:2rem}
.lg\:h-9{height:2.25rem}
.lg\:h-\[350px\]{height:350px}
.lg\:w-10{width:2.5rem}
.lg\:w-10\/12{width:83.333333%}
.lg\:w-24{width:6rem}
.lg\:w-72{width:18rem}
.lg\:w-8{width:2rem}
.lg\:w-9{width:2.25rem}
.lg\:w-96{width:24rem}
.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-8{grid-template-columns:repeat(8, minmax(0, 1fr))}
.lg\:flex-row{flex-direction:row}
.lg\:items-start{align-items:flex-start}
.lg\:justify-start{justify-content:flex-start}
.lg\:justify-center{justify-content:center}
.lg\:gap-4{gap:1rem}
.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\:rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}
.lg\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}
.lg\:bg-main-components-bg-color{background-color:var(--main-components-bg-color)}
.lg\:p-2{padding:0.5rem}
.lg\:p-2\.5{padding:0.625rem}
.lg\:p-5{padding:1.25rem}
.lg\:p-6{padding:1.5rem}
.lg\:p-8{padding:2rem}
.lg\:\!px-0{padding-left:0px !important;padding-right:0px !important}
.lg\:px-0{padding-left:0px;padding-right:0px}
.lg\:px-1\.5{padding-left:0.375rem;padding-right:0.375rem}
.lg\:px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.lg\:px-4{padding-left:1rem;padding-right:1rem}
.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.lg\:px-8{padding-left:2rem;padding-right:2rem}
.lg\:pb-2{padding-bottom:0.5rem}
.lg\:pb-20{padding-bottom:5rem}
.lg\:pt-10{padding-top:2.5rem}
.lg\:\!text-\[28px\]{font-size:28px !important}
.lg\:\!text-base{font-size:1rem !important;line-height:1.5rem !important}
.lg\:text-base{font-size:1rem;line-height:1.5rem}
.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}
.lg\:text-sm{font-size:0.875rem;line-height:1.25rem}
.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}
.lg\:opacity-90{opacity:0.9}
.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\:-top-6{top:-1.5rem}
.xl\:col-span-1{grid-column:span 1 / span 1}
.xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}
.xl\:mx-4{margin-left:1rem;margin-right:1rem}
.xl\:h-12{height:3rem}
.xl\:h-16{height:4rem}
.xl\:h-\[500px\]{height:500px}
.xl\:w-12{width:3rem}
.xl\:w-16{width:4rem}
.xl\:\!grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr)) !important}
.xl\:items-start{align-items:flex-start}
.xl\:justify-start{justify-content:flex-start}
.xl\:gap-8{gap:2rem}
.xl\:\!px-4{padding-left:1rem !important;padding-right:1rem !important}
.xl\:px-0{padding-left:0px;padding-right:0px}
.xl\:px-16{padding-left:4rem;padding-right:4rem}
.xl\:px-20{padding-left:5rem;padding-right:5rem}
.xl\:\!text-3xl{font-size:1.875rem !important;line-height:2.25rem !important}
.xl\:text-2xl{font-size:1.5rem;line-height:2rem}
.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.xl\:text-base{font-size:1rem;line-height:1.5rem}
.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}}
@media (min-width: 480px){
.xs\:mb-8{margin-bottom:2rem}
.xs\:rounded-\[50px\]{border-radius:50px}
.xs\:p-11{padding:2.75rem}
.xs\:p-2{padding:0.5rem}
.xs\:px-0{padding-left:0px;padding-right:0px}
.xs\:text-2xl{font-size:1.5rem;line-height:2rem}
.xs\:text-base{font-size:1rem;line-height:1.5rem}
.xs\:text-sm{font-size:0.875rem;line-height:1.25rem}}
.ltr\:-left-5:where([dir="ltr"], [dir="ltr"] *){left:-1.25rem}
.ltr\:-left-6:where([dir="ltr"], [dir="ltr"] *){left:-1.5rem}
.ltr\:-left-\[45px\]:where([dir="ltr"], [dir="ltr"] *){left:-45px}
.ltr\:-right-1\.5:where([dir="ltr"], [dir="ltr"] *){right:-0.375rem}
.ltr\:-right-24:where([dir="ltr"], [dir="ltr"] *){right:-6rem}
.ltr\:-right-\[1px\]:where([dir="ltr"], [dir="ltr"] *){right:-1px}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *){left:0px}
.ltr\:left-5:where([dir="ltr"], [dir="ltr"] *){left:1.25rem}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *){right:0px}
.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.ltr\:ml-2\.5:where([dir="ltr"], [dir="ltr"] *){margin-left:0.625rem}
.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-4:where([dir="ltr"], [dir="ltr"] *){margin-right:1rem}
.ltr\:mr-6:where([dir="ltr"], [dir="ltr"] *){margin-right:1.5rem}
.ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}
.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.ltr\:\!pl-16:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem !important}
.ltr\:\!pl-2:where([dir="ltr"], [dir="ltr"] *){padding-left:0.5rem !important}
.ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}
.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-1:where([dir="ltr"], [dir="ltr"] *){padding-right:0.25rem}
.ltr\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.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\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}
.ltr\:text-end:where([dir="ltr"], [dir="ltr"] *){text-align:right}
@media (min-width: 640px){
.sm\:ltr\:-left-\[18px\]:where([dir="ltr"], [dir="ltr"] *){left:-18px}}
@media (min-width: 768px){
.ltr\:md\:left-10:where([dir="ltr"], [dir="ltr"] *){left:2.5rem}
.md\:ltr\:-left-5:where([dir="ltr"], [dir="ltr"] *){left:-1.25rem}
.ltr\:md\:ml-\[50px\]:where([dir="ltr"], [dir="ltr"] *){margin-left:50px}
.md\:ltr\:border-r:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.ltr\:md\:pl-16:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem}
.ltr\:md\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}
.ltr\:md\:pr-8:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}}
@media (min-width: 1280px){
.xl\:ltr\:-left-6:where([dir="ltr"], [dir="ltr"] *){left:-1.5rem}
.xl\:ltr\:-left-8:where([dir="ltr"], [dir="ltr"] *){left:-2rem}}
.rtl\:-left-1\.5:where([dir="rtl"], [dir="rtl"] *){left:-0.375rem}
.rtl\:-left-24:where([dir="rtl"], [dir="rtl"] *){left:-6rem}
.rtl\:-left-\[1px\]:where([dir="rtl"], [dir="rtl"] *){left:-1px}
.rtl\:-right-5:where([dir="rtl"], [dir="rtl"] *){right:-1.25rem}
.rtl\:-right-6:where([dir="rtl"], [dir="rtl"] *){right:-1.5rem}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *){left:0px}
.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *){right:0px}
.rtl\:right-5:where([dir="rtl"], [dir="rtl"] *){right:1.25rem}
.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-4:where([dir="rtl"], [dir="rtl"] *){margin-left:1rem}
.rtl\:ml-6:where([dir="rtl"], [dir="rtl"] *){margin-left:1.5rem}
.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-2:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.rtl\:mr-2\.5:where([dir="rtl"], [dir="rtl"] *){margin-right:0.625rem}
.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-\[42px\]:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:42px;border-bottom-left-radius:42px}
.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.rtl\:\!pr-16:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem !important}
.rtl\:\!pr-2:where([dir="rtl"], [dir="rtl"] *){padding-right:0.5rem !important}
.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-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\:pr-4:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}
.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-start:where([dir="rtl"], [dir="rtl"] *){text-align:left}
@media (min-width: 640px){
.sm\:rtl\:-right-\[18px\]:where([dir="rtl"], [dir="rtl"] *){right:-18px}}
@media (min-width: 768px){
.md\:rtl\:-right-5:where([dir="rtl"], [dir="rtl"] *){right:-1.25rem}
.rtl\:md\:right-10:where([dir="rtl"], [dir="rtl"] *){right:2.5rem}
.rtl\:md\:mr-\[50px\]:where([dir="rtl"], [dir="rtl"] *){margin-right:50px}
.md\:rtl\:border-l:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.rtl\:md\:pl-10:where([dir="rtl"], [dir="rtl"] *){padding-left:2.5rem}
.rtl\:md\:pl-8:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}
.rtl\:md\:pr-16:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem}}
@media (min-width: 1280px){
.xl\:rtl\:-right-6:where([dir="rtl"], [dir="rtl"] *){right:-1.5rem}
.xl\:rtl\:-right-8:where([dir="rtl"], [dir="rtl"] *){right:-2rem}}
