/*!*******************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*******************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * IMPORTANT NOTE: Theme based on Tailwindcss but for the purpose of simplifing the DOM we use
 * tailwind classes with @apply directive in the SCSS files
*/
/**
 * SETTINGS
 * Tailwind.............Import tailwind.
 * Fonts................Any font files.
 * Global...............Project-specific, globally available variables.
 * Breakpoints..........Mixins and variables for responsive styles.
 *
 * GENERIC
 * Common...............All commn styles and assistan classes and common style fixes
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Animations...........Some of animations from anime.css
 * Lazyload.............Lazyload placeholder styles
 * RTL..................Specific styles for RTL.
 * LTR..................Specific styles for LTR.
 *
 * ELEMENTS
 * Forms................Element-level form styling.
 * Buttons..............Specific styles for buttons.
 * Radio................Specific styles for custom radio button.
 * Radio Images.........Specific styles for radio images, used in product options.
 *
 * COMPONENTS
 * Header...............Specific styles for header styles.
 * Footer...............Specific styles for footer styles.
 * Menu.................Specific styles for main menu and mobile menu styles.
 * User Menu............Specific styles for user menu dropdown.
 * User Pages...........Specific styles for user pages like profile, notifications, orders...
 * Home Blocks..........Specific styles for home blocks.
 * Slider...............Specific styles for sliders.
 * Product..............Specific styles for single product page and it's elements.
 * Brands...............Specific styles for brands page.
 * Placeholder..........Specific styles for no content placeholders.
 * Gifting..............Specific styles for gifting system.
 * Loyalty..............Specific styles for loyalty system.
 *
 * UTILITIES
 * Chat Bots............Specific styles for chats bots widget.
 * Swal.................Specific styles for Sweet Alert addon.
 * Safari Fixes.........Specific styles for Safari Browser.
 *
 * EMBEDED ADDONS
 * Lite Youtube Embed...Specific styles for lite-youtube-embed addon.
 * Swiper...............Specific styles for swiper slider addon.
 * MMenu................Specific styles for mmenu addon.
 *
*/
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}
body.mm-ocd-opened{overflow-y:hidden;overscroll-behavior:none}
.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,0);transition-property:bottom,background-color;transition-duration:0s,.3s;transition-timing-function:ease;transition-delay:.45s,.15s}
.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);transition-delay:0s}
.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:calc(100% - 51px);width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}
.mm-ocd--left .mm-ocd__content{left:0;transform:translate3d(-100%,0,0)}
.mm-ocd--right .mm-ocd__content{right:0;transform:translate3d(100%,0,0)}
.mm-ocd--open .mm-ocd__content{transform:translate3d(0,0,0)}
.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:max(calc(100% - 440px), min(calc(100% - (100% - 51px)), calc(100% - 200px)));width:max(calc(100% - 440px), min(calc(100% - calc(100% - 51px)), calc(100% - 200px)));width:max(calc(100% - var(--mm-ocd-max-width)), min(calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width))));background:rgba(3,2,1,0)}
.mm-ocd--left .mm-ocd__backdrop{right:0}
.mm-ocd--right .mm-ocd__backdrop{left:0}
.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;box-sizing:border-box}
:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px;--mm-spn-panel-offset:30%}
.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;clip-path:inset(0 0 0 0);transform:translateX(0)}
.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + 30%);width:calc(100% + var(--mm-spn-panel-offset));padding-right:30%;padding-right:var(--mm-spn-panel-offset);line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;transition:left .3s ease 0s;cursor:default}
.mm-spn ul:after{content:"";display:block;height:50px;height:var(--mm-spn-item-height)}
.mm-spn>ul{left:0}
.mm-spn ul.mm-spn--open{left:0}
.mm-spn ul.mm-spn--parent{left:calc(-1 * 30%);left:calc(-1 * var(--mm-spn-panel-offset));overflow:visible}
.mm-spn li{position:relative;background:inherit;cursor:pointer}
.mm-spn li:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);right:calc(50px/ 2);right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg) translate(0,-50%);opacity:.4}
.mm-spn li:after{content:"";display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}
.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((50px - 24px)/ 2) 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}
.mm-spn a{background:inherit;color:inherit;-webkit-text-decoration:none;text-decoration:none}
.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}
.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}
.mm-spn span{background:0 0}
.mm-spn.mm-spn--navbar{cursor:pointer}
.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;transform:rotate(-45deg) translate(50%,-50%);opacity:.4}
.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}
.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}
.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 calc(20px * 2);padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--navbar ul{top:calc(50px + 1px);top:calc(var(--mm-spn-item-height) + 1px)}
.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}
.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}
.mm-spn.mm-spn--dark{color:#ddd;background:#333}
.mm-spn.mm-spn--vertical{overflow-y:auto}
.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}
.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--vertical ul ul:after{height:calc(50px/ 2);height:calc(var(--mm-spn-item-height)/ 2)}
.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}
.mm-spn.mm-spn--vertical li.mm-spn--open:before{transform:rotate(135deg) translate(-50%,0)}
.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-colored:0 0 rgba(0,0,0,0);--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*
 ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
  font-family: var(--font-main), -apple-system, BlinkMacSystemFont; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0px;padding-top:0.5rem;padding-right:0.75rem;padding-bottom:0.5rem;padding-left:0.75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 rgba(0,0,0,0);}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb}
input::-moz-placeholder, textarea::-moz-placeholder{color:#6b7280;opacity:1}
input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}
::-webkit-datetime-edit-fields-wrapper{padding:0}
::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}
::-webkit-datetime-edit{display:inline-flex}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}
select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 0.5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}
[multiple],[size]:where(select:not([size="1"])){background-image:none;background-image:initial;background-position:0 0;background-position:initial;background-repeat:repeat;background-repeat:initial;background-size:auto auto;background-size:initial;padding-right:0.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}
[type='checkbox'],[type='radio']{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 rgba(0,0,0,0)}
[type='checkbox']{border-radius:0px}
[type='radio']{border-radius:100%}
[type='checkbox']:focus,[type='radio']:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}
[type='checkbox']:checked,[type='radio']:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}
[type='checkbox']:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");}
@media (forced-colors: active) {
[type='checkbox']:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
[type='radio']:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");}
@media (forced-colors: active) {
[type='radio']:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{border-color:transparent;background-color:currentColor}
[type='checkbox']:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat;}
@media (forced-colors: active) {
[type='checkbox']:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{border-color:transparent;background-color:currentColor}
[type='file']{background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:inherit;line-height:inherit}
[type='file']:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}
.container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.container{max-width:1280px}}
.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0px;padding-top:0.5rem;padding-right:0.75rem;padding-bottom:0.5rem;padding-left:0.75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 rgba(0,0,0,0);}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);border-color:#2563eb}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{color:#6b7280;opacity:1}
.form-input::placeholder,.form-textarea::placeholder{color:#6b7280;opacity:1}
.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}
.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}
.form-input::-webkit-datetime-edit{display:inline-flex}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}
.form-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}
.form-select:where([size]:not([size="1"])){background-image:none;background-image:initial;background-position:0 0;background-position:initial;background-repeat:repeat;background-repeat:initial;background-size:auto auto;background-size:initial;padding-right:0.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}
.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}
.absolute{position:absolute}
.relative{position:relative}
.inset-0{top:0px;right:0px;bottom:0px;left:0px}
.-top-5{top:-1.25rem}
.bottom-1{bottom:0.25rem}
.left-0{left:0px}
.right-0{right:0px}
.top-0{top:0px}
.top-2{top:0.5rem}
.top-full{top:100%}
.-z-1{z-index:-1}
.z-10{z-index:10}
.z-50{z-index:50}
.m-8{margin:2rem}
.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}
.mx-1\.5{margin-left:0.375rem;margin-right:0.375rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.-mb-52{margin-bottom:-13rem}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.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}
.ml-4{margin-left:1rem}
.mr-1{margin-right:0.25rem}
.mr-2{margin-right:0.5rem}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-10{margin-top:2.5rem}
.mt-2{margin-top:0.5rem}
.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}
.block{display:block}
.inline-block{display:inline-block}
.inline{display:inline}
.flex{display:flex}
.inline-flex{display:inline-flex}
.table{display:table}
.flow-root{display:flow-root}
.grid{display:grid}
.hidden{display:none}
.\!h-36{height:9rem !important}
.h-0{height:0px}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-14{height:3.5rem}
.h-16{height:4rem}
.h-2\.5{height:0.625rem}
.h-20{height:5rem}
.h-24{height:6rem}
.h-4{height:1rem}
.h-40{height:10rem}
.h-5{height:1.25rem}
.h-52{height:13rem}
.h-6{height:1.5rem}
.h-62{height:248px}
.h-7{height:1.75rem}
.h-\[34px\]{height:34px}
.h-full{height:100%}
.h-px{height:1px}
.max-h-8{max-height:2rem}
.max-h-\[300px\]{max-height:300px}
.max-h-full{max-height:100%}
.min-h-7{min-height:1.75rem}
.min-h-\[34px\]{min-height:34px}
.min-h-full{min-height:100%}
.\!w-36{width:9rem !important}
.\!w-\[160px\]{width:160px !important}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-18{width:4.5rem}
.w-20{width:5rem}
.w-40{width:10rem}
.w-5{width:1.25rem}
.w-56{width:14rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-fit{width:-moz-fit-content;width:fit-content}
.w-full{width:100%}
.min-w-full{min-width:100%}
.max-w-16{max-width:4rem}
.max-w-3xl{max-width:48rem}
.max-w-full{max-width:100%}
.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}
.basis-0{flex-basis:0px}
.table-fixed{table-layout:fixed}
.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-3{--tw-translate-y:0.75rem;transform:translate(var(--tw-translate-x), 0.75rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cursor-pointer{cursor:pointer}
.resize{resize:both}
.grid-flow-row{grid-auto-flow:row}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\]{grid-template-columns:repeat(2,minmax(0,1fr))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}
.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}
.justify-between{justify-content:space-between}
.gap-1{gap:0.25rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-8{gap:2rem}
.space-x-1 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem * 0);margin-right:calc(0.25rem * var(--tw-space-x-reverse));margin-left:calc(0.25rem * (1 - 0));margin-left:calc(0.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.25rem * calc(1 - 0));margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.375rem * 0);margin-right:calc(0.375rem * var(--tw-space-x-reverse));margin-left:calc(0.375rem * (1 - 0));margin-left:calc(0.375rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.375rem * calc(1 - 0));margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * 0);margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * (1 - 0));margin-left:calc(0.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.5rem * calc(1 - 0));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.625rem * 0);margin-right:calc(0.625rem * var(--tw-space-x-reverse));margin-left:calc(0.625rem * (1 - 0));margin-left:calc(0.625rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.625rem * calc(1 - 0));margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-3 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem * 0);margin-right:calc(0.75rem * var(--tw-space-x-reverse));margin-left:calc(0.75rem * (1 - 0));margin-left:calc(0.75rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.75rem * calc(1 - 0));margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * 0);margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * (1 - 0));margin-left:calc(1rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1rem * calc(1 - 0));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * 0);margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * (1 - 0));margin-left:calc(1.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1.25rem * calc(1 - 0));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-6 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * 0);margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * (1 - 0));margin-left:calc(1.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1.5rem * calc(1 - 0));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-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))}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.text-ellipsis{text-overflow:ellipsis}
.whitespace-nowrap{white-space:nowrap}
.break-all{word-break:break-all}
.\!rounded-3xl{border-radius:1.5rem !important}
.rounded{border-radius:.75rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-md{border-radius:0.375rem}
.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-b-\[1px\]{border-bottom-width:1px}
.border-l{border-left-width:1px}
.border-t{border-top-width:1px}
.border-blue-200{--tw-border-opacity:1;border-color:rgba(191, 219, 254, 1);border-color:rgba(191, 219, 254, var(--tw-border-opacity, 1))}
.border-gray-100{--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
.border-gray-200{--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.border-green-300{--tw-border-opacity:1;border-color:rgba(134, 239, 172, 1);border-color:rgba(134, 239, 172, var(--tw-border-opacity, 1))}
.border-primary{border-color:#414042;border-color:var(--color-primary)}
.bg-amber-400{--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1))}
.bg-black{--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1))}
.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239, 246, 255, 1);background-color:rgba(239, 246, 255, var(--tw-bg-opacity, 1))}
.bg-dark{--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1))}
.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.bg-gray-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-primary{background-color:#414042;background-color:var(--color-primary)}
.bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.bg-cover{background-size:cover}
.bg-bottom{background-position:bottom}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.fill-current{fill:currentColor}
.object-contain{-o-object-fit:contain;object-fit:contain}
.object-cover{-o-object-fit:cover;object-fit:cover}
.\!p-0{padding:0px !important}
.p-1{padding:0.25rem}
.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}
.\!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-1{padding-left:0.25rem;padding-right:0.25rem}
.px-12{padding-left:3rem;padding-right:3rem}
.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}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.\!pt-1{padding-top:0.25rem !important}
.pb-0{padding-bottom:0px}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-4{padding-bottom:1rem}
.pb-5{padding-bottom:1.25rem}
.pl-5{padding-left:1.25rem}
.pr-14{padding-right:3.5rem}
.pt-0{padding-top:0px}
.pt-1{padding-top:0.25rem}
.pt-16{padding-top:4rem}
.pt-24{padding-top:6rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.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}
.text-2xl{font-size:1.5rem;line-height:2rem}
.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-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.leading-5{line-height:1.25rem}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.leading-8{line-height:2rem}
.leading-none{line-height:1}
.\!text-danger{--tw-text-opacity:1 !important;color:rgba(174, 10, 10, 1) !important;color:rgba(174, 10, 10, var(--tw-text-opacity, 1)) !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-amber-400{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}
.text-blue-500{--tw-text-opacity:1;color:rgba(59, 130, 246, 1);color:rgba(59, 130, 246, var(--tw-text-opacity, 1))}
.text-danger{--tw-text-opacity:1;color:rgba(174, 10, 10, 1);color:rgba(174, 10, 10, var(--tw-text-opacity, 1))}
.text-dark{--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}
.text-gray-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-gray-900{--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.text-green-500{--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}
.text-primary{color:#414042;color:var(--color-primary)}
.text-primary-reverse{color:#ff6767;color:var(--color-primary-reverse)}
.text-red-400{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.text-red-500{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.text-red-600{--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.text-red-700{--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}
.underline{text-decoration-line:underline}
.line-through{text-decoration-line:line-through}
.\!opacity-50{opacity:0.5 !important}
.opacity-0{opacity:0}
.opacity-100{opacity:1}
.opacity-40{opacity:0.4}
.opacity-50{opacity:0.5}
.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-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)}
.outline{outline-style:solid}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-hidden{display:none}
.mm-ocd .mm-spn li.s-hidden {
  display: none;
}
.custom-main-normal .s-hidden {
  display: block;
  position: relative;
}
.custom-main-normal .s-hidden:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-hidden {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-hidden {
  display: none;
}
.totals-div h6.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}
.product-form .upload-file .rounded-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .rounded-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .rounded-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.rounded-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .rounded-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.form-input) > salla-button {
  width: 100%;
}
.cart-total .form-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .form-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .form-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.form-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.form-input:focus{border-color:#414042;border-color:var(--color-primary);--tw-ring-color:transparent}
.dark *.form-input{--tw-border-opacity:1;border-color:rgba(75, 85, 99, 1);border-color:rgba(75, 85, 99, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(75, 85, 99, 1);background-color:rgba(75, 85, 99, var(--tw-bg-opacity, 1))}
.dark .form-input:focus{border-color:#414042;border-color:var(--color-primary)}
@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}
.cart-total .btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.btn.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .btn {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.btn.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .btn.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.btn.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-input) > salla-button {
  width: 100%;
}
.cart-total .s-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-input:focus{border-color:#414042;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:#414042;border-color:var(--color-primary)}
@media (min-width: 640px){
.s-input{font-size:0.875rem;line-height:1.25rem}}
.s-input{height:2.5rem;width:100%;border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}

.p-que-addcart .s-add-product-button-main:not(.s-input) > salla-button {
  width: 100%;
}
.cart-total .s-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-input:focus{border-color:#414042;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:#414042;border-color:var(--color-primary)}
.s-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
textarea.s-input{height:6rem}
.page-sec .s-input {
  border-color: #cfd4da;
  color: #272a32;
  color: var(--text-color);
  font-size: 16px;
}

.theme-dark .page-sec .s-input,
.theme-dark .thankyou-block .s-input {
  background-color: var(--color-secondary-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .page-sec .s-input:-webkit-autofill,
.theme-dark .page-sec .s-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px var(--color-secondary-dark-mode) inset;
  -webkit-text-fill-color: var(--color-text-dark-mode);
}

.theme-dark .page-sec .s-input {
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block .s-input::-webkit-input-placeholder,
.theme-dark .thankyou-block .s-input::-moz-placeholder,
.theme-dark .thankyou-block .s-input:-ms-input-placeholder,
.theme-dark .thankyou-block .s-input::-ms-input-placeholder,
.theme-dark .thankyou-block .s-input::placeholder {
  color: var(--color-text-dark-mode);
  opacity: 0.5;
}
.s-hidden{display:none}
.mm-ocd .mm-spn li.s-hidden {
  display: none;
}
.custom-main-normal .s-hidden {
  display: block;
  position: relative;
}
.custom-main-normal .s-hidden:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-hidden {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-hidden {
  display: none;
}
.totals-div h6.s-hidden {
  display: none;
}
.s-block{display:block}
.s-form-control{display:block;width:100%;border-radius:.75rem;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))}

.p-que-addcart .s-add-product-button-main:not(.s-form-control) > salla-button {
  width: 100%;
}

.theme-dark .s-form-control {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-form-control.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-form-control:focus{border-color:#414042;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))}
.ps-search-table .s-form-control {
  color: #272a32;
  color: var(--text-color);
  background-color: #fff;
  background-color: var(--white);
  font-size: 18px;
  border: 0;
  padding: 6px 25px 6px 120px;
  z-index: 0;
  outline: medium none invert;
  outline: initial;
  box-shadow: none;
  box-shadow: initial;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.ps-search-table.active .s-form-control {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.ps-search-table .s-form-control::-moz-placeholder {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
}
.ps-search-table .s-form-control::placeholder {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
}
.s-form-label{color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1));margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(55 65 81 / 1)}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){
.s-form-label{color:rgb(55 65 81 / var(--tw-text-opacity, 1))}
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-form-label.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (min-width: 640px){
.s-form-label{margin-top:1px}}
@media (min-width: 768px){
.s-form-label{margin-bottom:0px}}
@media (max-width: 640px) {
  
  .is-sticky-product-bar .sticky-product-bar .s-form-label{display:none}
.mm-ocd .mm-spn li
  .is-sticky-product-bar .sticky-product-bar .s-form-label {
  display: none;
}
.custom-main-normal 
  .is-sticky-product-bar .sticky-product-bar .s-form-label {
  display: block;
  position: relative;
}
.custom-main-normal 
  .is-sticky-product-bar .sticky-product-bar .s-form-label:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div
  .is-sticky-product-bar .sticky-product-bar .s-form-label {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price
  .is-sticky-product-bar .sticky-product-bar .s-form-label {
  display: none;
}
.totals-div h6
  .is-sticky-product-bar .sticky-product-bar .s-form-label {
  display: none;
}
}
.product-form .s-form-label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
}
.product-form .upload-file .s-form-label {
  display: none;
}

.theme-dark .product-form .s-form-label {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-form-group{margin-top:0.75rem;margin-bottom:0.75rem}
.s-checkbox{cursor:pointer;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;width:18px;height:18px;border-width:1px;border-radius:4px;display:grid;align-content:center;justify-content:center;place-content:center}
.s-checkbox:before{content:;width:10px;height:10px;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #444;background-color:#444}
.s-checkbox:checked:before{transform:scale(1)}
.s-checkbox * {
  pointer-events: none;
}
.s-checkbox::before{--tw-content:'';content:'';content:var(--tw-content)}
.s-font-default{margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}
.s-form-has-error .s-form-label{color:#ff443a}
.s-form-has-error .s-form-control,.s-form-has-error .s-tel-input-control,.s-form-has-error .s-datetime-picker-input{border-color:#ff443a;color:#ff443a}
.s-verify-codes.s-form-has-error{margin-bottom:0px}
.s-form-has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}
.s-form-has-error:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}
.\!text-danger{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.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:#414042;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}
.product-form .upload-file .s-add-product-button-with-quick-buy.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-add-product-button-with-quick-buy.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-add-product-button-with-quick-buy.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-add-product-button-with-quick-buy.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
.product-form .upload-file .s-add-product-button-main.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-add-product-button-main.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-add-product-button-main.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-add-product-button-main.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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%}

.p-que-addcart .s-add-product-button-main:not(.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar) .s-add-product-button-main) > salla-button {
  width: 100%;
}
.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main) > salla-button {
  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}
.mm-ocd .mm-spn li.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
  display: none;
}
.custom-main-normal .s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
  display: block;
  position: relative;
}
.custom-main-normal .s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
  display: none;
}
.totals-div h6.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}
.product-form .upload-file .s-add-product-button-mini-checkout-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-add-product-button-mini-checkout-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-add-product-button-mini-checkout-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-add-product-button-mini-checkout-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-add-product-button-mini-checkout-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 640px){
.s-add-product-button-mini-checkout-content{font-size:0.875rem;line-height:1.25rem}}
.s-add-product-button-mini-checkout-content:where([dir="rtl"], [dir="rtl"] *){flex-direction:row-reverse}
.s-add-product-button-mini-checkout-content svg{margin-right:0.375rem;height:1rem;width:1rem;fill:currentColor}
.s-add-product-button-mini-checkout-content svg:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:0.375rem}
.s-advertisement-content{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.s-advertisement-content{max-width:1280px}}
.s-advertisement-content{display:flex;align-items:center;justify-content:space-between;padding-top:0.625rem;padding-bottom:0.625rem}
@media only screen and (min-width: 1024px) {
  .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}
.mm-ocd .mm-spn li.main-menu .sub-menu li.mega-menu .s-advertisement-content > div {
  display: none;
}
.custom-main-normal .main-menu .sub-menu li.mega-menu .s-advertisement-content > div {
  display: block;
  position: relative;
}
.custom-main-normal .main-menu .sub-menu li.mega-menu .s-advertisement-content > div:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.main-menu .sub-menu li.mega-menu .s-advertisement-content > div {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.main-menu .sub-menu li.mega-menu .s-advertisement-content > div {
  display: none;
}
.totals-div h6.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}}
.product-form .upload-file .s-advertisement-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-advertisement-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-advertisement-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-advertisement-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-advertisement-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-advertisement-content-main{flex:1 1 0%;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-advertisement-content-main.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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:rgb(226, 226, 227);filter:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06))}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.s-app-install-alert-wrapper{background-color:color-mix(in srgb, var(--color-primary) 15%, white)}
}
.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}
.product-form .upload-file .s-app-install-alert-wrapper.open[position=top].space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-app-install-alert-wrapper.open[position=top].space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-app-install-alert-wrapper.open[position=top].items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-app-install-alert-wrapper.open[position=top].space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-app-install-alert-wrapper:not(.open){display:none}
.mm-ocd .mm-spn li.s-app-install-alert-wrapper:not(.open) {
  display: none;
}
.custom-main-normal .s-app-install-alert-wrapper:not(.open) {
  display: block;
  position: relative;
}
.custom-main-normal .s-app-install-alert-wrapper:not(.open):has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-app-install-alert-wrapper:not(.open) {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-app-install-alert-wrapper:not(.open) {
  display: none;
}
.totals-div h6.s-app-install-alert-wrapper:not(.open) {
  display: none;
}
.s-app-install-alert-content{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-app-install-alert-content) > salla-button {
  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}
.product-form .upload-file .s-app-install-alert-wrapper.open[position=bottom].space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-app-install-alert-wrapper.open[position=bottom].space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-app-install-alert-wrapper.open[position=bottom].items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-app-install-alert-wrapper.open[position=bottom].space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;color:var(--color-primary)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-app-install-alert-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-app-install-alert-title {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-app-install-alert-title.top-full {
  color: #414042;
  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:#414042;color:var(--color-primary);text-decoration-line:underline}

.theme-dark .s-app-install-alert-cta {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-app-install-alert-cta.top-full {
  color: #414042;
  color: var(--color-primary);
}
.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}
.product-form .upload-file .s-apps-icons-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-apps-icons-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.pt-24 .s-apps-icons-list {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .s-apps-icons-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-apps-icons-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-apps-icons-list.vertical{flex-direction:column}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-apps-icons-list.vertical .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
.s-apps-icons-item{line-height:1}
.s-apps-icons-item:hover{color:#414042;color:var(--color-primary)}
.s-booking-field-main{display:flex;align-items:center;justify-content:space-between;gap:0.75rem}
.product-form .upload-file .s-booking-field-main.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-main.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-booking-field-main.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-booking-field-main {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-main.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 640px){
.s-booking-field-main{justify-content:flex-end}}
.s-booking-field-price{display:flex;align-items:center;gap:0.5rem}
.product-form .upload-file .s-booking-field-price.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-price.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-booking-field-price.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-booking-field-price {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-price.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-booking-field-book-now-content{display:flex;align-items:center;gap:0.5rem}
.product-form .upload-file .s-booking-field-book-now-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-book-now-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-booking-field-book-now-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-booking-field-book-now-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-book-now-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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)}

.p-que-addcart .s-add-product-button-main:not(.s-booking-field-modal iframe) > salla-button {
  width: 100%;
}
.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}
.product-form .upload-file .s-booking-field-modal .s-modal-title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-modal .s-modal-title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-booking-field-modal .s-modal-title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-modal .s-modal-title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-booking-field-reservations{margin-top:0.625rem;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.product-form .upload-file .s-booking-field-reservations.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-reservations.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-booking-field-reservations.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-booking-field-reservations {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-reservations.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-booking-field-reservations-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-reservations-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .flex.s-booking-field-reservations-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .s-booking-field-reservations-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-reservations-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-booking-field-reservations-item > span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}
.product-form .upload-file .s-booking-field-reservations-item > span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-booking-field-reservations-item > span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .flex.s-booking-field-reservations-item > span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .s-booking-field-reservations-item > span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-booking-field-reservations-item > span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;background-color:var(--color-primary)}
.product-form .upload-file .s-bottom-alert-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-bottom-alert-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-bottom-alert-wrapper) > salla-button {
  width: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-bottom-alert-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-bottom-alert-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-bottom-alert-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-bottom-alert-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-bottom-alert-icon svg{height:1rem;width:1rem;fill:#ff6767;fill:var(--color-primary-reverse)}
.s-bottom-alert-message{font-size:0.875rem;line-height:1.25rem;font-weight:700;color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-bottom-alert-message {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-bottom-alert-message.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-bottom-alert-message-highlight{cursor:default;font-size:1rem;line-height:1.5rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-bottom-alert-message-highlight.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-bottom-alert-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-bottom-alert-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-bottom-alert-content {
  height: 100%;
}
@media (max-width: 576px) {
  section.pt-24 .s-bottom-alert-content {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .s-bottom-alert-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-bottom-alert-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-bottom-alert-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 768px){
.s-bottom-alert-content{padding-top:0px;padding-bottom:0px}}
.s-bottom-alert-action button{background-color:#ff6767;background-color:var(--color-primary-reverse);font-size:0.875rem;line-height:1.25rem;color:#414042;color:var(--color-primary)}

.theme-dark .s-bottom-alert-action button {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-bottom-alert-action button.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-bottom-alert-modal .s-modal-body{padding-top:1rem;padding-bottom:1rem}

.theme-dark .bg-white.rounded-md.s-bottom-alert-modal .s-modal-body.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-bottom-alert-modal-cover img{height:300px;width:100%;-o-object-fit:cover;object-fit:cover}

.p-que-addcart .s-add-product-button-main:not(.s-bottom-alert-modal-cover img) > salla-button {
  width: 100%;
}
.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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-bottom-alert-modal-content-title {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  section.border-t.s-bottom-alert-modal-content-title.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
  .card-custom-bg h2.s-bottom-alert-modal-content-title.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.font-bold.s-bottom-alert-modal-content-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-bottom-alert-modal-content-title.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.s-bottom-alert-modal-content-extra-padding{padding-bottom:100px}
.s-bottom-alert-modal-content hr{margin-top:1rem}
@media (max-width: 576px) {
  section.border-t.s-bottom-alert-modal-content hr.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-bottom-alert-modal-content hr.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-bottom-alert-modal-content-screenshot img) > salla-button {
  width: 100%;
}
.s-bottom-alert-modal-content-screenshot img {
  height: 100%;
}
.s-bottom-alert-modal-content-footer button .s-button-text{display:flex;align-items:center;gap:0.5rem}
.product-form .upload-file .s-bottom-alert-modal-content-footer button .s-button-text.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-bottom-alert-modal-content-footer button .s-button-text.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-bottom-alert-modal-content-footer button .s-button-text.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-bottom-alert-modal-content-footer button .s-button-text {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-bottom-alert-modal-content-footer button .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-bottom-alert-modal-content-footer) > salla-button {
  width: 100%;
}
.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}
.product-form .upload-file .s-bottom-alert-modal-price-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-bottom-alert-modal-price-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-bottom-alert-modal-price-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-bottom-alert-modal-price-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-bottom-alert-modal-price-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-bottom-alert-modal-price-wrapper-amount{font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-bottom-alert-modal-price-wrapper-amount {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-bottom-alert-modal-price-wrapper-amount.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-bottom-alert-modal-price-wrapper-amount.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-breadcrumb-wrapper{display:flex;flex-wrap:wrap;align-items:center;font-size:0.875rem;line-height:1.25rem}
.product-form .upload-file .s-breadcrumb-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-breadcrumb-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-breadcrumb-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-breadcrumb-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-breadcrumb-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#ff6767;fill:var(--color-primary-reverse);opacity:0.7}
.s-breadcrumb-primary-reverse a{color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-breadcrumb-primary-reverse a {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.s-breadcrumb-primary-reverse a:hover{opacity:0.8}
.s-breadcrumb-primary-reverse li{color:#ff6767;color:var(--color-primary-reverse);opacity:0.8}
a.fix-align.s-breadcrumb-primary-reverse li {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.s-breadcrumb-primary-reverse svg{fill:#ff6767;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%}

.p-que-addcart .s-add-product-button-main:not(.s-button-wrap[width='wide']) > salla-button {
  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:.75rem;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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-button-btn.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-button-btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .rounded-md.py-5.-mx-6.s-button-btn.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.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}
@media (max-width: 450px) {
  .content-comment .flex.s-button-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.s-button-icon .s-button-text{display:flex}
.product-form .upload-file .s-button-icon .s-button-text.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-button-icon .s-button-text.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-button-icon .s-button-text.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-button-icon .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;fill:var(--color-primary);padding-left:0.25rem;padding-right:0.25rem;padding-top:0.125rem;padding-bottom:0.125rem;color:#414042;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}

.theme-dark .s-button-link {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-button-link.top-full {
  color: #414042;
  color: var(--color-primary);
}
.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:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-button-primary {
  color: #ff6767;
  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))}
.theme-dark .s-button-warning.sicon-check {
  color: #272a32;
  color: var(--text-color);
}
.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:#414042;fill:var(--color-primary);color:#414042;color:var(--color-primary)}

.theme-dark .s-button-primary-outline {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-button-primary-outline.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-button-primary-outline:hover{background-color:#414042;background-color:var(--color-primary);fill:#ff6767;fill:var(--color-primary-reverse);color:#ff6767;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))}

.theme-dark .s-button-light-outline {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-button-light-outline.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .s-button-light-outline.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;fill:var(--color-primary);color:#414042;color:var(--color-primary)}

.theme-dark .s-button-primary-link {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-button-primary-link.top-full {
  color: #414042;
  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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-button-light-link.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
@media (max-width: 576px) {
  section.border-t.mt-4.s-button-large {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.mt-4.s-button-large {
  border-color: var(--color-sub-dark-mode);
}
.s-button-wide{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-button-wide) > salla-button {
  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}
@media (max-width: 450px) {
  .content-comment .flex.s-button-text {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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}
.product-form .upload-file .s-button-loader.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-button-loader.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-button-loader.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-button-loader {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-button-loader.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;border-top-color:var(--color-primary);border-left-color:#414042;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-line:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-cart-item-offers-line:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.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}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-cart-item-offers-regular-price.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.text-gray-500.s-cart-item-offers-regular-price {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
.product-form .upload-file .s-cart-item-offers-details.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-cart-item-offers-details.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-cart-item-offers-details.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-cart-item-offers-details.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-cart-item-offers-icon {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.text-lg.s-cart-item-offers-icon.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.s-cart-item-offers-icon.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-cart-item-offers-icon svg{width:18px;fill:currentColor}
.s-cart-item-offers-title{margin-bottom:0.5rem;font-weight:500}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-cart-item-offers-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-cart-item-offers-show-more-btn.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-cart-item-offers-show-more-btn.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-cart-item-offers-show-more-btn.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-cart-item-offers-show-more-btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-cart-item-offers-show-more-btn.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-cart-item-offers-show-more-label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-cart-item-offers-show-more-label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-cart-item-offers-show-more-label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-cart-item-offers-show-more-label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-cart-item-offers-show-more-label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-cart-item-offers-collapsed{margin-top:0.5rem}
.s-cart-summary-wrapper{-webkit-text-decoration:none;text-decoration:none;color:#7c8082;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:#7c8082;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);
}
@media (max-width: 450px) {
  .content-comment .flex.s-cart-summary-count {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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}
.mm-ocd .mm-spn li.s-color-picker-main .picker_arrow {
  display: none;
}
.custom-main-normal .s-color-picker-main .picker_arrow {
  display: block;
  position: relative;
}
.custom-main-normal .s-color-picker-main .picker_arrow:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-color-picker-main .picker_arrow {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-color-picker-main .picker_arrow {
  display: none;
}
.totals-div h6.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:.75rem;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}
.product-form .upload-file .s-color-picker-widget.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-color-picker-widget.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-color-picker-widget.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-color-picker-widget {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-color-picker-widget {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-color-picker-widget.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-color-picker-widget.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-color-picker-widget span {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-color-picker-widget span.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-color-picker-widget-canvas{height:2rem;width:2rem}
.s-comment-form-wrapper{display:flex;align-items:flex-start}
.product-form .upload-file .s-comment-form-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comment-form-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comment-form-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comment-form-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-comment-form-input{height:6rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.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-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}

.p-que-addcart .s-add-product-button-main:not(.s-comment-form-input) > salla-button {
  width: 100%;
}
.s-comment-form-input:focus{border-color:#414042;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}
.product-form .upload-file .s-comment-form-action.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comment-form-action.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comment-form-action.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comment-form-action {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comment-form-action.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-comment-form-content) > salla-button {
  width: 100%;
}
.s-comment-form-action salla-button{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-comment-form-action salla-button) > 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}

.p-que-addcart .s-add-product-button-main:not(.s-comments-page-container) > salla-button {
  width: 100%;
}
.s-comments-container{margin-right:auto;margin-left:auto;width:100%;padding-right:0.5rem;padding-left:0.5rem}

.p-que-addcart .s-add-product-button-main:not(.s-comments-container) > salla-button {
  width: 100%;
}
.s-comments-title{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-comments-title {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.text-lg.font-bold.s-comments-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.s-comments-title.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-comments-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-comments-count-label {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-comments-count-label.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-comments-count-label.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-comments-count-label.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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)))}
.product-form .upload-file .s-comments-item-inner.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .flex.s-comments-item-inner {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-inner.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.product-form .upload-file .flex.s-comments-item-inner .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-inner.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-inner.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.theme-dark .upload-file .flex.s-comments-item-inner .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-comments-item-admin-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-admin-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-admin-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-admin-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}

.theme-dark .thankyou-block .s-comments-item-avatar-img.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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))}
.product-form .upload-file .s-comments-item-timestamp.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-timestamp.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-timestamp.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-item-timestamp {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-timestamp.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-comments-item-timestamp.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
.product-form .upload-file .s-comments-item-has-order-check-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-has-order-check-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-has-order-check-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-item-has-order-check-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-has-order-check-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.theme-dark .s-comments-item-has-order-check-icon.sicon-check {
  color: #272a32;
  color: var(--text-color);
}
.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))}

.theme-dark .s-comments-item-has-order-check-text {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-comments-item-user-info-name.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-comments-item-stars) > salla-button {
  width: 100%;
}
.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))}

.theme-dark .s-comments-item-rated-widget {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
.product-form .upload-file .s-comments-flex.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-flex.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-flex.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-flex.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-comments-item-user-info{margin-bottom:0.25rem;display:flex;align-items:center}
.product-form .upload-file .s-comments-item-user-info.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-user-info.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-user-info.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-item-user-info {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-user-info.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-comments-item-user-wrapper{margin-bottom:0.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.product-form .upload-file .s-comments-item-user-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-user-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-comments-item-user-wrapper {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-user-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-item-user-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-user-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-comments-item-content.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
.product-form .upload-file .s-comments-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-comments-placeholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-comments-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-comments-placeholder span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-placeholder span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-placeholder span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-placeholder span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-placeholder span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block .s-comments-placeholder span.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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}
.product-form .upload-file .s-comments-item-like-btn .s-button-text.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-like-btn .s-button-text.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-like-btn .s-button-text.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-like-btn .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-comments-item-images.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-item-images.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-item-images.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-item-images {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-item-images.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.cart-total .s-comments-item-images img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-comments-item-images img {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-comments-item-images img.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-comments-item-images img.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}

.p-que-addcart .s-add-product-button-main:not(.s-comments-item-images-slider-thumb) > salla-button {
  width: 100%;
}
@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}

.p-que-addcart .s-add-product-button-main:not(.s-comments-item-images-slider-thumb img) > salla-button {
  width: 100%;
}
.s-comments-item-images-slider-thumb img {
  height: 100%;
}
.s-comments-header{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}
.product-form .upload-file .s-comments-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-comments-filter-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-comments-filter-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-comments-filter-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-comments-filter-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-comments-filter-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-comments-filter-label{display:none;white-space:nowrap}
.mm-ocd .mm-spn li.s-comments-filter-label {
  display: none;
}
.custom-main-normal .s-comments-filter-label {
  display: block;
  position: relative;
}
.custom-main-normal .s-comments-filter-label:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-comments-filter-label {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-comments-filter-label {
  display: none;
}
.totals-div h6.s-comments-filter-label {
  display: none;
}
@media (min-width: 640px){
.s-comments-filter-label{display:block}}
.s-comments-filter-label:where([dir="ltr"], [dir="ltr"] *){margin-right:0.75rem}
.s-comments-filter-label:where([dir="rtl"], [dir="rtl"] *){margin-left:0.75rem}
.s-comments-container salla-reviews-summary{margin-top:1.5rem}
.s-conditional-offer-container{display:inline-flex;width:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.25rem;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:0.25rem;padding-right:0.25rem;padding-top:1rem;padding-bottom:1rem}

.p-que-addcart .s-add-product-button-main:not(.s-conditional-offer-container) > salla-button {
  width: 100%;
}
.cart-total .s-conditional-offer-container {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-conditional-offer-container .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-conditional-offer-container {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-conditional-offer-container {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-conditional-offer-container {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-conditional-offer-container.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.rounded-md.s-conditional-offer-container.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .s-conditional-offer-container.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-conditional-offer-container.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}
.product-form .upload-file .s-conditional-offer-title-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-title-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-conditional-offer-title-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-conditional-offer-title-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .s-conditional-offer-title-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-conditional-offer-title-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-conditional-offer-title{text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--color-primary-dark)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-conditional-offer-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}
@media (max-width: 450px) {
  .content-comment .flex.s-conditional-offer-subtitle {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.s-conditional-offer-subtitle i{position:relative}
.s-conditional-offer-progress-line{height:1px;align-self:stretch;background-color:#414042;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))}
.product-form .upload-file .s-conditional-offer-checkpoint-border.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-checkpoint-border.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-conditional-offer-checkpoint-border .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-conditional-offer-checkpoint-border.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-conditional-offer-checkpoint-border {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-conditional-offer-checkpoint-border {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-conditional-offer-checkpoint-border.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-conditional-offer-checkpoint-border.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-conditional-offer-checkpoint-border-colored{border-color:#414042;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-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}
.product-form .upload-file .s-conditional-offer-progress-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-progress-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-conditional-offer-progress-container) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-conditional-offer-progress-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-conditional-offer-progress-container {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-conditional-offer-progress-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-conditional-offer-item-avatar-content.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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-conditional-offer-progress-line-container{display:grid;width:100%;overflow:hidden;grid-template-areas:'progress-line'}

.p-que-addcart .s-add-product-button-main:not(.s-conditional-offer-progress-line-container) > salla-button {
  width: 100%;
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-conditional-offer-progress-line-inactive) > salla-button {
  width: 100%;
}
.s-conditional-offer-progress-line-active{height:1.5px;width:0%;background-color:#414042;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}
.product-form .upload-file .s-conditional-offer-checkpoint-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-checkpoint-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-conditional-offer-checkpoint-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-conditional-offer-checkpoint-container {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-conditional-offer-checkpoint-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-conditional-offer-active-checkpoint{border-color:#414042;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%}

.p-que-addcart .s-add-product-button-main:not(.s-conditional-offer-skeleton-inner-container) > salla-button {
  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}
.product-form .upload-file .s-conditional-offer-skeleton-title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-skeleton-title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-conditional-offer-skeleton-title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-conditional-offer-skeleton-title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-conditional-offer-skeleton-subtitle{margin-bottom:1.5rem;display:flex;justify-content:center}
.product-form .upload-file .s-conditional-offer-skeleton-subtitle.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-skeleton-subtitle.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-conditional-offer-skeleton-subtitle.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-conditional-offer-skeleton-subtitle.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-conditional-offer-skeleton-checkpoints-wrapper{display:flex;align-items:center}
.product-form .upload-file .s-conditional-offer-skeleton-checkpoints-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-conditional-offer-skeleton-checkpoints-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-conditional-offer-skeleton-checkpoints-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-conditional-offer-skeleton-checkpoints-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-conditional-offer-skeleton-checkpoints-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-contacts-title{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-contacts-title {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-contacts-title.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-contacts-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (min-width: 1024px){
.s-contacts-title{margin-bottom:1.25rem}}
.s-contacts-header{display:none;align-items:center}
.mm-ocd .mm-spn li.s-contacts-header {
  display: none;
}
.custom-main-normal .s-contacts-header {
  display: block;
  position: relative;
}
.custom-main-normal .s-contacts-header:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-contacts-header {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-contacts-header {
  display: none;
}
.totals-div h6.s-contacts-header {
  display: none;
}
@media (max-width: 450px) {
  .content-comment .flex.s-contacts-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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}
.product-form .upload-file .s-contacts-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-contacts-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-contacts-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-contacts-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-contacts-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-contacts-icon{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px}
.product-form .upload-file .s-contacts-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-contacts-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-contacts-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-contacts-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-contacts-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-contacts-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-contacts-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.pt-24 .s-contacts-list {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .s-contacts-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-contacts-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-contacts-list-horizontal{align-items:center}
@media (max-width: 450px) {
  .content-comment .flex.s-contacts-list-horizontal {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.s-contacts-list-vertical{flex-direction:column}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-contacts-list-vertical .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
.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}
.product-form .upload-file .s-count-down-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-count-down-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-count-down-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-count-down-list {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-count-down-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 640px){
.s-count-down-list{padding-left:5rem;padding-right:5rem}}
.s-count-down-list:where([dir="ltr"], [dir="ltr"] *){flex-direction:row-reverse}
.s-count-down-list:where([dir="rtl"], [dir="rtl"] *){flex-direction:row}
.s-count-down-item{position:relative;margin-left:0.25rem;margin-right:0.25rem;display:flex;height:5rem;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;font-family:"DINNextLTArabic";font-family:var(--font-main);font-weight:700}
.product-form .upload-file .s-count-down-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-count-down-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-count-down-item .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-count-down-item.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-count-down-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-count-down-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-count-down-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}

.theme-dark .thankyou-block .s-count-down-boxed .s-count-down-item.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-count-down-md .s-count-down-item {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-count-down-md .s-count-down-item.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-count-down-md + .s-count-down-end-text {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-count-down-md + .s-count-down-end-text.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-count-down-lg .s-count-down-item{font-size:1.875rem;line-height:2.25rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-count-down-lg .s-count-down-item.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-count-down-lg + .s-count-down-end-text.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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:#414042;color:var(--color-primary)}

.theme-dark .s-count-down-primary .s-count-down-item {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-count-down-primary .s-count-down-item.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-count-down-primary .s-count-down-item::after{content:var(--tw-content);color:#414042;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:"DINNextLTArabic";font-family:var(--font-main);--tw-text-opacity:1;color:rgba(234, 84, 85, 1);color:rgba(234, 84, 85, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.s-count-down-end-text {
  transition: all 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:.75rem;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))}

.p-que-addcart .s-add-product-button-main:not(.s-datetime-picker-input) > salla-button {
  width: 100%;
}

.theme-dark .s-datetime-picker-input {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-datetime-picker-input.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-datetime-picker-input:focus{border-color:#414042;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))}
.ps-search-table .s-datetime-picker-input {
  color: #272a32;
  color: var(--text-color);
  background-color: #fff;
  background-color: var(--white);
  font-size: 18px;
  border: 0;
  padding: 6px 25px 6px 120px;
  z-index: 0;
  outline: medium none invert;
  outline: initial;
  box-shadow: none;
  box-shadow: initial;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.ps-search-table.active .s-datetime-picker-input {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.ps-search-table .s-datetime-picker-input::-moz-placeholder {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
}
.ps-search-table .s-datetime-picker-input::placeholder {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
}
.flatpickr-day.selected{background:#414042;background:var(--color-primary);border-color:#414042;border-color:var(--color-primary);}
.flatpickr-day.selected:hover{background:#414042;background:var(--color-primary);border-color:#414042;border-color:var(--color-primary);opacity:0.8}
.flatpickr-months{position:relative;padding:10px;background:#414042;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:#414042;border-bottom-color:var(--color-primary)}
.s-file-upload-wrapper .filepond--drop-label{height:100%;cursor:pointer;border-radius:.75rem;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 {
  height: 100%;
}

.theme-dark .s-file-upload-wrapper .filepond--drop-label {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-file-upload-wrapper .filepond--drop-label.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-file-upload-wrapper .filepond--drop-label label{margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}
.s-file-upload-wrapper .filepond--label-action{text-decoration-color:#6b7280}
.s-file-upload-wrapper .filepond--panel-root{--tw-bg-opacity:1 !important;background-color:rgba(243, 244, 246, 1) !important;background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1)) !important}
.s-file-upload-wrapper .filepond--panel-root{border-radius:.75rem}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-file-upload-wrapper .filepond--list) > salla-button {
  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);
}
.product-form .upload-file .s-file-upload-wrapper .filepond--file-poster-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-file-upload-wrapper .filepond--file-poster-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-file-upload-wrapper .filepond--file-poster-wrapper) > salla-button {
  width: 100%;
}
.s-file-upload-wrapper .filepond--file-poster-wrapper {
  height: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-file-upload-wrapper .filepond--file-poster-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-file-upload-wrapper .filepond--file-poster-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-file-upload-wrapper .filepond--file-poster-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}
.product-form .upload-file .s-file-upload-wrapper .filepond--file-poster.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-file-upload-wrapper .filepond--file-poster.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-file-upload-wrapper .filepond--file-poster {
  height: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-file-upload-wrapper .filepond--file-poster.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-file-upload-wrapper .filepond--file-poster {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-file-upload-wrapper .filepond--file-poster.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}

.p-que-addcart .s-add-product-button-main:not(.s-file-upload-wrapper .filepond--file-poster-overlay) > salla-button {
  width: 100%;
}
.s-file-upload-wrapper .filepond--item{margin:0px}
.s-file-upload-wrapper .filepond--file-info{margin:0px}
.s-file-upload-wrapper .filepond--file-info-main{width:85px;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:0.75em;line-height:1.2}
.s-file-upload-wrapper .filepond--file-status{width:55%}
.s-file-upload-wrapper .filepond--file-status:where([dir="rtl"], [dir="rtl"] *){margin-right:35px}
@media (min-width: 768px){
.s-file-upload-wrapper .filepond--file-status:where([dir="rtl"], [dir="rtl"] *){margin-right:2.25em}}
.s-file-upload-wrapper .filepond--file-status .filepond--file-status-sub{width:275px;overflow:hidden;text-overflow:ellipsis}
.s-file-upload-profile-image .filepond--root{min-height:80px !important;border-radius:9999px !important}
.s-file-upload-profile-image .filepond--root{height:80px;width:80px}
.s-file-upload-profile-image .filepond--drop-label{min-height:70px !important;border-radius:9999px !important}
.s-file-upload-profile-image .filepond--drop-label{z-index:7;border-style:none}
.s-file-upload-profile-image .filepond--drop-label label{cursor:pointer;padding-top:20px;padding-bottom:20px;padding-left:6px;padding-right:6px;font-size:0.8rem;margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}
.s-file-upload-profile-image .filepond--drop-label label * {
  pointer-events: none;
}
.s-file-upload-profile-image .filepond--file{padding:0px}
.s-file-upload-profile-image .filepond--file .filepond--action-remove-item{top:auto !important;transform:translateX(-50%) translateY(25%) !important;}
.s-file-upload-profile-image .filepond--file .filepond--action-remove-item{bottom:-4px;left:50%;background-color:rgba(255,68,58,.7);cursor:pointer;width:20px;height:20px;transition:0.3s;}
.s-file-upload-profile-image .filepond--file .filepond--action-remove-item:hover{background-color:#FF443A}
.s-file-upload-profile-image .filepond--file .filepond--file-action-button{top:28px;right:28px}
.s-file-upload-profile-image .filepond--file .filepond--progress-indicator,.s-file-upload-profile-image .filepond--file .filepond--load-indicator,.s-file-upload-profile-image .filepond--file .filepond--processing-complete-indicator{top:48% !important}
.s-file-upload-profile-image .filepond--file .filepond--progress-indicator,.s-file-upload-profile-image .filepond--file .filepond--load-indicator,.s-file-upload-profile-image .filepond--file .filepond--processing-complete-indicator{right:50%;left:auto;transform:translateX(50%) translateY(-50%)}
.s-file-upload-profile-image .filepond--item-panel{background-color:transparent !important}
.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom{display:none}
.mm-ocd .mm-spn li.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.mm-ocd .mm-spn li.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.mm-ocd .mm-spn li.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
  display: none;
}
.custom-main-normal .s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.custom-main-normal .s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.custom-main-normal .s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
  display: block;
  position: relative;
}
.custom-main-normal .s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top:has(.sub-menu) > a::after,.custom-main-normal .s-file-upload-profile-image .filepond--item-panel .filepond--panel-center:has(.sub-menu) > a::after,.custom-main-normal .s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.dts-page .p-price div.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.dts-page .p-price div.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
  display: none;
}
.totals-div h6.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.totals-div h6.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.totals-div h6.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
  display: none;
}
.s-file-upload-profile-image .filepond--file-poster-overlay{display:none}
.mm-ocd .mm-spn li.s-file-upload-profile-image .filepond--file-poster-overlay {
  display: none;
}
.custom-main-normal .s-file-upload-profile-image .filepond--file-poster-overlay {
  display: block;
  position: relative;
}
.custom-main-normal .s-file-upload-profile-image .filepond--file-poster-overlay:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-file-upload-profile-image .filepond--file-poster-overlay {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-profile-image .filepond--file-poster-overlay {
  display: none;
}
.totals-div h6.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%}

.p-que-addcart .s-add-product-button-main:not(.s-file-upload-profile-image .filepond--file-poster) > salla-button {
  width: 100%;
}
.s-file-upload-profile-image .filepond--file-poster {
  height: 100%;
}
.s-file-upload-profile-image .filepond--file-status{display:none}
.mm-ocd .mm-spn li.s-file-upload-profile-image .filepond--file-status {
  display: none;
}
.custom-main-normal .s-file-upload-profile-image .filepond--file-status {
  display: block;
  position: relative;
}
.custom-main-normal .s-file-upload-profile-image .filepond--file-status:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-file-upload-profile-image .filepond--file-status {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-profile-image .filepond--file-status {
  display: none;
}
.totals-div h6.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}
.mm-ocd .mm-spn li.s-file-upload-profile-image .filepond--file-info {
  display: none;
}
.custom-main-normal .s-file-upload-profile-image .filepond--file-info {
  display: block;
  position: relative;
}
.custom-main-normal .s-file-upload-profile-image .filepond--file-info:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-file-upload-profile-image .filepond--file-info {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-profile-image .filepond--file-info {
  display: none;
}
.totals-div h6.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}

.p-que-addcart .s-add-product-button-main:not(.s-file-upload-profile-image .filepond--file-poster img) > salla-button {
  width: 100%;
}
.s-file-upload-profile-image .filepond--file-poster img {
  height: 100%;
}
.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);
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.s-file-upload-multiple .filepond--root{max-height:120px}
.s-file-upload-multiple .filepond--list-scroller{top:0px;margin-top:0px;margin-bottom:0px;overflow-y:scroll;
  height: 100%}
.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller{display:none}
.mm-ocd .mm-spn li.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller {
  display: none;
}
.custom-main-normal .s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller {
  display: block;
  position: relative;
}
.custom-main-normal .s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller {
  display: none;
}
.totals-div h6.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-file-upload-hint.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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:#414042;color:var(--color-primary)}

.theme-dark .s-filters-checkbox {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-filters-checkbox.top-full {
  color: #414042;
  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:#414042;color:var(--color-primary)}

.theme-dark .s-filters-radio {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-filters-radio.top-full {
  color: #414042;
  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:#414042;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:#414042;background-color:var(--color-primary);--tw-content:'';content:'';content:var(--tw-content)}
.s-filters-radio:checked:hover{border-color:#414042;border-color:var(--color-primary)}
.s-filters-radio:checked:focus{border-color:#414042;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;
}
.product-form .upload-file .s-filters-label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-filters-label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-filters-label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-filters-label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-filters-label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-filters-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-filters-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-filters-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-filters-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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%}

.p-que-addcart .s-add-product-button-main:not(.s-filters-footer salla-button button) > salla-button {
  width: 100%;
}
.s-filters-widget-container{display:block;overflow:hidden;border-radius:.75rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;padding-top:1.25rem;padding-bottom:0.5rem}

.theme-dark .s-filters-widget-container {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-filters-widget-container.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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);
  }
}
.flex-div-order .s-filters-widget-opened .tooltip-content {
  transform: translate(82px, -70px);
  -webkit-transform: translate(82px, -70px);
  -moz-transform: translate(82px, -70px);
  -ms-transform: translate(82px, -70px);
  -o-transform: translate(82px, -70px);
}
.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;
}
.product-form .upload-file .s-filters-widget-title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-filters-widget-title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-filters-widget-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-filters-widget-title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-filters-widget-title {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-filters-widget-title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@media (max-width: 576px) {
  section.border-t.mt-4.s-filters-widget-values {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.mt-4.s-filters-widget-values {
  border-color: var(--color-sub-dark-mode);
}
.s-filters-widget-more{margin-top:0.5rem;display:block;cursor:pointer;font-size:0.875rem;line-height:1.25rem;color:#414042;color:var(--color-primary)}
.s-filters-widget-more * {
  pointer-events: none;
}

.theme-dark .s-filters-widget-more {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-filters-widget-more.top-full {
  color: #414042;
  color: var(--color-primary);
}
.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:#414042;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}
.mm-ocd .mm-spn li.s-gifting-widget .s-list-tile-item-icon {
  display: none;
}
.custom-main-normal .s-gifting-widget .s-list-tile-item-icon {
  display: block;
  position: relative;
}
.custom-main-normal .s-gifting-widget .s-list-tile-item-icon:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-gifting-widget .s-list-tile-item-icon {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-gifting-widget .s-list-tile-item-icon {
  display: none;
}
.totals-div h6.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:#414042;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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-gifting-widget-vertical .s-list-tile-item-subtitle.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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:#414042;color:var(--color-primary)}

.theme-dark .s-gifting-widget-vertical .widget-icon {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-gifting-widget-vertical .widget-icon.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-gifting-widget .s-button-text{display:flex}
.product-form .upload-file .s-gifting-widget .s-button-text.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-widget .s-button-text.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-widget .s-button-text.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-widget .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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 (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-gifting-widget .s-list-tile-item .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 576px) {
  section.pt-24 .s-gifting-widget .s-list-tile-item {
    gap: 0.2rem;
  }
}
@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))}
.product-form .upload-file .s-gifting-info.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-info.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-info.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-info {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-info.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-gifting-info svg{height:1.25rem;width:1.25rem;fill:#1d4ed8}
.s-gifting-error{font-size:0.75rem;line-height:1rem;color:rgba(174, 10, 10, 1);color:rgba(174, 10, 10, var(--tw-text-opacity, 1));--tw-text-opacity:1;color:rgb(239 68 68 / 1)}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){
.s-gifting-error{color:rgb(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}
.product-form .upload-file .s-gifting-widget-action-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-widget-action-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-widget-action-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-widget-action-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-widget-action-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-gifting-modal-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-modal-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-gifting-modal-header .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-gifting-modal-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-modal-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-modal-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-gifting-modal-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-modal-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-modal-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-modal-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-modal-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-gifting-modal-title{display:flex;width:100%;align-items:center;justify-content:space-between}
.product-form .upload-file .s-gifting-modal-title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-modal-title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-gifting-modal-title) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-modal-title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-modal-title {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-modal-title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-gifting-modal-badge-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-modal-badge-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-modal-badge-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-modal-badge-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-modal-badge-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}
.product-form .upload-file .s-gifting-step-two.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-step-two.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-gifting-step-two) > salla-button {
  width: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-gifting-step-two .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-gifting-step-two.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-step-two.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.cart-total .s-gifting-step-one .swiper-wrapper img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-gifting-step-one .swiper-wrapper img {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-gifting-step-one .swiper-wrapper img.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-gifting-step-one .swiper-wrapper img.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:.75rem;--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);
}

.p-que-addcart .s-add-product-button-main:not(.s-gifting-step-one .filepond-bg) > salla-button {
  width: 100%;
}
.s-gifting-step-one .filepond-bg {
  height: 100%;
}
.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}
.mm-ocd .mm-spn li.s-gifting-tel-input .s-tel-input-error-msg {
  display: none;
}
.custom-main-normal .s-gifting-tel-input .s-tel-input-error-msg {
  display: block;
  position: relative;
}
.custom-main-normal .s-gifting-tel-input .s-tel-input-error-msg:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-gifting-tel-input .s-tel-input-error-msg {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-gifting-tel-input .s-tel-input-error-msg {
  display: none;
}
.totals-div h6.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)))}
.product-form .upload-file .s-gifting-step-two-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-step-two-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-step-two-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-step-two-footer {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-step-two-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;border-color:var(--color-primary);fill:#414042;fill:var(--color-primary);padding-top:8px;padding-bottom:8px;padding-left:25px;padding-right:25px}
.cart-total .s-gifting-step-two-footer a {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-gifting-step-two-footer a {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-gifting-step-two-footer a.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-gifting-step-two-footer a.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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)))}
.product-form .upload-file .s-gifting-schedule.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-schedule.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-gifting-schedule {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-gifting-schedule.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-schedule {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-schedule.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}
.product-form .upload-file .s-gifting-remove-preview.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-gifting-remove-preview.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-gifting-remove-preview.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-gifting-remove-preview {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-gifting-remove-preview.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-gifting-remove-preview:where([dir="rtl"], [dir="rtl"] *){left:auto;left:initial;right:-7px}
.s-gifting-remove-preview svg{width:15px;fill:#fff;
  height: 100%}
.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:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-gifting-filepond-placeholder-text.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
@media (max-width: 576px) {
  section.border-t.s-infinite-scroll-wrapper.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-infinite-scroll-wrapper.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.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}
.product-form .upload-file .s-list-tile-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-list-tile-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-list-tile-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-list-tile-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-list-tile-item {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-list-tile-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-list-tile-item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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%}

.p-que-addcart .s-add-product-button-main:not(.s-localization-modal-inner) > salla-button {
  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))}
@media (max-width: 576px) {
  section.border-t.s-localization-modal-section-inner.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-localization-modal-section-inner.pt-4 {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.rounded-md.py-4.divide-y.divide-border-color.s-localization-modal-section-inner {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-localization-modal-item{display:flex;align-items:center}
.product-form .upload-file .s-localization-modal-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-localization-modal-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-localization-modal-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-localization-modal-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-localization-modal-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;color:var(--color-primary)}

.theme-dark .s-localization-modal-input {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-localization-modal-input.top-full {
  color: #414042;
  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;
}
.product-form .upload-file .s-localization-modal-label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-localization-modal-label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-localization-modal-label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-localization-modal-label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-localization-modal-label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-localization-modal-select) > salla-button {
  width: 100%;
}
.cart-total .s-localization-modal-select {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-localization-modal-select {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-localization-modal-select.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-localization-modal-select.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .bg-white.s-localization-modal-select.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-localization-modal-select:focus{border-color:#414042;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))}
.product-form .upload-file .s-localization-modal-skeleton-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-localization-modal-skeleton-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-localization-modal-skeleton-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-localization-modal-skeleton-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-localization-modal-skeleton-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.rounded-md.py-4.divide-y.divide-border-color.s-localization-modal-skeleton-content {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-localization-modal-skeleton-item{display:flex;align-items:center;justify-content:space-between}
.product-form .upload-file .s-localization-modal-skeleton-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-localization-modal-skeleton-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-localization-modal-skeleton-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-localization-modal-skeleton-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-localization-modal-skeleton-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-localization-modal-skeleton-item-flex{display:flex;align-items:center}
.product-form .upload-file .s-localization-modal-skeleton-item-flex.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-localization-modal-skeleton-item-flex.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-localization-modal-skeleton-item-flex.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-localization-modal-skeleton-item-flex {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-localization-modal-skeleton-item-flex.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.product-form .upload-file .s-loyalty-prize-item.swiper-slide.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-prize-item.swiper-slide.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-loyalty-prize-item.swiper-slide {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-loyalty-prize-item.swiper-slide .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-loyalty-prize-item.swiper-slide {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-prize-item.swiper-slide.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-loyalty-prize-item.swiper-slide {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-loyalty-prize-item.swiper-slide {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-loyalty-prize-item.swiper-slide.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-loyalty-prize-item.swiper-slide.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-loyalty-prize-item.swiper-slide.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-loyalty-prize-item.swiper-slide.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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:#414042;border-color:var(--color-primary)}
.product-form .upload-file .s-loyalty-prize-item-selected .s-loyalty-prize-item-check.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-prize-item-selected .s-loyalty-prize-item-check.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-prize-item-selected .s-loyalty-prize-item-check.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-prize-item-selected .s-loyalty-prize-item-check {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-prize-item-selected .s-loyalty-prize-item-check.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-loyalty-prize-item-selected .s-loyalty-prize-item-check > div{height:0.625rem;width:0.625rem;border-radius:9999px;background-color:#414042;background-color:var(--color-primary)}
.s-loyalty-prize-item-image{height:9rem;width:100%;background-size:cover;-o-object-fit:cover;object-fit:cover}

.p-que-addcart .s-add-product-button-main:not(.s-loyalty-prize-item-image) > salla-button {
  width: 100%;
}
.s-loyalty-prize-item-title{padding-left:0.5rem;padding-right:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-loyalty-prize-item-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-loyalty-prize-item-subtitle.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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:#414042;color:var(--color-primary);
  border-color: #efefef}
.product-form .upload-file .s-loyalty-prize-item-points.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-prize-item-points.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-loyalty-prize-item-points) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  section.s-loyalty-prize-item-points.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
  .card-custom-bg h2.text-lg.s-loyalty-prize-item-points.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-prize-item-points.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-prize-item-points {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-prize-item-points.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .order-details .body-order section.s-loyalty-prize-item-points.mt-4.pt-4 {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-loyalty-prize-item-points {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-loyalty-prize-item-points.top-full {
  color: #414042;
  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%}

.p-que-addcart .s-add-product-button-main:not(.s-loyalty-skeleton .s-list-tile-item-content) > salla-button {
  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)}
.product-form .upload-file .s-loyalty-header-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-header-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-header-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-header-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-header-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-loyalty-header-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}
.product-form .upload-file .s-loyalty-activator-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-activator-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-activator-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-activator-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-activator-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-loyalty-confirmation-actions.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-confirmation-actions.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-confirmation-actions.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-confirmation-actions {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-confirmation-actions.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;background-color:var(--color-primary)}
.product-form .upload-file .s-loyalty-widget-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-widget-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-widget-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-widget-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-widget-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem;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:#414042;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}
.product-form .upload-file .s-loyalty-after-exchange-reset button span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-after-exchange-reset button span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-after-exchange-reset button span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-after-exchange-reset button span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-after-exchange-reset button span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-loyalty-after-exchange-action.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-after-exchange-action.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-after-exchange-action.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-after-exchange-action {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-after-exchange-action.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-loyalty-placeholder{display:flex;align-items:center;justify-content:center}
.product-form .upload-file .s-loyalty-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-loyalty-skeleton-cards.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-loyalty-skeleton-cards.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-loyalty-skeleton-cards.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-loyalty-skeleton-cards {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-loyalty-skeleton-cards.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-maintenance-alert-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-maintenance-alert-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-maintenance-alert-wrapper) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-maintenance-alert-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-maintenance-alert-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-maintenance-alert-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
.product-form .upload-file .s-maintenance-alert-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-maintenance-alert-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-maintenance-alert-content) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  section.border-t.s-maintenance-alert-content.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-maintenance-alert-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-maintenance-alert-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-maintenance-alert-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .order-details .body-order section.border-t.s-maintenance-alert-content.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
@media (min-width: 640px){
.s-maintenance-alert-content{padding-left:2rem;padding-right:2rem}}
.s-maintenance-alert-container{display:flex;align-items:center}
.product-form .upload-file .s-maintenance-alert-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-maintenance-alert-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-maintenance-alert-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-maintenance-alert-container {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-maintenance-alert-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-maintenance-alert-icon{margin-right:1.25rem;display:none}
.mm-ocd .mm-spn li.s-maintenance-alert-icon {
  display: none;
}
.custom-main-normal .s-maintenance-alert-icon {
  display: block;
  position: relative;
}
.custom-main-normal .s-maintenance-alert-icon:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-maintenance-alert-icon {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-maintenance-alert-icon {
  display: none;
}
.totals-div h6.s-maintenance-alert-icon {
  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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-maintenance-alert-text h2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-maintenance-alert-text h2.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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%}

.p-que-addcart .s-add-product-button-main:not(.s-map-element) > salla-button {
  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}

.p-que-addcart .s-add-product-button-main:not(.s-map-search-wrapper input) > salla-button {
  width: 100%;
}
.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}
.product-form .upload-file .s-map-search-results.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-map-search-results.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-map-search-results .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-map-search-results.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-map-search-results.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-map-location-button .s-button-text.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-map-location-button .s-button-text.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-map-location-button .s-button-text.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-map-location-button .s-button-text {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-map-location-button .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@media (max-width: 576px) {
  section.pt-24 .s-menu-products-container {
    gap: 0.2rem;
  }
}
.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%}
.product-form .upload-file .s-menu-submenu-with-product.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-menu-submenu-with-product.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-menu-submenu-with-product) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-menu-submenu-with-product.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-menu-submenu-with-product.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.mm-ocd .mm-spn li.s-menu-topnav-list {
  display: none;
}
.custom-main-normal .s-menu-topnav-list {
  display: block;
  position: relative;
}
.custom-main-normal .s-menu-topnav-list:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-menu-topnav-list {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-menu-topnav-list {
  display: none;
}
.totals-div h6.s-menu-topnav-list {
  display: none;
}
@media (max-width: 450px) {
  .content-comment .flex.s-menu-topnav-list {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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}
.cart-total .s-metadata-box {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .s-metadata-box {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-metadata-box {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-metadata-box.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-metadata-box.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-metadata-box.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-metadata-box-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-metadata-box-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-metadata-box-header.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-metadata-box-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-metadata-box-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-metadata-box-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-metadata-row{margin-bottom:0.75rem;display:flex;flex-direction:row;justify-content:space-between;gap:0.5rem;line-height:1.25rem}
.product-form .upload-file .s-metadata-row.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-metadata-row.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-metadata-row.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-metadata-row.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-metadata-row-name.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-modal-container{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:200;overflow:hidden}
.s-modal-wrapper{overflow-y:auto;text-align:center;
  height: 100%}
.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}
.product-form .upload-file .s-modal-loader.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-modal-loader.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-modal-loader.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-modal-loader {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-modal-loader.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;border-top-color:var(--color-primary);border-left-color:#414042;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);
}

.theme-dark .s-modal-close {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-modal-close.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-modal-header-inner.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-modal-header-inner.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-modal-header-inner.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-modal-header-inner {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-modal-header-inner.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
.product-form .upload-file .s-modal-header-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-modal-header-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-modal-header-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-modal-header-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-modal-header-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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 (max-width: 450px) {
  .content-comment .flex.s-modal-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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))}

.theme-dark .s-modal-bg-normal {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-modal-bg-normal.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary)}
.s-modal-bg-primary svg{fill:#ff6767;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 (max-width: 576px) {
  .product-entry--wishlist h3.s-modal-title {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-modal-title.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-modal-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-modal-sub-title.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
@media (min-width: 640px){
.s-modal-sub-title{margin-bottom:0.5rem}}
.s-modal-title-below{order:10}
.s-modal-body-slot{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-modal-body-slot) > salla-button {
  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:.75rem;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)}

.p-que-addcart .s-add-product-button-main:not(.s-modal-body) > salla-button {
  width: 100%;
}

.theme-dark .s-modal-body {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-modal-body.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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:.75rem;border-bottom-left-radius:.75rem}}
@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 (max-width: 450px) {
  .content-comment .flex.s-modal-is-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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%}

.p-que-addcart .s-add-product-button-main:not(.s-modal-full) > salla-button {
  width: 100%;
}
.s-modal-full {
  height: 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;
}
.product-form .upload-file .s-notifications-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-notifications-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-notifications-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .s-notifications-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-notifications-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-notifications-item {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-notifications-item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-notifications-item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-notifications-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-notifications-item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-notifications-item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-notifications-item-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-notifications-item-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-notifications-item-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-notifications-item-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-notifications-item-icon {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-notifications-item-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-notifications-item-icon.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-notifications-item-content-leading h4.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
@media (max-width: 450px) {
  .content-comment .flex.s-notifications-item-content-trailing {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-notifications-item-read.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
.product-form .upload-file .s-notifications-no-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-notifications-no-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-notifications-no-content {
  height: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-notifications-no-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-notifications-no-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-notifications-no-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-notifications-no-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem;--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}

.theme-dark .s-offer-wrapper {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-offer-wrapper.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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-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));
  padding-left: 4rem;
  padding-right: 4rem}
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);
}
@media (max-width: 576px) {
  div.s-offer-corner-badge {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.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}
.product-form .upload-file .s-offer-slide-one-sixth-single.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-slide-one-sixth-single.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-offer-slide-one-sixth-single.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-slide-one-sixth-single.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-offer-slide-cat-entry.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-slide-cat-entry.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-offer-slide-cat-entry {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-slide-cat-entry .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-slide-cat-entry.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-slide-cat-entry {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-offer-slide-cat-entry {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-offer-slide-cat-entry {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-slide-cat-entry.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-offer-slide-cat-entry.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-offer-slide-cat-entry {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-slide-cat-entry.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-offer-slide-cat-entry.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;color:var(--color-primary)}

.theme-dark .s-offer-slide-cat-entry i {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-offer-slide-cat-entry i.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-offer-slide-cat-entry h4{font-size:0.875rem;line-height:1.25rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-slide-cat-entry h4.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-offer-slide-offer-entry.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-slide-offer-entry.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-offer-slide-offer-entry {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-slide-offer-entry .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-slide-offer-entry.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-slide-offer-entry {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-offer-slide-offer-entry {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-offer-slide-offer-entry {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-slide-offer-entry.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-offer-slide-offer-entry.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-offer-slide-offer-entry {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .s-offer-slide-offer-entry.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-offer-slide-offer-entry.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-offer-slide-offer-entry-price-quantity-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-slide-offer-entry-price-quantity-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-offer-slide-offer-entry-price-quantity-container) > salla-button {
  width: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-slide-offer-entry-price-quantity-container .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-slide-offer-entry-price-quantity-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-slide-offer-entry-price-quantity-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
  border-color: #efefef}

.p-que-addcart .s-add-product-button-main:not(.s-offer-slide-offer-entry-price-amount-percent) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  section.s-offer-slide-offer-entry-price-amount-percent.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.s-offer-slide-offer-entry-price-amount-percent.mt-4.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.s-offer-slide-offer-entry-price-amount-percent span{font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-slide-offer-entry-price-amount-percent span.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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;
  border-color: #efefef}
.product-form .upload-file .s-offer-discount-list-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-discount-list-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.s-offer-discount-list-item.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-discount-list-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-discount-list-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .order-details .body-order section.s-offer-discount-list-item.mt-4.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-discount-list-item-money.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-offer-discount-list-item-discount{font-size:0.875rem;line-height:1.25rem}
.s-offer-discount-list-item-discount span{font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-discount-list-item-discount span.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-offer-bank-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-bank-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-offer-bank-wrapper) > salla-button {
  width: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-bank-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-bank-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-bank-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-offer-bank-wrapper {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-offer-bank-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-offer-bank-wrapper {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-bank-wrapper.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-offer-bank-wrapper-sinlge-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-bank-wrapper-sinlge-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-offer-bank-wrapper-sinlge-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-bank-wrapper-sinlge-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-bank-wrapper-sinlge-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-offer-bank-logo{margin-bottom:0.25rem;display:flex;height:5rem;width:5rem;align-items:center;border-radius:.75rem}
.product-form .upload-file .s-offer-bank-logo.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-bank-logo.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-offer-bank-logo.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-bank-logo {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-bank-logo.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-offer-bank-logo img{height:100%;max-height:100%;width:100%;-o-object-fit:contain;object-fit:contain}

.p-que-addcart .s-add-product-button-main:not(.s-offer-bank-logo img) > salla-button {
  width: 100%;
}
.s-offer-bank-logo img {
  height: 100%;
}
.s-offer-bank-payment-wrapper{display:flex;min-width:84px;justify-content:center}
.product-form .upload-file .s-offer-bank-payment-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-bank-payment-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-offer-bank-payment-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-bank-payment-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-offer-bank-payment-single{display:flex;height:2rem;width:3rem;align-items:center;border-radius:.75rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.product-form .upload-file .s-offer-bank-payment-single.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-bank-payment-single.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-offer-bank-payment-single.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-bank-payment-single {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-offer-bank-payment-single {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-offer-bank-payment-single.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-offer-bank-payment-single.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-offer-bank-payment-single img{height:-moz-fit-content;height:fit-content;width:100%;-o-object-fit:contain;object-fit:contain}

.p-que-addcart .s-add-product-button-main:not(.s-offer-bank-payment-single img) > salla-button {
  width: 100%;
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-offer-bank-message) > salla-button {
  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))}

.theme-dark .s-offer-bank-message p {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-bank-message-amount.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-offer-bank-message-amount {
  color: rgb(239, 68, 68);
}
.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))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-offer-.s-offer-wrapper .s-slider-block__title h2 {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-offer-.s-offer-wrapper .s-slider-block__title h2.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}
@media (max-width: 450px) {
  .content-comment .flex.s-offer-modal-badge {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-offer-modal-badge.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .thankyou-block .s-offer-modal-badge.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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:#414042;fill:var(--color-primary)}
.s-offer-modal-badge-text{font-size:0.875rem;line-height:1.25rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-modal-badge-text.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-offer-modal-cat-item.swiper-slide.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-cat-item.swiper-slide.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-offer-modal-cat-item.swiper-slide {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-modal-cat-item.swiper-slide .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-cat-item.swiper-slide.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-modal-cat-item.swiper-slide {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-offer-modal-cat-item.swiper-slide {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-offer-modal-cat-item.swiper-slide {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-modal-cat-item.swiper-slide.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-offer-modal-cat-item.swiper-slide.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-offer-modal-cat-item.swiper-slide {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-modal-cat-item.swiper-slide.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-offer-modal-cat-item.swiper-slide.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-offer-modal-product.swiper-slide.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-product.swiper-slide.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-modal-product.swiper-slide .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-product.swiper-slide.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-product.swiper-slide.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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))}
.cart-total .s-offer-modal-product-image-wrap {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-offer-modal-product-image-wrap {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-modal-product-image-wrap.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-offer-modal-product-image-wrap.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-offer-modal-product-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-product-image) > salla-button {
  width: 100%;
}
.s-offer-modal-product-image {
  height: 100%;
}
.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:#414042;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}
.product-form .upload-file .s-offer-modal-product-price.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-product-price.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-product-price) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-offer-modal-product-price.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-product-price.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-modal-product-price {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-product-price.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}

.theme-dark .product-entry--wishlist .div-cont span.text-size.text-gray-500.s-offer-modal-product-old-price {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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 (max-width: 450px) {
  .content-comment .flex.s-offer-modal-header-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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))}
.product-form .upload-file .s-offer-modal-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-modal-footer .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 576px) {
  section.border-t.s-offer-modal-footer.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .order-details .body-order section.border-t.s-offer-modal-footer.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
@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;
}
.product-form .upload-file .s-offer-modal-remember-label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-remember-label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-remember-label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-remember-label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;color:var(--color-primary)}
.cart-total .s-offer-modal-remember-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-offer-modal-remember-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-modal-remember-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-offer-modal-remember-input {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-offer-modal-remember-input.top-full {
  color: #414042;
  color: var(--color-primary);
}

.theme-dark .bg-white.s-offer-modal-remember-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-offer-modal-slider-centered .s-offer-modal-slider-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-slider-centered .s-offer-modal-slider-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-modal-slider-centered .s-offer-modal-slider-item .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-slider-centered .s-offer-modal-slider-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-slider-centered .s-offer-modal-slider-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-offer-modal-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center}
.product-form .upload-file .s-offer-modal-skeleton.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-skeleton.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-offer-modal-skeleton .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-skeleton.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-modal-skeleton {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-skeleton.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-offer-modal-skeleton-items{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;width:100%;align-items:center}
.product-form .upload-file .s-offer-modal-skeleton-items.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-skeleton-items.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-skeleton-items) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-skeleton-items.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-modal-skeleton-items {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-skeleton-items.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-skeleton-header) > salla-button {
  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}
.product-form .upload-file .s-offer-modal-skeleton-item-subtitle.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-skeleton-item-subtitle.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-skeleton-item-subtitle) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-skeleton-item-subtitle.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-modal-skeleton-item-subtitle {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-skeleton-item-subtitle.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-offer-modal-skeleton-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-offer-modal-skeleton-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-skeleton-footer) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-offer-modal-skeleton-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-offer-modal-skeleton-footer {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-offer-modal-skeleton-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-discount-table) > salla-button {
  width: 100%;
}
.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))}

.p-que-addcart .s-add-product-button-main:not(.s-offer-modal-discount-table table) > salla-button {
  width: 100%;
}
.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}

.theme-dark .rounded-md.py-5.-mx-6.s-offer-modal-discount-table tr td.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.rounded-md.s-offer-modal-discount-table tr td.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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-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:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-order-summary-item:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.cart-total .s-order-summary-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-order-summary-item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-order-summary-item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-order-summary-item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;color:var(--color-primary)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-order-summary-item-download.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-order-summary-item-download {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-order-summary-item-download.top-full {
  color: #414042;
  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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-order-summary-code-item-wrapper {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-order-summary-code-item-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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}
.product-form .upload-file .s-order-summary-code-item-wrapper p.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-order-summary-code-item-wrapper p.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-order-summary-code-item-wrapper p.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-order-summary-code-item-wrapper p {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-order-summary-code-item-wrapper p.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-order-summary-digital-item-wrapper{display:flex;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}
.product-form .upload-file .s-order-summary-digital-item-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-order-summary-digital-item-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-order-summary-digital-item-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-order-summary-digital-item-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.rounded-md.s-order-summary-digital-item-wrapper.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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}
.mm-ocd .mm-spn li.s-orders-reference-id {
  display: none;
}
.custom-main-normal .s-orders-reference-id {
  display: block;
  position: relative;
}
.custom-main-normal .s-orders-reference-id:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-orders-reference-id {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-orders-reference-id {
  display: none;
}
.totals-div h6.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:#414042;color:var(--color-primary)}

.theme-dark .s-orders-buy-as-gift-icon {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-orders-buy-as-gift-icon.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-orders-copy-to-clipboard-button{display:flex;align-items:center}
.product-form .upload-file .s-orders-copy-to-clipboard-button.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-orders-copy-to-clipboard-button.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-orders-copy-to-clipboard-button.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-orders-copy-to-clipboard-button {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-orders-copy-to-clipboard-button.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-orders-status-rated {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-orders-status-rated.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}
.product-form .upload-file .s-orders-no-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-orders-no-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-orders-no-content {
  height: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-orders-no-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-orders-no-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-orders-no-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-orders-no-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-orders-no-content .icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-orders-no-content .icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-orders-no-content .icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-orders-no-content .icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-orders-no-content .icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block .s-orders-no-content .icon.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-orders-no-content p.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
.mm-ocd .mm-spn li.s-orders-table-head {
  display: none;
}
.custom-main-normal .s-orders-table-head {
  display: block;
  position: relative;
}
.custom-main-normal .s-orders-table-head:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-orders-table-head {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-orders-table-head {
  display: none;
}
.totals-div h6.s-orders-table-head {
  display: none;
}
@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:where([dir="rtl"], [dir="rtl"] *){text-align:right}

.theme-dark .rounded-md.py-5.-mx-6.s-orders-table-head-tr-th.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.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:.75rem;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}
.product-form .upload-file .s-orders-table-tbody-tr.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-orders-table-tbody-tr.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-orders-table-tbody-tr.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-orders-table-tbody-tr {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-orders-table-tbody-tr.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-orders-table-tbody-tr.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}

.p-que-addcart .s-add-product-button-main:not(.s-orders-table-tbody-tr-td) > salla-button {
  width: 100%;
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-orders-table-tbody-tr-td:first-child.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-orders-table-tbody-tr-td-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-orders-table-tbody-tr-td-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-orders-table-tbody-tr-td-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-orders-table-tbody-tr-td-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-orders-table-tbody-tr-td-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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);
}

.p-que-addcart .s-add-product-button-main:not(.s-orders-table-tbody-tr a) > salla-button {
  width: 100%;
}
.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}
.product-form .upload-file .s-payments-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-payments-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-payments-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-payments-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem;--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}
.product-form .upload-file .s-payments-list-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-payments-list-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-payments-list-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-payments-list-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-payments-list-item {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-payments-list-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-payments-list-item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-placeholder-align-right > .s-placeholder-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-placeholder-align-right > .s-placeholder-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-placeholder-align-right > .s-placeholder-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-placeholder-align-right > .s-placeholder-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-placeholder-align-right > .s-placeholder-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-placeholder-align-center > .s-placeholder-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-placeholder-align-center > .s-placeholder-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-placeholder-align-center > .s-placeholder-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-placeholder-align-center > .s-placeholder-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-placeholder-align-center > .s-placeholder-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}

.p-que-addcart .s-add-product-button-main:not(.s-price-range-input) > salla-button {
  width: 100%;
}
.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);
}
.cart-total .s-price-range-bar {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-price-range-bar {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-price-range-bar.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-price-range-bar.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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);
}
.cart-total .s-price-range-active-bar {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-price-range-active-bar {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-price-range-active-bar.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-price-range-active-bar.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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:#414042;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}
.product-form .upload-file .s-price-range-inputs.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-price-range-inputs.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.border-t.mt-4.s-price-range-inputs {
    margin-top: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-price-range-inputs.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-price-range-inputs {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-price-range-inputs.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .order-details .body-order section.border-t.mt-4.s-price-range-inputs {
  border-color: var(--color-sub-dark-mode);
}
.s-price-range-number-input{width:6rem;border-radius:.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-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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-price-range-gray-text.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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);
}
.product-form .upload-file .s-price-range-currency.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-price-range-currency.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-price-range-currency.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-price-range-currency {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-price-range-currency.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-price-range-currency.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
@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%}

.p-que-addcart .s-add-product-button-main:not(.s-product-availability-wrap) > salla-button {
  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))}
.product-form .upload-file .s-product-availability-subscribed.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-availability-subscribed.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-product-availability-subscribed) > salla-button {
  width: 100%;
}
.cart-total .s-product-availability-subscribed {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-availability-subscribed.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-availability-subscribed.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-availability-subscribed {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-product-availability-subscribed {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.s-product-availability-subscribed.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-availability-subscribed.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-product-availability-subscribed.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.s-product-availability-subscribed.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .s-product-availability-subscribed.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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 (max-width: 450px) {
  .content-comment .flex.s-product-availability-header-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-availability-label.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-product-availability-input) > salla-button {
  width: 100%;
}
.cart-total .s-product-availability-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-product-availability-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-availability-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-product-availability-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-product-availability-input:focus{border-color:#414042;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)))}
.product-form .upload-file .s-product-availability-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-availability-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.border-t.s-product-availability-footer.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-availability-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-availability-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .order-details .body-order section.border-t.s-product-availability-footer.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-product-availability-footer-btn) > salla-button {
  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:.75rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.product-form .upload-file .s-product-card-entry.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-entry.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-product-card-entry {
  height: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-product-card-entry.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-product-card-entry {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-product-card-entry.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-product-card-entry.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-card-vertical .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
.s-product-card-vertical .s-product-card-image{flex:1 1 0%;border-top-left-radius:.75rem;border-top-right-radius:.75rem}
.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}
.product-form .upload-file .s-product-card-minimal .s-product-card-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-minimal .s-product-card-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-card-minimal .s-product-card-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-card-minimal .s-product-card-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-minimal .s-product-card-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem;--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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-quantity.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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:.75rem;border-bottom-right-radius:.75rem;--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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-promotion-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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:.75rem;border-bottom-left-radius:.75rem;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);
}
.cart-total .s-product-card-out-badge {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-out-badge.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .cart-total .s-product-card-out-badge {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-card-out-badge.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-product-card-out-badge.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .s-product-card-out-badge.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
@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))}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-image) > salla-button {
  width: 100%;
}
.s-product-card-image {
  height: 100%;
}

.theme-dark .thankyou-block .s-product-card-image.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-image img) > salla-button {
  width: 100%;
}
.s-product-card-image img {
  height: 100%;
}
.s-product-card-image img.loaded{position:relative;opacity:1}
.s-product-card-content{position:relative;display:flex;flex-direction:column;padding:0.75rem}
.product-form .upload-file .s-product-card-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-card-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-card-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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))}

.theme-dark .s-product-card-content-subtitle {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-content-title a.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-product-card-content-title a:hover{color:#414042;color:var(--color-primary)}
.s-product-card-content-sub{margin-bottom:1.25rem;display:flex;width:100%;align-items:center;justify-content:space-between}
.product-form .upload-file .s-product-card-content-sub.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-content-sub.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-content-sub) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-product-card-content-sub.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-card-content-sub {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-content-sub.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-product-card-rating.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-rating.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-card-rating.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-card-rating {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-rating.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-product-card-content-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-content-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-card-content-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-card-content-footer {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-content-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-sale-price h4.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}

.theme-dark .product-entry--wishlist .div-cont span.text-size.text-gray-500.s-product-card-sale-price span {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-product-card-starting-price{display:flex;width:100%;align-items:center;justify-content:space-between}
.product-form .upload-file .s-product-card-starting-price.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-starting-price.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-starting-price) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-product-card-starting-price.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-card-starting-price {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-starting-price.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-starting-price h4.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-product-card-price{font-size:0.875rem;line-height:1.25rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-price.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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:#414042;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);
}
.product-form .upload-file .s-product-card-content-pie.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-content-pie.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-card-content-pie.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-card-content-pie {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-content-pie.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-product-card-content-pie {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-product-card-content-pie.top-full {
  color: #414042;
  color: var(--color-primary);
}
.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);
}
.product-form .upload-file .s-product-card-content-pie span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-content-pie span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-card-content-pie span .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-card-content-pie span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-card-content-pie span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-content-pie span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-product-card-content-pie span b{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#414042;color:var(--color-primary)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-card-content-pie span b.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-product-card-content-pie span b {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-product-card-content-pie span b.top-full {
  color: #414042;
  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:.75rem;border-bottom-left-radius:.75rem}
.s-product-card-horizontal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-horizontal .s-product-card-content) > salla-button {
  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);
}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-full-image .s-product-card-content) > salla-button {
  width: 100%;
}
.s-product-card-full-image img{position:relative;height:100%;width:100%;overflow:hidden;border-radius:.75rem}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-full-image img) > salla-button {
  width: 100%;
}
.s-product-card-full-image img {
  height: 100%;
}
.s-product-card-full-image img:hover{opacity:0.9}
.s-product-card-full-image .s-product-card-image a{height:100%;width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-full-image .s-product-card-image a) > salla-button {
  width: 100%;
}
.s-product-card-full-image .s-product-card-image a {
  height: 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:#414042;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%}

.p-que-addcart .s-add-product-button-main:not(.s-product-card-image-full) > salla-button {
  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}
.cart-total .s-product-options-wrapper {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .s-product-options-wrapper {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-product-options-wrapper {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-wrapper.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-wrapper.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-product-options-wrapper.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-options-option-label.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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}
.product-form .upload-file .s-product-options-donation-message.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-donation-message.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-donation-message.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-donation-message {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-donation-message.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-product-options-option-label small.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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;
}
.product-form .upload-file .s-product-options-colors-wrapper input[type=radio] + label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-colors-wrapper input[type=radio] + label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-options-colors-wrapper input[type=radio] + label .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-colors-wrapper input[type=radio] + label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-colors-wrapper input[type=radio] + label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-colors-wrapper input[type=radio] + label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.cart-total .s-product-options-colors-wrapper input[type=radio] + label span {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-product-options-colors-wrapper input[type=radio] + label span {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-product-options-colors-wrapper input[type=radio] + label span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-product-options-colors-wrapper input[type=radio] + label span {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-colors-wrapper input[type=radio] + label span.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-product-options-colors-wrapper input[type=radio] + label span.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-product-options-field-required.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-product-options-donation-progress{margin-bottom:0.625rem;width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-donation-progress) > salla-button {
  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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-product-options-donation-progress-target-text.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-product-options-donation-progress-amount{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}
.product-form .upload-file .s-product-options-donation-progress-amount.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-donation-progress-amount.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-donation-progress-amount.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-donation-progress-amount.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-donation-progress-wrapper) > salla-button {
  width: 100%;
}
.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:#414042;background-color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.product-form .upload-file .s-product-options-donation-progress-bar.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-donation-progress-bar.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-donation-progress-bar.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-donation-progress-bar.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
  border-color: #efefef}
@media (max-width: 576px) {
  section.s-product-options-donation-wrapper.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-product-options-donation-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .order-details .body-order section.s-product-options-donation-wrapper.mt-4.pt-4 {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-donation-wrapper {
  border-color: var(--color-sub-dark-mode);
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-options-donation-wrapper h4.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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)}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-donation-amount-input) > salla-button {
  width: 100%;
}
.cart-total .s-product-options-donation-amount-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-product-options-donation-amount-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-donation-amount-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-product-options-donation-amount-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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 (max-width: 450px) {
  .content-comment .flex.s-product-options-multiple-options-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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}
.product-form .upload-file .s-product-options-multiple-options-wrapper label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-multiple-options-wrapper label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-multiple-options-wrapper label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-multiple-options-wrapper label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-multiple-options-wrapper label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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:#414042;color:var(--color-primary)}
.s-product-options-multiple-options-wrapper input * {
  pointer-events: none;
}
.cart-total .s-product-options-multiple-options-wrapper input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-product-options-multiple-options-wrapper input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-multiple-options-wrapper input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-multiple-options-wrapper input {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-product-options-multiple-options-wrapper input.top-full {
  color: #414042;
  color: var(--color-primary);
}

.theme-dark .bg-white.s-product-options-multiple-options-wrapper input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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-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;
}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-thumbnails-wrapper label) > salla-button {
  width: 100%;
}
.cart-total .s-product-options-thumbnails-wrapper label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-product-options-thumbnails-wrapper label {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-thumbnails-wrapper label.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-product-options-thumbnails-wrapper label.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-thumbnails-wrapper > div) > salla-button {
  width: 100%;
}
.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);
}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-thumbnails-badge-overlay) > salla-button {
  width: 100%;
}
.s-product-options-thumbnails-badge-overlay {
  height: 100%;
}

.theme-dark .s-product-options-thumbnails-badge-overlay {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-product-options-thumbnails-badge-overlay.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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);
}

.theme-dark .s-product-options-thumbnails-icon {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-product-options-thumbnails-icon.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-product-options-thumbnails-wrapper div input[type=radio] + label img) > salla-button {
  width: 100%;
}
.s-product-options-thumbnails-wrapper div input[type=radio] + label img {
  height: 100%;
}
.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;
}
.cart-total .s-product-options-image-input .filepond--drop-label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .s-product-options-image-input .filepond--drop-label {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-product-options-image-input .filepond--drop-label {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-image-input .filepond--drop-label.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-image-input .filepond--drop-label.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-product-options-image-input .filepond--drop-label.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-product-options-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.product-form .upload-file .s-product-options-filepond-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-filepond-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-options-filepond-placeholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-filepond-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-filepond-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-filepond-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-product-options-donation-options.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-donation-options.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-donation-options.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-donation-options.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.product-form .upload-file .s-product-options-donation-options-item label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-donation-options-item label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-product-options-donation-options-item label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-options-donation-options-item label .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-donation-options-item label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-donation-options-item label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-product-options-donation-options-item label {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-donation-options-item label.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-product-options-donation-options-item label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.s-product-options-donation-options-item label.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-product-options-donation-options-item input{display:none}
.mm-ocd .mm-spn li.s-product-options-donation-options-item input {
  display: none;
}
.custom-main-normal .s-product-options-donation-options-item input {
  display: block;
  position: relative;
}
.custom-main-normal .s-product-options-donation-options-item input:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-product-options-donation-options-item input {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-product-options-donation-options-item input {
  display: none;
}
.totals-div h6.s-product-options-donation-options-item input {
  display: none;
}
.s-product-options-donation-options-item input:checked + label{border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-product-options-donation-options-item input:checked + label {
  color: #ff6767;
  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}
.product-form .upload-file .s-product-options-digital-card-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-digital-card-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.pt-24 .s-product-options-digital-card-wrapper {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-digital-card-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-digital-card-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.product-form .upload-file .s-product-options-digital-card-option.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-digital-card-option.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-product-options-digital-card-option {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-digital-card-option.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-digital-card-option {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-product-options-digital-card-option {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-product-options-digital-card-option.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-product-options-digital-card-option.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.s-product-options-digital-card-option.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-product-options-digital-card-option:has(input:checked){color:var(--color-primary-dark);outline-style:solid;outline-width:1px;outline-color:#414042;outline-color:var(--color-primary)}
.s-product-options-country-flag{height:24px;width:24px;border-radius:9999px}
.s-product-options-digital-card-out-of-stock{height:2.5rem}
.s-product-options-digital-card-option input{all:unset}
.s-product-options-digital-card-option input:checked{all:unset}
.s-product-options-digital-card-option input:invalid{all:unset}
@media (min-width: 640px){
.s-product-options-option-booking .s-product-options-option-content{margin-top:-2.5rem}}
.s-product-options-digital-card-option-stock-out{opacity:0.4}
.s-product-options-grid-mode{margin-bottom:1.25rem;display:flex;flex-wrap:wrap;justify-items:center;gap:0.5rem}
.product-form .upload-file .s-product-options-grid-mode.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-grid-mode.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-options-grid-mode.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-grid-mode.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.product-form .upload-file .s-product-options-grid-mode-span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-grid-mode-span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-options-grid-mode-span.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-grid-mode-span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-grid-mode-span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-product-options-grid-mode-span {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-product-options-grid-mode-span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-product-options-grid-mode-span.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-product-options-grid-mode-span-checkbox.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-grid-mode-span-checkbox.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-product-options-grid-mode-span-checkbox.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-grid-mode-span-checkbox.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-options-grid-mode-span-checkbox {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-grid-mode-span-checkbox.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-product-options-grid-mode input:checked + div{border-color:#414042;border-color:var(--color-primary);background-color:rgba(var(--color-primary-rgb),0.1);color:#414042;color:var(--color-primary)}

.theme-dark .s-product-options-grid-mode input:checked + div {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-product-options-grid-mode input:checked + div.top-full {
  color: #414042;
  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}
.product-form .upload-file .s-product-size-guide-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-size-guide-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-size-guide-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-size-guide-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-size-guide-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-product-size-guide-skeleton-table) > salla-button {
  width: 100%;
}
.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 (max-width: 450px) {
  .content-comment .flex.s-product-size-guide-header-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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))}
.product-form .upload-file .s-product-size-guide-skeleton-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-size-guide-skeleton-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-size-guide-skeleton-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-size-guide-skeleton-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-size-guide-skeleton-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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)))}
.product-form .upload-file .s-product-size-guide-skeleton-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-size-guide-skeleton-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-product-size-guide-skeleton-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-product-size-guide-skeleton-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-size-guide-skeleton-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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-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))}
.product-form .upload-file .s-products-list-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-products-list-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-products-list-placeholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-products-list-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-products-list-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-products-list-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@media (max-width: 576px) {
  section.pt-24 .s-products-list-row-cards {
    gap: 0.2rem;
  }
}
.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}
.product-form .upload-file .s-products-list-loading-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-products-list-loading-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-products-list-loading-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-products-list-loading-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-products-list-loading-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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 (max-width: 576px) {
  section.pt-24 .s-products-list-horizontal-cards {
    gap: 0.2rem;
  }
}
@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))}
.product-form .upload-file .s-products-list-placeholder span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-products-list-placeholder span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-products-list-placeholder span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-products-list-placeholder span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-products-list-placeholder span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block .s-products-list-placeholder span.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-products-slider-card) > salla-button {
  width: 100%;
}
@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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-progress-bar-header.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-progress-bar-header.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-progress-bar-target-section{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}
.product-form .upload-file .s-progress-bar-target-section.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-progress-bar-target-section.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-progress-bar-target-section.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-progress-bar-target-section.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.p-que-addcart .s-add-product-button-main:not(.s-progress-bar-wrapper) > salla-button {
  width: 100%;
}
.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{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));
  height: 100%}
.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}
.product-form .upload-file .s-quantity-input-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-quantity-input-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-quantity-input-container {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .s-quantity-input-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-quantity-input-container {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-quantity-input-container.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-quantity-input-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.s-quantity-input-container.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-quantity-input-input.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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:#414042;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%}

.p-que-addcart .s-add-product-button-main:not(.s-quick-buy-apple-pay) > salla-button {
  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:.75rem !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:.75rem;padding:1rem}
.s-quick-order-button-cont{margin-top:0.5rem;margin-bottom:0.5rem;display:flex;justify-content:space-between}
.product-form .upload-file .s-quick-order-button-cont.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-quick-order-button-cont.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-quick-order-button-cont.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-quick-order-button-cont.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-quick-order-checkbox-container{margin-top:0.5rem;margin-bottom:0.5rem;display:flex}
.product-form .upload-file .s-quick-order-checkbox-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-quick-order-checkbox-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-quick-order-checkbox-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-quick-order-checkbox-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-quick-order-checkbox-container input{margin-bottom:0.5rem;margin-left:0.5rem;height:2.5rem;width:100%;border-radius:.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:0.5rem}

.p-que-addcart .s-add-product-button-main:not(.s-quick-order-checkbox-container input) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-quick-order-checkbox-container input {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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)))}
.product-form .upload-file .s-quick-order-flex-input.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-quick-order-flex-input.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-quick-order-flex-input.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-quick-order-flex-input.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-quick-order-flex-input salla-tel-input) > salla-button {
  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))}

.theme-dark .s-quick-order-errors p {
  color: rgb(239, 68, 68);
}
.s-quick-order-confirm{display:flex;align-items:center;justify-content:center;border-radius:.75rem;border-width:1px;padding:0.5rem}
.product-form .upload-file .s-quick-order-confirm.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-quick-order-confirm.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-quick-order-confirm.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-quick-order-confirm {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-quick-order-confirm.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-quick-order-confirm span{margin-left:0.5rem;margin-right:0.5rem}
.s-quick-order-confirm svg{height:1rem;width:1rem;fill:#414042;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)))}
.product-form .upload-file .s-quick-order-terms.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-quick-order-terms.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-quick-order-terms.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-quick-order-terms {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-quick-order-terms.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem}
.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}
.product-form .upload-file .s-rating-modal-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-footer {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-rating-modal-btn.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-rating-modal-btn {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-rating-modal-btn.top-full {
  color: #414042;
  color: var(--color-primary);
}
.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}
.product-form .upload-file .s-rating-modal-dots.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-dots.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-dots.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-dots.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-rating-modal-step-wrap.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-step-wrap.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-rating-modal-step-wrap .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-step-wrap.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-step-wrap {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-step-wrap.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-rating-modal-product-details{position:relative;display:flex;flex:1 1 0%;flex-direction:column;padding-bottom:1rem}
.product-form .upload-file .s-rating-modal-product-details.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-product-details.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-rating-modal-product-details .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-product-details.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-product-details.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-rating-modal-product-details-main{display:flex;align-items:flex-start;justify-content:space-between}
.product-form .upload-file .s-rating-modal-product-details-main.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-product-details-main.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-product-details-main.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-product-details-main.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-rating-modal-product-details-main .s-rating-stars-wrapper{margin-bottom:0.375rem;flex-direction:column;align-items:center;gap:0.625rem}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-rating-modal-product-details-main .s-rating-stars-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-rating-modal-product-details-main .s-rating-stars-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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))}
.product-form .upload-file .s-rating-modal-rounded-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-rounded-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-rounded-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-rounded-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-rounded-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-rating-modal-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-rating-modal-title {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-rating-modal-title.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-rating-modal-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-rating-modal-shipping-logo) > salla-button {
  width: 100%;
}
.s-rating-modal-shipping-logo {
  height: 100%;
}
.s-rating-modal-shipping-icon{font-size:3rem;line-height:1;color:#414042;color:var(--color-primary)}

.theme-dark .s-rating-modal-shipping-icon {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-rating-modal-shipping-icon.top-full {
  color: #414042;
  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}

.p-que-addcart .s-add-product-button-main:not(.s-rating-modal-comment) > salla-button {
  width: 100%;
}
.cart-total .s-rating-modal-comment {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-rating-modal-comment {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .cart-total .s-rating-modal-comment {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-rating-modal-comment.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-rating-modal-comment.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-rating-modal-comment:focus{border-color:#414042;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)))}
.product-form .upload-file .s-rating-modal-product .rating-outer-form.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-product .rating-outer-form.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-product .rating-outer-form.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-product .rating-outer-form.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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))}
.cart-total .s-rating-modal-product-img-wrap {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-rating-modal-product-img-wrap {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-rating-modal-product-img-wrap.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-rating-modal-product-img-wrap.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .s-rating-modal-product-img-wrap.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
@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}

.p-que-addcart .s-add-product-button-main:not(.s-rating-modal-product-img) > salla-button {
  width: 100%;
}
.s-rating-modal-product-img {
  height: 100%;
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-rating-modal-product-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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:#414042;color:var(--color-primary)}
@media (max-width: 450px) {
  .content-comment .flex.s-rating-modal-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-rating-modal-icon {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-rating-modal-icon.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-rating-modal-icon svg{height:1.75rem;width:1.75rem;fill:#414042;fill:var(--color-primary)}
.s-rating-modal-thanks-title{margin-top:1rem;font-weight:700}
@media (max-width: 576px) {
  section.border-t.s-rating-modal-thanks-title.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
  .card-custom-bg h2.text-lg.s-rating-modal-thanks-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-rating-modal-thanks-title.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.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}
.cart-total .s-rating-modal-thanks-btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-rating-modal-thanks-btn.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-rating-modal-thanks-btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-rating-modal-thanks-btn {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.s-rating-modal-thanks-btn.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-rating-modal-thanks-btn.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-rating-modal-thanks-btn.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-rating-modal-thanks-btn:hover{opacity:0.8}
.s-rating-modal-thanks-btn{border-width:1px;border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-rating-modal-thanks-btn {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.s-rating-modal-thanks-btn{display:inline-flex;flex:1 1 0%;align-items:center;justify-content:center;white-space:nowrap;border-radius:0.375rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0.625rem;padding-top:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.cart-total .s-rating-modal-thanks-btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-rating-modal-thanks-btn.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-rating-modal-thanks-btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-rating-modal-thanks-btn {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.s-rating-modal-thanks-btn.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-rating-modal-thanks-btn.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-rating-modal-thanks-btn.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.s-rating-modal-thanks-btn.btn:disabled:hover{background-color:transparent}
.s-rating-modal-thanks-btn:disabled .s-button-text{opacity:0.7}
@media only screen and (min-width: 1024px) {
  .main-menu .sub-menu .s-rating-modal-thanks-btn {
    padding: 8px 10px 10px;
  }
}
.empty a.s-rating-modal-thanks-btn {
  background: #414042;
  background: var(--color-primary);
  color: #fff;
  color: var(--white);
  padding: 7px 20px;
  min-width: 150px;
  margin-top: 12px;
  font-size: 17px;
}
.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}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-rating-modal-stars-company .s-rating-stars-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-rating-modal-stars-company .s-rating-stars-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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:#414042;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}
.product-form .upload-file .s-rating-modal-skeleton.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-skeleton.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-rating-modal-skeleton .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-skeleton.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-skeleton {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-skeleton.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-rating-modal-skeleton-footer.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-skeleton-footer.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-rating-modal-skeleton-footer) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-skeleton-footer.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-skeleton-footer.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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)))}
.product-form .upload-file .s-rating-modal-skeleton-stars.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-skeleton-stars.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-skeleton-stars.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-skeleton-stars {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-skeleton-stars.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.theme-dark .thankyou-block .s-rating-modal-uploader .filepond--drop-label.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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}
.mm-ocd .mm-spn li.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info {
  display: none;
}
.custom-main-normal .s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info {
  display: block;
  position: relative;
}
.custom-main-normal .s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info {
  display: none;
}
.totals-div h6.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}
.product-form .upload-file .s-rating-modal-filepond-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-filepond-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-rating-modal-filepond-placeholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-filepond-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-filepond-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-filepond-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-rating-modal-contact.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-contact.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-rating-modal-contact {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-contact.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-contact {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-rating-modal-contact {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-rating-modal-contact.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-rating-modal-contact.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.s-rating-modal-contact.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .s-rating-modal-contact.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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}
.product-form .upload-file .s-rating-modal-contact-icons.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-contact-icons.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-contact-icons.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-contact-icons {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-contact-icons.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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;
}
.product-form .upload-file .s-rating-modal-contact-icons span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-contact-icons span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-rating-modal-contact-icons span {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-contact-icons span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-contact-icons span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-rating-modal-contact-icons span {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-rating-modal-contact-icons span {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-rating-modal-contact-icons span.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-rating-modal-contact-icons span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-rating-modal-contact-icons span.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-rating-modal-contact-icons span.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-rating-modal-contact-icons span svg{height:1rem;width:1rem;fill:#414042;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))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-rating-modal-delete-wrapper h3 {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-rating-modal-delete-wrapper h3.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-rating-modal-delete-wrapper p.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-rating-modal-delete-actions{margin-top:1.25rem;display:flex;align-items:center;gap:0.625rem}
.product-form .upload-file .s-rating-modal-delete-actions.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-modal-delete-actions.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-modal-delete-actions.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-modal-delete-actions {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-modal-delete-actions.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-rating-modal-delete-actions salla-button{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-rating-modal-delete-actions salla-button) > salla-button {
  width: 100%;
}
.s-rating-modal-delete-actions salla-button button{width:100%}

.p-que-addcart .s-add-product-button-main:not(.s-rating-modal-delete-actions salla-button button) > salla-button {
  width: 100%;
}
.s-rating-stars-wrapper{display:inline-flex;align-items:center}
@media (max-width: 450px) {
  .content-comment .flex.s-rating-stars-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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}
.product-form .upload-file .s-rating-stars-element.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-stars-element.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-stars-element.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-stars-element.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-rating-stars-label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-rating-stars-label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-rating-stars-label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-rating-stars-label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-rating-stars-label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-slider-container{position:relative;display:grid;height:auto;overflow:clip;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}

.theme-dark .thankyou-block .s-review-card-slider-container.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.s-review-card-slides{display:flex;height:100%;width:100%;transition-property:transform;transition-duration:500ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.product-form .upload-file .s-review-card-slides.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-slides.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-review-card-slides) > salla-button {
  width: 100%;
}
.s-review-card-slides {
  height: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-slides.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-slides.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-slider-slide{display:grid;height:100%;width:100%;flex-shrink:0;align-content:center;justify-content:center;place-content:center}

.p-que-addcart .s-add-product-button-main:not(.s-review-card-slider-slide) > salla-button {
  width: 100%;
}
.s-review-card-slider-slide {
  height: 100%;
}
.s-review-card-slider-slide img{-o-object-fit:cover;object-fit:cover}
.s-review-card-slider-dots{position:absolute;bottom:1rem;left:0px;right:0px;z-index:10;display:flex;justify-content:center;gap:0.5rem}
input[type=radio].sr-only div.s-review-card-slider-dots {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-review-card-slider-dots {
  border-color: var(--color-main);
}
.product-form .upload-file .s-review-card-slider-dots.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-slider-dots.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-slider-dots.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-slider-dots.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-slider-dot{aspect-ratio:1 / 1;height:0.5rem;width:0.5rem;cursor:pointer;justify-self:center;border-radius:9999px;border-width:0.5px;border-color:#414042;border-color:var(--color-primary);background-color:rgba(255, 255, 255, 0.7);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.s-review-card-slider-dot * {
  pointer-events: none;
}
.s-review-card-slider-dot.active{--tw-scale-x:1.5;--tw-scale-y:1.5;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.5) scaleY(1.5);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:#414042;background-color:var(--color-primary)}
.s-review-card-container{overflow:clip;border-radius:4px;border-width:1px}
.s-review-card-image{height:auto;width:100%;-o-object-fit:cover;object-fit:cover}

.p-que-addcart .s-add-product-button-main:not(.s-review-card-image) > salla-button {
  width: 100%;
}
.s-review-card-content{display:grid;grid-gap:0.5rem;gap:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:1.25rem}

.theme-dark .s-review-card-content {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-review-card-content.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-review-card-header{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.product-form .upload-file .s-review-card-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-review-card-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-stars{display:flex;gap:0.25rem;--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}
.product-form .upload-file .s-review-card-stars.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-stars.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-stars.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-stars.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-reviewer-name{display:flex;align-items:center;gap:0.5rem}
.product-form .upload-file .s-review-card-reviewer-name.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-reviewer-name.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-reviewer-name.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-review-card-reviewer-name {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-reviewer-name.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-reviewer-name:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}
.s-review-card-reviewer-name:where([dir="rtl"], [dir="rtl"] *){margin-left:auto}
.s-review-card-review-content{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));word-wrap:anywhere}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-review-card-review-content.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-review-card-product-container{display:flex;gap:0.5rem}
.product-form .upload-file .s-review-card-product-container.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-product-container.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-product-container.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-product-container.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-product-container img{flex-shrink:0}
.s-review-card-product-image{height:60px;width:60px;border-radius:2px;border-width:1px;-o-object-fit:contain;object-fit:contain}
.s-review-card-product-details{align-self:center}
.s-review-card-product-details-name{margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;color:#414042;color:var(--color-primary);word-wrap:anywhere}

.theme-dark .s-review-card-product-details-name {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-review-card-product-details-name.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-review-card-product-details-purchase-count{display:flex;align-items:center;gap:0.5rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.product-form .upload-file .s-review-card-product-details-purchase-count.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-product-details-purchase-count.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-product-details-purchase-count.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-review-card-product-details-purchase-count {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-product-details-purchase-count.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-review-card-divider{margin-left:auto;margin-right:auto;height:1px;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}

.p-que-addcart .s-add-product-button-main:not(.s-review-card-divider) > salla-button {
  width: 100%;
}
.s-review-card-verified-icon{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));font-size:0.75rem;line-height:1rem}
.product-form .upload-file .s-review-card-verified-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-review-card-verified-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-review-card-verified-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-review-card-verified-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-review-card-verified-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.theme-dark .s-review-card-verified-icon.sicon-check {
  color: #272a32;
  color: var(--text-color);
}
.s-review-card-verified-icon svg{height:0.75rem;width:0.75rem}
@media (min-width: 1024px){
.s-reviews-container{overflow:hidden}}
.s-reviews-header-wrapper{display:flex;justify-content:space-between}
.product-form .upload-file .s-reviews-header-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-header-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-reviews-header-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-header-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-reviews-header {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-reviews-header.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-reviews-header.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-reviews-avatar-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}

.p-que-addcart .s-add-product-button-main:not(.s-reviews-avatar-image) > salla-button {
  width: 100%;
}
.s-reviews-avatar-image {
  height: 100%;
}
.s-reviews-content{margin-bottom:0.5rem;margin-top:1rem;line-height:1.5rem}
@media (max-width: 576px) {
  section.border-t.s-reviews-content.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
  .card-custom-bg h2.text-lg.font-bold.s-reviews-content {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-reviews-content.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
@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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-reviews-customer-header.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-reviews-display-all.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-reviews-display-all {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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:#414042;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);
}

.theme-dark .s-reviews-quote-icon svg {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-reviews-quote-icon svg.top-full {
  color: #414042;
  color: var(--color-primary);
}
@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}
.product-form .upload-file .s-reviews-testimonial.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-testimonial.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-reviews-testimonial {
  height: 100%;
}
@media (max-width: 768px) {
  .content--single-page.s-reviews-testimonial {
    padding: 1rem;
  }
  .content--single-page.s-reviews-testimonial h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-reviews-testimonial.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-reviews-testimonial {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-reviews-testimonial.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-reviews-testimonial.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}
.product-form .upload-file .s-reviews-testimonial__inner.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-testimonial__inner.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-reviews-testimonial__inner.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-testimonial__inner {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-testimonial__inner.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-reviews-testimonial__avatar{height:5rem;width:5rem;flex-shrink:0;overflow:hidden;border-radius:9999px}
.s-reviews-testimonial__icon svg{position:absolute;top:1rem;height:2.25rem;width:2.25rem;fill:#414042;fill:var(--color-primary);font-size:2.25rem;line-height:2.5rem}
input[type=radio].sr-only div.s-reviews-testimonial__icon svg {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-reviews-testimonial__icon svg {
  border-color: var(--color-main);
}
@media (min-width: 640px){
.s-reviews-testimonial__icon svg{font-size:3rem;line-height:1}}
@media (min-width: 1024px){
.s-reviews-testimonial__icon svg{height:3rem;width:3rem}}
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}
@media (min-width: 640px){
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:3rem}}
@media (min-width: 1024px){
.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *){right:2rem}}
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}
@media (min-width: 640px){
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:3rem}}
@media (min-width: 1024px){
.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *){left:2rem}}
.s-reviews-testimonial__text{flex:1 1 0%}
.s-reviews-testimonial__text p{margin-bottom:0.5rem;margin-top:1rem;display:none;line-height:1.5rem}
.mm-ocd .mm-spn li.s-reviews-testimonial__text p {
  display: none;
}
.custom-main-normal .s-reviews-testimonial__text p {
  display: block;
  position: relative;
}
.custom-main-normal .s-reviews-testimonial__text p:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-reviews-testimonial__text p {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-reviews-testimonial__text p {
  display: none;
}
.totals-div h6.s-reviews-testimonial__text p {
  display: none;
}
@media (max-width: 576px) {
  section.border-t.s-reviews-testimonial__text p.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
  .card-custom-bg h2.text-lg.font-bold.s-reviews-testimonial__text p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-reviews-testimonial__text p.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
@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}
.product-form .upload-file .s-reviews-testimonial__name_wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-testimonial__name_wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-reviews-testimonial__name_wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-reviews-testimonial__name_wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-testimonial__name_wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-testimonial__name_wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
.mm-ocd .mm-spn li.s-reviews-testimonial__rating {
  display: none;
}
.custom-main-normal .s-reviews-testimonial__rating {
  display: block;
  position: relative;
}
.custom-main-normal .s-reviews-testimonial__rating:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-reviews-testimonial__rating {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-reviews-testimonial__rating {
  display: none;
}
.totals-div h6.s-reviews-testimonial__rating {
  display: none;
}
.s-reviews-testimonial__info h2{font-size:0.75rem;line-height:1rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-reviews-testimonial__info h2.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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}
@media (max-width: 450px) {
  .content-comment .flex.s-reviews-container .swiper-slide-prev .s-reviews-testimonial {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial{align-items:center;justify-content:flex-start}
@media (max-width: 450px) {
  .content-comment .flex.s-reviews-container .swiper-slide-next .s-reviews-testimonial {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner) > salla-button {
  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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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))}
.mm-ocd .mm-spn li.s-reviews-container .s-slider--nav-arrow {
  display: none;
}
.custom-main-normal .s-reviews-container .s-slider--nav-arrow {
  display: block;
  position: relative;
}
.custom-main-normal .s-reviews-container .s-slider--nav-arrow:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-reviews-container .s-slider--nav-arrow {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-reviews-container .s-slider--nav-arrow {
  display: none;
}
.totals-div h6.s-reviews-container .s-slider--nav-arrow {
  display: none;
}
@media (min-width: 1024px){
.s-reviews-container .s-slider--nav-arrow{display:flex}}
.s-reviews-container .s-slider--nav-arrow.s-slider-next{left:17%}
.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="ltr"], [dir="ltr"] *){left:auto}
.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="rtl"], [dir="rtl"] *){right:auto}
.s-reviews-page-grid{display:grid;align-items:flex-start;grid-gap:1.25rem;gap:1.25rem}
@media (min-width: 640px){
.s-reviews-page-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}
@media (min-width: 768px){
.s-reviews-page-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}
@media (min-width: 1024px){
.s-reviews-page-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}
.s-reviews-page-title{display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:0.75rem;column-gap:0.75rem;row-gap:0.5rem;font-size:1.25rem;font-weight:700;line-height:0.75rem}
.product-form .upload-file .s-reviews-page-title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-page-title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-reviews-page-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-reviews-page-title {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .s-reviews-page-title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-page-title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-reviews-page-count{font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-reviews-page-count.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-reviews-page-filter{height:auto;min-width:164px;border-radius:0.375rem;border-width:1px;border-color:#414042;border-color:var(--color-primary);padding:0.25rem;color:#414042;color:var(--color-primary)}
.cart-total .s-reviews-page-filter {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-reviews-page-filter {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-reviews-page-filter.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-reviews-page-filter {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-reviews-page-filter.top-full {
  color: #414042;
  color: var(--color-primary);
}

.theme-dark .bg-white.s-reviews-page-filter.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-reviews-page-filter:focus{border-color:#414042;border-color:var(--color-primary)}
.s-reviews-page-filter-label{display:none;white-space:nowrap}
.mm-ocd .mm-spn li.s-reviews-page-filter-label {
  display: none;
}
.custom-main-normal .s-reviews-page-filter-label {
  display: block;
  position: relative;
}
.custom-main-normal .s-reviews-page-filter-label:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-reviews-page-filter-label {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-reviews-page-filter-label {
  display: none;
}
.totals-div h6.s-reviews-page-filter-label {
  display: none;
}
@media (min-width: 640px){
.s-reviews-page-filter-label{display:block}}
.s-reviews-page-filter-wrapper{display:flex;align-items:center;gap:0.75rem}
.product-form .upload-file .s-reviews-page-filter-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-page-filter-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-reviews-page-filter-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-page-filter-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-page-filter-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-reviews-page-load-more-btn{margin-top:1.5rem}
.s-reviews-page-header-wrapper{margin-bottom:0.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem}
.product-form .upload-file .s-reviews-page-header-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-page-header-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-reviews-page-header-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-page-header-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-page-header-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-reviews-page-load-more-container{text-align:center}
.s-reviews-summary-wrapper{display:flex;flex-direction:column;-moz-column-gap:2rem;column-gap:2rem;row-gap:1.5rem}
.product-form .upload-file .s-reviews-summary-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-summary-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-reviews-summary-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-reviews-summary-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-summary-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 640px){
.s-reviews-summary-wrapper{flex-direction:row}}
.s-reviews-summary-header{display:grid;align-content:flex-start;grid-gap:2rem;gap:2rem}
.s-block--special-products .s-reviews-summary-header {
  gap: 1rem;
}
@media (max-width: 1024px) {
  .s-block--special-products .s-reviews-summary-header {
    gap: 2rem;
  }
}
@media (min-width: 640px){
.s-reviews-summary-header{gap:2.5rem}}
.s-reviews-summary-header .s-rating-stars-selected{fill:#414042;fill:var(--color-primary)}
.s-reviews-summary-header .s-rating-stars-btn-star{padding:0px}
.s-reviews-summary-header-section{display:flex;align-items:center;gap:1rem}
.product-form .upload-file .s-reviews-summary-header-section.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-summary-header-section.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.pt-24 .s-reviews-summary-header-section {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .s-reviews-summary-header-section.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-summary-header-section {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-summary-header-section.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-reviews-summary-count.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-reviews-summary-rows{display:grid;grid-gap:1rem;gap:1rem}
@media (max-width: 576px) {
  section.pt-24 .s-reviews-summary-rows {
    gap: 0.2rem;
  }
}
@media (min-width: 640px){
.s-reviews-summary-rows{width:54%}}
.s-reviews-summary-row{display:flex;align-items:center;gap:0.625rem}
.product-form .upload-file .s-reviews-summary-row.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-summary-row.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-reviews-summary-row.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-summary-row {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-summary-row.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-reviews-summary-row-rate{display:flex;align-items:center;gap:0.25rem;fill:#1f2937;font-size:0.75rem;line-height:1rem;font-weight:500;line-height:1.5}
.product-form .upload-file .s-reviews-summary-row-rate.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-reviews-summary-row-rate.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-reviews-summary-row-rate.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-reviews-summary-row-rate {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-reviews-summary-row-rate.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-reviews-summary-row-rate span svg{max-height:-moz-max-content;max-height:max-content;width:1rem;fill:#fbbf24}
.s-reviews-summary-progress{flex-grow:1}
.s-reviews-summary-progress .s-progress-bar-wrapper{margin-bottom:0px}
.s-reviews-summary-progress .s-progress-bar-container{margin-bottom:0px}
.s-reviews-summary-percentage{width:2rem;font-size:0.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.s-reviews-summary-recommendation-percentage{font-size:2.25rem;line-height:2.5rem;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
.s-reviews-summary-header-section.s-reviews-summary-recommendation-only{gap:3rem}
.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-scopes-title{margin-bottom:0.75rem}
.s-scopes-header{margin-bottom:0.5rem;display:block;text-align:center}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.s-scopes-header {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}
.product-form .upload-file .s-scopes-header-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-scopes-header-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-scopes-header-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-scopes-header-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-scopes-header-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-scopes-header-icon svg{height:2rem;fill:#414042;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))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-scopes-header-title {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-scopes-header-title.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-scopes-search-wrapper) > salla-button {
  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);
}
.product-form .upload-file .s-scopes-search-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-scopes-search-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-scopes-search-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-scopes-search-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-scopes-search-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.75rem;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))}

.p-que-addcart .s-add-product-button-main:not(.s-scopes-search-input) > salla-button {
  width: 100%;
}
.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}
.product-form .upload-file .s-scopes-input-wrap.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-scopes-input-wrap.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-scopes-input-wrap.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-scopes-input-wrap {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-scopes-input-wrap.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:#414042;color:var(--color-primary)}

.theme-dark .s-scopes-input {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-scopes-input.top-full {
  color: #414042;
  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))}
.product-form .upload-file .s-scopes-label.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-scopes-label.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-scopes-label.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-scopes-label {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-scopes-label.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-scopes-select) > salla-button {
  width: 100%;
}
.cart-total .s-scopes-select {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-scopes-select {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-scopes-select.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-scopes-select.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-scopes-select:focus{border-color:#414042;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}
.mm-ocd .mm-spn li.s-scopes-hidden {
  display: none;
}
.custom-main-normal .s-scopes-hidden {
  display: block;
  position: relative;
}
.custom-main-normal .s-scopes-hidden:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-scopes-hidden {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-scopes-hidden {
  display: none;
}
.totals-div h6.s-scopes-hidden {
  display: none;
}
.s-scopes-input-wrap.is-hidden-branch{display:none}
.mm-ocd .mm-spn li.s-scopes-input-wrap.is-hidden-branch {
  display: none;
}
.custom-main-normal .s-scopes-input-wrap.is-hidden-branch {
  display: block;
  position: relative;
}
.custom-main-normal .s-scopes-input-wrap.is-hidden-branch:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-scopes-input-wrap.is-hidden-branch {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-scopes-input-wrap.is-hidden-branch {
  display: none;
}
.totals-div h6.s-scopes-input-wrap.is-hidden-branch {
  display: none;
}
.s-scopes-wrap{display:flex;max-height:350px;flex-direction:column}
.product-form .upload-file .s-scopes-wrap.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-scopes-wrap.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-scopes-wrap .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-scopes-wrap.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-scopes-wrap.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-scopes-wrap .s-placeholder-wrapper{display:flex;height:12rem;flex-direction:column;align-items:center;justify-content:center}
.product-form .upload-file .s-scopes-wrap .s-placeholder-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-scopes-wrap .s-placeholder-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-scopes-wrap .s-placeholder-wrapper .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-scopes-wrap .s-placeholder-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-scopes-wrap .s-placeholder-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-scopes-wrap .s-placeholder-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-scopes-skeleton .s-list-tile-item-content) > salla-button {
  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}
.cart-total .s-search-container {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-search-container {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-search-container.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-search-container.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-search-input) > salla-button {
  width: 100%;
}
.cart-total .s-search-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .s-search-input {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-search-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-search-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-search-input {
  border-color: var(--color-sub-dark-mode);
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .s-search-input.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-search-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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);
}

.p-que-addcart .s-add-product-button-main:not(.s-search-results) > salla-button {
  width: 100%;
}

.theme-dark .s-search-results {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-search-results.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
.product-form .upload-file .s-search-product.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-search-product.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-search-product {
  height: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-search-product.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-search-product.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-search-product {
  border-color: var(--color-sub-dark-mode);
}
.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))}
.cart-total .s-search-product-image-container {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-search-product-image-container {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-search-product-image-container.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-search-product-image-container.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .s-search-product-image-container.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.s-search-product-image{position:relative;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;font-size:0px}

.p-que-addcart .s-add-product-button-main:not(.s-search-product-image) > salla-button {
  width: 100%;
}
.s-search-product-image {
  height: 100%;
}
.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))}
.product-form .upload-file .s-search-product-title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-search-product-title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-search-product-title .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-search-product-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-search-product-title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-search-product-title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-search-product-title {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-search-product-price{display:flex;width:100%;align-items:center;font-size:0.875rem;line-height:1.25rem;font-weight:700;color:#414042;color:var(--color-primary)}
.product-form .upload-file .s-search-product-price.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-search-product-price.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-search-product-price) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-search-product-price.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-search-product-price.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-search-product-price {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-search-product-price.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-search-product-price {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-search-product-price.top-full {
  color: #414042;
  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}

.theme-dark .product-entry--wishlist .div-cont span.text-size.text-gray-500.s-search-product-regular-price {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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 {
  height: 100%;
}
.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}
.product-form .upload-file .s-search-input-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-search-input-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-search-input-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-search-input-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-search-input-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.p-que-addcart .s-add-product-button-main:not(.s-skeleton-item) > salla-button {
  width: 100%;
}
.cart-total .s-skeleton-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.s-skeleton-item {
  height: 100%;
}

.theme-dark .cart-total .s-skeleton-item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-skeleton-item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-skeleton-item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}
@media (max-width: 576px) {
  section.border-t.s-slider-horizontal .s-slider-thumbs.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.s-slider-horizontal .s-slider-thumbs.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.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}
.product-form .upload-file .s-slider-block__title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-slider-block__title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-slider-block__title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-slider-block__title {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-slider-block__title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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)))}
.product-form .upload-file .s-slider-block__title-left.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-slider-block__title-left.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-slider-block__title-left.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-slider-block__title-left {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-slider-block__title-left.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-slider-block__title h2 {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-slider-block__title h2.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-slider-block__title h2.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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)))}
.product-form .upload-file .s-slider-block__title-nav.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-slider-block__title-nav.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-slider-block__title-nav.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-slider-block__title-nav.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.mm-ocd .mm-spn li.carousel-slider .s-slider-block__title-nav {
  display: none;
}
.custom-main-normal .carousel-slider .s-slider-block__title-nav {
  display: block;
  position: relative;
}
.custom-main-normal .carousel-slider .s-slider-block__title-nav:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.carousel-slider .s-slider-block__title-nav {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.carousel-slider .s-slider-block__title-nav {
  display: none;
}
.totals-div h6.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)}

.theme-dark .s-slider-v-centered .s-slider-block__title-nav button {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-slider-v-centered .s-slider-block__title-nav button.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;color:var(--color-primary)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-slider-block__display-all.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-slider-block__display-all {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-slider-block__display-all.top-full {
  color: #414042;
  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}
@media (max-width: 450px) {
  .content-comment .flex.s-slider-nav-arrow {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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);
}
.product-form .upload-file .s-slider-thumbs-nav.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-slider-thumbs-nav.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-slider-thumbs-nav.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-slider-thumbs-nav.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.theme-dark .s-slider-thumbs-nav button {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-slider-thumbs-nav button.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;border-color:var(--color-primary)}
.s-slider-nav-arrow:not(:disabled):hover svg{fill:#414042;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);
  }
}
.flex-div-order salla-slider:not(.hydrated) .tooltip-content,.flex-div-order  .carousel-slider .tooltip-content {
  transform: translate(82px, -70px);
  -webkit-transform: translate(82px, -70px);
  -moz-transform: translate(82px, -70px);
  -ms-transform: translate(82px, -70px);
  -o-transform: translate(82px, -70px);
}
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}
.product-form .upload-file salla-slider[type]:not(.hydrated) > div.space-x-3,.product-form .upload-file  salla-slider[type]:not(.hydrated) .swiper > div > div.space-x-3,.product-form .upload-file  .carousel-slider .swiper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file salla-slider[type]:not(.hydrated) > div.space-x-3 .btn-tab,.product-form .upload-file  salla-slider[type]:not(.hydrated) .swiper > div > div.space-x-3 .btn-tab,.product-form .upload-file  .carousel-slider .swiper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment salla-slider[type]:not(.hydrated) > div.items-center,.content-comment  salla-slider[type]:not(.hydrated) .swiper > div > div.items-center,.content-comment  .carousel-slider .swiper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file salla-slider[type]:not(.hydrated) > div.space-x-3 .btn-tab,.theme-dark .upload-file  salla-slider[type]:not(.hydrated) .swiper > div > div.space-x-3 .btn-tab,.theme-dark .upload-file  .carousel-slider .swiper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}

.p-que-addcart .s-add-product-button-main:not(salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div) > salla-button,
.p-que-addcart .s-add-product-button-main:not( salla-slider.photos-slider:not(.hydrated) > div) > salla-button {
  width: 100%;
}
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}
.mm-ocd .mm-spn lisalla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2) {
  display: none;
}
.custom-main-normal salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2) {
  display: block;
  position: relative;
}
.custom-main-normal salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2):has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price divsalla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2) {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price salla-slider.old-price:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2) {
  display: none;
}
.totals-div h6salla-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%}

.p-que-addcart .s-add-product-button-main:not(salla-slider[type='fullscreen'] [slot='items'] > div) > salla-button {
  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%}

.p-que-addcart .s-add-product-button-main:not(.s-slider-vertical .s-slider-thumbs) > salla-button {
  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);
}
.mm-ocd .mm-spn li.s-slider-vertical .s-slider-thumbs-prev {
  display: none;
}
.custom-main-normal .s-slider-vertical .s-slider-thumbs-prev {
  display: block;
  position: relative;
}
.custom-main-normal .s-slider-vertical .s-slider-thumbs-prev:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-slider-vertical .s-slider-thumbs-prev {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-slider-vertical .s-slider-thumbs-prev {
  display: none;
}
.totals-div h6.s-slider-vertical .s-slider-thumbs-prev {
  display: none;
}
@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);
}
.mm-ocd .mm-spn li.s-slider-vertical .s-slider-thumbs-next {
  display: none;
}
.custom-main-normal .s-slider-vertical .s-slider-thumbs-next {
  display: block;
  position: relative;
}
.custom-main-normal .s-slider-vertical .s-slider-thumbs-next:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-slider-vertical .s-slider-thumbs-next {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-slider-vertical .s-slider-thumbs-next {
  display: none;
}
.totals-div h6.s-slider-vertical .s-slider-thumbs-next {
  display: none;
}
@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:.75rem;--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:.75rem;--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);
}

.p-que-addcart .s-add-product-button-main:not(.s-slider-thumbs .s-slider-thumbs-container .swiper-slide) > salla-button:after {
  width: 100%;
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
  height: 100%;
}
@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);
}
.product-form .upload-file salla-slider .video-entry.space-x-3:before,.product-form .upload-file  salla-slider .model-entry.space-x-3:before {
  gap: 12px;
}
.product-form .upload-file salla-slider .video-entry.space-x-3 .btn-tab:before,.product-form .upload-file  salla-slider .model-entry.space-x-3 .btn-tab:before {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment salla-slider .video-entry.items-center:before,.content-comment  salla-slider .model-entry.items-center:before {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment salla-slider.flex .video-entry:before,.content-comment  salla-slider.flex .model-entry:before {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file salla-slider .video-entry.space-x-3 .btn-tab:before,.theme-dark .upload-file  salla-slider .model-entry.space-x-3 .btn-tab:before {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.mm-ocd .mm-spn li.s-slider-with-grid-thumbs .s-slider-thumbs-nav {
  display: none;
}
.custom-main-normal .s-slider-with-grid-thumbs .s-slider-thumbs-nav {
  display: block;
  position: relative;
}
.custom-main-normal .s-slider-with-grid-thumbs .s-slider-thumbs-nav:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-slider-with-grid-thumbs .s-slider-thumbs-nav {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-slider-with-grid-thumbs .s-slider-thumbs-nav {
  display: none;
}
.totals-div h6.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-social-list{display:flex;gap:0.625rem}
.product-form .upload-file .s-social-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-social-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-social-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-social-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-social-link a.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-social-link a.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-social-link a.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-social-link a {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-social-link a.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}
.product-form .upload-file .s-social-share-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-social-share-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-social-share-list .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-social-share-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-social-share-list {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-social-share-list {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-social-share-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-social-share-list.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;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:#414042;border-color:var(--color-primary)}
.s-tabs-header * {
  pointer-events: none;
}
.product-form .upload-file .s-tabs-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-tabs-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-tabs-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-tabs-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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}
.mm-ocd .mm-spn li.s-tabs-content {
  display: none;
}
.custom-main-normal .s-tabs-content {
  display: block;
  position: relative;
}
.custom-main-normal .s-tabs-content:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-tabs-content {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-tabs-content {
  display: none;
}
.totals-div h6.s-tabs-content {
  display: none;
}
.s-tabs-content-wrapper{padding-top:0.75rem}
.s-tabs-content-selected{display:block}
.s-tabs-active{background-color:#414042;background-color:var(--color-primary);--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-tel-input-control) > salla-button {
  width: 100%;
}
.cart-total .s-tel-input-control {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .s-tel-input-control {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-tel-input-control.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-tel-input-control.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-tel-input-control:focus{border-color:#414042;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;
}
.product-form .upload-file .s-user-menu-trigger.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-menu-trigger.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-user-menu-trigger.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-menu-trigger {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-user-menu-trigger {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-user-menu-trigger.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-user-menu-trigger.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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);
  }
}
.flex-div-order .s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content {
  transform: translate(82px, -70px);
  -webkit-transform: translate(82px, -70px);
  -moz-transform: translate(82px, -70px);
  -ms-transform: translate(82px, -70px);
  -o-transform: translate(82px, -70px);
}
.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}
.mm-ocd .mm-spn li.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content {
  display: none;
}
.custom-main-normal .s-user-menu-trigger-avatar-only .s-user-menu-trigger-content {
  display: block;
  position: relative;
}
.custom-main-normal .s-user-menu-trigger-avatar-only .s-user-menu-trigger-content:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content {
  display: none;
}
.totals-div h6.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}
.mm-ocd .mm-spn li.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon {
  display: none;
}
.custom-main-normal .s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon {
  display: block;
  position: relative;
}
.custom-main-normal .s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon {
  display: none;
}
.totals-div h6.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}

.p-que-addcart .s-add-product-button-main:not(.s-user-menu-dropdown) > salla-button {
  width: 100%;
}

.theme-dark .s-user-menu-dropdown {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-user-menu-dropdown.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}
.product-form .upload-file .s-user-menu-dropdown-item a.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-menu-dropdown-item a.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-user-menu-dropdown-item a.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-menu-dropdown-item a {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .rounded-md.py-5.-mx-6.s-user-menu-dropdown-item a.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-user-menu-dropdown-item a.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-user-menu-dropdown-header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-menu-dropdown-header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-user-menu-dropdown-header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-menu-dropdown-header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-user-menu-dropdown-header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-user-menu-dropdown-header-content p.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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);
}
.product-form .upload-file .s-user-menu-dropdown-item-badge.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-menu-dropdown-item-badge.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-user-menu-dropdown-item-badge .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-user-menu-dropdown-item-badge.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-menu-dropdown-item-badge {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-user-menu-dropdown-item-badge.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
.product-form .upload-file .s-user-menu-login-btn.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-menu-login-btn.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-user-menu-login-btn.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-menu-login-btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-user-menu-login-btn.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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}
@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))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-user-profile-field-label.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.font-bold.s-user-profile-field-label {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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%}

.p-que-addcart .s-add-product-button-main:not(.s-user-profile-submit) > salla-button {
  width: 100%;
}
.s-user-profile-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.product-form .upload-file .s-user-profile-filepond-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-profile-filepond-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-user-profile-filepond-placeholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-user-profile-filepond-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-profile-filepond-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-user-profile-filepond-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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-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))}

.theme-dark .s-user-settings-section {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-user-settings-section.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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}

.p-que-addcart .s-add-product-button-main:not(.s-user-settings-section .s-list-tile-item-action button) > salla-button {
  width: 100%;
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-user-settings-section-subtitle.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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 (max-width: 450px) {
  .content-comment .flex.s-user-settings-confirmation-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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;color:rgba(174, 10, 10, 1);color:rgba(174, 10, 10, var(--tw-text-opacity, 1));--tw-text-opacity:1;color:rgb(239 68 68 / 1)}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){
.s-user-settings-confirmation-warning{color:rgb(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)))}
.product-form .upload-file .s-user-settings-confirmation-actions.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-user-settings-confirmation-actions.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-user-settings-confirmation-actions.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-user-settings-confirmation-actions {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-user-settings-confirmation-actions.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-verify-message.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
.product-form .upload-file .s-verify-codes.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-verify-codes.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-verify-codes.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-verify-codes.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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:.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-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}

.p-que-addcart .s-add-product-button-main:not(.s-verify-input) > salla-button {
  width: 100%;
}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-verify-input {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-verify-input.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-verify-input.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-verify-input:focus{border-color:#414042;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%}

.p-que-addcart .s-add-product-button-main:not(.s-verify-submit) > salla-button {
  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 (max-width: 450px) {
  .content-comment .flex.s-verify-header-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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:#414042;color:var(--color-primary)}

.theme-dark .s-verify-resend {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-verify-resend.top-full {
  color: #414042;
  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);
}
.product-form .upload-file .s-verify-back.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-verify-back.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-verify-back {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-verify-back.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .s-verify-back.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-verify-back {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-verify-back.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-verify-back {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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}
.mm-ocd .mm-spn li.s-wallet-reference-id {
  display: none;
}
.custom-main-normal .s-wallet-reference-id {
  display: block;
  position: relative;
}
.custom-main-normal .s-wallet-reference-id:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-wallet-reference-id {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-wallet-reference-id {
  display: none;
}
.totals-div h6.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:#414042;color:var(--color-primary)}

.theme-dark .s-wallet-buy-as-gift-icon {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-wallet-buy-as-gift-icon.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-wallet-copy-to-clipboard-button{display:flex;align-items:center}
.product-form .upload-file .s-wallet-copy-to-clipboard-button.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-wallet-copy-to-clipboard-button.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-wallet-copy-to-clipboard-button.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-wallet-copy-to-clipboard-button {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-wallet-copy-to-clipboard-button.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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))}
.product-form .upload-file .s-wallet-no-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-wallet-no-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.s-wallet-no-content {
  height: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-wallet-no-content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-wallet-no-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-wallet-no-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-wallet-no-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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))}
.product-form .upload-file .s-wallet-no-content .icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-wallet-no-content .icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-wallet-no-content .icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-wallet-no-content .icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-wallet-no-content .icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block .s-wallet-no-content .icon.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-wallet-no-content p.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.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))}
.mm-ocd .mm-spn li.s-wallet-table-head {
  display: none;
}
.custom-main-normal .s-wallet-table-head {
  display: block;
  position: relative;
}
.custom-main-normal .s-wallet-table-head:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-wallet-table-head {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-wallet-table-head {
  display: none;
}
.totals-div h6.s-wallet-table-head {
  display: none;
}
@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:where([dir="rtl"], [dir="rtl"] *){text-align:right}

.theme-dark .rounded-md.py-5.-mx-6.s-wallet-table-head-tr-th.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.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:.75rem;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}
.product-form .upload-file .s-wallet-table-tbody-tr.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-wallet-table-tbody-tr.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-wallet-table-tbody-tr.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-wallet-table-tbody-tr {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .s-wallet-table-tbody-tr.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-wallet-table-tbody-tr.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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}

.p-que-addcart .s-add-product-button-main:not(.s-wallet-table-tbody-tr-td) > salla-button {
  width: 100%;
}
.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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-wallet-table-tbody-tr-td:first-child.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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}
.product-form .upload-file .s-wallet-table-tbody-tr-td-content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-wallet-table-tbody-tr-td-content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-wallet-table-tbody-tr-td-content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-wallet-table-tbody-tr-td-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-wallet-table-tbody-tr-td-content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@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);
}

.p-que-addcart .s-add-product-button-main:not(.s-wallet-table-tbody-tr a) > salla-button {
  width: 100%;
}
.s-wallet-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *){left:0px}
.s-wallet-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *){right:0px}
:root {
  --infinte-color: #c9c9c9;
  --main-text-color: #231f1e;
  --main-text-color-dark: #2b2d34;
  /* current */
  --color-primary: #5cd5c4;
  --color-primary: #414042;
  --color-primary-d: #272628;
  --color-primary-l: #676668;
  --color-primary-reverse: #ff6767;
  --color-text: #7c8082;
  --bg-gray: rgba(198,199,206,0.10196);
  --color-grey: #f5f7f9;
  --color-light-grey: #eeeeee;
  /* font-size */
  --font-sm: 0.8685714286rem;
  /* font-family: ; */
  --font-main: "DINNextLTArabic";
  /* plugins */
  --mm-ocd-width: calc(100% - 51px);
  --hover: var(--color-primary-light);
  --bg-gray: #f0f2f5;
  --bg-gray-100: #ecedeb;
  --bg-green: #12a05c;
  --bg-red-opacity: #fff2f0;
  --bg-yellow-opacity: #fffede;
  --yellow: #feee01;
  --white: #fff;
  --green: #107e4a;
  --red: #d94945;
  --text-color: #272a32;
  --text-gray: #f0eeee;
  --text-gray-600: #606674;
  --text-gray-500: #7a808f;
  --link-a: var(--text-color);
  --link-a-hover: var(--hover);
}
body {
  font-weight: 400;
  line-height: 26px;
  position: relative;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  margin-bottom: 0px;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  max-width: 100%;
}
a:focus {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1{font-size:1.875rem;line-height:2.25rem}
h2{font-size:1.25rem;line-height:1.75rem}
h3{font-size:1.25rem;line-height:1.75rem;
  line-height: 38px}
.f-color {
  color: #FF6767;
}
h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}
* {
  font-weight: 400;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
}
::after,
::before {
  box-sizing: border-box;
}
html body {
  direction: rtl;
  font-size: 16px;
  color: #272a32;
  color: var(--text-color);
  background-color: #fff;
  background-color: var(--white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #272a32;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
b {
  font-weight: 600;
}
p {
  font-size: 16px;
  line-height: 1.6em;
  color: #272a32;
  color: var(--text-color);
}
p span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
a {
  position: relative;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.4s ease;
  color: #272a32;
  color: var(--link-a);
}
a:hover {
  color: var(--link-a-hover);
}
a,
button,
input,
select,
textarea {
  outline: 0;
}
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
em {
  font-style: normal;
}
.small-container .container-fluid,
.small-container .s-breadcrumb-wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mt-2r {
  margin-top: 2rem;
}
.w100 {
  width: 100%;
}
.px-12 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.bg-border-color {
  background: #e1e1e1;
}
.shadow-custom {
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.d-none {
  display: none;
}
.pb-0 {
  padding-bottom: 0 !important;
}
html {
  scroll-behavior: smooth;
}
body.no-scroll {
  overflow: hidden;
}
.cursor-pointer * {
  pointer-events: none;
}
.flip-x {
  transform: scaleX(-1);
}
input[type=file] {
  display: none;
}
body{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}
body [type=text]:focus, body [type=email]:focus, body [type=url]:focus, body [type=password]:focus, body [type=number]:focus, body [type=date]:focus, body [type=datetime-local]:focus, body [type=month]:focus, body [type=search]:focus, body [type=tel]:focus, body [type=time]:focus, body [type=week]:focus, body [multiple]:focus, body textarea:focus, body select:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0))}
.text-start:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.text-start:where([dir="rtl"], [dir="rtl"] *){text-align:right}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[type=submit] {
  -webkit-appearance: listitem;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.unicode {
  unicode-bidi: plaintext;
}
.spinner-loader {
  border-right-color: #414042 !important;
  border-right-color: var(--color-primary) !important;
}
.spinner-loader.reverse {
  border-right-color: #9f7171 !important;
}
.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: #414042;
  border-top-color: var(--color-primary);
  border-bottom-color: #eee;
  border-left-color: #414042;
  border-left-color: var(--color-primary);
  border-right-color: #eee;
  animation: loader 1s ease-in-out infinite;
}
.btn--danger .loader:before {
  border-top-color: #ff6767;
  border-left-color: #ff6767;
}
.loader--small:before {
  width: 16px;
  height: 16px;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
@keyframes pulse-anime {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse-anime {
  animation-name: pulse-anime;
  animation-timing-function: ease-in-out;
}
/*
** Single page
*/
.content .content-entry img {
  margin: 15px 0 25px;
  max-width: 100%;
}
.content .content-entry ul, .content .content-entry li {
  list-style: inherit !important;
}
.content .content-entry ul {
  padding-left: 20px;
}
.content .content-entry ol {
  list-style: auto !important;
}
/* Components Init*/
salla-modal:not(.hydrated) {
  display: none;
}
/* video aspect ratio*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-width: initial;
}
.grid-trigger{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:0.375rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.grid-trigger * {
  pointer-events: none;
}
.product-form .upload-file .grid-trigger.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .grid-trigger.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .grid-trigger {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .grid-trigger.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.grid-trigger {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .grid-trigger {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .grid-trigger.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .grid-trigger.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.grid-trigger.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.flex-center{display:flex;align-items:center;justify-content:center}
.product-form .upload-file .flex-center.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .flex-center.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .flex-center.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.flex-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .flex-center.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.center-between{display:flex;align-items:center;justify-content:space-between}
.product-form .upload-file .center-between.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .center-between.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .center-between.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.center-between {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .center-between.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.grow-0 {
  flex-grow: 0 !important;
}
.basis-0 {
  flex-basis: 0;
}
.gradient-bg{--tw-gradient-from:var(--color-primary) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--color-primary-dark) var(--tw-gradient-to-position)}
[dir=ltr] .gradient-bg{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
[dir=rtl] .gradient-bg{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
@media (max-width: 1024px) {
  .gradient-bg.profile-header {
    background-image: none;
  }
  .gradient-bg.profile-header .breadcrumbs a,
  .gradient-bg.profile-header .breadcrumbs span,
  .gradient-bg.profile-header .breadcrumbs .arrow{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}

.theme-dark .gradient-bg.profile-header .breadcrumbs a,
.theme-dark 
  .gradient-bg.profile-header .breadcrumbs span,
.theme-dark 
  .gradient-bg.profile-header .breadcrumbs .arrow {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
}
.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}
@media (max-width: 450px) {
  .content-comment .flex.badge {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.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}
.product-form .upload-file .cart-submit-wrap.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .cart-submit-wrap.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .cart-submit-wrap.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.cart-submit-wrap {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .cart-submit-wrap.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.cart-submit-wrap:where([dir="ltr"], [dir="ltr"] *){flex-wrap:wrap}
.cart-submit-wrap > *{margin-left:5px;margin-right:5px;flex-grow:1}
.s-button-btn, .s-price-range-number-input{border-radius:.75rem}
.s-app-install-banner{position:fixed;left:0px;right:0px;z-index:999;margin-top:1rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:none;width:95%;flex-direction:row;align-items:center;gap:0.5rem;border-radius:0.375rem;padding:0.75rem;--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.mm-ocd .mm-spn li.s-app-install-banner {
  display: none;
}
.custom-main-normal .s-app-install-banner {
  display: block;
  position: relative;
}
.custom-main-normal .s-app-install-banner:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-app-install-banner {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-app-install-banner {
  display: none;
}
.totals-div h6.s-app-install-banner {
  display: none;
}
.cart-total .s-app-install-banner {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .flex.s-app-install-banner {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-app-install-banner {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-app-install-banner.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-app-install-banner.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-app-install-banner {
  background-color: rgb(226, 226, 227);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.s-app-install-banner {
  background-color: color-mix(in srgb, var(--color-primary) 15%, white);
}
}
.s-app-install-banner[open=false]{display:none}
.mm-ocd .mm-spn li.s-app-install-banner[open=false] {
  display: none;
}
.custom-main-normal .s-app-install-banner[open=false] {
  display: block;
  position: relative;
}
.custom-main-normal .s-app-install-banner[open=false]:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-app-install-banner[open=false] {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-app-install-banner[open=false] {
  display: none;
}
.totals-div h6.s-app-install-banner[open=false] {
  display: none;
}
.s-app-install-banner[open=true][position=top]{display:flex;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:500ms}
.product-form .upload-file .s-app-install-banner[open=true][position=top].space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-app-install-banner[open=true][position=top].space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-app-install-banner[open=true][position=top].items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-app-install-banner[open=true][position=top].space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-app-install-banner[open=true][position=bottom]{display:flex}
@keyframes slideUpFromBottom{
0%{transform:translateY(100%);opacity:0}
100%{transform:translateY(0%);opacity:1}}
.s-app-install-banner[open=true][position=bottom]{animation:slideUpFromBottom .6s linear}
.product-form .upload-file .s-app-install-banner[open=true][position=bottom].space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-app-install-banner[open=true][position=bottom].space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-app-install-banner[open=true][position=bottom].items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-app-install-banner[open=true][position=bottom].space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-app-install-banner[position=top]{position:relative;top:0px;margin:0px;width:100%;border-radius:0px}

.p-que-addcart .s-add-product-button-main:not(.s-app-install-banner[position=top]) > salla-button {
  width: 100%;
}
.s-app-install-banner[position=bottom]{bottom:0px}
@keyframes slideDownFromBottom{
0%{transform:translateY(0%);opacity:1}
100%{transform:translateY(100%);opacity:0}}
.s-app-install-banner[closing][position=bottom]{animation:slideDownFromBottom .6s linear;
  animation-fill-mode: forwards}
.s-app-install-banner-title{font-size:1rem;line-height:1.5rem;font-weight:700;color:#414042;color:var(--color-primary)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-app-install-banner-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .s-app-install-banner-title {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-app-install-banner-title.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-app-install-banner-sub-title{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400}
.s-app-install-banner-cta{color:#414042;color:var(--color-primary);text-decoration-line:underline}

.theme-dark .s-app-install-banner-cta {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-app-install-banner-cta.top-full {
  color: #414042;
  color: var(--color-primary);
}
.s-app-install-banner-cancel-button{position:absolute;top:0.5rem}
input[type=radio].sr-only div.s-app-install-banner-cancel-button {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-app-install-banner-cancel-button {
  border-color: var(--color-main);
}
.s-app-install-banner-cancel-button:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.s-app-install-banner-cancel-button:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}
.blog-category a{color:#414042;color:var(--color-primary)}

.theme-dark .blog-category a {
  color: var(--color-text-dark-mode);
}
.theme-dark .blog-category a.top-full {
  color: #414042;
  color: var(--color-primary);
}
.blog-category a:hover{color:var(--color-primary-dark)}
body .s-block {
  margin-top: 2rem;
}
.s-modal-wrapper .s-button-btn {
  font-size: 16px;
  border-radius: 8px;
}
.s-rating-modal-footer .s-button-element {
  font-size: 15px !important;
}
.s-rating-modal-footer .s-button-element {
  padding: 7px 10px;
}
.s-modal-wrapper .s-modal-title {
  font-size: 19px;
  line-height: 30px;
}
.s-modal-wrapper .s-modal-sub-title {
  font-size: 16px;
  line-height: 27px;
}
.s-rating-modal-product-img-wrap {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}
.s-rating-modal-product-img-wrap .s-rating-modal-product-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.s-localization-modal-inner .s-button-primary {
  font-size: 17px;
  border-radius: 10px;
}
.s-modal-container {
  z-index: 99999 !important;
}
.s-login-modal-tab .s-login-modal-link {
  font-size: 16px;
}
.s-modal-header-inner .s-login-modal-header-icon svg {
  height: 2rem;
  width: 2rem;
}
.s-block__title,
.s-slider-block__title {
  margin-bottom: 1rem !important;
}
.s-block__title {
  flex-wrap: wrap;
  gap: 10px;
}
.s-block__title .s-block__display-all {
  margin: 0 !important;
}
.s-block__title .s-block__display-all {
  white-space: nowrap;
  justify-content: flex-end;
  color: #414042;
  color: var(--color-primary);
  font-size: 18px;
  opacity: 1;
  font-weight: 600;
}
.s-slider-block__title-left .s-slider-block__display-all {
  font-weight: 600;
}
.center-title .s-slider-block__title,
.center-title .s-block__title {
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.center-title .s-slider-block__title-left {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.center-title .carousel-slider .s-slider-block__title-nav {
  margin: 0 !important;
}
.bg-home section:first-child {
  margin-top: 0 !important;
}
.bg-home section.s-block--items-slider:first-child,
.bg-home section.s-block--hero-slider:first-child {
  margin-top: 2rem !important;
}
body:has(.bg-home section:first-child.s-block--national-day-banners) .ps-header {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6588235294);
}
.zoom-0 {
  zoom: 0%;
}
.zoom-10 {
  zoom: 10%;
}
.zoom-20 {
  zoom: 20%;
}
.zoom-30 {
  zoom: 30%;
}
.zoom-40 {
  zoom: 40%;
}
.zoom-50 {
  zoom: 50%;
}
.zoom-60 {
  zoom: 60%;
}
.zoom-70 {
  zoom: 70%;
}
.zoom-80 {
  zoom: 80%;
}
.zoom-90 {
  zoom: 90%;
}
.zoom-100 {
  zoom: 100%;
}
.zoom-110 {
  zoom: 110%;
}
.zoom-120 {
  zoom: 120%;
}
.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: #414042;
  background-color: var(--color-primary);
  color: #ff6767;
  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: #414042;
  background-color: var(--color-primary);
}
[dir=rtl] .icon-trigger.mobile-shifted .tooltip-content {
  transform: translate(53px, -73px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted .tooltip-content {
    transform: translate(70px, -90px);
  }
  [dir=rtl] .icon-trigger.mobile-shifted .tooltip-content:after {
    left: 13%;
  }
}
[dir=ltr] .icon-trigger.mobile-shifted .tooltip-content {
  transform: translate(-53px, -75px);
}
@media (max-width: 991px) {
  [dir=ltr] .icon-trigger.mobile-shifted .tooltip-content {
    transform: translate(-70px, -90px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted .tooltip-content:after {
    left: 69%;
  }
}
.visible .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.visible .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.visible .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.visible .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.visible .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.close-tooltip {
  padding: 9px 7px !important;
}
.close-tooltip {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, -15px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 400ms;
  animation-fill-mode: both;
}
.animatedfadeInDown {
  opacity: 0;
}
.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1 !important;
    transform: translateX(0);
  }
}
@keyframes delayKeyframe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: 1 ;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(1  * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(1  * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(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: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
}
.animate__flipInX {
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
}
.animate__flipInY {
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  backface-visibility: visible !important;
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  backface-visibility: visible !important;
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
.swiper-lazy{opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms;position:absolute;top:0px;height:100%;width:100%;background-size:cover;background-position:center}
input[type=radio].sr-only div.swiper-lazy {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.swiper-lazy {
  border-color: var(--color-main);
}

.p-que-addcart .s-add-product-button-main:not(.swiper-lazy) > salla-button {
  width: 100%;
}
.swiper-lazy {
  height: 100%;
}
.swiper-lazy.swiper-lazy-loaded{opacity:1}
.lazy__bg{position:absolute;top:0px;left:0px;height:100%;width:100%;background-size:cover;background-position:center;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
input[type=radio].sr-only div.lazy__bg {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.lazy__bg {
  border-color: var(--color-main);
}

.p-que-addcart .s-add-product-button-main:not(.lazy__bg) > salla-button {
  width: 100%;
}
.lazy__bg {
  height: 100%;
}
.lazy__bg.loaded{opacity:1}
.rtl .rtl-range-slider,
[dir=rtl] .rtl-range-slider {
  transform: rotateY(180deg);
}
.rtl .rtl-range-numbers,
[dir=rtl] .rtl-range-numbers {
  flex-direction: row-reverse;
}
.rtl .form-select, .rtl select,
[dir=rtl] .form-select,
[dir=rtl] select {
  background-position: left 0.5rem center;
  padding-right: 12px;
}
.rtl .fix-align,
[dir=rtl] .fix-align {
  transform: translateY(-2px);
  display: inline-block;
}
.rtl .flatpickr-months .numInputWrapper .cur-year,
[dir=rtl] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 15px 0 0;
}
[dir=rtl] .mm-ocd .mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-right: 0.75rem;
}
[dir=rtl] .mm-ocd .mm-spn.mm-spn--navbar:after {
  padding-right: 3rem;
}
.sf-dump {
  direction: ltr;
}
[dir=ltr] .with-arrow .sicon-keyboard_arrow_left:before,
[dir=ltr] nav .sicon-keyboard_arrow_left:before,
[dir=ltr] .sub-menu .has-children > a:after {
  content: "\e96c";
}
[dir=ltr] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 0 0 15px;
}
[dir=ltr] .flatpickr-months [class^=arrow] {
  right: auto;
  right: initial;
  left: 0;
}
/* ltr */
html[dir=ltr] body {
  direction: ltr;
  text-transform: capitalize;
}
html[dir=ltr] .ps-header .ps-header__search {
  margin-right: auto;
  margin-left: 0;
}
html[dir=ltr] .toggle-mode {
  left: auto;
  right: 22px;
}
html[dir=ltr] .custom-slider-products-sec {
  background: linear-gradient(270deg, var(--color-primary-dark) -30%, rgba(252, 248, 248, 0) 40%);
}
html[dir=ltr] .custom-slider-products--div .title-block {
  right: auto;
  left: 30px;
}
html[dir=ltr] .stars-cloud-slider,
html[dir=ltr] .s-product-card-entry .discount-percentage {
  left: auto;
  right: 0;
}
html[dir=ltr] .s-product-box .product-img img {
  transform: translate(100%, -100%) rotate(180deg);
  -webkit-transform: translate(100%, -100%) rotate(180deg);
  -moz-transform: translate(100%, -100%) rotate(180deg);
  -ms-transform: translate(100%, -100%) rotate(180deg);
  -o-transform: translate(100%, -100%) rotate(180deg);
}
html[dir=ltr] .s-product-box.swiper-slide-prev .product-img img {
  transform: translate(100%, 100%) rotate(180deg);
  -webkit-transform: translate(100%, 100%) rotate(180deg);
  -moz-transform: translate(100%, 100%) rotate(180deg);
  -ms-transform: translate(100%, 100%) rotate(180deg);
  -o-transform: translate(100%, 100%) rotate(180deg);
}
html[dir=ltr] .s-product-card-entry .s-product-card-image .s-product-card-promotion-title {
  right: auto;
  left: 10px;
  border-bottom-right-radius: 0;
}
html[dir=ltr] .s-product-card-entry .s-product-card-wishlist-btn {
  right: 5px !important;
}
html[dir=ltr] .s-product-card-entry .s-product-card-wishlist-btn {
  left: auto;
}
html[dir=ltr] .s-product-card-entry .discount-percentage svg,
html[dir=ltr] .custom-nav-btn .swiper-button-next svg,
html[dir=ltr] .custom-nav-btn .swiper-button-prev svg,
html[dir=ltr] .swiper .swiper-button-next:after,
html[dir=ltr] .swiper .swiper-button-prev:after {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
html[dir=ltr] .s-product-card-entry .discount-percentage p {
  padding-right: 0;
  padding-left: 4px;
}
html[dir=ltr] .s-product-card-entry .s-product-card-rating,
html[dir=ltr] .s-block__title .s-block__display-all,
html[dir=ltr] .s-slider-block__title-left .s-slider-block__display-all,
html[dir=ltr] .accordion-box .item-box .header-accordion i,
html[dir=ltr] .dts-page .main-dts .p-share,
html[dir=ltr] .totals-div h6 p,
html[dir=ltr] .quantity-price-order {
  margin-right: 0;
  margin-left: auto;
}
html[dir=ltr] .blog-card .blog-img .date-box {
  right: 0;
  left: 8px;
}
html[dir=ltr] .ps-footer--contact .ps-footer__contact span {
  font-size: 13px;
}
html[dir=ltr] .dts-page .promotion-title {
  right: auto;
  left: 10px;
}
html[dir=ltr] .ps-product__content .tab-content {
  padding-left: 0;
  padding-right: 100px;
}
html[dir=ltr] .mm-ocd .mm-spn.mm-spn--navbar:after,
html[dir=ltr] .ps-header .ps-header__icons .ps-header__item .log-acc,
html[dir=ltr] .ps-header .ps-language-currency .language-currency {
  text-align: left;
}
html[dir=ltr] .mm-ocd .mm-spn.mm-spn--navbar:before {
  left: 24px;
  right: auto;
  transform: rotate(310deg) translateY(-80%);
}
html[dir=ltr] .notifications-sec {
  padding-left: 0;
  padding-right: 50px;
}
html[dir=ltr] .notifications-sec .s-notifications-item::after {
  right: auto;
  left: 25px;
}
html[dir=ltr] .account-page .list-pages {
  border-left: 0;
  padding-left: 0;
  border-right: 1px solid #ecedeb;
  border-right: 1px solid var(--bg-gray-100);
  padding-right: 15px;
}
html[dir=ltr] .s-breadcrumb-wrapper svg {
  top: 1px;
}
html[dir=ltr] .mm-ocd .mm-spn li:before {
  left: auto;
  right: calc(50px / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  transform: rotate(230deg);
}
html[dir=ltr] .s-product-card-entry .discount-percentage span {
  font-size: 12px;
}
html[dir=ltr] .s-orders-table-head-tr-th:last-child:where([dir=ltr], [dir=ltr] *) {
  text-align: right !important;
}
html[dir=ltr] .setting-icon {
  margin-right: 0;
  margin-left: -10px;
}
html[dir=ltr] .setting-sidebar-overlay,
html[dir=ltr] .system-setting-sidebar {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
html[dir=ltr] .setting-sidebar-overlay.active,
html[dir=ltr] .system-setting-sidebar.active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
html[dir=ltr] .system-setting-sidebar {
  left: auto;
  right: 0;
}
html[dir=ltr] .system-setting-sidebar li .toggle-mode span {
  padding-right: 0;
  padding-left: 29px;
}
html[dir=ltr] .system-setting-sidebar li .toggle-mode span::before,
html[dir=ltr] .system-setting-sidebar li .toggle-mode span::after {
  right: auto;
  left: 0;
}
html[dir=ltr] .system-setting-sidebar .header-sidebar i:last-child {
  margin-right: 0;
  margin-left: auto;
}
html[dir=ltr] .fixed-btm {
  left: auto;
  right: 22px;
}
html[dir=ltr] .fixed-btm.right {
  left: 22px;
  right: auto;
}
html[dir=ltr] .dts-page .sava-amount::after {
  border-left: 0;
  border-right: 10px solid #277f4b;
  right: auto;
  left: -6px;
}
html[dir=ltr] .parts-page .ps-categogy__wrapper {
  margin-right: 0;
  margin-left: auto;
}
html[dir=ltr] .filter-part salla-filters {
  padding-left: 0;
  padding-right: 25px;
}
html[dir=ltr] .parts-page .form-select {
  padding: 3px 25px 3px 10px;
  background-position: right 5px center;
}
html[dir=ltr] .bar-advertisement .marquee {
  animation-direction: normal;
}
html[dir=ltr] .bar-advertisement a {
  direction: ltr;
}
html[dir=ltr] .catg-custom.catg-style-2 .catg-custom-item .img-shape {
  left: auto;
  right: -10px;
  transform: skew(10deg, 10deg);
  -webkit-transform: skew(10deg, 10deg);
  -moz-transform: skew(10deg, 10deg);
  -ms-transform: skew(10deg, 10deg);
  -o-transform: skew(10deg, 10deg);
}
html[dir=ltr] .catg-custom.catg-style-2 .catg-custom-item .img-shape::after,
html[dir=ltr] .catg-custom.catg-style-2 .catg-custom-item .img-shape img {
  transform: skew(-10deg, -10deg);
  -webkit-transform: skew(-10deg, -10deg);
  -moz-transform: skew(-10deg, -10deg);
  -ms-transform: skew(-10deg, -10deg);
  -o-transform: skew(-10deg, -10deg);
}
html[dir=ltr] .catg-custom.catg-style-2 .catg-custom-item:hover .img-shape img {
  transform: skew(-10deg, -10deg) scale(1.08);
  -webkit-transform: skew(-10deg, -10deg) scale(1.08);
  -moz-transform: skew(-10deg, -10deg) scale(1.08);
  -ms-transform: skew(-10deg, -10deg) scale(1.08);
  -o-transform: skew(-10deg, -10deg) scale(1.08);
}
html[dir=ltr] .blog-card .blog-img .date-box span {
  line-height: 15px;
}
html[dir=ltr] .s-block--features::after {
  background: linear-gradient(270deg, var(--color-primary-dark) 0, rgba(0, 0, 0, 0.3) 100.84%);
}
html[dir=ltr] .theme-dark .s-block--features::after {
  background: linear-gradient(270deg, #0f091e 42.83%, rgba(0, 0, 0, 0.3) 100.84%);
}
html[dir=ltr] .ebdaa-line salla-count-down {
  margin-right: 0;
  margin-left: auto;
}
html[dir=ltr] .ps-product__content .tab-content .p-about ul {
  padding-left: 40px;
  padding-right: 0;
}
html[dir=ltr] .blog-dts .blog-description ul,
html[dir=ltr] .blog-dts .blog-description ol {
  padding-right: 0;
  padding-left: 40px;
}
input[type=radio].sr-only div.absolute {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.absolute {
  border-color: var(--color-main);
}
input[type=text]:disabled {
  color: #838383;
}
.form-label{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.form-label.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (min-width: 640px){
.form-label{margin-top:1px}}
@media (min-width: 768px){
.form-label{margin-bottom:0px}}
.form-input{height:2.5rem;width:100%;border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}

.p-que-addcart .s-add-product-button-main:not(.form-input) > salla-button {
  width: 100%;
}
.cart-total .form-input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .form-input {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .form-input.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.form-input.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.form-input:focus{border-color:#414042;border-color:var(--color-primary);--tw-ring-color:transparent}
.dark *.form-input{--tw-border-opacity:1;border-color:rgba(75, 85, 99, 1);border-color:rgba(75, 85, 99, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(75, 85, 99, 1);background-color:rgba(75, 85, 99, var(--tw-bg-opacity, 1))}
.dark .form-input:focus{border-color:#414042;border-color:var(--color-primary)}
.form-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
textarea.form-input{height:6rem}
.has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}
.has-error:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}
.has-success{--tw-border-opacity:1;border-color:rgba(34, 197, 94, 1);border-color:rgba(34, 197, 94, var(--tw-border-opacity, 1))}
.has-success:focus{--tw-border-opacity:1;border-color:rgba(22, 163, 74, 1);border-color:rgba(22, 163, 74, var(--tw-border-opacity, 1))}
form .s-login-modal-input,
form .s-tel-input-control {
  border-radius: 0.375rem;
  font-size: 16px;
}
.s-datetime-picker-input {
  border-radius: 0.375rem !important;
  -webkit-border-radius: 0.375rem !important;
  -moz-border-radius: 0.375rem !important;
  -ms-border-radius: 0.375rem !important;
  -o-border-radius: 0.375rem !important;
}
.s-form-control {
  box-shadow: none !important;
  box-shadow: initial !important;
  border: 1px solid #ced4da !important;
  border-radius: 6px !important;
}
/*
* Buttons
*/
salla-button[width=wide]{width:100%}

.p-que-addcart .s-add-product-button-main:not(salla-button[width=wide]) > salla-button {
  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));
}
.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}
.cart-total .btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.btn.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.btn {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .btn {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.btn.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .btn.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.btn.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.btn--quantity:hover{color:#414042;color:var(--color-primary)}
.btn__text{pointer-events:none;display:inline-block;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.btn--wishlist{margin:0px}
.btn--wishlist:where([dir="ltr"], [dir="ltr"] *){margin-left:0.125rem}
.btn--wishlist:where([dir="rtl"], [dir="rtl"] *){margin-right:0.125rem}
.btn--wishlist:hover{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}

.theme-dark .btn--wishlist:hover {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.btn--wishlist.is-added{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.btn--rounded-gray{display:inline-flex;width:100%;align-items:center;justify-content:center;white-space:nowrap;border-radius:9999px;background-color:rgba(229, 231, 235, 0.5);padding-left:0.875rem;padding-right:0.875rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:500;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;
  flex-grow: 0}

.p-que-addcart .s-add-product-button-main:not(.btn--rounded-gray) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .flex.btn--rounded-gray {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.btn--rounded-gray:hover{background-color:rgba(229, 231, 235, 0.7)}
.btn--circle-gray{display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:9999px;background-color:rgba(229, 231, 235, 0.3);padding-left:0.75rem;padding-right:0.75rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:500;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
@media (max-width: 450px) {
  .content-comment .flex.btn--circle-gray {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.btn--circle-gray:hover{background-color:rgba(229, 231, 235, 0.5)}
.btn--icon{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));font-weight:500;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.product-form .upload-file .btn--icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .btn--icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .btn--icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.btn--icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .btn--icon {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .btn--icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.btn--icon.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .btn--icon.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.btn--icon:hover{--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.btn--icon i{pointer-events:none}
.btn--icon i.sicon-heart{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.btn--share {
  margin: 0;
}
.btn--close{position:absolute;top:0px;z-index:50;display:none;height:3rem;width:3.5rem;font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.btn--close {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.btn--close {
  border-color: var(--color-main);
}
.mm-ocd .mm-spn li.btn--close {
  display: none;
}
.custom-main-normal .btn--close {
  display: block;
  position: relative;
}
.custom-main-normal .btn--close:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.btn--close {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.btn--close {
  display: none;
}
.totals-div h6.btn--close {
  display: none;
}
@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:300ms}
.btn--close-sm:where([dir="ltr"], [dir="ltr"] *){right:0px}
.btn--close-sm:where([dir="rtl"], [dir="rtl"] *){left:0px}
.btn--collapse{display:flex;width:100%;align-items:center;justify-content:center;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-top:0.625rem;padding-bottom:0.625rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.product-form .upload-file .btn--collapse.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .btn--collapse.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.btn--collapse) > salla-button {
  width: 100%;
}
.cart-total .btn--collapse {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .btn--collapse.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.btn--collapse {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .btn--collapse {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .btn--collapse.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .btn--collapse.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .bg-white.btn--collapse.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .btn--collapse.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
@media (min-width: 480px){
.btn--collapse:where([dir="ltr"], [dir="ltr"] *){padding-left:1.75rem;padding-right:1.25rem}
.btn--collapse:where([dir="rtl"], [dir="rtl"] *){padding-right:1.75rem;padding-left:1.25rem}}
.btn.btn:disabled{cursor:default;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.btn.btn:disabled:hover{background-color:transparent}
.btn:disabled .s-button-text{opacity:0.7}
.btn--danger{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--danger:hover{opacity:0.8}
.btn--primary{border-width:1px;border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.btn--primary {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.btn--outline-primary{border-width:1px;border-color:#414042;border-color:var(--color-primary);color:#414042;color:var(--color-primary)}

.theme-dark .btn--outline-primary {
  color: var(--color-text-dark-mode);
}
.theme-dark .btn--outline-primary.top-full {
  color: #414042;
  color: var(--color-primary);
}
.btn--outline-primary:hover{background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
.btn--outline{border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}

.theme-dark .btn--outline {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .btn--outline.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.btn--outline:hover{border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--outline.light{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--rounded-full{border-radius:9999px}
.rounded-icon{display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:9999px;font-size:1.5rem;line-height:2rem}
.product-form .upload-file .rounded-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .rounded-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .rounded-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.rounded-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .rounded-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
/*
* 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}
.product-form .upload-file button.btn--coupon .s-button-text.space-x-3 {
  gap: 12px !important;
}
.product-form .upload-file button.btn--coupon .s-button-text.space-x-3 .btn-tab {
  margin: 0 !important;
  padding: 10px !important;
}
@media (max-width: 450px) {
  .content-comment button.btn--coupon .s-button-text.items-center {
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-bottom: 5px !important;
  }
}
.theme-dark .upload-file button.btn--coupon .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode) !important;
  color: var(--color-text-dark-mode) !important;
}
salla-button.has-not-coupon button .icon, salla-button.has-coupon button .coupon-text{display:none}
.mm-ocd .mm-spn lisalla-button.has-not-coupon button .icon,.mm-ocd .mm-spn li salla-button.has-coupon button .coupon-text {
  display: none;
}
.custom-main-normal salla-button.has-not-coupon button .icon,.custom-main-normal  salla-button.has-coupon button .coupon-text {
  display: block;
  position: relative;
}
.custom-main-normal salla-button.has-not-coupon button .icon:has(.sub-menu) > a::after,.custom-main-normal  salla-button.has-coupon button .coupon-text:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price divsalla-button.has-not-coupon button .icon,.dts-page .p-price div salla-button.has-coupon button .coupon-text {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price salla-button.old-price.has-not-coupon button .icon,.cart-sec .cart-dts .p-dts .prodcut-price  salla-button.old-price.has-coupon button .coupon-text {
  display: none;
}
.totals-div h6salla-button.has-not-coupon button .icon,.totals-div h6 salla-button.has-coupon button .coupon-text {
  display: none;
}
salla-button.has-coupon button{width:3rem;padding-left:0px;padding-right:0px}
/*
* Links ---------------------------------------------------
*/
.link--primary{color:#414042;color:var(--color-primary);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}

.theme-dark .link--primary {
  color: var(--color-text-dark-mode);
}
.theme-dark .link--primary.top-full {
  color: #414042;
  color: var(--color-primary);
}
.link--primary:hover{color:var(--color-primary-dark)}
#btn-show-more{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-show-more.is-expanded{pointer-events:none;opacity:0}
#blog-like.liked i {
  width: 18px;
  height: 16px;
  background-color: #414042;
  background-color: var(--color-primary); /* This will show the masked area */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  position: relative;
  top: -2px;
}
.outline-dark {
  display: block;
  text-align: center;
  background: #fff;
  background: var(--white);
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  padding: 5px 20px;
  font-size: 17px;
  color: #272a32;
  color: var(--text-color);
  border: 1px solid #f0eeee;
  border: 1px solid var(--text-gray);
  border-radius: 2px;
}
.outline-dark:hover {
  color: #272a32;
  color: var(--text-color);
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
}
.s-button-primary:hover {
  background-color: var(--color-primary-light) !important;
  border-color: #414042 !important;
  border-color: var(--color-primary) !important;
}
.s-button-btn:hover {
  opacity: 1 !important;
}
.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;
}

.p-que-addcart .s-add-product-button-main:not(.radio-images__label) > salla-button {
  width: 100%;
}
.cart-total .radio-images__label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .radio-images__label {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .radio-images__label.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.radio-images__label.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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 */
.top-navbar{display:flex;min-height:48px;padding-top:0.5rem;padding-bottom:0.5rem}
.product-form .upload-file .top-navbar.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .top-navbar.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .top-navbar.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .top-navbar.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 1024px) {
  .top-navbar{padding-top:0.375rem;padding-bottom:0.375rem}
}
.topnav-has-bg .top-navbar{background-color:var(--topnav-bg)}
.topnav-has-gradient .top-navbar{background-image:linear-gradient(to right, var(--tw-gradient-stops));--tw-gradient-from:var(--topnav-gradient-from) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--topnav-gradient-to) var(--tw-gradient-to-position)}
.topnav-has-text-color .top-navbar{color:var(--topnav-text-color)}
.top-navbar .s-search-input{border-style:none;background-color:rgba(229, 231, 235, 0.5)}
.top-navbar .s-search-input:hover{background-color:rgba(229, 231, 235, 0.7)}
@media (max-width: 640px) {
  .top-navbar .s-search-results{width:100vw;max-width:100vw}
  .top-navbar .s-search-results:where([dir="ltr"], [dir="ltr"] *){right:-0.625rem}
  .top-navbar .s-search-results:where([dir="rtl"], [dir="rtl"] *){left:-0.625rem}
}
.topnav-is-dark .top-navbar{--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.topnav-is-dark .top-navbar .btn--circle-gray,
.topnav-is-dark .top-navbar .btn--rounded-gray,
.topnav-is-dark .top-navbar .s-search-input{background-color:rgba(243, 244, 246, 0.1)}
.topnav-is-dark .top-navbar .btn--circle-gray:hover,
.topnav-is-dark .top-navbar .btn--rounded-gray:hover,
.topnav-is-dark .top-navbar .s-search-input:hover{background-color:rgba(243, 244, 246, 0.15)}
.topnav-is-dark .top-navbar .topnav-link-item{border-color:rgba(209, 213, 219, 0.1)}
.topnav-is-dark .top-navbar .s-search-input{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.top-navbar .search-btn{flex-grow:1;justify-content:flex-start}
@media (min-width: 640px){
.top-navbar .search-btn{flex-grow:0}}
@media (min-width: 768px){
.top-navbar .search-btn{justify-content:center}}
.topnav-link-item{display:inline-block;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding-left:1rem;padding-right:1rem;padding-top:1px;padding-bottom:1px;font-size:0.875rem;line-height:1.25rem;line-height:1;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.topnav-link-item:hover{opacity:0.8}
.topnav-link-item:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.topnav-link-item:last-child:where([dir="ltr"], [dir="ltr"] *){border-width:0px;padding-right:0px}
.topnav-link-item:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *){border-width:0px;padding-left:0px}
.topnav-link-item.right-side:first-child:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
/* Main Nav */
.main-nav-container{min-height:68px}
@media (min-width: 1024px){
.main-nav-container{min-height:84px}}
.has-bg .main-nav-container, .has-bg .main-nav-container .sub-menu{background-color:var(--mainnav-bg)}
.has-text-color .main-nav-container{color:var(--mainnav-text-color)}
.menu-item{display:flex;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.625rem;padding-bottom:0.625rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.product-form .upload-file .menu-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .menu-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .menu-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.menu-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .rounded-md.py-5.-mx-6.menu-item.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .menu-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.menu-item.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.menu-item:hover{background-color:rgba(229, 231, 235, 0.3)}
@media (min-width: 640px){
.menu-item{font-size:0.875rem;line-height:1.25rem}}
.menu-item.logout{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.menu-item.is-active{background-color:rgba(229, 231, 235, 0.2);color:#414042;color:var(--color-primary)}

.theme-dark .menu-item.is-active {
  color: var(--color-text-dark-mode);
}
.theme-dark .menu-item.is-active.top-full {
  color: #414042;
  color: var(--color-primary);
}
/* Sticky Header */
.main-nav-container.animated .inner {
  transition: top 0.5s, transform 0.5s, opacity 0.4s;
}
.main-nav-container.fixed-pinned .inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 29;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 1024px) {
  .main-nav-container.fixed-pinned .inner {
    transform: none;
    top: -70px;
  }
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 40px;
}
.main-nav-container.fixed-pinned .navbar-brand h4 {
  line-height: 1;
}
.main-nav-container.fixed-pinned .main-menu > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .main-nav-container.fixed-header .inner {
    transform: none;
    top: 0;
  }
}
.navbar-brand{margin-top:0.5rem;margin-bottom:0.5rem;display:flex;align-items:center}
.product-form .upload-file .navbar-brand.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .navbar-brand.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .flex.navbar-brand {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .navbar-brand.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .navbar-brand.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 1024px){
.navbar-brand{margin-top:0px;margin-bottom:0px}}
.navbar-brand img{max-height:3rem;width:auto;max-width:100px}
@media (min-width: 480px){
.navbar-brand img{max-width:170px}}
.header-btn{border-style:none;outline:2px solid transparent;outline-offset:2px;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.header-btn:hover{opacity:0.8}
.header-btn__icon{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.product-form .upload-file .header-btn__icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .header-btn__icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .header-btn__icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.header-btn__icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .header-btn__icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.header-btn__icon.icon{margin-right:9px}
.header-btn__icon.icon:where([dir="rtl"], [dir="rtl"] *){margin-left:9px;margin-right:0;margin-right:initial}
salla-user-menu{flex-shrink:0}
.s-cart-summary-total{font-weight:600;--tw-text-opacity:1;color:rgba(0, 0, 0, 1);color:rgba(0, 0, 0, var(--tw-text-opacity, 1))}
.s-cart-summary-count{top:-0.125rem}
.s-cart-summary-count:where([dir="ltr"], [dir="ltr"] *){left:-0.375rem}
.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *){right:-0.375rem}
#nav-cart{position:relative;display:flex;align-items:center;white-space:nowrap}
.product-form .upload-file #nav-cart.space-x-3 {
  gap: 12px;
}
.product-form .upload-file #nav-cart.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment #nav-cart.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex#nav-cart {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file #nav-cart.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
#nav-cart:where([dir="ltr"], [dir="ltr"] *){margin-left:1rem}
#nav-cart:where([dir="rtl"], [dir="rtl"] *){margin-right:1rem}
#nav-cart .icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
#nav-cart .icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
#nav-cart span{position:absolute;top:0.25rem}
input[type=radio].sr-only div#nav-cart span {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#nav-cart span {
  border-color: var(--color-main);
}
#nav-cart span:where([dir="ltr"], [dir="ltr"] *){left:-0.5rem}
#nav-cart span:where([dir="rtl"], [dir="rtl"] *){right:-0.5rem}
.header-search .s-search-results{z-index:10}
.app-inner {
  position: relative;
}
.ps-header {
  min-height: 80px !important;
}
.ps-header {
  position: relative;
  z-index: 99;
}
.ps-header .ps-header__middle {
  padding: 10px 0;
  position: relative;
  background: rgba(65, 64, 66, 0.05);
  color: #272a32;
  color: var(--text-color);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.ps-header .ps-header__middle {
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
}
.ps-header .ps-header__middle:has(.custom-main-normal) {
  padding-bottom: 0 !important;
}
.ps-header.transparent-header-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ps-header.transparent-header-home .ps-header__middle {
  background: transparent;
  color: currentColor;
}
.ps-header.transparent-header-home .s-search-container .s-search-input {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: currentColor;
}
.ps-header.transparent-header-home .s-search-container .s-search-input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.ps-header.transparent-header-home .s-search-container .s-search-input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.ps-header.transparent-header-home .menu-btn,
.ps-header.transparent-header-home .ps-language-currency button,
.ps-header.transparent-header-home .ps-language-currency .language-currency p,
.ps-header.transparent-header-home .ps-header__icons .ps-header__item .log-acc p,
.ps-header.transparent-header-home .ps-header__icons .ps-header__item,
.ps-header.transparent-header-home .ps-header__icons .ps-header__item.cart-btn-header i,
.ps-header.transparent-header-home .s-cart-summary-content,
.ps-header.transparent-header-home .s-cart-summary-wrapper,
.ps-header.transparent-header-home .ps-header__icons .ps-header__item .s-cart-summary-total,
.ps-header.transparent-header-home .ps-language-currency .language-currency span,
.ps-header.transparent-header-home .ps-language-currency .language-currency b,
.ps-header.transparent-header-home .ps-header__icons .ps-header__item .log-acc span,
.ps-header.transparent-header-home .s-search-icon-wrap,
.ps-header.transparent-header-home .custom-main-normal .main-menu li.root-level > a,
.ps-header.transparent-header-home .search-btn-mobile {
  color: currentColor;
  font-weight: normal;
}
.ps-header.transparent-header-home .s-search-icon svg {
  fill: currentColor;
}
.ps-header.transparent-header-home .custom-main-normal {
  background: transparent;
}
.ps-header.fixed-header .ps-header__middle {
  padding: 8px 0 !important;
}
.ps-header.fixed-header .ps-header__middle {
  background: rgba(255, 255, 255, 0.8392156863);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  box-shadow: rgba(149, 157, 165, 0.08) 0 8px 24px;
}
.ps-header.fixed-header .ps-header__middle:has(.custom-main-normal) .custom-main-normal {
  margin-top: 8px;
}
.flex-header {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ps-header .ps-logo img {
  max-width: 150px;
  min-width: 98px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.dark-logo {
  display: none;
}
.ps-header__right,
.ps-header__left {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.ps-header__right custom-main-menu {
  display: none;
}
.ps-header__left {
  justify-content: end;
}
.ps-header .ps-header__search {
  display: flex;
  width: 400px;
  margin-left: auto;
  position: relative;
  z-index: 9999;
}
.ps-header__search form {
  width: 100%;
}
.ps-header .ps-language-currency {
  display: flex;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ps-header .ps-language-currency button {
  font-size: 15px;
  color: #272a32;
  color: var(--text-color);
  gap: 10px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 0;
  padding: 0;
}
.ps-header .ps-language-currency button i {
  font-size: 22px;
}
.ps-header .ps-language-currency .language-currency {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  justify-content: space-between;
  text-align: right;
}
.ps-header .ps-language-currency .language-currency b {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  opacity: 0.9;
}
.ps-header .ps-language-currency .language-currency p {
  display: flex;
  margin: 0;
  line-height: 21px;
  font-size: 15px;
  font-weight: 600;
}
.ps-header .ps-language-currency .language-currency span {
  font-weight: 600;
}
.ps-header .ps-language-currency .language-currency em {
  opacity: 0.5;
}
.ps-header .ps-header__icons {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 30px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ps-header .ps-header__icons > li {
  position: relative;
  display: flex;
}
.ps-header .ps-header__icons .ps-header__item {
  position: relative;
  font-size: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #272a32;
  color: var(--text-color);
}
.ps-header .ps-header__icons .ps-header__item.cart-btn-header {
  gap: 10px;
}
.ps-header .ps-header__icons .ps-header__item.cart-btn-header i {
  font-size: 25px;
  color: #272a32;
  color: var(--text-color);
  border: 0;
  margin: 0;
}
.ps-header .ps-header__icons .ps-header__item .s-cart-summary-total {
  color: #272a32;
  color: var(--text-color);
}
.ps-header .ps-header__icons .ps-header__item .s-cart-summary-total i {
  font-size: 18px;
}
.ps-header .ps-header__icons .s-user-menu-dropdown {
  border-radius: 10px;
  margin-top: 5px;
}
.ps-header .ps-header__icons .ps-header__item .badge {
  position: absolute;
  top: 1px;
  right: 10px;
  width: 17px;
  height: 17px;
  font-size: 11px;
  border-radius: 50%;
  background-color: var(--color-primary-light);
  color: #272a32;
  color: var(--text-color);
  font-weight: 400;
  text-align: center;
  padding: 0;
  line-height: 19px;
}
.ps-header .ps-header__icons .ps-header__item {
  gap: 5px;
}
.ps-header .ps-header__icons .ps-header__item svg {
  font-weight: 500;
  transform: rotateY(180deg);
  display: flex;
  width: 29px;
  height: 29px;
  fill: #fff;
  fill: var(--white);
}
.ps-header .ps-header__icons .ps-header__item .log-acc {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  justify-content: space-between;
  text-align: right;
}
.ps-header .ps-header__icons .ps-header__item .log-acc span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  opacity: 0.9;
}
.ps-header .ps-header__icons .ps-header__item .log-acc span em {
  font-size: 13px;
}
.ps-header .ps-header__icons .ps-header__item .log-acc p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  line-height: 21px;
  font-size: 15px;
  font-weight: 600;
}
.ps-header .ps-header__icons .ps-header__item .log-acc p i {
  width: 15px;
  height: 15px;
}
.ps-header .ps-header__icons .s-user-menu-trigger {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-header .ps-header__icons .s-user-menu-trigger .s-user-menu-trigger-avatar {
  width: 100%;
  height: 100%;
}
.ps-header .ps-navigation .main-menu {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
  justify-content: center;
}
.ps-header .ps-navigation .main-menu li > a {
  position: relative;
  display: flex;
  padding: 7px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  color: var(--white);
  text-transform: capitalize;
}
.menu-btn {
  display: flex;
  gap: 10px;
  color: #272a32;
  color: var(--text-color);
  font-size: 21px;
  cursor: pointer;
}
.menu-btn i {
  position: relative;
  top: -1px;
  font-size: 24px;
}
.btn-location {
  background: rgba(255, 255, 255, 0.1803921569);
  color: #fff;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  font-size: 20px;
}
.ps-search-table {
  position: relative;
  width: 100%;
}
.ps-search-table .form-control {
  z-index: 0 !important;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}
.ps-search-table .form-control {
  color: #272a32;
  color: var(--text-color);
  background-color: #fff;
  background-color: var(--white);
  font-size: 18px;
  border: 0;
  padding: 6px 25px 6px 120px;
  outline: medium none invert;
  outline: initial;
  box-shadow: none;
  box-shadow: initial;
}
.ps-search-table.active .form-control {
  border-radius: 10px 10px 0 0 !important;
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -ms-border-radius: 10px 10px 0 0 !important;
  -o-border-radius: 10px 10px 0 0 !important;
}
.ps-search-table .form-control::-moz-placeholder {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
}
.ps-search-table .form-control::placeholder {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
}
.ps-search-table .input-group-append {
  position: absolute;
  left: 2px;
  top: 2px;
  margin: 0;
  text-align: center;
  background: var(--color-primary-light);
  border-radius: 50px;
  padding: 5px 20px;
  height: 35px;
  font-size: 18px;
}
.ps-search-table .input-group-append a {
  color: #272a32;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ps-search-table .input-group-append a svg {
  width: 18px;
  height: 18px;
}
salla-search {
  width: 100%;
}
.s-search-container .s-search-input {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.s-search-container .s-search-input {
  font-size: 16px;
  border: 1px solid #ddd;
}
.s-search-container .s-search-product .s-search-product-image {
  -o-object-fit: contain;
  object-fit: contain;
}
.s-search-container .s-search-product .s-search-product-image-container {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-search-no-results .s-search-input {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.search-btn-mobile {
  display: none;
  font-size: 23px;
  color: #272a32;
  color: var(--text-color);
}
.s-search-results .s-search-product-image-container {
  height: 100px;
  width: 60px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-search-results .s-search-product-image {
  -o-object-fit: contain;
  object-fit: contain;
}
body:has(.bg-home section:first-child.s-block--national-day-banners) .s-search-container .s-search-input {
  border-color: transparent;
}
body:has(.bg-home section:first-child.s-block--national-day-banners) .main-nav-container.fixed-header .s-search-container .s-search-input {
  border-color: #ddd;
}
.main-nav-container.fixed-header .inner {
  transform: translate3d(0, -100%, 0) !important;
  -webkit-transform: translate3d(0, -100%, 0) !important;
  -moz-transform: translate3d(0, -100%, 0) !important;
  -ms-transform: translate3d(0, -100%, 0) !important;
  -o-transform: translate3d(0, -100%, 0) !important;
}
.main-nav-container.fixed-header .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.main-nav-container.fixed-pinned.animated .inner {
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
}
.main-nav-container.fixed-header .custom-main-normal {
  display: none;
}
salla-cart-summary .s-cart-summary-count {
  padding-top: 6px;
}
.setting-icon {
  font-size: 20px;
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.07) 0 3px 8px;
  margin-right: -10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.setting-icon:hover {
  background: var(--color-primary-light);
}
.setting-sidebar-overlay {
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: ease all 0.8s;
  transform: translateX(-100%);
}
.setting-sidebar-overlay.active {
  transform: translateX(0%);
}
.system-setting-sidebar {
  background-color: #fff;
  background-color: var(--white);
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transition: ease all 0.8s;
  width: 380px;
  max-width: 100%;
  display: block;
  transform: translateX(-100%);
}
.system-setting-sidebar.active {
  transform: translateX(0);
}
.system-setting-sidebar .header-sidebar {
  padding: 15px;
  font-size: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(180deg, #414042 -180%, transparent);
  background: linear-gradient(180deg, var(--color-primary) -180%, transparent);
}
.system-setting-sidebar .header-sidebar i:last-child {
  display: flex;
  width: 24px;
  height: 24px;
  background: rgba(219, 81, 81, 0.5098039216);
  color: #fff;
  color: var(--white);
  align-items: center;
  justify-content: center;
  margin-right: auto;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.system-setting-sidebar .header-sidebar i:last-child:hover {
  background: rgba(187, 51, 51, 0.6392156863);
}
.system-setting-sidebar .content-sidebar {
  padding: 20px 15px;
  overflow: auto;
  height: calc(100vh - 73px);
}
.system-setting-sidebar .content-sidebar > li {
  border-bottom: 1px dashed #e1e3ea;
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.system-setting-sidebar .content-sidebar > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.system-setting-sidebar .content-sidebar > li button {
  font-size: 16px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  color: #414042;
  color: var(--color-primary);
  border-radius: 8px;
  padding: 7px;
}
.system-setting-sidebar li h4 {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.system-setting-sidebar li h4 i {
  display: flex;
  font-size: 15px;
}
.system-setting-sidebar li .p {
  margin-bottom: 15px;
  color: #383d5a;
}
.system-setting-sidebar li .flex-content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.system-setting-sidebar li .toggle-mode {
  all: unset;
  width: 100%;
}
.system-setting-sidebar li .toggle-mode input {
  display: none;
}
.system-setting-sidebar li .toggle-mode label {
  cursor: pointer;
  width: 100%;
}
.system-setting-sidebar li .toggle-mode img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ebebeb;
  margin-bottom: 8px;
}
.system-setting-sidebar li .toggle-mode span {
  font-size: 17px;
  position: relative;
  padding-right: 29px;
}
.system-setting-sidebar li .toggle-mode span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ededed;
  border-radius: 50%;
  top: 2px;
  right: 0;
}
.system-setting-sidebar li .toggle-mode span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #ededed;
  border: 5px solid #ededed;
  border-radius: 50%;
  top: 2px;
  right: 0;
  z-index: 1;
}
.system-setting-sidebar li .toggle-mode input:checked + label img {
  border-color: #414042;
  border-color: var(--color-primary);
}
.system-setting-sidebar li .toggle-mode input:checked + label span::before {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: #414042;
  border-color: var(--color-primary);
}
.system-setting-sidebar li .toggle-mode input:checked + label span::after {
  background: transparent;
}
.system-setting-sidebar li .font-size {
  display: flex;
  gap: 20px;
}
.system-setting-sidebar li .font-size .size-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.system-setting-sidebar li .font-size .size-box p {
  border-radius: 6px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  direction: ltr;
  cursor: pointer;
  border: 2px solid #ededed;
  margin: 0 auto;
}
.system-setting-sidebar li .font-size .size-box.active p {
  border-color: #414042 !important;
  border-color: var(--color-primary) !important;
}
.system-setting-sidebar li .font-size .size-box.active p {
  color: #414042;
  color: var(--color-primary);
}
.system-setting-sidebar li .font-size .size-box span {
  line-height: 20px;
}
.system-setting-sidebar li .font-size .size-box.active span {
  font-weight: 500;
}
.iti-mobile .iti--container {
  z-index: 999999;
}
.top-nav {
  padding: 8px 0;
  background: rgba(65, 64, 66, 0.1);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.top-nav {
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}
}
.top-nav .nav-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.top-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  overflow: auto;
}
.top-nav .nav-list a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.top-nav .nav-list a i {
  transform: translateY(-2px);
}
.ps-header__center {
  display: none;
  width: 100%;
}
.flex-header.center-logo .ps-header__right .ps-logo,
.flex-header.center-logo .ps-header__right .ps-header__search,
.flex-header.center-logo .ps-language-currency .language-currency,
.flex-header.center-logo .ps-header__icons .ps-header__item .log-acc,
.flex-header.center-logo .s-cart-summary-content {
  display: none;
}
.flex-header.center-logo .ps-header__center,
.flex-header.center-logo .search-btn-mobile {
  display: flex;
  justify-content: center;
}
.flex-header.center-logo {
  gap: 12px;
}
.store-footer{position:relative;margin-top:2rem;--tw-bg-opacity:1;background-color:rgba(14, 15, 15, 1);background-color:rgba(14, 15, 15, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
@media (min-width: 640px){
.store-footer{margin-top:4rem}}
.store-footer a{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.store-footer a:hover{opacity:0.75}
.store-footer__inner{border-bottom-width:1px;border-style:dashed;border-bottom-color:rgba(255, 255, 255, 0.1);--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1));padding-top:2rem;padding-bottom:2rem}
@media (min-width: 1024px){
.store-footer__inner{padding-top:4rem;padding-bottom:4rem}}
.store-footer h3{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
@media (max-width: 576px) {
  .product-entry--wishlist h3.store-footer h3 {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.store-footer h3.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.store-footer h3.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (min-width: 1024px){
.store-footer h3{margin-bottom:1.25rem}}
.store-footer .social-link{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.product-form .upload-file .store-footer .social-link.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .store-footer .social-link.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .store-footer .social-link.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.store-footer .social-link {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .store-footer .social-link.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.store-footer .social-link:hover{opacity:0.75}
.store-footer .contact-social{margin-top:1.25rem;border-top-width:1px;border-color:rgba(255, 255, 255, 0.1);padding-top:1.25rem;
  border-color: #efefef}
@media (max-width: 576px) {
  section.store-footer .contact-social.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.store-footer .contact-social.mt-4.pt-4 {
  border-color: var(--color-sub-dark-mode);
}
.store-footer .contact-social ul{margin-bottom:0px}
.footer-is-light .store-footer{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.footer-is-light .store-footer .store-footer__inner{--tw-border-opacity:1;border-bottom-color:rgba(229, 231, 235, 1);border-bottom-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}

.theme-dark .thankyou-block .footer-is-light .store-footer .store-footer__inner.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.footer-is-light .store-footer .social-link{--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1))}
.footer-is-light .store-footer .contact-social{--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}

.theme-dark .footer-is-light .store-footer .contact-social {
  border-color: var(--color-sub-dark-mode);
}
.copyright-text p{--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.vat-saudibusiness {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 35px;
  flex-wrap: wrap;
}
.vat-saudibusiness .saudibusiness {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vat-saudibusiness .saudibusiness img {
  width: 54px;
  min-width: 54px;
}
.vat-saudibusiness .saudibusiness p {
  font-size: 18px;
  line-height: 140%;
}
.vat-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vat-box a img {
  width: 54px;
  border-radius: 5px;
}
.vat-box .vat-text p {
  color: #272a32;
  color: var(--text-color);
}
.vat-box .vat-text b {
  color: #272a32;
  color: var(--text-color);
  font-weight: 600;
}
.ps-footer {
  overflow: hidden;
  margin-top: 2rem;
}
.ps-footer__middle {
  border-top: 2px solid var(--color-primary-light);
  padding: 45px 0;
  background: rgba(65, 64, 66, 0.1);
  border-radius: 50px 50px 0 0;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  -ms-border-radius: 50px 50px 0 0;
  -o-border-radius: 50px 50px 0 0;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.ps-footer__middle {
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
}
}
.ps-footer--address .ps-logo {
  margin-bottom: 15px;
}
.ps-footer--address .ps-logo a {
  display: block;
}
.ps-footer--address .ps-logo img {
  height: 60px;
}
.ps-footer .s-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ps-footer .s-social-link a {
  all: unset;
  color: #ff6767;
  color: var(--color-primary-reverse);
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #414042;
  background: var(--color-primary);
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.ps-footer .s-social-link a:hover {
  opacity: 1;
  background: var(--color-primary-light);
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.ps-footer .s-social-link a svg {
  width: 20px;
  height: 20px;
}
.ps-footer .text-social {
  margin-bottom: 10px;
  font-size: 17px;
  color: #272a32;
  color: var(--text-color);
}
.ps-footer--block .ps-block__title,
.ps-footer__middle .ps-footer__title,
.ps-footer__middle .ps-footer--contact .s-contacts-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #272a32;
  color: var(--text-color);
  line-height: inherit;
  font-weight: 600;
}
.ps-footer__middle .ps-footer--contact .s-contacts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.ps-footer__middle .ps-footer--contact .s-contacts-list .unicode {
  display: none;
}
.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #ff6767;
  color: var(--color-primary-reverse);
  background: #414042;
  background: var(--color-primary);
  border-radius: 7px;
}
.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item:hover {
  background: var(--color-primary-light);
}
.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item .s-contacts-icon {
  all: unset;
}
.ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item svg {
  width: 20px;
  height: 20px;
}
.ps-footer--contact .ps-footer__contact span {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.ps-footer--contact .ps-footer__contact p {
  display: block;
  font-size: 19px;
  color: #f0eeee;
  color: var(--text-gray);
  direction: ltr;
}
.ps-footer--block .s-menu-footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 15px;
}
.ps-footer--block .s-menu-footer-list .s-menu-footer-item {
  width: calc(50% - 5px) !important;
  padding: 0 !important;
}
.ps-footer--block .s-menu-footer-list .s-menu-footer-item {
  margin: 0;
  display: block;
  color: #272a32;
  color: var(--text-color);
  opacity: 0.9;
  font-size: 17px;
  line-height: 140%;
}
.ps-footer--block .s-menu-footer-list .s-menu-footer-item:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  opacity: 1;
}
.ps-footer--bottom {
  padding: 15px 0 10px;
  background: rgba(65, 64, 66, 0.17);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.ps-footer--bottom {
  background: color-mix(in srgb, var(--color-primary) 17%, transparent);
}
}
.ps-footer--bottom p {
  height: 100%;
  margin-bottom: 0;
  color: #272a32;
  color: var(--text-color);
}
.flex-social-payment {
  display: flex;
  gap: 50px;
  margin-top: 25px;
}
.flex-payment {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.flex-payment img {
  width: 52px;
  filter: brightness(0) invert(1);
}
.footer__bottom--inenr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__payment {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.footer__payment .s-payments-list,
.s-payments-list-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.s-payments-list-wrap .s-payments-list-item {
  background: #fff !important;
  background: var(--white) !important;
}
.s-payments-list-wrap .s-payments-list-item {
  height: 34px;
  width: auto;
  max-width: 50px;
  padding: 2px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.s-payments-list-wrap .s-payments-list-item a {
  display: block;
  height: 100%;
}
.s-payments-list-item img {
  height: 100%;
}
.logo-footer {
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
.logo-footer img {
  max-width: 180px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.store-description {
  font-size: 18px;
  color: #272a32;
  color: var(--text-color);
  opacity: 0.9;
}
.s-apps-icons {
  margin-top: 35px;
  display: block;
}
.s-apps-icons h3 {
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 10px;
  font-size: 21px;
  color: #272a32;
  color: var(--text-color);
}
.s-apps-icons .s-apps-icons-list {
  display: flex;
  gap: 15px;
}
.s-apps-icons .s-apps-icons-list a {
  display: block;
}
.s-apps-icons .s-apps-icons-list a:hover img {
  opacity: 0.8;
}
.grid-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  grid-gap: 15px;
  gap: 15px;
}
.grid-footer .col-footer {
  width: 100%;
}
.s-menu-footer-list .s-menu-footer-item {
  width: 100% !important;
  padding: 11px 20px !important;
}
.s-menu-footer-list .s-menu-footer-item {
  font-size: 17px;
}
.back-to-top {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 6px 15px;
  background: #fff;
  background: var(--white);
  border: 2px solid var(--color-primary-light);
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  border-radius: 60px;
  margin: 0 auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transform: translateY(22px);
  -webkit-transform: translateY(22px);
  -moz-transform: translateY(22px);
  -ms-transform: translateY(22px);
  -o-transform: translateY(22px);
}
.fixed-btm {
  position: fixed;
  left: 22px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 15;
}
.fixed-btm.right {
  left: auto;
  right: 22px;
}
.fixed-btm a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #1ec35b;
  color: #fff;
  color: var(--white);
  font-size: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.center-footer {
  text-align: center;
}
.center-footer .logo-footer {
  margin: 0 auto;
  margin-bottom: 20px;
}
.center-footer .flex-social-payment,
.center-footer .vat-box,
.center-footer .ps-footer__middle .ps-footer--contact .s-contacts-list,
.center-footer .s-apps-icons .s-apps-icons-list,
.center-footer .vat-saudibusiness {
  justify-content: center;
}
.center-footer .footer__bottom--inenr {
  justify-content: space-around;
}
.main-menu > li > a[href*=offer]{color:rgba(174, 10, 10, 1);color:rgba(174, 10, 10, var(--tw-text-opacity, 1));--tw-text-opacity:1;color:rgb(239 68 68 / 1)}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){
.main-menu > li > a[href*=offer]{color:rgb(239 68 68 / var(--tw-text-opacity, 1))}
}
@media only screen and (min-width: 1024px) {
  .main-menu{margin-left:1.5rem;margin-right:1.5rem;display:none;flex-wrap:wrap;align-items:center;padding-top:2rem;padding-bottom:0px;
  padding-bottom: 0}
.mm-ocd .mm-spn li.main-menu {
  display: none;
}
.custom-main-normal .main-menu {
  display: block;
  position: relative;
}
.custom-main-normal .main-menu:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.main-menu {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.main-menu {
  display: none;
}
.totals-div h6.main-menu {
  display: none;
}
@media (max-width: 450px) {
  .content-comment .flex.main-menu {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
  @media (min-width: 1024px){
.main-menu{display:flex}}
  .fixed-pinned .main-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-menu li > a{display:flex;align-items:center;justify-content:space-between;padding:0.75rem;font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.product-form .upload-file .main-menu li > a.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .main-menu li > a.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .main-menu li > a.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.main-menu li > a {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .main-menu li > a.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
  .main-menu li > a:hover{color:#414042;color:var(--color-primary);text-decoration-line:none}
  .main-menu li.root-level{display:inline-block}
  .main-menu li.root-level > a{padding-top:0px;padding-bottom:2rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.main-menu li.root-level > a.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
  .main-menu > .has-children:hover > a {
    color: #414042;
    color: var(--color-primary);
  }
  .main-menu .has-children li a:hover,
  .main-menu .has-children .has-children:hover > a {
    color: #414042;
    color: var(--color-primary);
    background-color:rgba(229, 231, 235, 0.2);
  }
  .main-menu .has-children > a:after {
    font-family: "sallaicons";
    content: "\e970";
    margin-left:0.125rem;
    margin-right:0.125rem;
    display:inline-block;
    align-self:flex-end;
    font-size:1.125rem;
    line-height:1rem;
    opacity:0.5;
    transition-property:transform;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration:300ms;
  }
@media (max-width: 576px) {
  .product-entry--wishlist h3.main-menu .has-children > a:after {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.main-menu .has-children > a.font-bold.mb-2:after {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
  .main-menu .has-children.root-level > a:after {
    content: "\e96e";
  }
  .main-menu .has-children.root-level:hover > a:after {
    opacity: 1;
    transform: scaleY(-1);
  }
  .main-menu .sub-menu{visibility:hidden;position:absolute;z-index:20;--tw-translate-y:-0.75rem;transform:translate(var(--tw-translate-x), -0.75rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-width:1px;border-color:rgba(209, 213, 219, 0.3);--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0;--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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.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 {
  border-color: #efefef;
}
@media (max-width: 576px) {
  section.main-menu .sub-menu.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .main-menu .sub-menu {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .order-details .body-order section.main-menu .sub-menu.mt-4.pt-4 {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .main-menu .sub-menu.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
  .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))}

.theme-dark .main-menu .sub-menu .s-product-card-entry {
  border-color: var(--color-sub-dark-mode);
}
  .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}
.mm-ocd .mm-spn li.main-menu .sub-menu li.mega-menu .container > div {
  display: none;
}
.custom-main-normal .main-menu .sub-menu li.mega-menu .container > div {
  display: block;
  position: relative;
}
.custom-main-normal .main-menu .sub-menu li.mega-menu .container > div:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.main-menu .sub-menu li.mega-menu .container > div {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.main-menu .sub-menu li.mega-menu .container > div {
  display: none;
}
.totals-div h6.main-menu .sub-menu li.mega-menu .container > div {
  display: none;
}
  .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-menu .sub-menu ul > li:not(:first-child) > .sub-menu {
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .filters-opened .close-filters {
    display: block !important;
  }
  .menu-opened .btn--close-sm.close-mobile-menu {
    display: block !important;
  }
  .mobile-menu {
    display: none;
    overflow:hidden;
  }
.custom-main-normal .mobile-menu {
  display: none;
}
  @media (min-width: 1024px){
.mobile-menu{display:none}}
  .mm-ocd__content {
    overflow-y: auto;
  }
  .mm-ocd-opened .mobile-menu {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .mm-ocd-opened .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
  }
}
@media only screen and (max-width: 1024px) {
  .mm-spn.mm-spn--light {
    color: #000;
    background: #ffffff;
  }
  .mm-spn ul.main-menu li:before{height:0.5rem;width:0.5rem}
  .mm-spn.mm-spn--navbar:after{text-align:left;font-weight:700;opacity:0.9;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.mm-spn.mm-spn--navbar:where([dir="ltr"], [dir="ltr"] *):after{text-align:left}
.mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{text-align:right}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.mm-spn.mm-spn--navbar.mb-2:after {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
  .mm-spn.mm-spn--navbar:where([dir="ltr"], [dir="ltr"] *):after{padding-left:3rem}
  .mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{padding-right:3rem}
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="ltr"], [dir="ltr"] *):after{padding-left:0.75rem}
  .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after{padding-right:0.75rem}
  [dir=rtl] .mm-spn.mm-spn--navbar:before {
    transform: rotate(135deg) translateY(77%);
    right: 20px;
    right: var(--mm-spn-item-indent);
    left: auto;
  }
  .mm-spn li a,
  .mm-spn li > span {
    padding: 18px;
    display:flex;
    align-items:center;
    gap:1rem;
  }
.product-form .upload-file .mm-spn li a.space-x-3,.product-form .upload-file 
  .mm-spn li > span.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .mm-spn li a.space-x-3 .btn-tab,.product-form .upload-file 
  .mm-spn li > span.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.pt-24 .mm-spn li a,section.pt-24 
  .mm-spn li > span {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .mm-spn li a.items-center,.content-comment 
  .mm-spn li > span.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.mm-spn li a,.content-comment .flex
  .mm-spn li > span {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .mm-spn li a.space-x-3 .btn-tab,.theme-dark .upload-file 
  .mm-spn li > span.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
  .mm-spn li img{pointer-events:none;height:3rem;width:3rem;--tw-bg-opacity:1;background-color:rgba(245, 247, 249, 1);background-color:rgba(245, 247, 249, var(--tw-bg-opacity, 1));-o-object-fit:cover;object-fit:cover}
  .mm-spn li a span {
    padding: 0;
  }
  [dir=rtl] .mm-spn li:before {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 25px;
    left: calc(50px / 2);
    left: calc(var(--mm-spn-item-height) / 2);
    right: auto;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-top: none;
  }
  .mm-spn li:after {
    width: 100%;
    border-color: #c9c9c9;
    border-color: var(--infinte-color);
  }
}
.mm-ocd .mm-spn.mm-spn--navbar:before {
  left: auto;
  right: 20px;
  right: var(--mm-spn-item-indent);
  transform: rotate(135deg) translateY(77%);
  z-index: 1;
  opacity: 0.8;
  border-color: #fff;
  border-color: var(--white);
  width: 9px;
  height: 9px;
  margin: 0;
}
.mm-ocd .mm-spn li:before {
  top: 0 !important;
}
.mm-ocd .mm-spn li:before {
  width: 8px;
  height: 8px;
  left: calc(50px / 2);
  left: calc(var(--mm-spn-item-height) / 2);
  right: auto;
  border-bottom: 0.125rem solid;
  border-left: 0.125rem solid;
  border-right: none;
  border-top: none;
  bottom: 0;
  margin: auto;
}
.mm-ocd .mm-spn.mm-spn--navbar:after {
  text-align: right;
  opacity: 1;
  font-size: 20px;
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  font-weight: 500;
}
.mm-ocd .mm-spn li {
  padding: 0 10px;
}
.mm-ocd .mm-spn li:after {
  opacity: 0.05;
}
.mm-ocd .mm-spn span {
  padding: 10px 0.75rem !important;
}
.mm-ocd .mm-spn span {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  line-height: normal;
}
.mm-ocd .mm-spn span.img-title {
  padding: 5px 0.75rem;
}
.mm-ocd .mm-spn a img,
.mm-ocd .mm-spn span img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.mm-ocd .mobile-menu .main-menu li > a {
  padding: 10px 0.75rem !important;
}
.mm-ocd .mobile-menu .main-menu li > a {
  font-size: 19px;
}
.mm-ocd .mm-spn.mm-spn--light {
  background: #fff;
  background: var(--white);
}
.mm-ocd .mobile-menu .main-menu li > a {
  padding: 5px 0.75rem !important;
}
.mm-ocd .mobile-menu .main-menu li > a {
  justify-content: start;
  gap: 10px;
  line-height: normal;
}
.mm-ocd .main-menu li > a span {
  padding: 0 !important;
}
.mm-ocd .mobile-menu .main-menu li > a.display-all {
  padding: 15px 0.75rem !important;
}
.mm-ocd .mobile-menu .main-menu li > a.display-all {
  margin-bottom: 15px;
  font-size: 15px;
}
.mm-ocd .mobile-menu .ps-footer--contact {
  padding: 20px 15px;
}
.mm-ocd .mobile-menu .ps-footer--contact::after,
.mm-ocd .mobile-menu .ps-footer--contact::before {
  display: none;
}
.mm-ocd .mobile-menu .ps-footer--contact .s-contacts-title,
.mm-ocd .mobile-menu .ps-footer--contact .unicode {
  display: none;
}
.mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  color: #272a32;
  color: var(--text-color);
  background: #fff;
  background: var(--white);
  border-radius: 9px;
  border: 1px solid;
}
.mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item:hover {
  color: #414042;
  color: var(--color-primary);
}
.mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item .s-contacts-icon {
  all: unset;
}
.mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item svg {
  width: 20px;
  height: 20px;
}
.mm-ocd .mm-spn.mm-spn--navbar ul::after,
.mm-ocd .mobile-menu .ps-footer__contact::after {
  display: none;
}
.mm-ocd .mobile-menu .main-menu li .ps-footer__contact i {
  font-size: 19px;
}
.mm-ocd .mobile-menu .ps-footer__contact span {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.mm-ocd .mobile-menu .ps-footer__contact p {
  display: block;
  font-size: 19px;
  color: #f0eeee;
  color: var(--text-gray);
  direction: ltr;
}
.mm-ocd .mobile-menu .close-mobile-menu {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.mm-ocd .mm-spn li.hidden {
  display: none !important;
}
.mm-ocd--right .mm-ocd__backdrop {
  width: 100%;
}
body .mm-ocd__content {
  z-index: 999;
}
.custom-main-normal {
  background: #fff;
  position: relative;
  margin-top: 10px;
  padding: 7px 0;
  min-height: 44px;
}
.custom-main-normal .main-menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.custom-main-normal .lg\:hidden {
  display: none;
}
.custom-main-normal .hidden {
  display: block;
  position: relative;
}
.custom-main-normal .main-menu > li:last-child .sub-menu {
  left: 0;
}
.custom-main-normal .main-menu li > a {
  padding: 5px 10px !important;
}
.custom-main-normal .main-menu li > a {
  font-size: 18px;
}
.custom-main-normal .main-menu .has-children.root-level:hover > a:after {
  transform: none;
  transform: initial;
}
.custom-main-normal .main-menu li .sub-menu a {
  padding: 8px 15px !important;
}
.custom-main-normal .main-menu li .sub-menu a {
  font-size: 17px;
}
.custom-main-normal .main-menu .sub-menu {
  border-radius: 16px;
  padding: 5px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ps-header__right .close-mobile-menu,
.custom-main-normal .close-mobile-menu {
  display: none;
}
.custom-main-normal .hidden:has(.sub-menu) > a::after {
  font-family: sallaicons !important;
}
.custom-main-normal .hidden:has(.sub-menu) > a::after {
  content: "\e96e";
}
.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);
}

.theme-dark .dropdown__menu {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .text-primary.dropdown__menu {
  color: #414042;
  color: var(--color-primary);
}

.theme-dark .dropdown__menu.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media (min-width: 1024px){
.dropdown__menu{width:15rem;border-top-left-radius:0px;border-top-right-radius:0px;border-top-width:1px;border-color:rgba(209, 213, 219, 0.3)}}
.dropdown__menu:where([dir="ltr"], [dir="ltr"] *){right:0px}
.dropdown__menu:where([dir="rtl"], [dir="rtl"] *){left:0px}
.dropdown__menu {
  outline: none;
}
.dropdown-toggler{margin-left:0px;margin-right:0px;display:inline-flex;width:2.5rem;align-items:center;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
@media (max-width: 450px) {
  .content-comment .flex.dropdown-toggler {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.dropdown-toggler.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
@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:300ms;
}
.dropdown-toggler.is-opened .dropdown__menu{visibility:visible;--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}
.dropdown-toggler.is-opened .dropdown__menu .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.dropdown-toggler.is-opened .dropdown__menu .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.dropdown-toggler.is-opened .dropdown__menu .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .dropdown__menu .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .dropdown__menu .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.flex-div-order .dropdown-toggler.is-opened .dropdown__menu .tooltip-content {
  transform: translate(82px, -70px);
  -webkit-transform: translate(82px, -70px);
  -moz-transform: translate(82px, -70px);
  -ms-transform: translate(82px, -70px);
  -o-transform: translate(82px, -70px);
}
@media (max-width: 1024px) {
  .dropdown-toggler .dropdown__menu {
    left: 0 !important;
  }
  .dropdown-toggler .dropdown__menu {
    position:fixed;
    bottom:0px;
    top:auto;
    width:100%;
    transform-origin:center;
    --tw-translate-y:2.5rem;
    transform:translate(var(--tw-translate-x), 2.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    opacity:0;
    transition-duration:300ms;
  }

.p-que-addcart .s-add-product-button-main:not(.dropdown-toggler .dropdown__menu) > salla-button {
  width: 100%;
}
  .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);
  }
}
.flex-div-order .dropdown-toggler.is-opened .tooltip-content:before {
  transform: translate(82px, -70px);
  -webkit-transform: translate(82px, -70px);
  -moz-transform: translate(82px, -70px);
  -ms-transform: translate(82px, -70px);
  -o-transform: translate(82px, -70px);
}
}
.ps-header__icons .s-user-menu-dropdown-item a {
  font-size: 15px;
}
.ps-header__icons .s-user-menu-dropdown-item a span {
  font-weight: 600;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .single-order-header-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.product-form .upload-file .single-order-header-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .single-order-header-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .single-order-header-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.single-order-header-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .single-order-header-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
}
.order-file .s-button-text{display:flex;gap:0.5rem}
.product-form .upload-file .order-file .s-button-text.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .order-file .s-button-text.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .order-file .s-button-text.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .order-file .s-button-text.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
/* 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:#414042;border-color:var(--color-primary);color:#414042;color:var(--color-primary)}

.theme-dark .tag--primary {
  color: var(--color-text-dark-mode);
}
.theme-dark .tag--primary.top-full {
  color: #414042;
  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:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.profile-header .breadcrumbs a {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.profile-header .breadcrumbs a:hover{opacity:0.8}
.profile-header .breadcrumbs span{color:#ff6767;color:var(--color-primary-reverse);opacity:0.8}
a.fix-align.profile-header .breadcrumbs span {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.profile-header .breadcrumbs .arrow{color:#ff6767;color:var(--color-primary-reverse);opacity:0.7}
a.fix-align.profile-header .breadcrumbs .arrow {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.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:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.rating-header {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.cart-total .rating-header {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .rating-header {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rating-header.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.rating-header.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
/* 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 {
  cursor:pointer;
  border-radius:0.375rem;
  border-width:1px;
  border-style:dashed;
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, 1);
  border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, 1);
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.form--user-profile .s-file-upload-wrapper .filepond--drop-label * {
  pointer-events: none;
}
.cart-total .form--user-profile .s-file-upload-wrapper .filepond--drop-label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .form--user-profile .s-file-upload-wrapper .filepond--drop-label {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .form--user-profile .s-file-upload-wrapper .filepond--drop-label {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .form--user-profile .s-file-upload-wrapper .filepond--drop-label.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .form--user-profile .s-file-upload-wrapper .filepond--drop-label.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.form--user-profile .s-file-upload-wrapper .filepond--drop-label.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.product-form .upload-file .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .form--user-profile .s-file-upload-wrapper .profile-filepond-placholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon{margin-bottom:0.25rem}
.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
  color: #7c8082;
  font-size:1.25rem;
  line-height:1.75rem;
}
/* 
* 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:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:2rem;transition-duration:500ms}
.product-form .upload-file .thankyou-block.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .thankyou-block.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .thankyou-block {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .thankyou-block .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .thankyou-block.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.thankyou-block {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .thankyou-block {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .thankyou-block {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .thankyou-block.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .thankyou-block.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.thankyou-block.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.thankyou-block:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
@media (min-width: 768px){
.thankyou-block{margin-bottom:2rem}}
.thankyou-block.sent{font-weight:700;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.thankyou-block.sent.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.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))}
.product-form .upload-file .thankyou-block.sent.space-x-3:before {
  gap: 12px;
}
.product-form .upload-file .thankyou-block.sent.space-x-3 .btn-tab:before {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.thankyou-block.sent:before {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .thankyou-block.sent.items-center:before {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.thankyou-block.sent:before {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .thankyou-block.sent.space-x-3 .btn-tab:before {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.thankyou-block.sent:before {
  content: "\ea9d";
  font-family: "sallaicons";
}
/* 
* Order rating actions
*/
.rating-actions{display:flex;align-items:center;gap:0.5rem}
.product-form .upload-file .rating-actions.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .rating-actions.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .rating-actions.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.rating-actions {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .rating-actions.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.rating-actions salla-button button{margin-left:0px !important;margin-right:0px !important;height:2rem !important;width:2rem !important;border-radius:.75rem !important}
.account-page {
  display: flex;
  gap: 40px;
  margin-top: 10px;
  padding-bottom: 25px;
}
.account-page .list-pages {
  width: 250px;
  min-width: 250px;
  border-left: 1px solid #ecedeb;
  border-left: 1px solid var(--bg-gray-100);
  padding-left: 15px;
}
.account-page .list-pages .sticky-menu {
  position: sticky;
  top: 95px;
}
.account-page .list-pages ul li:last-child {
  border-top: 1px solid #ecedeb;
  border-top: 1px solid var(--bg-gray-100);
  margin-top: 15px;
  padding-top: 10px;
}
.account-page .list-pages ul li a {
  width: 100%;
  padding: 10px;
  color: #272a32;
  color: var(--text-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.account-page .list-pages ul li a:hover {
  color: #272a32;
  color: var(--text-color);
}
.account-page .list-pages ul li a svg {
  width: 18px;
  height: 18px;
}
.account-page .list-pages ul li a.active {
  color: var(--color-primary-light);
}
.account-page .content-account {
  width: 100%;
}
.account-page .content-account .page-title {
  margin-bottom: 25px;
}
.s-file-upload-profile-image .filepond--item {
  border: 0 !important;
}
.user-profile-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.user-profile-icon p {
  font-size: 25px;
}
.page-sec .s-user-settings-section .s-list-tile-item {
  padding: 20px 0;
  gap: 15px;
}
.s-user-settings-section .s-list-tile-item-action button {
  padding: 8px 15px !important;
}
.s-user-settings-section .s-list-tile-item-action button {
  border-radius: 8px;
  font-size: 16px;
}
.s-user-settings-section .s-list-tile-item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f5f7;
  border-radius: 50%;
  margin: 0;
}
.s-user-settings-section .s-user-settings-section-title {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 5px;
}
.s-user-settings-section .s-user-settings-section-subtitle {
  font-size: 15px;
}
.page-sec .s-user-settings-section-icon svg {
  fill: #787e87;
}
.page-sec .form-input,
.page-sec .s-tel-input-control {
  border-color: #cfd4da;
  color: #272a32;
  color: var(--text-color);
  font-size: 16px;
}
.notifications-sec {
  margin-bottom: 30px;
  display: block;
  position: relative;
  padding-left: 50px;
}
.notifications-sec salla-notification-item {
  margin: 0 !important;
}
.notifications-sec .s-notifications-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 20px;
  box-shadow: none;
  box-shadow: initial;
  font-weight: 600;
}
.notifications-sec salla-notification-item:last-child .s-notifications-item {
  padding-bottom: 0;
}
.notifications-sec .s-notifications-item::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #f4f4f8;
}
.notifications-sec .s-notifications-item.unread::after {
  background: #414042;
  background: var(--color-primary);
}
.s-notifications-item .s-notifications-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 12px;
  font-size: 20px;
  color: #272a32;
  color: var(--text-color);
  background: #f4f4f8;
  z-index: 1;
  border: 0;
}
.s-notifications-item .s-notifications-item-icon.unread-icon {
  background: #414042;
  background: var(--color-primary);
  color: #fff;
  color: var(--white);
}
.s-notifications-item .s-notifications-item-content {
  margin: 0 !important;
}
.s-notifications-item .s-notifications-item-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.s-notifications-item-content-leading h4 {
  font-size: inherit;
  line-height: inherit;
}
.s-notifications-item-content-leading p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.s-notifications-item .s-notifications-item-content .s-notifications-item-content-trailing {
  color: #272a32;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 5px;
  height: -moz-max-content;
  height: max-content;
  font-size: inherit;
}
.s-orders-table {
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
}
.s-orders-table {
  background: #fafafc;
  border-radius: 7px;
  padding: 0 7px;
  position: relative;
}
.s-orders-table.table > thead {
  border: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
table.s-orders-table thead tr th {
  text-align: center !important;
}
table.s-orders-table thead tr th {
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}
table.s-orders-table thead tr th:first-child {
  border-radius: 0 6px 6px 0;
}
table.s-orders-table thead tr th:last-child {
  border-radius: 6px 0 0 6px;
}
table.s-orders-table tbody tr {
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.1) 0 2px 8px 0;
}
table.s-orders-table tbody tr td {
  padding: 8px;
  height: auto;
}
table.s-orders-table tbody tr td:first-child {
  border-radius: 0 5px 5px 0;
}
table.s-orders-table tbody tr td:last-child {
  border-radius: 5px 0 0 5px;
}
.s-orders-table tbody tr td > div {
  padding: 0;
  justify-content: center;
  font-size: 16px;
}
.s-orders-table .s-orders-status-container i {
  margin-top: 0;
}
.s-orders-table .s-orders-status-container {
  display: flex;
  align-items: center;
  gap: 3px;
}
.s-orders-table-head-tr-th:last-child:where([dir=rtl], [dir=rtl] *) {
  text-align: left !important;
}
.order-status {
  display: flex;
  gap: 7px;
  align-items: center;
}
.body-order .order-product {
  display: flex;
  align-items: start;
  width: 100%;
  gap: 20px;
}
.body-order .order-product:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.body-order .order-product .prd-img {
  width: 90px;
  min-width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
.body-order .order-product h3 {
  margin: 0;
  font-size: 19px;
  line-height: 27px;
}
.body-order .order-product h3 a {
  color: #272a32;
  color: var(--text-color);
}
.body-order .order-product h3 b {
  display: flex;
  gap: 5px;
  font-size: 18px;
  color: #414042;
  color: var(--color-primary);
  margin-top: 5px;
}
.order-details {
  width: 1000px;
  max-width: 100%;
}
.order-details .head-order-details {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}
.order-details .head-order-details p {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 20px;
}
.order-details .head-order-details p:last-of-type {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.order-details .head-order-details a {
  margin-right: auto;
  color: #f40853;
  font-size: 16px;
}
.order-details .head-order-details a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.order-details .body-order {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.dts-order {
  border: 1px solid #efefef;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  background: #fbfcfd;
  border-radius: 8px;
  margin-bottom: 15px;
}
.dts-order li h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.dts-order li h5 {
  font-size: 17px;
  font-weight: 400;
}
.dts-order li p {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.dts-order li .order-total-price {
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
}
.dts-order li .order-total-price span {
  font-weight: 600;
}
.btn-print,
.flex-div-order salla-button .s-button-btn {
  border-radius: 8px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
}
.btn-print {
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  color: #414042;
  color: var(--color-primary);
}
.flex-div-order salla-button .s-button-btn .s-button-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flex-div-order .tooltip-content {
  transform: translate(82px, -80px);
  -webkit-transform: translate(82px, -80px);
  -moz-transform: translate(82px, -80px);
  -ms-transform: translate(82px, -80px);
  -o-transform: translate(82px, -80px);
}
.flex-div-order .visible .tooltip-content {
  transform: translate(82px, -70px);
  -webkit-transform: translate(82px, -70px);
  -moz-transform: translate(82px, -70px);
  -ms-transform: translate(82px, -70px);
  -o-transform: translate(82px, -70px);
}
.quantity-price-order {
  display: flex;
  flex-direction: column;
  width: 225px;
  min-width: 225px;
  align-items: end;
  margin-right: auto;
  background: #f5f7f9;
  padding: 10px 15px;
  border-radius: 8px;
}
.quantity-price-order p {
  display: flex;
  gap: 10px;
  font-size: 17px;
  justify-content: space-between;
  width: 100%;
}
.booking-reservations {
  border-top: 1px solid #ecedeb;
  padding-top: 10px;
  margin-top: 10px;
}
.booking-reservations p {
  display: flex;
  gap: 10px;
}
.booking-reservations p span {
  font-weight: 600;
  font-size: 15px;
}
.reservation-list {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.reservation-list .reservation-item {
  padding: 4px 20px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #f1f1f1;
}
.item-options dl {
  margin-top: 5px;
}
.item-options .flex-option {
  display: flex;
  gap: 10px;
}
.item-options dd,
.text-size {
  font-size: 16px;
}
.body-order h2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.flex-package-shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  margin-bottom: 15px;
}
.flex-shipping-company {
  width: 100%;
}
.flex-shipping-company img {
  display: inline-block;
  margin-left: 15px;
}
.flex-shipping-company p {
  display: inline-block;
}
.flex-orders-branch {
  display: flex;
  gap: 25px;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
.flex-orders-branch p {
  display: flex;
  gap: 7px;
  align-items: center;
}
.flex-orders-branch p span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.flex-orders-branch a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.btn-custom-style .s-button-element {
  opacity: 1 !important;
}
.btn-custom-style .s-button-element {
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 8px;
}
.btn-custom-style .s-button-element .s-button-text {
  display: flex;
  align-items: center;
  gap: 6px;
}
.order-details salla-rating-stars {
  display: flex;
}
.card-custom-bg {
  padding: 20px;
  margin-top: 15px;
  border: 1px solid #efefef;
  background: #fbfcfd;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.card-custom-bg h2 {
  font-weight: 600;
}
.rating-header-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 20px;
  background: #f6f8f9;
  background: color-mix(in srgb, #414042 5%, transparent);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.rating-header-box {
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
}
.rating-header-box i {
  font-size: 50px;
  color: #fbbf24;
}
.rating-header-box salla-button {
  margin-right: auto;
}
.rating-header-box .s-button-element {
  padding: 7px 30px;
  font-size: 17px;
}
.border-t {
  border-color: #efefef;
}
.max-w-24 {
  max-width: 6rem;
}
.account-page .content-account .s-button-primary {
  width: 100%;
}
.account-page .content-account .s-infinite-scroll-btn {
  width: -moz-max-content;
  width: max-content;
}
salla-user-profile .s-user-profile-wrapper {
  gap: 1.5rem;
}
.s-user-profile-wrapper .s-user-profile-field-label {
  margin-bottom: 3px !important;
}
.s-user-profile-field input,
.s-user-profile-field select {
  font-size: 16px;
}
.max-w,
salla-user-profile {
  max-width: 65%;
  display: block;
}
.thankyou-block {
  transition: none 0s ease 0s !important;
  transition: initial !important;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
}
a.fix-align.text-primary-reverse {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.iti__country-list li span {
  font-size: 13px;
}
.s-user-settings-confirmation-warning {
  font-size: 15px !important;
}
.s-user-settings-section-deactivate-user .s-list-tile-item {
  padding-bottom: 0 !important;
}
.flatpickr-months .flatpickr-monthDropdown-month {
  color: #272a32;
  color: var(--text-color);
}
.s-rating-modal-product .rating-outer-form {
  width: 100%;
}
.s-rating-modal-product-img-wrap {
  margin-bottom: 10px;
}
.s-rating-modal-stars-product .s-rating-stars-wrapper {
  min-height: 25px;
}
/*
  Block Title
*/
.s-block__title{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}
.product-form .upload-file .s-block__title.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-block__title.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-block__title.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-block__title {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-block__title.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (max-width: 1280px) {
  .custom-flex .s-block__title {
    justify-content: start;
    gap: 20px;
  }
}

.theme-dark .rounded-md.py-5.-mx-6.px-6.s-block__title {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
@media (min-width: 768px){
.s-block__title{margin-bottom:2rem}}
.s-block__title .right-side:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}
.s-block__title h2{position:relative;font-size:1.125rem;line-height:1.75rem;font-weight:700;line-height:1.2}
@media (max-width: 576px) {
  .product-entry--wishlist h3.s-block__title h2 {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.s-block__title h2.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .card-custom-bg h2.text-lg.s-block__title h2.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-block__title p{margin-top:0.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:0.875rem;line-height:1.25rem;opacity:0.6}
@media (min-width: 640px){
.s-block__title p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}
@media (min-width: 768px){
.s-block__title p:where([dir="ltr"], [dir="ltr"] *){padding-right:4rem}
.s-block__title p:where([dir="rtl"], [dir="rtl"] *){padding-left:4rem}}
.s-block__title-nav{display:none}
.s-block__title-nav > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.625rem * 0);margin-right:calc(0.625rem * var(--tw-space-x-reverse));margin-left:calc(0.625rem * (1 - 0));margin-left:calc(0.625rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.625rem * calc(1 - 0));margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))}
.mm-ocd .mm-spn li.s-block__title-nav {
  display: none;
}
.custom-main-normal .s-block__title-nav {
  display: block;
  position: relative;
}
.custom-main-normal .s-block__title-nav:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-block__title-nav {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-block__title-nav {
  display: none;
}
.totals-div h6.s-block__title-nav {
  display: none;
}
@media (min-width: 640px){
.s-block__title-nav{display:flex}}
.s-block__title-nav:where([dir="ltr"], [dir="ltr"] *){margin-left:1.5rem;flex-direction:row-reverse}
.s-block__title-nav:where([dir="rtl"], [dir="rtl"] *){margin-right:1.5rem}
.s-block__title-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-block__display-all{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;opacity:0.8}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-block__display-all.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-block__display-all {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.s-block__display-all:hover{opacity:1}
.s-block__display-all i{display:inline-block}
.s-block__display-all i:where([dir="ltr"], [dir="ltr"] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
/*
  Main slider
*/
.s-block--hero-slider .swiper-slide{position:relative;height:20rem;--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, var(--tw-bg-opacity, 1))}
@media (min-width: 640px){
.s-block--hero-slider .swiper-slide{height:24rem}}
@media (min-width: 1024px){
.s-block--hero-slider .swiper-slide{height:464px}}
@media (min-width: 1280px){
.s-block--hero-slider .swiper-slide{height:528px}}
.s-block--hero-slider .swiper-slide .swiper-lazy:after{position:absolute;top:0px;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.6);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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.s-block--hero-slider .swiper-slide .swiper-lazy:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--hero-slider .swiper-slide .swiper-lazy:after {
  border-color: var(--color-main);
}

.p-que-addcart .s-add-product-button-main:not(.s-block--hero-slider .swiper-slide .swiper-lazy) > salla-button:after {
  width: 100%;
}
.s-block--hero-slider .swiper-slide .swiper-lazy:after {
  height: 100%;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after{position:absolute;top:0px;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.6);--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.s-block--hero-slider .swiper-slide .overlay-bg:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--hero-slider .swiper-slide .overlay-bg:after {
  border-color: var(--color-main);
}

.p-que-addcart .s-add-product-button-main:not(.s-block--hero-slider .swiper-slide .overlay-bg) > salla-button:after {
  width: 100%;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
  height: 100%;
}
/* 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-radius:0.375rem;border-style:none;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));-o-object-fit:cover;object-fit:cover}

.p-que-addcart .s-add-product-button-main:not(.banner--fixed img) > salla-button {
  width: 100%;
}
.cart-total .banner--fixed img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .banner--fixed img {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .banner--fixed img.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.banner--fixed img.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .banner--fixed img.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
/* Square Banner Block */
.banner-entry{position:relative;height:200px;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));background-size:cover;background-position:center;background-repeat:no-repeat;padding:0.75rem;text-align:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.cart-total .banner-entry {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .banner-entry {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .banner-entry.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.banner-entry.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .banner-entry.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
@media (min-width: 480px){
.banner-entry{padding:1rem}}
.banner-entry article{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding:0.625rem}
.product-form .upload-file .banner-entry article.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .banner-entry article.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.banner-entry article {
  height: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .banner-entry article .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .banner-entry article.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.banner-entry article {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .banner-entry article.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.banner-entry.square-photos h3{padding-left:0.75rem;padding-right:0.75rem;
  height: 100%}
.banner-entry h3{display:flex;flex-direction:column;justify-content:center}
.product-form .upload-file .banner-entry h3.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .banner-entry h3.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .banner-entry h3 .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .banner-entry h3.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .banner-entry h3.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
@media (min-width: 480px){
.banner-entry h3{padding-left:0.25rem;padding-right:0.25rem}}
.banner-entry h3.text-with-border{border-radius:0.375rem;border-style:dashed;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.cart-total .banner-entry h3.text-with-border {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .banner-entry h3.text-with-border {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .banner-entry h3.text-with-border.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.banner-entry h3.text-with-border.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media (min-width: 480px){
.banner-entry h3.text-with-border{border-width:1px}}
.banner-entry h3.text-with-border span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.banner-entry p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.banner-entry h3, .banner-entry p{position:relative;z-index:1;--tw-translate-y:1.5rem;transform:translate(var(--tw-translate-x), 1.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.banner-entry h3:hover, .banner-entry p:hover{opacity:1}
.banner-entry:hover h3{--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}
.banner-entry:hover p{--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:0.8}
.two-row .banner-entry:first-child{padding:1.25rem}
@media (min-width: 640px){
.two-row .banner-entry:first-child{grid-column:span 1 / span 1;grid-row:span 2 / span 2}}
@media (min-width: 768px){
.two-row .banner-entry:first-child{height:100%}}
.two-row .banner-entry:first-child.with-hover:after {
  opacity: 1;
}
.two-row .banner-entry:first-child > a{opacity:1}
.two-row .banner-entry:first-child h3{font-size:1.5rem;line-height:3rem}
.has-overlay:after{position:absolute;top:0px;left:0px;height:100%;width:100%;background-color:rgba(0, 0, 0, 0.6);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;--tw-content:"";content:"";content:var(--tw-content)}
input[type=radio].sr-only div.has-overlay:after {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.has-overlay:after {
  border-color: var(--color-main);
}

.p-que-addcart .s-add-product-button-main:not(.has-overlay) > salla-button:after {
  width: 100%;
}
.has-overlay:after {
  height: 100%;
}
.has-overlay.with-hover:after {
  transition: opacity 0.3s;
  opacity: 0;
}
.has-overlay.with-hover:hover:after {
  opacity: 1;
}
.has-overlay:hover:after{background-color:rgba(0, 0, 0, 0.7)}
/* 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 {
  background-attachment: scroll;
  background-attachment: initial;
}
.full-banner-entry::after, .full-banner-entry::before {
  height: 100%;
  width: 100%;
  top: 0;
  right: -93%;
  content: "";
  background: #414042;
  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:300ms}
.mm-ocd .mm-spn li.tabs-wrapper .tabs__item {
  display: none;
}
.custom-main-normal .tabs-wrapper .tabs__item {
  display: block;
  position: relative;
}
.custom-main-normal .tabs-wrapper .tabs__item:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.tabs-wrapper .tabs__item {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.tabs-wrapper .tabs__item {
  display: none;
}
.totals-div h6.tabs-wrapper .tabs__item {
  display: none;
}
.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:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: #ff6767;
  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;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-block--special-products .tab-trigger.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-block--special-products .tab-trigger.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-block--special-products .tab-trigger.is-active button{border-color:#414042;border-color:var(--color-primary);color:#414042;color:var(--color-primary)}

.theme-dark .s-block--special-products .tab-trigger.is-active button {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-block--special-products .tab-trigger.is-active button.top-full {
  color: #414042;
  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;
}
/* 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))}}
/* slider with bg block */
.s-block--slider-with-bg{margin-top:2rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-bottom:2rem}

.theme-dark .thankyou-block .s-block--slider-with-bg.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.s-block--slider-with-bg:first-of-type{margin-top:0px}
@media (min-width: 640px){
.s-block--slider-with-bg{margin-top:4rem;padding-bottom:4rem}}
.s-block--slider-with-bg .slider-bg{position:relative;height:24rem;background-size:cover;background-position:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
@media (min-width: 640px){
.s-block--slider-with-bg .slider-bg{height:464px}}
.s-block--slider-with-bg .slider-bg:before {
  content: "";
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  --tw-bg-opacity:1;
  background-color:rgba(0, 0, 0, 1);
  background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  opacity:0.6;
}
input[type=radio].sr-only div.s-block--slider-with-bg .slider-bg:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-block--slider-with-bg .slider-bg:before {
  border-color: var(--color-main);
}

.p-que-addcart .s-add-product-button-main:not(.s-block--slider-with-bg .slider-bg) > salla-button:before {
  width: 100%;
}
.s-block--slider-with-bg .slider-bg:before {
  height: 100%;
}
.s-block--slider-with-bg .s-slider-block__title-right{display:none}
.mm-ocd .mm-spn li.s-block--slider-with-bg .s-slider-block__title-right {
  display: none;
}
.custom-main-normal .s-block--slider-with-bg .s-slider-block__title-right {
  display: block;
  position: relative;
}
.custom-main-normal .s-block--slider-with-bg .s-slider-block__title-right:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.s-block--slider-with-bg .s-slider-block__title-right {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-block--slider-with-bg .s-slider-block__title-right {
  display: none;
}
.totals-div h6.s-block--slider-with-bg .s-slider-block__title-right {
  display: none;
}
.s-block--slider-with-bg .s-slider-block__title-left{display:flex;width:100%;justify-content:space-between}
.product-form .upload-file .s-block--slider-with-bg .s-slider-block__title-left.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-block--slider-with-bg .s-slider-block__title-left.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.s-block--slider-with-bg .s-slider-block__title-left) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .s-block--slider-with-bg .s-slider-block__title-left.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-block--slider-with-bg .s-slider-block__title-left.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-block--slider-with-bg .s-slider-block__display-all{display:block;display:inline-flex;flex:1 1 0%;align-items:center;justify-content:center;white-space:nowrap;border-radius:0.375rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0.625rem;padding-top:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.cart-total .s-block--slider-with-bg .s-slider-block__display-all {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-block--slider-with-bg .s-slider-block__display-all.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-block--slider-with-bg .s-slider-block__display-all {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-block--slider-with-bg .s-slider-block__display-all {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.s-block--slider-with-bg .s-slider-block__display-all.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-block--slider-with-bg .s-slider-block__display-all.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-block--slider-with-bg .s-slider-block__display-all.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-block--slider-with-bg .s-slider-block__display-all:hover{opacity:0.8}
.s-block--slider-with-bg .s-slider-block__display-all{display:inline-flex;flex:1 1 0%;align-items:center;justify-content:center;white-space:nowrap;border-radius:0.375rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0.625rem;padding-top:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.cart-total .s-block--slider-with-bg .s-slider-block__display-all {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-block--slider-with-bg .s-slider-block__display-all.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.s-block--slider-with-bg .s-slider-block__display-all {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .s-block--slider-with-bg .s-slider-block__display-all {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.s-block--slider-with-bg .s-slider-block__display-all.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .s-block--slider-with-bg .s-slider-block__display-all.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.s-block--slider-with-bg .s-slider-block__display-all.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-block--slider-with-bg .s-slider-block__display-all:hover{opacity:0.8}
.s-block--slider-with-bg .s-slider-block__display-all {
  /* Disabled state */
  /* Button Variants */
}
.s-block--slider-with-bg .s-slider-block__display-all .loader {
  width: 0;
  opacity: 0;
  height: 16px;
  transform: scale(0);
  transition: 0.3s;
}
.s-block--slider-with-bg .s-slider-block__display-all.btn:disabled{cursor:default;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.s-block--slider-with-bg .s-slider-block__display-all.btn:disabled:hover{background-color:transparent}
.s-block--slider-with-bg .s-slider-block__display-all:disabled .s-button-text{opacity:0.7}
.s-block--slider-with-bg .s-slider-block__display-all{border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}

.theme-dark .s-block--slider-with-bg .s-slider-block__display-all {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-block--slider-with-bg .s-slider-block__display-all.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-block--slider-with-bg .s-slider-block__display-all:hover{border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary);--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-block--slider-with-bg .s-slider-block__display-all.light{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.btn--outline.s-block--slider-with-bg .s-slider-block__display-all{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-block--slider-with-bg .s-slider-block__display-all{border-radius:9999px}
@media only screen and (min-width: 1024px) {
  .main-menu .sub-menu .s-block--slider-with-bg .s-slider-block__display-all {
    padding: 8px 10px 10px;
  }
}
.empty a.s-block--slider-with-bg .s-slider-block__display-all {
  background: #414042;
  background: var(--color-primary);
  color: #fff;
  color: var(--white);
  padding: 7px 20px;
  min-width: 150px;
  margin-top: 12px;
  font-size: 17px;
}
.s-block--slider-with-bg .s-slider-block__display-all{background-color:transparent !important;--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
  flex-grow: 0 !important}
/*
  Main Links Block
*/
.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;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}
.product-form .upload-file .slide--cat-entry.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .slide--cat-entry.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .slide--cat-entry {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .slide--cat-entry .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .slide--cat-entry.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.slide--cat-entry {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .slide--cat-entry {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .slide--cat-entry {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .slide--cat-entry.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .slide--cat-entry.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .slide--cat-entry {
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .slide--cat-entry.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.slide--cat-entry.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.slide--cat-entry:hover{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.slide--cat-entry i{margin-bottom:1rem;display:inline-block;font-size:33px;color:#414042;color:var(--color-primary)}

.theme-dark .slide--cat-entry i {
  color: var(--color-text-dark-mode);
}
.theme-dark .slide--cat-entry i.top-full {
  color: #414042;
  color: var(--color-primary);
}
.slide--cat-entry h2{font-size:0.875rem;line-height:1.25rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.slide--cat-entry h2.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
/*
  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;--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}
.product-form .upload-file .slide--offer-entry.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .slide--offer-entry.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .slide--offer-entry {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .slide--offer-entry .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .slide--offer-entry.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.slide--offer-entry {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .slide--offer-entry {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .slide--offer-entry {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .slide--offer-entry.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .slide--offer-entry.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .slide--offer-entry {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .slide--offer-entry.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.slide--offer-entry.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.slide--offer-entry:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.s-block{margin-top:2rem}
@media (min-width: 640px){
.s-block{margin-top:4rem}}
.s-block--full-bg + footer,
.s-block--full-bg + .s-block--full-bg, .s-block--full-bg:first-of-type{margin-top:0px}
.s-block--full-bg + .merge-with-top-component{z-index:1;margin-top:-7rem}
@media (min-width: 768px){
.s-block--full-bg + .merge-with-top-component{margin-top:-8rem}}
.s-block--full-bg + .merge-with-top-component .s-slider-block__title {
  color: #fff !important;
}
.s-block--full-bg + .merge-with-top-component .s-slider-block__title {
  text-align:center;
}
@media (min-width: 640px){
.s-block--full-bg + .merge-with-top-component .s-slider-block__title{margin-bottom:1rem;text-align:left}}
.s-block--full-bg + .merged-has-no-title{margin-top:-4rem}
@media (min-width: 768px){
.s-block--full-bg + .merged-has-no-title{margin-top:-74px}}
@media (min-width: 640px){
.s-block--full-bg + .merged-has-no-title .s-slider-block__title{margin-bottom:0px}}
.s-block--categories{position:relative;overflow:hidden}
.s-block--categories__title{position:relative;z-index:1;min-height:28px;font-size:1rem;line-height:1.5rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-block--categories__title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (min-width: 640px){
.s-block--categories__title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem}}
.s-block--features__item{display:flex;flex-grow:1;cursor:pointer;flex-direction:column;align-items:center;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;padding-top:2rem;padding-bottom:2rem;text-align:center;transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.s-block--features__item * {
  pointer-events: none;
}
.product-form .upload-file .s-block--features__item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-block--features__item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .s-block--features__item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-block--features__item .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-block--features__item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-block--features__item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .s-block--features__item {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .s-block--features__item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .s-block--features__item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .s-block--features__item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .s-block--features__item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.s-block--features__item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-block--features__item:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
@media (min-width: 768px){
.s-block--features__item{padding-left:2rem;padding-right:2rem}}
.s-block--features__item:first-child{grid-column:span 2 / span 2}
@media (min-width: 768px){
.s-block--features__item:first-child{grid-column:span 1 / span 1}}
.s-block--features__item .feature-icon{margin-bottom:0.75rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;background-color:#414042;background-color:var(--color-primary)}
.product-form .upload-file .s-block--features__item .feature-icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-block--features__item .feature-icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .s-block--features__item .feature-icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.s-block--features__item .feature-icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-block--features__item .feature-icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-block--features__item .feature-icon i{font-size:1.875rem;line-height:2.25rem;color:#ff6767;color:var(--color-primary-reverse)}
a.fix-align.s-block--features__item .feature-icon i {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.s-block--features__item h2{margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-block--features__item h2.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-block--features__item p{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))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-block--features__item p.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-block--features__item:hover .feature-icon i {
  animation: toRightFromLeft 0.3s forwards;
}
.s-block--features + .s-block--features,
.s-block--fixed-banner + .s-block--fixed-banner,
.s-block--banners + .s-block--banners {
  margin-top: 2em;
}
.s-block--tabs-produtcs + .s-block--tabs-produtcs {
  padding-top: 2em;
}
.swiper-slide img {
  width: 100%;
}
.swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #f1f1f1;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  opacity: 1;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #414042;
  background: var(--color-primary);
}
.swiper .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  bottom: 0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-color: #414042;
  background-color: var(--color-primary);
  color: #fff;
  color: var(--white);
  border-radius: 100%;
  transition: all 0.2s ease-in-out 0s;
  outline: medium none invert;
  outline: initial;
}
.swiper .swiper-button-next {
  left: 8px;
  right: auto;
}
.swiper .swiper-button-prev {
  left: auto;
  right: 8px;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 600;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
.swiper-button-next[role=button],
.swiper-button-prev[role=button] {
  display: flex !important;
}
salla-slider{display:block}
salla-slider.details-slider .s-slider-container{border-radius:0.375rem;border-width:1px;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.cart-total salla-slider.details-slider .s-slider-container {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark salla-slider.details-slider .s-slider-container {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total salla-slider.details-slider .s-slider-container {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark salla-slider.details-slider .s-slider-container.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark salla-slider.details-slider .s-slider-container.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark salla-slider.bg-white.details-slider .s-slider-container.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
salla-slider.details-slider .swiper-slide{position:relative;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:/*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, 0 0 rgba(0,0,0,0);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));--tw-ring-inset:inset;--tw-ring-opacity:1;--tw-ring-color:rgba(243, 244, 246, var(--tw-ring-opacity, 1))}
.cart-total salla-slider.details-slider .swiper-slide {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark salla-slider.details-slider .swiper-slide {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total salla-slider.details-slider .swiper-slide {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark salla-slider.details-slider .swiper-slide.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark salla-slider.bg-white.details-slider .swiper-slide.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark salla-slider.details-slider .swiper-slide.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
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}
.mm-ocd .mm-spn lisalla-slider.details-slider .s-slider-block__title-nav {
  display: none;
}
.custom-main-normal salla-slider.details-slider .s-slider-block__title-nav {
  display: block;
  position: relative;
}
.custom-main-normal salla-slider.details-slider .s-slider-block__title-nav:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price divsalla-slider.details-slider .s-slider-block__title-nav {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price salla-slider.old-price.details-slider .s-slider-block__title-nav {
  display: none;
}
.totals-div h6salla-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-fourth{height:auto;width:100%;max-width:250px}

.p-que-addcart .s-add-product-button-main:not(salla-slider .slide--one-fourth) > salla-button {
  width: 100%;
}
@media (min-width: 640px){
salla-slider .slide--one-fourth{width:50%;max-width:320px}}
@media (min-width: 768px){
salla-slider .slide--one-fourth{width:33.333333%}}
@media (min-width: 1024px){
salla-slider .slide--one-fourth{width:25%}}
salla-slider .slide--one-sixth{width:50%}
@media (min-width: 640px){
salla-slider .slide--one-sixth{width:33.333333%}}
@media (min-width: 768px){
salla-slider .slide--one-sixth{width:25%}}
@media (min-width: 1024px){
salla-slider .slide--one-sixth{width:16.666667%}}
salla-slider .swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.promotion-title{position:absolute;top:1rem;z-index:10;--tw-bg-opacity:1;background-color:rgba(174, 10, 10, 1);background-color:rgba(174, 10, 10, var(--tw-bg-opacity, 1));font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.promotion-title {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.promotion-title {
  border-color: var(--color-main);
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.promotion-title.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.promotion-title:where([dir="ltr"], [dir="ltr"] *){left:0px;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.promotion-title:where([dir="rtl"], [dir="rtl"] *){right:0px;border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.promotion-title{margin:0px !important;width:auto !important;padding-left:0.75rem !important;padding-right:0.75rem !important;padding-top:0.5rem !important;padding-bottom:0.5rem !important}
.home-slider__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-slider__slide:not(.loaded) .overlay {
  opacity: 0;
}
salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0px}
salla-slider.photos-slider .swiper{padding-bottom:2.5rem}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:1.5rem}
@media (min-width: 768px){
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:1.5rem}
@media (min-width: 768px){
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}}
salla-slider.photos-slider .swiper{margin-left:0px;margin-right:0px;width:100%}

.p-que-addcart .s-add-product-button-main:not(salla-slider.photos-slider .swiper) > salla-button {
  width: 100%;
}
salla-slider.photos-slider:not(.hydrated) > div{justify-content:center}
salla-slider.photos-slider .swiper-slide{position:relative;margin-left:0.375rem;margin-right:0.375rem;height:auto;width:100%;overflow:hidden;border-radius:0.375rem}

.p-que-addcart .s-add-product-button-main:not(salla-slider.photos-slider .swiper-slide) > salla-button {
  width: 100%;
}
.cart-total salla-slider.photos-slider .swiper-slide {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total salla-slider.photos-slider .swiper-slide {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark salla-slider.photos-slider .swiper-slide.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark salla-slider.bg-white.photos-slider .swiper-slide.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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;width:80%}}
salla-slider.photos-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){--tw-bg-opacity:1;background-color:rgba(209, 213, 219, 1);background-color:rgba(209, 213, 219, var(--tw-bg-opacity, 1))}
@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}
  salla-slider.photos-slider .swiper-slide{padding-left:0px;padding-right:0px}
}
.swiper:not(.swiper-initialized) .swiper-button {
  opacity: 0;
}
.s-block--testimonials.container{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.container{padding-left:0.625rem;padding-right:0.625rem}}
.s-block--testimonials .s-slider-block__title{padding-left:0.625rem;padding-right:0.625rem}
@media (min-width: 1024px){
.s-block--testimonials .s-slider-block__title{padding-left:0px;padding-right:0px}}
.s-block--testimonials .s-slider-block__title-nav{top:65% !important;display:none !important;max-width:88% !important}
.mm-ocd .mm-spn li.s-block--testimonials .s-slider-block__title-nav {
  display: none !important;
}
.custom-main-normal .s-block--testimonials .s-slider-block__title-nav {
  display: block !important;
  position: relative !important;
}
.custom-main-normal .s-block--testimonials .s-slider-block__title-nav:has(.sub-menu) > a::after {
  content: "\e96e" !important;
  font-family: sallaicons !important;
}
.dts-page .p-price div.s-block--testimonials .s-slider-block__title-nav {
  display: none !important;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.s-block--testimonials .s-slider-block__title-nav {
  display: none !important;
}
.totals-div h6.s-block--testimonials .s-slider-block__title-nav {
  display: none !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}

.theme-dark .s-block--testimonials .s-slider-block__title-nav button {
  border-color: var(--color-sub-dark-mode) !important;
}
@media screen and (min-width: 768px) {
  .best-products-slider .swiper-wrapper {
    height: 510px;
  }
  .best-products-slider .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2);
  }
}
.swiper-button-disabled {
  opacity: 0.5;
}
salla-slider .swiper-pagination-bullet {
  width: 20px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.3;
}
salla-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #414042;
  background-color: var(--color-primary);
}
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0.75rem}
@media (min-width: 640px){
salla-slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:1.5rem}}
.offer-slider .s-slider-block__title{position:relative;margin-bottom:1.25rem}
.offer-slider .s-slider-block__title:before{position:absolute;top:1rem;font-size:3rem;font-weight:400;line-height:1;--tw-text-opacity:1;color:rgba(254, 242, 242, 1);color:rgba(254, 242, 242, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.offer-slider .s-slider-block__title:before {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.offer-slider .s-slider-block__title:before {
  border-color: var(--color-main);
}
.offer-slider .s-slider-block__title:where([dir="ltr"], [dir="ltr"] *):before{left:0px}
.offer-slider .s-slider-block__title:where([dir="rtl"], [dir="rtl"] *):before{right:0px}
.offer-slider .s-slider-block__title:before {
  content: "\ee30";
  font-family: "sallaicons";
}
.offer-slider .s-slider-block__title h2{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .product-entry--wishlist h3.offer-slider .s-slider-block__title h2 {
    padding-left: 0;
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-custom-bg h2.offer-slider .s-slider-block__title h2.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.offer-slider .s-slider-block__title p{margin-top:0.25rem;overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none;line-height:1.5rem}
.bank-offer .s-slider-block__title{display:none}
.mm-ocd .mm-spn li.bank-offer .s-slider-block__title {
  display: none;
}
.custom-main-normal .bank-offer .s-slider-block__title {
  display: block;
  position: relative;
}
.custom-main-normal .bank-offer .s-slider-block__title:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.bank-offer .s-slider-block__title {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.bank-offer .s-slider-block__title {
  display: none;
}
.totals-div h6.bank-offer .s-slider-block__title {
  display: none;
}
model-viewer[style*=width]:before{display:none}
.mm-ocd .mm-spn limodel-viewer[style*=width]:before {
  display: none;
}
.custom-main-normal model-viewer[style*=width]:before {
  display: block;
  position: relative;
}
.custom-main-normal model-viewer[style*=width]:has(.sub-menu) > a:before::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price divmodel-viewer[style*=width]:before {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price model-viewer.old-price[style*=width]:before {
  display: none;
}
.totals-div h6model-viewer[style*=width]:before {
  display: none;
}
.blog-slider .swiper-slide img{max-height:480px;min-height:380px}
@media (min-width: 768px){
.blog-slider .swiper-slide img{max-height:680px}}
.carousel-slider .swiper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.dts-page salla-slider.details-slider .s-slider-thumbs {
  width: 60px;
  min-width: 60px;
  height: auto;
  margin: 0;
}
.dts-page .s-slider-thumbs .s-slider-grid-thumbs {
  gap: 0;
}
.dts-page .s-slider-thumbs .s-slider-thumbs-container {
  padding: 0 !important;
}
.dts-page .s-slider-thumbs .s-slider-thumbs-container {
  transform: none;
  transform: initial;
  top: 0;
  height: 500px;
  max-height: none;
  max-height: initial;
  min-height: 0;
  min-height: initial;
  width: 100%;
  margin: 0;
  direction: rtl;
}
.dts-page .s-slider-thumbs .s-slider-thumbs-container img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.dts-page .s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
  display: none;
}
.dts-page .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
  border: 2px solid #f0f2f5;
  padding: 4px;
  opacity: 0.7;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  width: 100%;
}
.dts-page .s-slider-thumbs .s-slider-thumbs-container .swiper-slide.swiper-slide-thumb-active {
  border-color: #414042;
  border-color: var(--color-primary);
  opacity: 1;
}
.dts-page .s-slider-vertical .s-slider-nav-arrow {
  width: 100% !important;
  height: 30px !important;
}
.dts-page .s-slider-vertical .s-slider-nav-arrow {
  all: unset;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: none;
  box-shadow: initial;
  border-radius: 0;
  border-radius: initial;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
}
.dts-page .s-slider-vertical .s-slider-thumbs-next {
  bottom: 0;
  background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0) 100%);
}
.dts-page .s-slider-vertical .s-slider-thumbs-prev {
  top: 0;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0) 100%);
}
.dts-page .s-slider-vertical .s-slider-button-icon svg {
  transform: rotate(-90deg);
}
.dts-page .s-slider-thumbs-nav button.swiper-button-disabled {
  display: none !important;
}
.dts-page .s-slider-vertical .s-slider-thumbs-nav {
  all: unset !important;
}
.dts-page .s-slider-vertical .s-slider-thumbs-nav .s-slider-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dts-page salla-slider.details-slider {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  height: auto;
}
.dts-page salla-slider.details-slider .s-slider-container {
  width: 500px;
  min-width: 500px;
  position: relative;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.dts-page salla-slider.details-slider .swiper-slide {
  box-shadow: none;
  box-shadow: initial;
  border-radius: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.dts-page salla-slider.details-slider .s-slider-container img {
  height: 500px;
}
.s-slider-block__title {
  max-width: 100% !important;
}
.s-slider-block__title {
  flex-wrap: wrap;
  gap: 10px;
}
.page-sec salla-products-slider {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
  display: block;
}
.sub-categories-slider-page salla-products-slider {
  margin-bottom: 30px;
}
.sub-categories-slider-page salla-products-slider .s-product-card-entry {
  border: 1px solid #f1f1f1;
}
.sub-categories-slider-page salla-products-slider:not(:has(.s-product-card-entry)) {
  display: none;
}
.s-block__title .right-side:where([dir=rtl], [dir=rtl] *),
.s-slider-block__title-right:where([dir=rtl], [dir=rtl] *) {
  padding-left: 0 !important;
}
.s-block__title h2,
.s-slider-block__title h2,
.s-reviews-header-wrapper .s-reviews-header {
  font-size: 30px !important;
  padding-left: 0 !important;
  margin: 0 !important;
  line-height: 150% !important;
  font-weight: 600 !important;
}
.s-slider-nav-arrow {
  border: 0 !important;
  height: 34px !important;
  width: 34px !important;
  margin: 0 !important;
}
.s-slider-nav-arrow {
  background: #414042;
  background: var(--color-primary);
  color: #fff;
  color: var(--white);
}
.s-slider-nav-arrow svg {
  width: 30px !important;
  fill: currentColor !important;
}
.s-slider-block__title-nav:has(> .s-slider-nav-arrow.swiper-button-disabled + .s-slider-nav-arrow.swiper-button-disabled) {
  display: none !important;
}
.carousel-slider .swiper-wrapper > div,
salla-slider[type]:not(.hydrated) .swiper > div > div > div,
salla-slider[type]:not(.hydrated) > div > div {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.carousel-slider .swiper-wrapper > div,
salla-slider[type]:not(.hydrated) .swiper > div > div > div,
salla-slider[type]:not(.hydrated) > div > div {
  max-width: 20%;
}
.s-block--hero-slider salla-slider {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.s-block--hero-slider salla-slider .swiper {
  height: 528px;
}
.s-slider-block__title-nav button {
  background: #414042 !important;
  background: var(--color-primary) !important;
  box-shadow: none !important;
}
.s-slider-block__title-nav button:hover {
  background: var(--color-primary-light) !important;
}
.s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0.5 !important;
}
.s-slider-block__title-nav button {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.s-block--slider-with-ctg salla-products-slider {
  margin: 0;
  width: 100%;
}
.flex-slider-with-ctg .carousel-slider .swiper-wrapper > div {
  max-width: 25%;
}
.flex-slider-with-ctg .s-slider-v-centered .s-slider-block__title-nav {
  width: 99%;
  margin-top: -50px;
}
.carousel-slider .s-slider-block__title-nav {
  display: flex !important;
}
.carousel-slider .s-slider-block__title-nav {
  gap: 10px;
}
.s-block--hero-slider .swiper-slide {
  height: 100% !important;
}
.s-block--hero-slider .swiper-slide {
  overflow: hidden;
}
.s-block--best-offers .swiper {
  padding-bottom: 15px;
}
.s-products-list-wrapper.s-products-list-vertical-cards {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.product-entry{position:relative;display:flex;height:100%;justify-content:space-between;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.product-form .upload-file .product-entry.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .product-entry.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.product-entry {
  height: 100%;
}
@media (max-width: 450px) {
  .content-comment .product-entry.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .product-entry {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .product-entry.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .product-entry.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.product-entry:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.product-entry--wishlist{flex-direction:column;justify-content:space-between;padding:1rem}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .product-entry--wishlist .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (min-width: 640px){
.product-entry--wishlist{flex-direction:row}}
.product-entry--wishlist .product-entry__image{height:3rem;width:4rem;overflow:hidden;border-radius:0.375rem}
.cart-total .product-entry--wishlist .product-entry__image {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .cart-total .product-entry--wishlist .product-entry__image {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .product-entry--wishlist .product-entry__image.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.product-entry--wishlist .product-entry__image.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media (min-width: 768px){
.product-entry--wishlist .product-entry__image{height:4rem;width:5rem}}
.product-entry--wishlist salla-button{display:flex}
.product-form .upload-file .product-entry--wishlist salla-button.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .product-entry--wishlist salla-button.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .product-entry--wishlist salla-button.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .product-entry--wishlist salla-button.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-comments-page{padding-top:4rem}
.s-comments-product{margin-bottom:1rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-top:1rem;padding-bottom:1rem}

.theme-dark .bg-white.rounded-md.s-comments-product.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .thankyou-block .s-comments-product.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
@media (min-width: 768px){
.s-comments-product{margin-bottom:3.5rem;padding-top:3.5rem;padding-bottom:3.5rem}}
.s-comments-product .s-comments-container{width:100%;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}
@media (min-width: 1280px){
.s-comments-product .s-comments-container{max-width:1280px}}
@media only screen and (min-width: 1024px) {
  .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container ul{margin:0px;border-style:none;padding:0px}
  .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div{display:none}
.mm-ocd .mm-spn li.main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div {
  display: none;
}
.custom-main-normal .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div {
  display: block;
  position: relative;
}
.custom-main-normal .main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div {
  display: none;
}
.totals-div h6.main-menu .sub-menu li.mega-menu .s-comments-product .s-comments-container > div {
  display: none;
}
}
.s-block--testimonials.s-comments-product .s-comments-container{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-comments-product .s-comments-container{padding-left:0.625rem;padding-right:0.625rem}}
.share-btns-list{position:absolute;top:3rem;z-index:10;display:flex;flex-direction:column;align-items:center;overflow:hidden;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0;--tw-shadow:0px 3px 6px rgba(0,0,0,0.16078);--tw-shadow-colored:0px 3px 6px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 3px 6px rgba(0,0,0,0.16078);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
input[type=radio].sr-only div.share-btns-list {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.share-btns-list {
  border-color: var(--color-main);
}
.product-form .upload-file .share-btns-list.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .share-btns-list.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .share-btns-list .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .share-btns-list.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.share-btns-list {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .share-btns-list {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .share-btns-list.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .share-btns-list.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.share-btns-list a{display:block;padding:0.75rem}
.share-btns-list a:hover{color:#414042;color:var(--color-primary)}
.cart-item salla-conditional-fields > section{padding-left:0px;padding-right:0px;padding-top:0px}
.cart-item salla-conditional-fields > section:last-child{margin-bottom:0px;padding-bottom:0px}
.s-product-card-content-pie-svg-base {
  transition: stroke-dashoffset 1s linear;
  stroke: #e8edf2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.s-product-card-content-pie-svg-bar {
  fill: none;
  stroke: #414042;
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.s-product-card-content-sub{justify-content:flex-start;gap:0.75rem}
.s-product-card-starting-price{width:auto}
.pie-wrapper{position:absolute;top:0.625rem;display:flex;height:72px;width:72px;align-items:center;justify-content:center;color:#414042;color:var(--color-primary)}
input[type=radio].sr-only div.pie-wrapper {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.pie-wrapper {
  border-color: var(--color-main);
}
.product-form .upload-file .pie-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .pie-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .pie-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.pie-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .pie-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .pie-wrapper {
  color: var(--color-text-dark-mode);
}
.theme-dark .pie-wrapper.top-full {
  color: #414042;
  color: var(--color-primary);
}
.pie-wrapper:where([dir="ltr"], [dir="ltr"] *){right:1.25rem}
.pie-wrapper:where([dir="rtl"], [dir="rtl"] *){left:1.25rem}
.pie-wrapper .pie-svg circle {
  transition: stroke-dashoffset 1s linear;
  stroke: #e8edf2;
  stroke-width: 2px;
  stroke-linecap: round;
  fill: none;
}
.pie-wrapper .pie-svg circle.circle_bar {
  stroke: #414042;
  stroke: var(--color-primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}
.pie-wrapper span {
  display: block;
  color: #7c8082;
  color: var(--color-text);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: var(--font-xsm);
}
.pie-wrapper span b {
  font-size: var(--font-md) !important;
}
.pie-wrapper span b {
  margin-bottom: 3px;
  color: #414042;
  color: var(--color-primary);
}
/* Add to cart sticky bar */
@media (max-width: 640px) {
  .is-sticky-product-bar.product-single{padding-bottom:4rem}
  .is-sticky-product-bar .sticky-product-bar{position:fixed;bottom:0px;left:0px;z-index:2;display:flex;width:100%;--tw-translate-y:28rem;transform:translate(var(--tw-translate-x), 28rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.625rem;padding:0.75rem;opacity:0;--tw-shadow:-1px -2px 9px 0 rgba(0,0,0,0.05);--tw-shadow-colored:-1px -2px 9px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px -2px 9px 0 rgba(0,0,0,0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-delay:500ms;transition-duration:700ms;transition-timing-function:cubic-bezier(0.55, 0, 0.1, 1)}
.product-form .upload-file .is-sticky-product-bar .sticky-product-bar.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .is-sticky-product-bar .sticky-product-bar.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.is-sticky-product-bar .sticky-product-bar) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .is-sticky-product-bar .sticky-product-bar.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.is-sticky-product-bar .sticky-product-bar {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .is-sticky-product-bar .sticky-product-bar.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
  @media (min-width: 640px){
.is-sticky-product-bar .sticky-product-bar{gap:1rem}}
  .is-sticky-product-bar .sticky-product-bar__quantity,
  .is-sticky-product-bar .sticky-product-bar salla-add-product-button{--tw-translate-y:1.25rem;transform:translate(var(--tw-translate-x), 1.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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.55, 0, 0.1, 1)}
  .is-sticky-product-bar .sticky-product-bar__price,
  .is-sticky-product-bar .sticky-product-bar .form-label{display:none}
.mm-ocd .mm-spn li.is-sticky-product-bar .sticky-product-bar__price,.mm-ocd .mm-spn li
  .is-sticky-product-bar .sticky-product-bar .form-label {
  display: none;
}
.custom-main-normal .is-sticky-product-bar .sticky-product-bar__price,.custom-main-normal 
  .is-sticky-product-bar .sticky-product-bar .form-label {
  display: block;
  position: relative;
}
.custom-main-normal .is-sticky-product-bar .sticky-product-bar__price:has(.sub-menu) > a::after,.custom-main-normal 
  .is-sticky-product-bar .sticky-product-bar .form-label:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.is-sticky-product-bar .sticky-product-bar__price,.dts-page .p-price div
  .is-sticky-product-bar .sticky-product-bar .form-label {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.is-sticky-product-bar .sticky-product-bar__price,.cart-sec .cart-dts .p-dts .prodcut-price .old-price
  .is-sticky-product-bar .sticky-product-bar .form-label {
  display: none;
}
.totals-div h6.is-sticky-product-bar .sticky-product-bar__price,.totals-div h6
  .is-sticky-product-bar .sticky-product-bar .form-label {
  display: none;
}
  .is-sticky-product-bar .sticky-product-bar__quantity{margin:0px;transition-delay:900ms}
  .is-sticky-product-bar .sticky-product-bar salla-add-product-button{margin:0px;width:auto;flex:1 1 0%;transition-delay:1000ms}
  .hydrated .is-sticky-product-bar .sticky-product-bar, .hydrated .is-sticky-product-bar .sticky-product-bar__quantity,
  .hydrated .is-sticky-product-bar .sticky-product-bar salla-add-product-button{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}
}
.s-tabs-header * {
  pointer-events: auto !important;
}
.product__description ul,
.product__description li {
  list-style: inherit !important;
}
.product__description ul,
.product__description ol{padding-left:1.5rem;padding-right:1.5rem}

.theme-dark .rounded-md.py-5.-mx-6.product__description ul.center-between,
.theme-dark .rounded-md.py-5.-mx-6
.product__description ol.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.product__description ol {
  list-style: auto !important;
}
.product__description a{--tw-text-opacity:1;color:rgba(29, 78, 216, 1);color:rgba(29, 78, 216, var(--tw-text-opacity, 1))}
.model-viewer-wrapper{position:relative;margin-bottom:1rem;width:100%}

.p-que-addcart .s-add-product-button-main:not(.model-viewer-wrapper) > salla-button {
  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%}

.p-que-addcart .s-add-product-button-main:not(.model-viewer) > salla-button {
  width: 100%;
}
.model-viewer {
  height: 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;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));--tw-content:attr(data-switcher-text);content:attr(data-switcher-text);content:var(--tw-content)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.s-toggle .s-toggle-switcher-has-text.mb-2:before {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.s-toggle .s-toggle-switcher-has-text:before {
  font-family: arial, serif;
}
.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white:before{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}

.theme-dark .s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white:before {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white.rounded-md.py-4.divide-y.divide-border-color.space-y-4:before {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.product-option-uploader .s-file-upload-wrapper {
  min-height: 120px;
}
.product-option-uploader .s-file-upload-wrapper .filepond--list-scroller {
  overflow-y: inherit !important;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  min-height: 120px !important;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  cursor:pointer;
  border-radius:0.375rem;
  border-width:1px;
  border-style:dashed;
  --tw-border-opacity:1;
  border-color:rgba(229, 231, 235, 1);
  border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, 1);
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label * {
  pointer-events: none;
}
.cart-total .product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .product-option-uploader .s-file-upload-wrapper .filepond--drop-label {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .product-option-uploader .s-file-upload-wrapper .filepond--drop-label.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .product-option-uploader .s-file-upload-wrapper .filepond--drop-label.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.product-form .upload-file .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon{margin-bottom:0.25rem}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  color: #7c8082;
  font-size:1.25rem;
  line-height:1.75rem;
}
@media (max-width: 640px) {
  .s-offer-modal-slider-centered .s-offer-modal-slider-item {
    max-width: 46% !important;
  }
}
.s-product-card-full-image salla-add-product-button{border-radius:.75rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}

.theme-dark .s-product-card-full-image salla-add-product-button {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .s-product-card-full-image salla-add-product-button.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-product-card-wishlist-added i{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{flex:none}
@media (min-width: 640px){
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{flex:1 1 0%}}
.s-product-options-colors-wrapper{display:flex;flex-wrap:wrap;gap:1rem}
.product-form .upload-file .s-product-options-colors-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-options-colors-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 576px) {
  section.pt-24 .s-product-options-colors-wrapper {
    gap: 0.2rem;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-options-colors-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-options-colors-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-product-options-colors-wrapper .s-product-options-colors-item{margin:0px;width:auto}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="ltr"], [dir="ltr"] *){margin:0px}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="rtl"], [dir="rtl"] *){margin:0px}
.s-product-card-minimal .s-product-card-image:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}
.s-product-card-minimal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
.s-product-card-starting-price{justify-content:flex-start;gap:0.625rem}
.s-product-card-minimal salla-button.s-product-card-wishlist-btn{top:0.625rem}
.s-product-card-minimal salla-button.s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){right:0.625rem}
.s-product-card-minimal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){left:0.625rem}
.magnify-wrapper .img-magnifier-glass{display:none}
.mm-ocd .mm-spn li.magnify-wrapper .img-magnifier-glass {
  display: none;
}
.custom-main-normal .magnify-wrapper .img-magnifier-glass {
  display: block;
  position: relative;
}
.custom-main-normal .magnify-wrapper .img-magnifier-glass:has(.sub-menu) > a::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.magnify-wrapper .img-magnifier-glass {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.magnify-wrapper .img-magnifier-glass {
  display: none;
}
.totals-div h6.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;
}
.s-product-card-horizontal .s-product-card-content{margin-bottom:0px}
@media (max-width: 480px) {
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn{position:absolute;bottom:0.625rem}
input[type=radio].sr-only div.s-product-card-horizontal salla-button.s-product-card-wishlist-btn {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-horizontal salla-button.s-product-card-wishlist-btn {
  border-color: var(--color-main);
}
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="ltr"], [dir="ltr"] *){left:-3rem}
  .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *){right:-3rem}
}
.s-product-card-horizontal salla-progress-bar{display:flex;flex-grow:1;flex-direction:column}
.product-form .upload-file .s-product-card-horizontal salla-progress-bar.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .s-product-card-horizontal salla-progress-bar.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .s-product-card-horizontal salla-progress-bar .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .s-product-card-horizontal salla-progress-bar.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .s-product-card-horizontal salla-progress-bar.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.s-rating-stars-reviews{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.s-rating-stars-reviews.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.s-product-card-promotion-title{--tw-bg-opacity:1;background-color:rgba(174, 10, 10, 1);background-color:rgba(174, 10, 10, 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))}
.s-product-card-sale-price h4{color:rgba(174, 10, 10, 1) !important;color:rgba(174, 10, 10, var(--tw-text-opacity, 1)) !important}
.s-product-card-sale-price h4{--tw-text-opacity:1;color:rgb(239 68 68 / 1)}
@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){
.s-product-card-sale-price h4{color:rgb(239 68 68 / var(--tw-text-opacity, 1))}
}
.s-product-card-sale-price span{color:inherit}
@media (max-width: 1024px) {
  salla-filters,
  salla-filters > *{padding-left:1.25rem !important;padding-right:1.25rem !important}
}
#offer-corner-badge{position:absolute;z-index:1;float:left;margin:0px;height:auto;width:auto;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:0px;--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1));padding-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));
  padding-left: 4rem;
  padding-right: 4rem}
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);
}
@media (max-width: 576px) {
  div#offer-corner-badge {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#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))}
.parts-page {
  display: flex;
  margin-top: 20px;
}
.parts-page .products-part {
  width: 100%;
}
.title-page {
  color: #272a32;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  margin-bottom: 20px;
}
.parts-page .ps-categogy__wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-right: auto;
}
.parts-page .form-select {
  border: 1px solid #ddd;
  color: #272a32;
  color: var(--text-color);
  padding: 3px 10px 3px 25px;
  background-position: left 5px center;
  background-size: 18px;
  width: auto;
  font-size: 16px;
  outline: medium none invert;
  outline: initial;
  box-shadow: none;
  box-shadow: initial;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.parts-page .ps-categogy__sort {
  display: flex;
  align-items: center;
  gap: 6px;
}
.parts-page .ps-categogy__sort span {
  white-space: nowrap;
  font-size: 16px;
}
.parts-page .ps-categogy__type {
  display: flex;
  gap: 16px;
  margin-right: auto;
}
.parts-page .ps-categogy__type a {
  color: #272a32;
  color: var(--text-color);
  display: flex;
}
.parts-page .ps-categogy__type i {
  font-size: 24px;
  opacity: 0.5;
}
.parts-page .ps-categogy__type .active i {
  opacity: 1;
}
body .products-grid {
  background: #f0f2f5;
  padding: 10px;
  border-radius: 5px;
  display: block;
  background: color-mix(in srgb, #414042 3%, transparent);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
body .products-grid {
  background: color-mix(in srgb, var(--color-primary) 3%, transparent);
}
}
body .products-grid .s-products-list-wrapper {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
  gap: 10px;
}
body.small-container .products-grid .s-products-list-wrapper {
  grid-template-columns: repeat(4, 1fr);
}
.parts-page .products-grid.list-product .s-products-list-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.line {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  display: block;
  height: 15px;
}
.line::after {
  content: "";
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0), #fff);
  display: block;
  height: 15px;
}
.dts-page {
  display: flex;
  gap: 20px;
  padding-top: 15px;
}
.dts-page .g-view {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
}
.dts-page .flex-dts-box {
  display: flex;
  gap: 20px;
  width: 100%;
}
.dts-page .main-dts {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.dts-page .main-dts .c-name {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: var(--color-primary-dark);
}
.dts-page .main-dts .cg-share {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin-bottom: 7px;
}
.dts-page .main-dts .p-share {
  display: flex;
  margin-right: auto;
}
.btn--wishlist.s-button-element i {
  font-size: 22px;
}
.dts-page .main-dts .p-share .s-social-share-btn span svg {
  height: 19px;
  width: 19px;
}
.dts-page .main-dts .p-name {
  font-size: 21px;
  opacity: 0.9;
  margin: 8px 0;
  line-height: 32px;
}
.dts-page .main-dts .subdata {
  color: #7a808f;
  color: var(--text-gray-500);
  display: flex;
  align-items: center;
  gap: 5px;
}
.dts-page .main-dts salla-rating-stars {
  display: flex;
  gap: 7px;
  margin-top: 8px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.price-descount-box {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}
.after-icon::after {
  font-family: sallaicons !important;
}
.after-icon::after {
  position: absolute;
  left: 12px;
  bottom: -20px;
  width: 100px;
  height: 100px;
  font-size: 100px;
  display: flex;
  align-items: center;
  z-index: 0;
}
.dts-page .p-price:has(.flex-div) {
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  background: hsl(122, 40%, 97%);
  overflow: hidden;
  position: relative;
}
.dts-page .p-price:has(.flex-div).after-icon::after {
  content: "\f094";
  color: hsl(122, 40%, 93%);
}
.dts-page .p-price .tax-t {
  margin: 0;
}
.dts-page .p-price div {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.dts-page .p-price .flex-div {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.dts-page .p-price div.hidden {
  display: none;
}
.dts-page .p-price .n-price {
  margin: 0;
  font-size: 26px;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 28px;
  font-weight: 500;
  flex-wrap: wrap;
}
.dts-page .p-price .o-price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 17px;
}
.dts-page .p-price .o-price b {
  font-weight: 400;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 19px;
}
.dts-page .sava-amount {
  color: #409543;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.dts-page .sava-amount i {
  font-size: 14px;
}
.dts-page .discount-amount {
  background: #409543;
  color: #fff;
  color: var(--white);
  padding: 0px 10px;
  border-radius: 50px;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
}
.dts-page .main-dts .tax {
  color: #7a808f;
  color: var(--text-gray-500);
}
.dts-page .main-dts .brand-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.dts-page .main-dts .brand img {
  width: auto;
  max-width: 150px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.dts-page .main-dts .brand-box .more-brand-dts p {
  display: block;
  color: #4CAF50;
  font-size: 18px;
}
.dts-page .main-dts .brand-box .more-brand-dts span {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dts-page .main-dts .brand-box .more-brand-dts a {
  color: #697de7;
  font-size: 17px;
  font-weight: 500;
}
.dts-page .main-dts .product-form {
  margin-top: 16px;
}
.dts-page .main-dts .warning-msg {
  color: #4caf50;
  margin-top: 15px;
  line-height: 130%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
}
.dts-page .main-dts .warning-msg i {
  font-size: 20px;
}
.zoom-h {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: #7a808f;
  color: var(--text-gray-500);
}
.dts-page .t-p {
  margin-bottom: 10px;
  color: #272a32;
  color: var(--text-color);
  font-size: 16px;
  display: flex;
  gap: 5px;
}
.dts-page .t-p em {
  font-family: inherit;
  font-size: 16px;
  direction: ltr;
  display: inline-block;
}
.dts-page .left-sec {
  background: #fff;
  background: var(--white);
  width: 330px;
  min-width: 330px;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 95px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dts-page .left-sec .purchases-remaining {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.dts-page .left-sec .purchases-remaining .purchases-num,
.dts-page .left-sec .purchases-remaining .remaining-div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dts-page .left-sec .p-que-addcart .t-p {
  margin-bottom: 0;
}
.dts-page .left-sec .p-que-addcart .flex-box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.dts-page .left-sec .p-que-addcart .p-quentity select {
  min-width: 65px;
  outline: medium none invert;
  outline: initial;
  box-shadow: none;
  box-shadow: initial;
  border-radius: 3px;
  line-height: 17px;
}
.dts-page .left-sec .p-que-addcart .p-quentity select:focus {
  border-color: #414042;
  border-color: var(--color-primary);
}
.dts-page .left-sec .sale-shipp {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
}
.dts-page .left-sec .sale-shipp svg {
  position: absolute;
  fill: var(--hover);
}
.dts-page .left-sec .sale-shipp span {
  background: rgba(167, 66, 23, 0.1019607843);
  background: linear-gradient(to left, rgba(167, 66, 23, 0.2509803922), #fff);
  color: var(--hover);
  display: flex;
  gap: 4px;
  line-height: 18px;
  padding: 0 32px 0 8px;
  font-size: 15px;
  border-radius: 2px 10px 3px 2px;
  flex-wrap: wrap;
}
.dts-page .left-sec .guarantee {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  margin-bottom: 20px;
}
.dts-page .left-sec .guarantee svg {
  width: 25px;
  height: 22px;
}
.dts-page .left-sec .stock {
  margin-bottom: 14px;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px 2px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  color: var(--white);
}
.dts-page .left-sec .in-stock {
  background: #12a05c;
  background: var(--bg-green);
}
.dts-page .left-sec .out-stock {
  background: #d94945;
  background: var(--red);
}
.dts-page .left-sec .availability {
  color: #107e4a;
  color: var(--green);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 14px;
}
.dts-page .left-sec .line {
  margin: 30px 0 15px;
}
.dts-page .left-sec .bottom-part p {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  position: relative;
  color: #606674;
  color: var(--text-gray-600);
}
.dts-page .left-sec .bottom-part p i {
  font-size: 22px;
}
.dts-page .left-sec .bottom-part p span {
  font-size: 16px;
}
.dts-page .left-sec .bottom-part p span em {
  display: block;
  font-size: 15px;
}
.dts-page .left-sec .bottom-part p:last-child {
  margin-bottom: 0;
}
.g-d-sec {
  display: flex;
  gap: 20px;
}
.right-sec {
  width: 100%;
}
.ps-product__content {
  margin-top: 40px;
  margin-bottom: 40px;
  width: calc(100% - 350px);
}
.ps-product__content .line {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.03) 3px, transparent);
}
.ps-product__content .ps-tab-list {
  border: none;
  margin-bottom: 30px;
  display: flex;
  gap: 26px;
  padding-top: 30px;
}
.ps-product__content .ps-tab-list li .nav-link {
  font-size: 21px;
  line-height: 25px;
  padding: 0;
  border: none;
  position: relative;
  color: #7a808f;
  color: var(--text-gray-500);
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
  display: flex;
  gap: 8px;
}
.ps-product__content .ps-tab-list li .nav-link:hover {
  color: #272a32;
  color: var(--text-color);
}
.ps-product__content .ps-tab-list li .nav-link.active {
  color: #414042;
  color: var(--color-primary);
  border-bottom: 2px solid #414042;
  border-bottom: 2px solid var(--color-primary);
}
.ps-product__content .tab-content {
  padding-left: 100px;
}
.ps-product__content .tab-content .tab-pane {
  display: none;
}
.ps-product__content .tab-content .tab-pane.active {
  display: block;
}
.ps-product__content .tab-content .p-about {
  max-height: 151px;
  overflow: hidden;
}
.ps-product__content .tab-content .p-about ul {
  list-style: inherit;
  padding: 10px;
  padding-right: 40px;
}
.ps-product__content .tab-content .p-about ul li {
  list-style: inherit;
}
.ps-product__content .tab-content .show-more-dts {
  color: #697de7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  position: relative;
}
.ps-product__content .tab-content .show-more-dts i {
  font-size: 24px;
}
.ps-product__content .tab-content .show-more-dts::after {
  content: "";
  position: absolute;
  top: -60px;
  width: 100%;
  background: linear-gradient(0deg, #fff, transparent);
  height: 60px;
}
.ps-product__content .tab-content .tab-pane.full-description .show-more-dts {
  display: none !important;
}
.ps-product__content .tab-content .tab-pane.full-description .p-about {
  max-height: none !important;
  max-height: initial !important;
  overflow: visible !important;
  overflow: initial !important;
}
.ps-product__content .tab-content .p-about.active + .show-more-dts i::before {
  content: "\e96d";
}
.ps-product__content .tab-content .show-more-dts .less,
.ps-product__content .tab-content .p-about.active + .show-more-dts::after,
.ps-product__content .tab-content .p-about.active + .show-more-dts .more {
  display: none;
}
.ps-product__content .tab-content .p-about.active + .show-more-dts .less {
  display: block;
}
.ps-product__content .tab-content .p-about.active {
  max-height: none;
  max-height: initial;
}
.ps-product__content .tab-content .p-about.active,
.ps-product__content .tab-content .p-about.active img {
  display: block;
}
.ps-product__content .tab-content .p-about h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
  color: #272a32;
  color: var(--text-color);
}
.ps-product__content .tab-content .p-about p {
  color: #606674;
  color: var(--text-gray-600);
}
.ps-product__content .tab-content .p-about img {
  margin: 10px 0;
  max-height: none;
  max-height: initial;
}
.ps-product__content .tab-content .p-about iframe {
  height: 500px;
}
.ps-product__content .tab-content .p-desc .desc-cont * {
  font-weight: 400;
}
.ps-product__content .tab-content .p-desc .desc-cont ul {
  list-style: revert;
  padding: revert;
  margin: revert;
  color: #606674;
  color: var(--text-gray-600);
}
.ps-product__content .tab-content .p-desc .desc-cont p {
  color: #606674;
  color: var(--text-gray-600);
}
.ps-product__content .tab-content .p-desc .desc-cont h1 {
  font-size: 22px;
}
.ps-product__content .tab-content .p-desc .desc-cont h2 {
  font-size: 20px;
}
.ps-product__content .tab-content .p-desc .desc-cont h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: inherit;
  color: #272a32;
  color: var(--text-color);
}
.ps-product__content .tab-content .p-desc .desc-cont h4 {
  font-size: 16px;
}
.ps-product__content .tab-content .p-desc .desc-cont h5 {
  font-size: 14px;
}
.ps-product__content .tab-content .p-desc .desc-cont h6 {
  font-size: 12px;
}
.ps-product__content .p-specifications .table {
  margin-top: 5px;
}
.table-striped-columns > :not(caption) > tr > :nth-child(odd) {
  --bs-table-accent-bg: rgba(173, 165, 165, 0.05);
  color: #272a32;
  color: var(--text-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(255, 255, 255, 0);
  color: #606674;
  color: var(--text-gray-600);
}
.ps-product__content .table-specifications {
  display: flex;
  align-items: start;
  gap: 40px;
}
.rating-sec {
  display: flex;
  gap: 50px;
}
.rating-sec salla-comments {
  width: 80%;
}
.ps-product__content .overall-rate {
  display: flex;
  gap: 20px;
  flex-direction: column;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ps-product__content .overall-rate .rate-number p {
  margin-bottom: 10px;
}
.ps-product__content .overall-rate .rate-number h4 {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 45px;
  align-items: baseline;
}
.ps-product__content .overall-rate .rate-number h4 span {
  font-size: 20px;
}
.ps-product__content .overall-rate .rate-number .rate-star {
  display: flex;
  gap: 7px;
  margin-top: 5px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.ps-product__content .overall-rate .rate-number .rate-star i {
  font-size: 20px;
}
.ps-product__content .overall-rate .rate-progress {
  width: 400px;
}
.ps-product__content .overall-rate .rate-progress ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.ps-product__content .overall-rate .rate-progress ul li span {
  width: 90px;
  min-width: 90px;
}
.ps-product__content .overall-rate .rate-progress ul li em {
  min-width: 35px;
}
.ps-product__content .overall-rate .rate-progress .progress {
  width: 100%;
  height: 11px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
  background: #f0f2f5;
  background: var(--bg-gray);
}
.ps-product__content .overall-rate .rate-progress .progress .progress-bar {
  background: #414042;
  background: var(--color-primary);
  background: linear-gradient(to bottom, #ffce00 0, #f3c607 100%);
}
.star-list {
  display: flex;
  gap: 1px;
}
.star-list li i {
  color: var(--color-primary-light);
  font-size: 15px;
}
.user-rating {
  width: 100%;
}
.user-rating h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}
.user-rating .comment-list > li {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #f0f2f5;
  border-bottom: 1px solid var(--bg-gray);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.user-rating .comment-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.user-rating .comment-list > li img {
  width: 35px;
  min-width: 35px;
  height: 35px;
}
.user-rating .user-comment {
  width: 100%;
}
.user-rating .user-comment h4 {
  margin-bottom: 1px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.user-rating .user-comment h4 span {
  font-size: 15px;
  color: #7a808f;
  color: var(--text-gray-500);
  display: flex;
  gap: 10px;
}
.user-rating .user-comment p {
  margin: 0;
  color: #606674;
  color: var(--text-gray-600);
}
.user-rating .comment-list .star-list i {
  font-size: 12px;
}
.page-sec .product--div {
  padding: 0;
  padding-top: 25px;
  border-top: 1px solid #f0f2f5;
  border-top: 1px solid var(--bg-gray);
}
.dts-page .promotion-title {
  padding: 5px 15px !important;
}
.dts-page .promotion-title {
  background: #ffbd0c;
  color: #272a32;
  color: var(--text-color);
  right: 10px;
  max-width: 75%;
  font-weight: 600;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.dts-page .thumbs .video-entry:before {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --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);
  color: rgba(255, 255, 255, 0.8);
  --tw-content: "";
  content: "\ee61";
  content: "";
  content: var(--tw-content);
}
.flex-div {
  display: flex;
  gap: 15px;
}
.page-sec .s-button-primary {
  font-size: 17px;
  color: #fff;
  color: var(--white);
  background-color: #414042;
  background-color: var(--color-primary);
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  padding: 10px 15px;
  font-weight: 500;
  display: flex;
  width: auto;
  border-radius: 8px;
}
.page-sec .s-button-primary:hover {
  border-color: var(--color-primary-light) !important;
}
.page-sec .s-button-primary:hover {
  background-color: var(--color-primary-light);
}
.page-sec .s-button-primary.s-infinite-scroll-btn {
  margin: 40px auto 30px;
}
.product__description {
  margin: 8px 0;
}
.product__description .description--main {
  display: block;
  max-height: 78px;
  overflow: hidden;
}
.product__description .description--main * {
  font-size: 16px !important;
  line-height: 160% !important;
  font-weight: normal !important;
  margin: 0 !important;
  color: #272a32 !important;
  color: var(--text-color) !important;
}
.product__description .description--main *:has(img:only-child),
.product__description .description--main *:has(br:only-child),
.product__description .description--main img,
.product__description .description--main br {
  display: none;
}
.product__description .show-more {
  color: #697de7;
}
.product-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.product-tags a {
  display: flex;
  padding: 0 12px;
  line-height: 22px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #f0eeee;
  border: 1px solid var(--text-gray);
}
.product-entry__sub-title {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 40px;
  background: rgba(206, 208, 223, 0.2);
  background: color-mix(in srgb, #414042 5%, transparent);
  margin-top: 12px;
  line-height: 21px;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.product-entry__sub-title {
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
}
.product-entry__sub-title i {
  position: relative;
  top: -1px;
  color: var(--color-primary-dark);
}
.payment_methods {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.payment_methods img {
  height: 34px;
  width: auto;
  max-width: 50px;
}
.discount-ends {
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  background: hsl(4, 90%, 98%);
  position: relative;
  overflow: hidden;
}
.discount-ends .s-count-down-wrapper {
  z-index: 1;
}
.discount-ends::after {
  content: "\f014";
  color: hsl(4, 87%, 96%);
}
.discount-ends > p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.discount-ends .s-count-down-list {
  padding: 0;
  margin: 0;
  justify-content: start;
  gap: 5px;
}
.discount-ends .s-count-down-list .s-count-down-item {
  flex: initial;
  margin: 0;
  font-family: inherit;
  height: auto;
  width: 55px;
}
.discount-ends .s-count-down-list .s-count-down-item-value {
  font-size: 20px;
  line-height: 24px;
  padding-top: 4px;
  font-weight: 500;
  color: #F44336;
}
.discount-ends .s-count-down-list .s-count-down-item-label {
  margin: 0;
  opacity: 1;
  color: inherit;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
}
.discount-ends .s-count-down-list .s-count-down-item::after {
  content: "";
  left: -4px;
  right: auto;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.2117647059);
}
.discount-ends .s-count-down-list .s-count-down-item:last-child:after {
  display: none;
}
.product-form .s-product-options-wrapper {
  padding: 0;
  margin-bottom: 10px;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.product-form .form-label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
}
.product-form .upload-file .form-label {
  display: none;
}
.product-form .upload-file {
  margin-top: 14px;
}
.product-form .upload-file > div {
  display: flex;
}
.product-form .upload-file .flex.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .flex.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.product-form .upload-file > div .w-100 {
  width: 100% !important;
}
.product-form .upload-file > div .w-100 {
  margin: 0;
}
.left-sec .product-form .p-price {
  margin-top: 12px;
}
.dts-page .product-form .p-price {
  margin-bottom: 20px;
  padding: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.dts-page .product-form .p-price .n-price {
  font-size: 22px;
}
.p-que-addcart salla-add-product-button .s-add-product-button-main,
.p-que-addcart salla-add-product-button {
  margin: 0 !important;
}
.p-que-addcart salla-add-product-button .s-add-product-button-main,
.p-que-addcart salla-add-product-button {
  flex-direction: column;
  gap: 12px;
}
.p-que-addcart .s-add-product-button-main .s-add-product-button-mini-checkout,
.p-que-addcart .s-add-product-button-main:not(.w-full) > salla-button {
  width: 100% !important;
}
.p-que-addcart salla-add-product-button salla-quick-buy {
  margin: 0;
}
.p-que-addcart salla-add-product-button .s-button-outline.s-button-disabled,
.p-que-addcart salla-add-product-button .s-button-primary,
.p-que-addcart salla-add-product-button .s-button-primary-outline,
.p-que-addcart salla-add-product-button .s-fast-checkout-button,
.p-que-addcart salla-add-product-button .s-add-product-button-mini-checkout-content {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 17px;
  padding: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.p-que-addcart salla-add-product-button .s-add-product-button-mini-checkout-content svg {
  width: 18px;
  height: 18px;
  fill: #414042;
  fill: var(--color-primary);
  margin: 0;
}
.p-que-addcart salla-add-product-button .s-button-primary::after {
  font-family: sallaicons !important;
}
.p-que-addcart salla-add-product-button .s-button-primary::after {
  content: "\ef36";
}
.p-que-addcart salla-add-product-button .s-button-outline.s-button-disabled {
  border: 2px solid #fff;
  border: 2px solid var(--white);
  color: #fff;
  color: var(--white);
  border-radius: 5px;
  background: radial-gradient(50% 50% at 50% 50%, #f1324b 0, #c61a30 100%);
  box-shadow: 0 0 0 2px #c61a30, 0 0 12px 0 rgba(237, 32, 58, 0.8);
  opacity: 1;
}
.p-que-addcart .s-quantity-input-container {
  height: 2.2rem;
}
.p-que-addcart .s-quantity-input-button {
  width: 2.2rem;
}
.p-que-addcart .s-quantity-input-button svg {
  height: 1rem;
  width: 1rem;
}
salla-conditional-fields .s-product-options-colors-wrapper input[type=radio] + label span {
  border: 2px solid #fff;
  border: 2px solid var(--white);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22), inset 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
salla-conditional-fields .s-product-options-colors-wrapper input[type=radio]:checked + label div,
salla-conditional-fields .s-product-options-thumbnails-wrapper div input[type=radio]:checked + label + p {
  color: #272a32;
  color: var(--text-color);
  font-weight: 600;
}
salla-conditional-fields .s-product-options-thumbnails-wrapper label {
  height: 30px;
  margin-bottom: 0;
}
salla-conditional-fields .s-product-options-thumbnails-icon {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}
.s-comments.s-comments-page,
.s-comments.s-comments-product {
  width: 100%;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  padding: 0;
  display: flex;
  gap: 70px;
}
.s-comments.s-comments-page {
  padding-top: 4rem;
}
.s-comments.s-comments-page .com-box,
.s-comments.s-comments-product .com-box {
  width: 100%;
}
.title-comments,
.s-comments .s-comments-title {
  font-size: 1.25rem;
  line-height: 38px;
  margin-bottom: 0;
  font-weight: 400;
}
.title-num-comments,
.s-comments .s-comments-count-label {
  color: #272a32;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 38px;
  font-size: 21px;
}
.s-comments.s-comments-page .s-comment-form-content,
.s-comments.s-comments-product .s-comment-form-content {
  position: relative;
}
.s-comments.s-comments-page .s-comment-form-input,
.s-comments.s-comments-product .s-comment-form-input {
  border-radius: 8px;
  background: #f9fafb;
  font-size: 17px;
  height: 8rem;
}
.s-comments.s-comments-page .s-comment-form-action,
.s-comments.s-comments-product .s-comment-form-action {
  position: absolute;
  bottom: 20px;
  margin: 0;
  left: 20px;
}
.s-comments .s-comment-form-action salla-button button {
  padding: 6px 22px;
  font-size: 16px;
  border-radius: 8px;
}
.s-comments.s-comments-page .pending-comment,
.s-comments.s-comments-product .pending-comment {
  background: #e66663;
  color: #fff;
  color: var(--white);
}
.s-block-2 {
  margin-top: 2rem;
}
.content-comment,
.s-comments .s-comments-item-inner .s-comments-flex-1 {
  width: 100%;
  background: #f7f7f9;
  padding: 14px;
  border-radius: 8px;
}
.s-comments .s-comments-item {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 12px;
}
.s-comments-item-inner .s-comments-item-user-info-name,
.content-comment h2 {
  font-weight: 600;
}
.s-comments-item-inner .s-comments-item-user-info-name {
  margin-bottom: 0;
}
.s-comments .s-comments-item-timestamp {
  color: #7a808f;
  color: var(--text-gray-500);
}
.s-comments-item-user-wrapper {
  row-gap: 10px;
}
.s-comments-flex .s-comments-item-has-order-check-text {
  transform: none;
  transform: initial;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.s-comments-item-user-wrapper .s-comments-item-user-info {
  flex-wrap: wrap;
  margin: 0;
}
.s-comments-item-user-wrapper .s-comments-item-stars {
  margin-bottom: 0;
}
.ps-product__content .s-comments .no-content-placeholder--comments {
  padding-top: 3.5rem;
}
.filter-part salla-filters {
  position: sticky;
  top: 95px;
  padding-left: 25px;
  display: block;
}
body .s-filters-widget-container {
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 8px;
  background: rgba(65, 64, 66, 0.01);
  border: 1px solid #f1f1f1;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
body .s-filters-widget-container {
  background: color-mix(in srgb, var(--color-primary) 1%, transparent);
}
}
body .s-filters-widget-container .s-filters-widget-title {
  font-size: 17px;
}
body .s-filters-widget-container .s-filters-widget-title > span {
  font-weight: inherit;
}
body .s-filters-widget-container .s-filters-label {
  font-size: 16px;
}
body .s-price-range-inputs {
  padding-top: 0;
}
body .s-filters-widget-container .s-filters-label .s-filters-radio {
  width: 18px;
  height: 18px;
  border: 1px solid #7a808f;
  border: 1px solid var(--text-gray-500);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
body .s-filters-widget-container .s-filters-label .s-filters-radio::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body .s-filters-widget-container .s-filters-widget-plusminus {
  position: relative;
  height: 10px;
  width: 10px;
}
body .s-filters-widget-container .s-filters-widget-plusminus::after,
body .s-filters-widget-container .s-filters-widget-plusminus::before {
  background: #b4b5b7;
}
body .s-filters-widget-container .s-filters-option-name {
  color: #404553;
  margin: 0;
}
body .s-price-range-number-input {
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  text-align: right;
}
body .s-filters-footer salla-button button {
  border-radius: 6px;
}
.s-product-card-entry {
  border-radius: 8px !important;
  justify-content: start !important;
}
.s-product-card-entry {
  border: 1px solid transparent;
  background: #fff;
  background: var(--white);
  overflow: hidden;
  box-shadow: rgba(103, 113, 122, 0.06) 0 5px 20px;
}
.s-product-card-entry .s-product-card-image {
  flex: initial !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.s-product-card-entry .s-product-card-image {
  background: #fff;
  background: var(--white);
  height: 300px;
  min-height: 300px;
  overflow: visible;
}
.s-product-card-entry .s-product-card-image::before {
  display: none;
}
.s-product-card-entry .s-product-card-image a .s-product-card-image-cover {
  border-radius: 10px;
}
.s-product-card-entry .s-product-card-content {
  height: 100%;
  justify-content: space-between;
  padding: 15px;
  padding-top: 35px;
}
.s-product-card-entry .s-product-card-content .s-product-card-content-footer .s-product-card-wishlist-btn {
  display: none;
}
.s-product-card-entry .s-product-card-content .s-product-card-content-pie {
  display: none;
}
.s-product-card-entry .s-product-card-image .s-product-card-promotion-title {
  top: 10px;
  right: 10px;
  left: auto;
  border-radius: 3px;
  padding: 5px 15px;
  background: #ffbd0c;
  color: #272a32;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  max-width: 75%;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.s-product-card-entry .s-product-card-image img {
  filter: initial !important;
  -webkit-filter: unset !important;
}
.s-product-card-entry .s-product-card-image img {
  height: 100%;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.s-product-card-entry:hover .s-product-card-image img,
.s-product-card-entry:has(.s-product-card-content-footer.show-footer-btn) .s-product-card-image img {
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
}
.s-product-card-entry .s-product-card-image a {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 10px 10px;
}
.s-product-card-entry .s-product-card-image a:has(.s-product-card-image-cover) {
  padding-top: 10px;
}
.s-product-card-entry .s-product-card-image a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.s-product-card-entry .s-product-card-image a .stars-cloud {
  display: none;
}
.s-product-card-entry salla-button.s-product-card-wishlist-btn {
  background: #fff !important;
  opacity: 1 !important;
  right: auto !important;
}
.s-product-card-entry salla-button .s-product-card-wishlist-btn {
  border: 1px solid #cbcbcb !important;
  background: #fff !important;
  opacity: 1 !important;
}
.s-product-card-entry salla-button .s-product-card-wishlist-btn {
  z-index: 1;
  left: 0;
  top: 0;
}
.s-product-card-entry salla-button.s-product-card-wishlist-btn {
  z-index: 1;
}
.s-product-card-entry .s-product-card-wishlist-btn.s-product-card-wishlist-added {
  opacity: 1;
}
.s-product-card-wishlist-added svg {
  fill: #ef4444 !important;
}
.s-product-card-entry .s-product-card-wishlist-btn .s-button-icon .s-button-text {
  color: #272a32;
  color: var(--text-color);
  font-size: 20px;
}
.s-product-card-entry .s-product-card-content-title {
  margin-bottom: 4px;
}
.s-product-card-entry .s-product-card-content-title a {
  font-size: 17px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}
.s-product-card-entry .s-product-card-content-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: #595172;
  font-size: 15px;
  margin-bottom: 0;
}
.s-product-card-entry .s-product-card-content-sub {
  margin: 0;
  margin-top: 14px;
  flex-wrap: wrap;
  width: 100%;
}
.category-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.s-product-card-entry .s-product-card-rating {
  font-size: 18px;
  gap: 1px;
  margin-right: auto;
}
.s-product-card-entry .s-product-card-rating span {
  position: relative;
  top: 1px;
}
.s-product-card-entry .s-product-card-price,
.s-product-card-entry .s-product-card-sale-price h4,
.s-product-card-entry .s-product-card-starting-price h4 {
  color: #414042 !important;
  color: var(--color-primary) !important;
}
.s-product-card-entry .s-product-card-price,
.s-product-card-entry .s-product-card-sale-price h4,
.s-product-card-entry .s-product-card-starting-price h4 {
  font-size: 17px;
  margin: 0;
  font-weight: 600;
}
.s-product-card-entry .s-product-card-sale-price span {
  font-size: 16px;
  color: #595172;
}
.s-product-card-entry .discount-percentage {
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-product-card-entry .discount-percentage svg {
  position: relative;
  z-index: -1;
  width: 65px;
  height: 62px;
}
.s-product-card-entry .discount-percentage p {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ff6767;
  color: var(--color-primary-reverse);
  width: 100%;
  height: 58px;
  padding-right: 4px;
}
.s-product-card-entry .discount-percentage span {
  margin-top: -7px;
}
.s-product-card-entry .s-product-card-content-footer {
  position: absolute;
  left: 15px;
  right: 15px;
  top: -20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.s-product-card-entry:hover .s-product-card-content-footer,
.s-product-card-entry .s-product-card-content-footer.show-footer-btn {
  opacity: 1;
  visibility: visible;
}
.s-product-card-content-footer:has(> salla-add-product-button .s-button-outline.s-button-disabled) {
  opacity: 1 !important;
  visibility: visible !important;
}
.s-product-card-content-footer:has(> salla-add-product-button .s-button-outline.s-button-disabled) {
  z-index: 2;
  top: 0;
}
.s-product-card-entry:has(.s-product-card-content-footer salla-add-product-button .s-button-outline.s-button-disabled):hover .s-product-card-image img {
  transform: none;
  transform: initial;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.s-product-card-entry:has(.s-product-card-content-footer salla-add-product-button .s-button-outline.s-button-disabled) .count-down,
.s-product-card-entry:has(.s-product-card-content-footer salla-add-product-button .s-button-outline.s-button-disabled) .count-down-isSpecial {
  display: none;
}
.s-product-card-content-footer .s-button-element {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-color: #414042;
  border-color: var(--color-primary);
  background-color: #414042;
  background-color: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.s-product-card-content-footer .s-button-element:hover {
  border-color: var(--color-primary-light) !important;
}
.s-product-card-content-footer .s-button-element:hover {
  background-color: var(--color-primary-light);
}
.s-product-card-content-footer:has(.s-button-element.s-button-disabled) {
  opacity: 1;
  visibility: visible;
}
.s-product-card-content-footer .s-button-element[product-status=out] {
  all: unset;
  width: 100%;
  display: flex;
  justify-content: center;
}
.s-product-card-content-footer .s-button-element[product-status=out] .s-button-text {
  font-size: 20px;
  color: #F44336;
}
.s-product-card-content-footer .s-button-element[product-status=out] .s-button-text i {
  display: none;
}
.s-product-card-content-footer .s-button-element .s-button-text {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
}
.s-product-card-content-category {
  color: #414042;
  color: var(--color-primary);
}
.s-product-options-option-label {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}
.s-product-card-entry .s-product-card-content .count-down-isSpecial,
.s-product-card-entry:hover .s-product-card-image .count-down {
  display: none;
}
.count-down {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  padding: 2px 16px;
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border: 1px solid #eee;
}
.count-down iframe {
  width: 20px;
  height: 20px;
}
salla-count-down .s-count-down-ended {
  display: none;
}
salla-count-down .s-count-down-end-text {
  position: static;
  position: initial;
  text-align: center;
  transform: none;
  transform: initial;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.count-down salla-count-down .s-count-down-list {
  margin: 0;
  padding: 0;
  direction: ltr;
  justify-content: center;
  gap: 12px;
  color: #c41930;
}
.count-down salla-count-down .s-count-down-item {
  height: auto;
  margin: 0;
  flex-direction: row;
  direction: rtl;
  gap: 3px;
  flex: initial;
  color: inherit;
}
.count-down salla-count-down .s-count-down-item::after {
  --tw-content: ":" !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
.count-down salla-count-down .s-count-down-item::after {
  color: inherit;
  left: -8px;
  top: 2px;
  font-weight: 600;
}
.count-down salla-count-down .s-count-down-item:first-child:after {
  display: none;
}
.count-down salla-count-down .s-count-down-item .s-count-down-item-value {
  font-size: 13px;
  font-weight: 600;
  min-width: 16px;
  text-align: center;
}
.count-down salla-count-down .s-count-down-item .s-count-down-item-label {
  font-size: 13px;
  margin: 0;
  opacity: 1;
  font-weight: 600;
  color: inherit;
}
.slide-sub-categories {
  position: relative;
  padding: 35px 0;
}
.slide-sub-categories h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 130%;
}
.slide-sub-categories h3 img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slide-sub-categories .swiper {
  padding-top: 20px !important;
}
.slide-sub-categories .swiper-slide {
  min-width: 0 !important;
  min-width: initial !important;
  width: 160px !important;
  max-width: 160px !important;
}
.slide-sub-categories .slide--category {
  text-align: center;
}
.slide-sub-categories .slide--category span {
  margin-bottom: 12px;
  height: 90px;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.slide-sub-categories .slide--category img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.slide-sub-categories .slide--category h2 {
  margin: 0;
  font-size: 16px;
  line-height: 130%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.slide-sub-categories .slide--category:hover span {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.slide-sub-categories .slide--category:hover h2 {
  color: #414042;
  color: var(--color-primary);
}
.product-entry--wishlist {
  box-shadow: none !important;
  box-shadow: initial !important;
}
.product-entry--wishlist {
  border: 1px solid #ecedeb;
}
.product-entry--wishlist salla-add-product-button .s-button-element {
  font-size: 17px;
  border-radius: 8px;
  padding-bottom: 8px;
}
.product-entry--wishlist salla-add-product-button .s-button-element[roduct-status=out] {
  border-color: #d75a5f;
  color: #d75a5f;
  cursor: no-drop;
  background: #fff;
  background: var(--white);
}
.product-entry--wishlist a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.s-products-list-placeholder span {
  background: #fff !important;
  background: var(--white) !important;
}
.s-products-list-placeholder span {
  box-shadow: rgba(0, 0, 0, 0.04) 0 1px 4px;
}
.special-products--div .view-two {
  max-width: 50% !important;
}
.flex-title-filters {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.flex-title-filters .title-page {
  margin-bottom: 0;
}
.page-sec {
  min-height: 412px;
  padding-top: 20px;
}
.s-rating-stars-wrapper {
  align-items: center;
  min-height: 24px;
}
.s-rating-stars-wrapper .s-rating-stars-medium svg {
  height: 18px;
  width: 18px;
}
.s-rating-stars-reviews {
  margin-right: 10px;
}
.comment__rating {
  display: flex;
}
.left-sec .sticky-bar-bottom .img-name-price img,
.left-sec .sticky-bar-bottom .img-name-price .name-price h3,
.left-sec .sticky-bar-bottom .price-mobile .price-wrapper {
  display: none;
}
.support-sticky-bar .left-sec {
  position: relative;
  top: 0;
}
.support-sticky-bar .left-sec.active {
  z-index: 9;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 30px;
  background: #fff;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  box-shadow: -1px -2px 9px 0 rgba(0, 0, 0, 0.05);
  z-index: 9;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .img-name-price {
  display: flex;
  gap: 20px;
  align-items: center;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .img-name-price img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .img-name-price .name-price h3 {
  font-size: 18px;
  line-height: 140%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .img-name-price .name-price .p-price,
.support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart .flex-box {
  margin: 0;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart {
  display: flex;
  gap: 20px;
  align-items: center;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart salla-add-product-button .s-add-product-button-main {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart salla-add-product-button .s-add-product-button-main salla-button,
.support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart salla-add-product-button .s-add-product-button-main salla-mini-checkout-widget {
  width: 100%;
}
.support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart .s-add-product-button-main .s-add-product-button-mini-checkout {
  margin: 0;
}
.s-product-card-entry .s-count-down-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.s-product-card-entry .s-product-card-content .count-down-isSpecial {
  display: flex;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
}
.s-product-card-entry .s-product-card-content salla-count-down {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.s-product-card-entry .s-count-down-list {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  gap: 7px;
  direction: ltr;
}
.s-product-card-entry .s-count-down-list .s-count-down-item {
  margin: 0;
  gap: 2px;
  height: auto;
  padding: 8px 0;
  font-family: inherit;
  background: rgba(65, 64, 66, 0.05);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.s-product-card-entry .s-count-down-list .s-count-down-item {
  background: color-mix(in srgb, var(--color-primary) 5%, transparent);
}
}
.s-product-card-entry .s-count-down-list .s-count-down-item::after {
  display: none;
}
.s-product-card-entry .s-count-down-list .s-count-down-item-value {
  font-size: 22px;
  color: #d51f26;
}
.s-product-card-entry .s-count-down-list .s-count-down-item-label {
  color: #524b66;
  font-size: 18px;
  opacity: 1;
  margin: 0;
}
.s-product-card-special.s-product-card-entry .s-product-card-content-title {
  margin-bottom: 15px;
}
.s-product-card-special.s-product-card-entry .s-product-card-content-title a {
  font-size: 22px;
}
.s-product-card-special.s-product-card-entry .s-product-card-price,
.s-product-card-special.s-product-card-entry .s-product-card-sale-price h4,
.s-product-card-special.s-product-card-entry .s-product-card-starting-price h4 {
  font-size: 23px;
}
.s-product-card-special.s-product-card-entry .s-product-card-content-subtitle {
  font-size: 18px;
}
.s-product-card-special.s-product-card-content-category {
  font-size: 19px;
}
.s-product-card-special.s-product-card-entry .s-product-card-content-sub {
  margin-bottom: 12px;
}
.s-product-card-special.s-product-card-entry .s-product-card-content-main {
  padding: 0 !important;
}
.s-product-card-special.s-product-card-entry .discount-percentage {
  position: relative;
}
.s-product-card-special.s-product-card-entry .s-product-card-sale-price span {
  font-size: 20px;
}
.s-product-card-special .s-product-card-content-footer salla-add-product-button .s-button-element {
  padding: 20px;
}
.s-product-card-special .s-product-card-content-footer salla-add-product-button .s-button-element .s-button-text {
  font-size: 20px;
}
.s-product-card-special .s-product-card-content-footer .s-button-element[product-status=out] {
  all: inherit;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.s-product-card-special .s-product-card-content-footer salla-add-product-button .s-button-element .s-button-text i {
  font-size: inherit;
}
.s-product-card-special.s-product-card-entry .discount-percentage p {
  height: 54px;
}
.s-product-card-special.s-product-card-entry .discount-percentage span {
  margin-top: -8px;
}
.s-product-card-special .s-product-card-content .s-product-card-content-footer {
  position: static;
  opacity: 1;
  visibility: visible;
}
.s-reviews-summary-header {
  margin-bottom: 12px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.s-reviews-summary-header salla-rating-stars {
  line-height: 20px;
  display: block;
}
.s-reviews-summary-average {
  font-size: 50px;
  margin: 0;
}
.s-reviews-summary-row,
.s-reviews-summary-row-rate {
  display: flex;
  align-items: center;
  gap: 12px;
}
.s-reviews-summary-row-rate {
  width: 34px;
  justify-content: space-between;
  font-size: 20px;
  gap: 5px;
}
.s-reviews-summary-progress {
  width: 200px;
}
.s-reviews-summary-progress .s-progress-bar-container,
.s-reviews-summary-progress .s-progress-bar-wrapper {
  margin-bottom: 0;
}
.s-reviews-summary-progress .s-progress-bar-progress {
  background-color: #81939E !important;
}
.s-reviews-summary-percentage {
  width: 45px;
}
.s-reviews-summary-row-rate svg {
  fill: #fbbf24;
  height: 18px;
  width: 18px;
}
.banners-catg-pages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.banners-catg-pages.next_other {
  display: grid;
  grid-template-columns: 1fr;
}
.banners-catg-pages.next_other.items-1 {
  grid-template-columns: 1fr;
}
.banners-catg-pages.next_other.items-2 {
  grid-template-columns: 1fr 1fr;
}
.banners-catg-pages.next_other.items-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.banners-catg-pages a {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
}
.banners-catg-pages a:has(h3)::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6392156863), transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 30%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.banners-catg-pages a h3 {
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}
.banners--container:not(:has(img)) {
  display: none;
}
.banners-catg-pages img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.more-details-catg {
  margin: auto;
  margin-top: 40px;
  text-align: center;
  max-width: 60%;
}
.more-details-catg h2 {
  font-size: 25px;
  margin-bottom: 16px;
}
.more-details-catg p {
  font-size: 18px;
}
.s-product-options-option-container .s-product-options-option {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.s-product-options-option .s-product-options-option-content {
  width: 100%;
}
.s-product-options-option .s-product-options-option-label b {
  font-weight: 500;
}
.s-product-options-option .s-product-options-multiple-options-wrapper label {
  width: 100%;
  margin-bottom: 0;
}
.more-details-catg:not(:has(*)) {
  display: none;
}
.sub-catg-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.sub-catg-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background: #fff;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.sub-catg-list a img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.sub-catg-list a h2 {
  margin: 0;
  font-size: 18px;
}
.center-fixed-prd .s-products-list-wrapper.s-products-list-vertical-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.center-fixed-prd .s-product-card-entry {
  width: calc(20% - 13px);
  min-width: calc(20% - 13px);
  height: auto;
}
.hide-catg .category-name-card {
  display: none;
}
.another-img {
  width: 100%;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
button#details-tab {
  scroll-margin-top: 100px;
}
.brands-nav{display:flex;flex-wrap:wrap;justify-content:center}
.brands-nav > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * 0);margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * (1 - 0));margin-left:calc(0.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.5rem * calc(1 - 0));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));--tw-space-y-reverse:0;margin-top:calc(0.5rem * (1 - 0));margin-top:calc(0.5rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.5rem * calc(1 - 0));margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * 0);margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
.product-form .upload-file .brands-nav.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .brands-nav.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .brands-nav.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .brands-nav.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.brands-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.brands-nav__item{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.25rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.product-form .upload-file .brands-nav__item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .brands-nav__item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .brands-nav__item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .brands-nav__item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.brands-nav__item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .brands-nav__item {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .brands-nav__item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .brands-nav__item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .brands-nav__item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.brands-nav__item.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}

.theme-dark .bg-white.brands-nav__item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .brands-nav__item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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:#414042;border-color:var(--color-primary)}
.brands-nav__item.is-selected{background-color:#414042 !important;background-color:var(--color-primary) !important;color:#ff6767 !important;color:var(--color-primary-reverse) !important}
a.fix-align.brands-nav__item.is-selected {
  color: #ff6767 !important;
  color: var(--color-primary-reverse) !important;
}
.brands-nav__item span{pointer-events:none}
.brands-nav.is-sticky{position:fixed;top:2.25rem;z-index:0;height:100%;flex-direction:column;flex-wrap:wrap}
.brands-nav.is-sticky > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * (1 - 0));margin-top:calc(0.125rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.125rem * calc(1 - 0));margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * 0);margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}
.brands-nav.is-sticky{padding-top:4rem;padding-bottom:2.5rem;
  height: 100%}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .brands-nav.is-sticky .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
.brands-nav.is-sticky:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}
.brands-nav.is-sticky:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}
.brands-nav.is-sticky .brands-nav__item{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}

.theme-dark .brands-nav.is-sticky .brands-nav__item {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .brands-nav.is-sticky .brands-nav__item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media (max-width: 1280px) {
  .brands-nav.is-sticky .brands-nav__item{height:1.5rem;width:1.5rem}
}
.brand-char{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:0.375rem;border-width:1px;border-color:transparent;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));font-size:0.875rem;line-height:1.25rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.product-form .upload-file .brand-char.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .brand-char.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .brand-char {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .brand-char.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.brand-char {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .brand-char {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .brand-char {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .brand-char.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .brand-char.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .brand-char.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.brand-char.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.brand-char:hover{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.brand-char:focus{border-color:#414042;border-color:var(--color-primary)}
.brand-char:where([dir="ltr"], [dir="ltr"] *){margin-right:1.25rem}
@media (min-width: 768px){
.brand-char:where([dir="ltr"], [dir="ltr"] *){margin-right:3rem}}
.brand-char:where([dir="rtl"], [dir="rtl"] *){margin-left:1.25rem}
@media (min-width: 768px){
.brand-char:where([dir="rtl"], [dir="rtl"] *){margin-left:3rem}}
.brand-item{position:relative;display:flex;height:5rem;align-items:center;justify-content:center;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));background-size:cover;padding:0.75rem;text-align:center;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.product-form .upload-file .brand-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .brand-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.cart-total .brand-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 450px) {
  .content-comment .brand-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.brand-item {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .brand-item {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .brand-item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .brand-item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .brand-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .brand-item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.brand-item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.brand-item:hover{opacity:0.95}
@media (min-width: 640px){
.brand-item{height:6rem;padding:1rem}}
@media (min-width: 768px){
.brand-item{height:8rem;padding:2rem}}
.index .brand-item{padding:1rem}
.index .brand-item img{width:auto}
@media (min-width: 480px){
.index .brand-item img{max-width:150px}}
.brand--div .swiper-wrapper .swiper-slide {
  height: auto;
}
.brand-sec .brand--div a {
  height: 100%;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  padding: 14px 10px;
  overflow: visible;
  overflow: initial;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.brand-sec .brand--div a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.brand-sec .brand--div a img {
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.brand-sec .brand--div a h3 {
  font-size: 17px;
  line-height: 130%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brands-nav-wrap .brands-nav.is-sticky {
  z-index: 2;
}
.brand-char,
.brands-nav .brands-nav__item {
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.08) 0 8px 24px;
}
.brand-char span,
.brands-nav .brands-nav__item span {
  font-weight: 600;
  font-size: 16px;
}
.brand-item img {
  -o-object-fit: contain;
  object-fit: contain;
}
.no-content-placeholder{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:5rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.product-form .upload-file .no-content-placeholder.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .no-content-placeholder.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
.no-content-placeholder {
  height: 100%;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .no-content-placeholder .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .no-content-placeholder.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.no-content-placeholder {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .no-content-placeholder.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.no-content-placeholder .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.product-form .upload-file .no-content-placeholder .icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .no-content-placeholder .icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .no-content-placeholder .icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.no-content-placeholder .icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .no-content-placeholder .icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .thankyou-block .no-content-placeholder .icon.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.no-content-placeholder p{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.no-content-placeholder p.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.no-content-placeholder--comments{padding-top:2.5rem;text-align:center;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.empty {
  text-align: center;
  padding: 50px;
}
.empty svg {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  fill: #c5c8cd;
  stroke: #c5c8cd;
}
.empty h3 {
  font-weight: 400;
  font-size: 22px;
}
.empty a.btn {
  background: #414042;
  background: var(--color-primary);
  color: #fff;
  color: var(--white);
  padding: 7px 20px;
  min-width: 150px;
  margin-top: 12px;
  font-size: 17px;
}
.s-gifting-modal .s-checkbox {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.s-gifting-modal .s-checkbox:focus {
  --tw-ring-color: transparent !important;
}
.s-gifting-modal .s-gifting-filepond-placeholder-icon svg {
  fill: #ccc !important;
}
.s-gifting-widget .s-list-tile-item{border-top-left-radius:0px;border-top-right-radius:0px;border-style:none}
.loyalty .breadcrumbs{padding-bottom:0px;padding-top:1rem;
  padding-bottom: 0}
@media (max-width: 576px) {
  section.border-t.mt-4.loyalty .breadcrumbs {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.mt-4.loyalty .breadcrumbs {
  border-color: var(--color-sub-dark-mode);
}
.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)}
.cart-total .loyalty__banner {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.theme-dark .loyalty__banner {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .loyalty__banner {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .loyalty__banner.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .loyalty__banner.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.loyalty__banner.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@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 (max-width: 450px) {
  .content-comment .flex.loyalty__banner-inner {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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 (max-width: 450px) {
  .content-comment .flex.loyalty__banner-content {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
@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}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.loyalty__banner-content .info h1.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.loyalty__banner-content .info p{margin-bottom:0.5rem;max-width:20rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.font-bold.loyalty__banner-content .info p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .product-entry--wishlist .div-cont span.text-size.loyalty__banner-content .info p.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.loyalty__banner .loyalty-points{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}

.theme-dark .product-entry--wishlist .div-cont span.text-size.loyalty__banner .loyalty-points.line-through {
  color: var(--color-text-dark-mode);
  opacity: 0.8;
}
.loyalty__banner .loyalty-points .count-number{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:#414042;color:var(--color-primary)}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.loyalty__banner .loyalty-points .count-number.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}

.theme-dark .loyalty__banner .loyalty-points .count-number {
  color: var(--color-text-dark-mode);
}
.theme-dark .loyalty__banner .loyalty-points .count-number.top-full {
  color: #414042;
  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;--tw-text-opacity:1;color:rgba(243, 244, 246, 1);color:rgba(243, 244, 246, var(--tw-text-opacity, 1))}
.loyalty-star--first{right:-6rem;top:-12rem;--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.loyalty-star--second{left:-4rem;bottom:-10rem;--tw-rotate:-90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.loyalty .product-entry__image {
  flex-shrink: initial;
}
.points-ways__list{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:0.625rem;gap:0.625rem}
@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)}
.product-form .upload-file .points-ways__list .way-item.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .points-ways__list .way-item.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.points-ways__list .way-item) > salla-button {
  width: 100%;
}
.cart-total .points-ways__list .way-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .points-ways__list .way-item .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 768px) {
  .content--single-page.points-ways__list .way-item {
    padding: 1rem;
  }
  .content--single-page.points-ways__list .way-item h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media (max-width: 450px) {
  .content-comment .points-ways__list .way-item.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .points-ways__list .way-item {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .cart-total .points-ways__list .way-item {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .points-ways__list .way-item.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .upload-file .points-ways__list .way-item.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .points-ways__list .way-item.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.theme-dark .bg-white.points-ways__list .way-item.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.points-ways__list .way-item__icon{position:relative;display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center}
.product-form .upload-file .points-ways__list .way-item__icon.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .points-ways__list .way-item__icon.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .points-ways__list .way-item__icon.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.points-ways__list .way-item__icon {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .points-ways__list .way-item__icon.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.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);
}

.p-que-addcart .s-add-product-button-main:not(.points-ways__list .way-item__icon span) > salla-button {
  width: 100%;
}
.points-ways__list .way-item__icon span {
  height: 100%;
}
.points-ways__list .way-item__content{display:flex;flex-direction:column;justify-content:flex-start}
.product-form .upload-file .points-ways__list .way-item__content.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .points-ways__list .way-item__content.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 1024px) {
  .s-block-tabs.s-block--special-products .points-ways__list .way-item__content .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
}
@media (max-width: 450px) {
  .content-comment .points-ways__list .way-item__content.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .points-ways__list .way-item__content.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.points-ways__list .way-item__content h4{word-break:break-all;font-size:1.25rem;line-height:1.75rem;font-weight:700}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.points-ways__list .way-item__content h4.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.points-ways__list .way-item__content p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.points-ways__list .way-item__action{margin-top:auto;padding-top:1rem}
@media (max-width: 576px) {
  section.border-t.mt-4.points-ways__list .way-item__action {
    margin-top: 7px;
    padding-top: 7px;
  }
}

.theme-dark .order-details .body-order section.border-t.mt-4.points-ways__list .way-item__action {
  border-color: var(--color-sub-dark-mode);
}
.loyalty-page .s-breadcrumb-wrapper a,
.loyalty-page .s-breadcrumb-wrapper li svg,
.loyalty-page .s-breadcrumb-wrapper li:last-child {
  color: #ecedeb;
  color: var(--bg-gray-100);
}
.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: 600;
  color: #1F2937;
}
.virtooal--details--desc {
  font-size: 13px;
  color: #7C8082;
  font-weight: 400;
}
@media (max-width: 992px) {
  .virtooal--action {
    width: 100%;
  }
}
.virtooal--action button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 8px 30px;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.625rem 1.5rem;
  line-height: 1.25rem;
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  border-radius: 5px;
}
.virtooal--action button:hover {
  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))}

.theme-dark .landing-page {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .landing-page.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
@media (max-width: 640px) {
  .landing-page{padding-bottom:4rem}
}
.landing-page > header{position:relative;width:100%;overflow:hidden}

.p-que-addcart .s-add-product-button-main:not(.landing-page > header) > salla-button {
  width: 100%;
}
.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 (max-width: 576px) {
  .card-custom-bg h2.text-lg.landing-page > header .header-content-inner > h1.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@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);
}
.mm-ocd .mm-spn li.landing-page > header:before {
  display: none;
}
.custom-main-normal .landing-page > header:before {
  display: block;
  position: relative;
}
.custom-main-normal .landing-page > header:has(.sub-menu) > a:before::after {
  content: "\e96e";
  font-family: sallaicons;
}
.dts-page .p-price div.landing-page > header:before {
  display: none;
}

.p-que-addcart .s-add-product-button-main:not(.landing-page > header) > salla-button:before {
  width: 100%;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.landing-page > header:before {
  display: none;
}
.totals-div h6.landing-page > header:before {
  display: none;
}
.landing-page > header:before {
  height: 100%;
}
@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}
.product-form .upload-file .landing-page .center-products .vertical-products .s-products-list-wrapper.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .landing-page .center-products .vertical-products .s-products-list-wrapper.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .landing-page .center-products .vertical-products .s-products-list-wrapper.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .landing-page .center-products .vertical-products .s-products-list-wrapper.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
}
@media (max-width: 767px) {
  .landing-page .center-products .vertical-products .s-products-list-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .landing-page .center-products .vertical-products .s-products-list-wrapper .s-product-card-vertical {
    min-width: 286px;
    max-width: 286px;
  }
}
@media ((min-width: 768px) and (max-width: 1023px)) {
  .landing-page .center-products .vertical-products .s-products-list-wrapper .s-product-card-vertical {
    min-width: 220px;
  }
}
.landing-page .swiper-wrapper{padding-bottom:1.25rem}
.landing-page .swiper-wrapper .s-product-card-entry, .landing-page .s-products-list-wrapper .s-product-card-entry{border-width:1px;--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1))}
.landing-page--quick-buy{margin-top:1.5rem;text-align:center}
.landing-page--quick-buy salla-mini-checkout-widget{display:flex;justify-content:center}
.product-form .upload-file .landing-page--quick-buy salla-mini-checkout-widget.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .landing-page--quick-buy salla-mini-checkout-widget.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .landing-page--quick-buy salla-mini-checkout-widget.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .landing-page--quick-buy salla-mini-checkout-widget.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.landing-page--quick-buy salla-mini-checkout-widget {
  --salla-fast-checkout-button-width: 260px;
}
@media (max-width: 640px) {
  .landing-page--quick-buy salla-mini-checkout-widget{flex:1 1 0%;
    --salla-fast-checkout-button-width: 100%}
  .landing-page--quick-buy{position:fixed;bottom:0px;left:0px;z-index:2;display:flex;width:100%;--tw-translate-y:28rem;transform:translate(var(--tw-translate-x), 28rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.625rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;opacity:0;--tw-shadow:-1px -2px 9px 0 rgba(0,0,0,0.05);--tw-shadow-colored:-1px -2px 9px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px -2px 9px 0 rgba(0,0,0,0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-delay:500ms;transition-duration:700ms;transition-timing-function:cubic-bezier(0.55, 0, 0.1, 1)}
.product-form .upload-file .landing-page--quick-buy.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .landing-page--quick-buy.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}

.p-que-addcart .s-add-product-button-main:not(.landing-page--quick-buy) > salla-button {
  width: 100%;
}
@media (max-width: 450px) {
  .content-comment .landing-page--quick-buy.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.landing-page--quick-buy {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .landing-page--quick-buy {
  background-color: var(--color-secondary-dark-mode);
}
.theme-dark .upload-file .landing-page--quick-buy.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}

.theme-dark .landing-page--quick-buy.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
  @media (min-width: 640px){
.landing-page--quick-buy{gap:1rem}}
  .hydrated .landing-page--quick-buy,
  .hydrated .landing-page--quick-buy salla-mini-checkout-widget{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}
}
.landing-page.notfound > header{margin-bottom:3rem;display:flex;min-height:50vh;align-items:center;justify-content:center}
.product-form .upload-file .landing-page.notfound > header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .landing-page.notfound > header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .landing-page.notfound > header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.landing-page.notfound > header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .landing-page.notfound > header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.landing-page.notfound > header img{margin-bottom:3rem}
.landing-page.expired > header{margin-bottom:3rem;display:flex;min-height:50vh;align-items:center;justify-content:center}
.product-form .upload-file .landing-page.expired > header.space-x-3 {
  gap: 12px;
}
.product-form .upload-file .landing-page.expired > header.space-x-3 .btn-tab {
  margin: 0;
  padding: 10px;
}
@media (max-width: 450px) {
  .content-comment .landing-page.expired > header.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .flex.landing-page.expired > header {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}
.theme-dark .upload-file .landing-page.expired > header.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode);
  color: var(--color-text-dark-mode);
}
.landing-page.expired > header .header-content{max-width:600px}
.landing-page.expired > header .header-content img{margin-bottom:3rem}
.landing-page.expired > header .header-content h1{--tw-text-opacity:1;color:rgba(234, 84, 85, 1);color:rgba(234, 84, 85, var(--tw-text-opacity, 1))}
.landing-page .s-product-card-wishlist-btn {
  display: hidden;
}
salla-breadcrumb {
  background: rgba(65, 64, 66, 0.02);
  padding: 6px 0;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
salla-breadcrumb {
  background: color-mix(in srgb, var(--color-primary) 2%, transparent);
}
}
.s-breadcrumb-wrapper {
  line-height: inherit !important;
}
.s-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-right: 30px;
  padding-left: 30px;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.s-breadcrumb-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.s-breadcrumb-wrapper .s-breadcrumb-arrow {
  margin: 0;
}
.s-breadcrumb-wrapper li,
.s-breadcrumb-wrapper a {
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 15px;
  white-space: nowrap;
}
.s-breadcrumb-wrapper li svg path {
  fill: currentColor;
}
.s-breadcrumb-wrapper li:last-child {
  font-size: 15px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.s-breadcrumb-wrapper a:hover {
  color: var(--hover);
}
.banner-cart {
  width: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 50px;
}
.cart-sec {
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}
.cart-sec .cart-dts {
  width: 100%;
}
.cart-sec .cart-dts .list-of-prd .item-prd {
  display: flex;
  gap: 25px;
  padding: 15px;
  border: 1px solid #ecedeb;
  border: 1px solid var(--bg-gray-100);
  background: #fff;
  background: var(--white);
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.cart-sec .cart-dts .p-img {
  display: block;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
}
.cart-sec .cart-dts .p-img img {
  height: 135px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 135px;
  min-width: 135px;
}
.cart-sec .cart-dts .p-dts {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cart-sec .cart-dts .p-dts .name-qua a {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #272a32;
  color: var(--text-color);
}
.cart-sec .cart-dts .p-dts .name-qua {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cart-sec .cart-dts .p-dts .prodcut-price {
  display: flex;
  gap: 15px;
}
.cart-sec .cart-dts .p-dts .prodcut-price .new-price {
  margin: 0;
  font-size: 24px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #414042;
  color: var(--color-primary);
  line-height: 32px;
}
.cart-sec .cart-dts .p-dts .prodcut-price .new-price em {
  font-size: 15px;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #7a808f;
  color: var(--text-gray-500);
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price.hidden {
  display: none;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price b em {
  font-size: 15px;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price span {
  color: #107e4a;
  color: var(--green);
  line-height: 18px;
  font-size: 15px;
  display: flex;
  gap: 5px;
  background: rgba(76, 175, 80, 0.1019607843);
  padding: 2px 5px;
  border-radius: 2px;
}
.cart-sec .cart-dts .p-dts .prodcut-price .old-price span em {
  letter-spacing: 0.5px;
}
.cart-sec .cart-dts .p-dts .color-size {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-sec .cart-dts .p-dts .color-size p {
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  gap: 5px;
  color: #7a808f;
  color: var(--text-gray-500);
}
.cart-sec .cart-dts .p-dts .color-size span {
  color: #272a32;
  color: var(--text-color);
}
.cart-sec .cart-dts .p-dts .color-size .offer-div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-sec .cart-dts .p-dts .btm-part {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ecedeb;
  border-top: 1px solid var(--bg-gray-100);
  padding-top: 10px;
  margin-top: auto;
  gap: 5px;
  flex-wrap: wrap;
}
.cart-sec .cart-dts .p-dts .btm-part .flex-box {
  display: flex;
  gap: 15px;
  align-items: center;
}
.cart-sec .cart-dts .p-dts .btm-part .flex-box .t-p {
  margin-bottom: 0;
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 16px;
  display: flex;
  gap: 5px;
  font-weight: 400;
}
.cart-sec .cart-dts .p-dts .btm-part .flex-box .item-total {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  color: #272a32;
  color: var(--text-color);
}
.cart-sec .cart-dts .s-quantity-input-container {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  height: auto;
  border-radius: 4px;
}
.cart-sec .cart-dts .s-quantity-input-button {
  line-height: inherit;
  height: 32px;
  width: 32px;
  padding: 0;
  border-radius: 0;
  background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
  background: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.cart-sec .cart-dts .s-quantity-input-input {
  border: 0 !important;
}
.cart-sec .cart-dts .s-quantity-input-input {
  width: 45px;
  text-align: center;
  padding: 2px 5px;
  height: 28px;
  outline: 0;
  font-size: 18px;
  box-shadow: none;
  box-shadow: initial;
}
.cart-sec .cart-dts .p-dts .btm-part .p-quentity select {
  border: 0;
  box-shadow: none;
  box-shadow: initial;
  background-color: transparent;
  background-color: initial;
  padding: 0 0.75rem 0 2.25rem;
}
.cart-sec .cart-dts .p-dts .btm-part .add-whishlist {
  display: flex;
  gap: 7px;
  color: #606674;
  color: var(--text-gray-600);
  align-items: center;
  font-size: 15px;
}
.cart-sec .cart-dts .p-dts .btm-part .delete-from-cart {
  all: unset;
  position: relative;
  height: auto;
  display: flex;
}
.cart-sec .cart-dts .p-dts .btm-part .delete-from-cart.s-button-element {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}
.cart-sec .cart-dts .p-dts .btm-part .delete-from-cart.s-button-element {
  color: #f87171;
  font-size: 15px;
  cursor: pointer;
}
.cart-sec .cart-dts .p-dts .btm-part .delete-from-cart span {
  transform: none !important;
  transform: initial !important;
}
.cart-sec .cart-dts .p-dts .btm-part .delete-from-cart span {
  display: flex;
  gap: 7px;
  align-items: center;
  top: 2px;
  left: auto;
}
.cart-sec .cart-dts .p-dts .btm-part button i {
  font-size: 18px;
}
.cart-sec .cart-dts .p-dts .s-button-solid .s-button-loader:before {
  border-top-color: rgba(28 26 26, var(--tw-border-opacity));
  border-right-color: rgba(28 26 26, var(--tw-border-opacity));
}
.cart-sec .cart-dts .s-product-options-wrapper {
  padding: 0;
  margin-bottom: 15px;
}
.cart-sec .cart-dts .custom-flex {
  margin-bottom: 15px;
}
.cart-sec .cart-side {
  width: 385px;
  min-width: 385px;
}
.cart-sec .cart-total {
  position: sticky;
  top: 95px;
}
.coupon-part {
  margin-bottom: 15px;
}
.coupon-part .line {
  margin-top: 25px;
}
.coupon-part .line::after {
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.31), #fff);
}
.coupon-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.coupon {
  display: flex;
  gap: 10px;
}
.coupon input {
  border: 1px solid #d7d7d7;
  padding: 4px 12px;
  border-radius: 6px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.coupon input:focus {
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
}
.page-sec .coupon button {
  position: static !important;
  position: initial !important;
}
.page-sec .coupon button {
  padding: 7px 12px;
  font-size: 16px;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  color: #414042;
  color: var(--color-primary);
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  height: auto;
  border-radius: 6px;
}
.page-sec .coupon button:hover {
  color: #fff !important;
  color: var(--white) !important;
}
.cart-sec .cart-total .totals-div {
  background: #fff;
  background: var(--white);
  padding: 20px 25px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.totals-div h5 {
  margin-bottom: 20px;
  font-size: 18px;
}
.totals-div h6 {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.totals-div h6.hidden {
  display: none;
}
.totals-div h6 em {
  margin-right: 7px;
}
.totals-div h6 p,
.totals-div h6 b {
  margin: 0;
  margin-right: auto;
  display: flex;
  gap: 4px;
  font-size: 19px;
  font-weight: normal;
}
.totals-div h6 span {
  font-size: 13px;
}
.totals-div .discount-coupon b {
  color: #107e4a;
  color: var(--green);
  font-weight: normal;
}
.totals-div .total-price {
  margin: 0;
  border-top: 1px dashed #f0eeee;
  border-top: 1px dashed var(--text-gray);
  padding-top: 12px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
}
.totals-div .total-price p,
.totals-div .total-price b {
  font-size: 23px;
}
.totals-div .total-price p span .totals-div .total-price b span {
  font-size: 20px;
}
.totals-div salla-button {
  all: unset;
}
.totals-div #cart-submit .s-button-element {
  display: block;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  color: #fff;
  color: var(--white);
  background: #414042;
  background: var(--color-primary);
  padding: 10px;
  font-size: 20px;
  transition: 0.3s;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.totals-div .continue-checkout:hover {
  background: var(--hover);
  border: 1px solid var(--hover);
}
.totals-div .continue-checkout:disabled {
  pointer-events: none;
  opacity: 0.3;
}
.CartPage__disclaimer {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  color: #606674;
  color: var(--text-gray-600);
  justify-content: center;
  font-size: 18px;
  text-align: center;
}
.CartPage__disclaimer svg {
  fill: currentColor;
  min-width: 25px;
}
.tax-t {
  margin: 0;
  color: #7a808f;
  color: var(--text-gray-500);
  font-size: 15px;
  margin-top: -5px;
}
.cart-total .rounded-md {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.free-shipping-icon {
  font-size: 25px !important;
  width: 55px !important;
  height: 55px !important;
}
.free-shipping-icon {
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  color: #414042;
  color: var(--color-primary);
}
.special-products--div .s-product-card-entry {
  border-color: #414042 !important;
  border-color: var(--color-primary) !important;
  border-radius: 12px !important;
}
.special-products--div .s-product-card-entry {
  flex-direction: row-reverse;
  gap: 25px;
  padding: 25px;
  border-width: 4px;
  border-style: solid;
  border-top: 0;
}
.special-products--div .s-product-card-entry .s-product-card-content,
.special-products--div .s-product-card-entry .s-product-card-image {
  width: 100%;
  height: auto;
}
.special-products--div .s-product-card-entry .s-product-card-content {
  padding: 0;
}
.special-products--div .s-product-card-entry .s-product-card-image {
  max-height: 420px;
  min-height: 420px;
}
.special-products--div .s-product-card-entry .s-product-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  border-radius: 15px;
}
.special-products--div .s-product-card-entry .s-product-card-image a:has(.s-product-card-image-cover) {
  padding: 10px;
}
.special-products--div .s-product-card-entry .s-product-card-image img {
  transform: none !important;
  transform: initial !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}
.special-products--div .s-product-card-entry .s-product-card-image a svg.stars-cloud {
  display: block;
}
.special-products--div .s-product-card-entry .s-product-card-image a svg.svg-shape {
  opacity: 0;
}
.custom-slider-products-sec {
  background: var(--color-primary-dark);
  background: linear-gradient(90deg, var(--color-primary-dark) -30%, rgba(252, 248, 248, 0) 40%);
  position: relative;
  min-height: calc(100vh - 124px);
}
.stars-cloud-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 95%;
  opacity: 0.5;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-slider-products-sec::after {
  display: block !important;
}
.custom-slider-products-sec::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, transparent 20%, #fff 100%);
  background: linear-gradient(180deg, transparent 20%, var(--white) 100%);
}
.custom-slider-products--div .title-block {
  font-size: 22px;
  opacity: 0.8;
  font-weight: 400;
  position: absolute;
  top: 40px;
  right: 30px;
}
.s-product-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  padding: 100px 30px 40px;
}
.s-product-box .product-dts {
  width: 100%;
}
.s-product-box .product-dts h3 {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 40px;
  min-height: 96px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.s-product-box .product-dts h3 span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.s-product-box.swiper-slide-prev h3 span,
.s-product-box.swiper-slide-prev .product-dts .desc-slide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.s-product-box.swiper-slide-active h3 span,
.s-product-box.swiper-slide-active .product-dts .desc-slide {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.s-product-box .product-dts h4 {
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.s-product-box .product-dts .desc-slide {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.s-product-box .product-dts .desc-slide * {
  all: unset !important;
}
.s-product-box .product-dts .desc-slide img,
.s-product-box .product-dts .desc-slide iframe {
  display: none !important;
}
.s-product-box .product-dts .product-price-div {
  overflow: hidden;
}
.s-product-box .product-dts .product-price {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 34px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.s-product-box.swiper-slide-prev .product-price {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.s-product-box.swiper-slide-active .product-price {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.s-product-box .product-dts .product-price .n-price {
  margin: 0;
  font-size: 30px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #414042;
  color: var(--color-primary);
  line-height: 28px;
}
.s-product-box .product-dts .product-price .o-price {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 21px;
  text-decoration-line: line-through;
  opacity: 0.7;
}
.s-product-box .product-dts a {
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 14px 40px;
  border-radius: 12px;
  font-size: 20px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 50px;
  opacity: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.s-product-box.swiper-slide-prev .product-dts a {
  opacity: 1;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.s-product-box.swiper-slide-active .product-dts a {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.s-product-box .product-dts a:hover {
  background: var(--color-primary-light);
}
.s-product-box .product-img {
  min-width: 500px;
  width: 100%;
}
.s-product-box .product-img img {
  height: 425px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transform: translate(-100%, -100%) rotate(-180deg);
  -moz-transform: translate(-100%, -100%) rotate(-180deg);
  -ms-transform: translate(-100%, -100%) rotate(-180deg);
  -o-transform: translate(-100%, -100%) rotate(-180deg);
  -webkit-transform: translate(-100%, -100%) rotate(-180deg);
}
.s-product-box.swiper-slide-active .product-img img {
  transform: translate(0, 0) rotate(0) !important;
  -webkit-transform: translate(0, 0) rotate(0) !important;
  -moz-transform: translate(0, 0) rotate(0) !important;
  -ms-transform: translate(0, 0) rotate(0) !important;
  -o-transform: translate(0, 0) rotate(0) !important;
}
.s-product-box.swiper-slide-prev .product-img img {
  transform: translate(-100%, 100%) rotate(180deg);
  -webkit-transform: translate(-100%, 100%) rotate(180deg);
  -moz-transform: translate(-100%, 100%) rotate(180deg);
  -ms-transform: translate(-100%, 100%) rotate(180deg);
  -o-transform: translate(-100%, 100%) rotate(180deg);
}
.custom-slider-products--div .s-slider-thumbs {
  margin: 0 !important;
}
.custom-slider-products--div .s-slider-thumbs {
  padding: 0 30px 50px;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container {
  padding: 0 !important;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-nav {
  display: none;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img {
  width: 70px !important;
  opacity: 1 !important;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img {
  height: 70px;
  border: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-radius: 0;
  margin: 0;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
  display: none;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
  width: 140px !important;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
  height: 140px;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #414042;
  background: var(--color-primary);
  border: 2px solid #fff;
  border: 2px solid var(--white);
  border-radius: 50%;
  margin: auto;
  transform: translate(30px, 30px);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active::before {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.custom-slider-products--div .s-slider-thumbs .swiper-wrapper {
  align-items: center;
  height: 140px;
}
.custom-slider-products--div .s-slider-container .swiper-wrapper {
  transition: none 0s ease 0s !important;
  transition: initial !important;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
}
.s-slider-container {
  padding-top: 0 !important;
}
.s-advertisement .s-advertisement-content {
  display: flex;
  justify-content: center;
  padding: 10px 30px;
  position: relative;
  max-width: 100%;
}
.s-advertisement .s-advertisement-content .s-advertisement-content-main {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  justify-content: center;
}
.s-advertisement .s-advertisement-content .s-advertisement-action {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.bar-advertisement {
  background: #414042;
  background: var(--color-primary);
  padding: 7px 10px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  height: 44px;
}
.s-advertisement .s-advertisement-content .s-advertisement-content-main a:hover {
  color: inherit;
}
.mask-box {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  height: 100%;
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 1rem;
  gap: var(--gap);
  direction: ltr;
}
.bar-advertisement .marquee {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 50s linear infinite;
  -webkit-animation: scroll 50s linear infinite;
  animation-direction: reverse;
}
.bar-advertisement:hover .marquee {
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.bar-advertisement a {
  direction: rtl;
  color: #ff6767;
  color: var(--color-primary-reverse);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 10px;
  line-height: 32px;
}
.flex-slider-with-ctg {
  display: flex;
  gap: 20px;
}
.catg-banner {
  width: 300px;
  min-width: 300px;
  min-height: 200px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.catg-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.catg-content {
  padding: 20px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.catg-banner h3 {
  font-size: 26px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.catg-banner a {
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 10px 32px;
  border-radius: 12px;
  font-size: 20px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.catg-banner a:hover {
  background: var(--color-primary-light);
}
.s-block--hero-slider .flex-slider {
  display: flex;
  gap: 20px;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
  background: color-mix(in srgb, var(--color-primary-dark) 25%, #000) !important;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
  opacity: 0.6;
}
.home-slider-bg {
  transform-origin: center;
  animation: grow 15s linear infinite;
  -webkit-animation: grow 15s linear infinite;
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.banners-slider {
  grid-gap: 15px;
  gap: 15px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "item1" "item2";
}
.banners-slider a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  grid-area: item1;
}
.banners-slider a:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item2;
}
.banners-slider a img {
  border-radius: 16px;
  min-width: 315px;
  width: 315px;
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.banners-slider a:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.banners-slider a h3 {
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  right: 16px;
  z-index: 1;
  width: 40%;
  color: #fff;
  color: var(--white);
  line-height: 130%;
}
.banners-slider a h3.left-postion {
  right: auto;
  left: 16px;
  text-align: left;
}
.banners-slider:empty {
  display: none;
}
.home-slider__content {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 65%;
  margin: 0 auto;
}
.home-slider__content h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 32px;
  color: #fff;
  color: var(--white);
}
.home-slider__content p {
  font-size: 20px;
  color: #fff;
  color: var(--white);
}
.home-slider__content a {
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 12px 40px;
  border-radius: 16px;
  font-size: 20px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home-slider__content a:hover {
  background: var(--color-primary-light);
}
body:has(.hide-img) .hide-img .blog-card .blog-img,
body:has(.hide-img) .hide-img .head-blog .img-blog {
  display: none;
}
body:has(.hide-img) .head-blog .title-and-content {
  width: 60%;
}
.grid-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}
.blog-card {
  display: flex;
  padding: 16px;
  background: #fff;
  background: var(--white);
  border-radius: 16px;
  gap: 20px;
  height: 100%;
  box-shadow: rgba(103, 113, 122, 0.06) 0 5px 20px;
}
.blog-card .blog-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 255px;
  min-width: 255px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-card .blog-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.blog-card:hover .blog-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-card .blog-img .date-box {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 62px;
  height: 60px;
  background: #414042;
  background: var(--color-primary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border: 2px solid var(--white);
}
.blog-card .blog-img .date-box span {
  text-align: center;
  line-height: 21px;
  color: #ff6767;
  color: var(--color-primary-reverse);
  width: 55px;
  font-size: 13px;
}
.blog-card .blog-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-card .blog-content ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-card .blog-content ul li a {
  color: #414042;
  color: var(--color-primary);
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
}
.blog-card .blog-content .author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #595172;
  word-break: break-word;
}
.blog-card .blog-content h3 a,
.blog-card .blog-content h1 a {
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
}
.blog-card .blog-content .blog-desc {
  color: #595172;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-content .blog-desc * {
  all: unset;
  word-break: break-word;
}
.blog-card .blog-content .blog-desc img {
  display: none;
}
.blog-card .blog-content .read-more {
  color: var(--color-primary-dark);
  margin-top: auto;
}
.blog-page {
  display: flex;
  gap: 20px;
}
.blog-page .sidebar-category {
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
  width: 300px;
  min-width: 300px;
  background: #fff;
  background: var(--white);
  border-radius: 8px;
  padding: 15px;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 95px;
}
.blog-page .sidebar-category h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 21px;
  opacity: 0.9;
  padding-bottom: 8px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ecedeb;
  border-bottom: 1px solid var(--bg-gray-100);
}
.blog-page .sidebar-category h3 i {
  position: relative;
  top: -2px;
}
.blog-page .sidebar-category ul li a {
  font-size: 17px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 5px;
}
.blog-page .sidebar-category ul li a i {
  font-size: 15px;
}
.blog-page .sidebar-category ul li a:hover {
  background: #f0f2f5;
  background: var(--bg-gray);
}
.blog-page .sidebar-category ul li.active-li a {
  background: #f0f2f5;
  background: var(--bg-gray);
  color: #414042;
  color: var(--color-primary);
}
.blog-page .main-content {
  width: calc(100% - 320px);
}
.blog-page .main-content .blog-category__title {
  font-size: 21px;
}
.grid-blog .blog-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.blog-dts {
  margin-top: 50px;
}
.blog-dts .head-blog {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 60px;
}
.blog-dts .head-blog .title-and-content {
  width: 100%;
}
.blog-dts .title-and-content .list-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.blog-dts .title-and-content .list-tags li a {
  background: #f3f4f6;
  padding: 1px 10px;
  border-radius: 5px;
}
.blog-dts .title-and-content .title-blog {
  font-size: 30px;
  line-height: 43px;
}
.blog-dts .title-and-content .share-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.blog-dts .title-and-content .author-date {
  display: flex;
  align-items: center;
  gap: 14px;
}
.blog-dts .title-and-content .author-date i {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ecedeb;
  border: 1px solid var(--bg-gray-100);
  font-size: 30px;
  border-radius: 50%;
}
.blog-dts .title-and-content .author-date a p {
  font-size: 19px;
}
.blog-dts .title-and-content .author-date a span {
  opacity: 0.9;
}
.blog-dts .head-blog .img-blog {
  width: 90%;
}
.blog-dts .head-blog img {
  border-radius: 12px;
  position: sticky;
  top: 95px;
  width: 100%;
}
.blog-dts .blog-description {
  border-top: 1px solid #ecedeb;
  border-top: 1px solid var(--bg-gray-100);
  padding-top: 25px;
  margin-top: 20px;
  font-size: 18px;
}
.blog-dts .blog-description * {
  word-break: break-word;
}
.blog-dts .blog-description ul,
.blog-dts .blog-description ol {
  list-style-type: disc;
  margin-top: 1em;
  padding-right: 40px;
}
.blog-dts .blog-description ol {
  list-style-type: decimal;
}
.blog-dts .blog-description li {
  list-style: inherit;
}
.blogs--div .view-two {
  max-width: 50% !important;
  width: 50% !important;
}
.blogs--div .view-two {
  height: auto;
}
.b-x-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.blogs-page .swiper {
  padding-bottom: 30px;
}
.testimonials-box {
  background: #fff;
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonials-box .avatar-name {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}
.testimonials-box .testimonial-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.testimonials-box .testimonial-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-box .testimonial-icon {
  color: #414042;
  color: var(--color-primary);
  font-size: 60px;
  opacity: 0.1;
  margin-right: auto;
}
.testimonials-box .name-rate h3 {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 19px;
}
.testimonials-box salla-rating-stars {
  display: flex;
  justify-content: center;
}
.testimonials-box p {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
  line-height: 140%;
  margin-bottom: 24px;
}
.testimonials--div .view-three {
  max-width: 33.33333% !important;
  width: 33.33333% !important;
}
.testimonials--div .view-three {
  height: auto;
}
.testimonials--div .s-reviews-testimonial {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.testimonials--div .s-reviews-testimonial__info h2 {
  font-size: 1.25rem;
  line-height: 38px;
}
.testimonials--div .s-reviews-testimonial__text p {
  color: #595172;
}
.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__avatar {
  margin-bottom: 1rem !important;
}
#testimonials-filter {
  padding-bottom: 0;
  height: 2rem;
}
.s-block--categories,
.testimonials-sec {
  padding: 24px 0;
  background: rgba(65, 64, 66, 0.08);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.s-block--categories,
.testimonials-sec {
  background: color-mix(in srgb, var(--color-primary) 8%, transparent);
}
}
.s-block--categories .slide--cat-entry {
  height: auto;
  margin-top: 80px;
  border-radius: 8px 8px 40px 40px;
  padding-bottom: 20px;
  border: 0;
  -webkit-border-radius: 8px 8px 40px 40px;
  -moz-border-radius: 8px 8px 40px 40px;
  -ms-border-radius: 8px 8px 40px 40px;
  -o-border-radius: 8px 8px 40px 40px;
}
.s-block--categories .slide--cat-entry img {
  height: 140px;
  width: auto;
  margin-top: -80px;
  margin-bottom: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.s-block--categories .slide--cat-entry:hover img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.s-block--categories .slide--cat-entry h2 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.s-block--categories .slide--cat-entry svg {
  fill: #414042;
  fill: var(--color-primary);
  position: absolute;
  right: 10px;
  top: 8px;
  width: 29px;
  height: 29px;
}
.s-block--categories .slide--cat-entry svg.left-svg {
  right: auto;
  left: 10px;
}
.s-block--categories.hide-bg salla-slider .slide--one-sixth {
  width: 200px;
}
.s-block--categories.hide-bg .slide--cat-entry {
  border-radius: 0;
  padding: 0;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.s-block--categories.hide-bg .slide--cat-entry img {
  border-radius: 8px;
  width: 155px;
  height: 155px;
}
.s-block--categories.hide-star .slide--cat-entry svg {
  display: none;
}
.s-block--categories:has(.slide-catg) {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}
.s-block--categories:has(.slide-catg) {
  padding: 0;
}
.s-block--categories .slide-catg {
  width: 220px !important;
  max-width: none !important;
  max-width: initial !important;
  min-width: 0 !important;
  min-width: initial !important;
}
.s-block--categories .slide-catg .catg-ref {
  display: block;
  padding-top: 10px;
}
.s-block--categories .slide-catg .catg-ref img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.s-block--categories .slide-catg .catg-ref:hover img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.s-block--categories .slide-catg .catg-ref h2 {
  font-size: 20px;
  margin: 0;
  margin-top: 12px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}
.s-block--categories-custom.merge-with-top-component {
  margin-top: -7rem !important;
}
.s-block--categories-custom.merge-with-top-component {
  margin-bottom: 2rem;
}
.catg-custom .catg-custom-item {
  max-width: 25% !important;
}
.catg-custom .catg-custom-item {
  text-align: center;
}
.catg-custom .catg-custom-item a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.catg-custom .catg-custom-item .img-shape {
  background: #414042;
  background: var(--color-primary);
  border-radius: 20px;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.catg-custom .catg-custom-item .img-shape img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 35px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.catg-custom .catg-custom-item a:hover img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
.catg-custom .catg-custom-item .img-shape svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catg-custom .catg-custom-item a h3 {
  margin: 0 auto;
  margin-top: 20px;
  font-size: 22px;
  width: 300px;
  line-height: 130%;
}
.catg-custom.catg-style-2 .catg-custom-item {
  padding-top: 20px;
}
.catg-custom.catg-style-2 .catg-custom-item .img-shape {
  background: #414042;
  background: var(--color-primary);
  padding: 35px 30px;
  border-radius: 20px;
  position: relative;
  left: -10px;
  width: 255px;
  height: auto;
  overflow: inherit;
  transform: skew(-10deg, -10deg);
  -webkit-transform: skew(-10deg, -10deg);
  -moz-transform: skew(-10deg, -10deg);
  -ms-transform: skew(-10deg, -10deg);
  -o-transform: skew(-10deg, -10deg);
}
.catg-custom.catg-style-2 .catg-custom-item .img-shape::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3803921569);
  border-radius: 50%;
  width: 165px;
  height: 165px;
  margin: auto;
  transform: skew(10deg, 10deg);
  -webkit-transform: skew(10deg, 10deg);
  -moz-transform: skew(10deg, 10deg);
  -ms-transform: skew(10deg, 10deg);
  -o-transform: skew(10deg, 10deg);
}
.catg-custom.catg-style-2 .catg-custom-item .img-shape img {
  position: relative;
  z-index: 1;
  height: 130px;
  padding: 0;
  -o-object-fit: contain;
  object-fit: contain;
  transform: skew(10deg, 10deg);
  -webkit-transform: skew(10deg, 10deg);
  -moz-transform: skew(10deg, 10deg);
  -ms-transform: skew(10deg, 10deg);
  -o-transform: skew(10deg, 10deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.catg-custom.catg-style-2 .catg-custom-item:hover .img-shape img {
  transform: skew(10deg, 10deg) scale(1.08);
  -webkit-transform: skew(10deg, 10deg) scale(1.08);
  -moz-transform: skew(10deg, 10deg) scale(1.08);
  -ms-transform: skew(10deg, 10deg) scale(1.08);
  -o-transform: skew(10deg, 10deg) scale(1.08);
}
.catg-custom.catg-style-2 .catg-custom-item a h3 {
  margin: 0;
  margin-top: 40px;
  line-height: 38px;
  margin-right: 20px;
  background: #414042;
  background: var(--color-primary);
  width: 285px;
  color: #fff;
  color: var(--white);
  font-weight: 400;
  padding: 2px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.catg-custom.catg-style-2 .catg-custom-item svg {
  display: none;
}
.catg-three-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.catg-three-custom li a {
  border-radius: 16px;
  background: #414042;
  background: var(--color-primary);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.catg-three-custom li a img {
  height: 130px;
  max-width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.catg-three-custom li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.catg-three-custom li .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.catg-three-custom li .content h3 {
  color: inherit;
  font-size: 29px;
  font-weight: 400;
}
.catg-three-custom li .content p {
  color: inherit;
  font-size: 18px;
}
.videobox {
  position: relative;
}
.videobox:has(.content-video h3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.63922);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.75) 0, rgba(252, 248, 248, 0) 100%);
}
.videobox video,
.videobox iframe {
  width: 100%;
  min-height: 700px;
}
.videobox .content-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: 50%;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.videobox .content-video h3 {
  color: #fff;
  color: var(--white);
  font-size: 40px;
}
.videobox .content-video p {
  color: #f8f8f8;
  font-size: 20px;
}
.videobox .content-video a {
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 14px 24px;
  border-radius: 16px;
  font-size: 22px;
  margin-top: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.videobox .content-video a:hover {
  background: var(--color-primary-light);
}
.s-block--video lite-youtube {
  max-width: 100%;
}
.grid-banners {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  grid-template-areas: "item1 item2 item3" "item1 item4 item4" "item5 item5 item6";
}
.grid-banners a {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 24px 30px;
  overflow: hidden;
  min-width: 200px;
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.grid-banners a:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: item1;
  height: 630px;
}
.grid-banners a:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: item2;
}
.grid-banners a:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: item3;
}
.grid-banners a:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: item4;
}
.grid-banners a:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item5;
  height: 350px;
}
.grid-banners a:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
  grid-area: item6;
}
.grid-banners a span {
  background: linear-gradient(180deg, #000, transparent);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 150px;
}
.grid-banners a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
}
.grid-banners a:hover::before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.grid-banners a .content-banner {
  position: relative;
  z-index: 1;
  color: #fff;
  color: var(--white);
}
.grid-banners a .content-banner h3 {
  color: inherit;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 4px;
}
.grid-banners a .content-banner p {
  color: inherit;
}
.common-questions {
  display: flex;
  gap: 150px;
}
.common-questions .accordion-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.accordion-box .item-box {
  background: #fff;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.04) 0 7px 29px 0;
}
.accordion-box .item-box .header-accordion {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #272a32;
  color: var(--text-color);
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.accordion-box .item-box .header-accordion span {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #272a32;
  border: 1px solid var(--text-color);
  border-radius: 7px;
  font-size: 18px;
  background: #fff;
  background: var(--white);
  padding-top: 4px;
}
.accordion-box .item-box .header-accordion.active span,
.accordion-box .item-box .header-accordion:hover span {
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
}
.accordion-box .item-box .header-accordion h3 {
  font-size: 17px;
  color: inherit;
  margin: 0;
}
.accordion-box .item-box .header-accordion i {
  margin-right: auto;
  font-size: 20px;
  color: inherit;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.accordion-box .item-box .header-accordion.active,
.accordion-box .item-box .header-accordion:hover {
  color: #414042;
  color: var(--color-primary);
}
.accordion-box .item-box .header-accordion.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.accordion-box .item-box .body-accordion {
  padding: 16px;
  padding-top: 0;
  font-size: 17px;
  display: none;
}
.common-questions .svg-box {
  position: relative;
}
.common-questions .svg-box img {
  width: 570px;
  min-width: 570px;
  margin-top: -90px;
}
.s-block--national-day {
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.s-block--national-day::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  animation: grow 20s linear infinite;
  -webkit-animation: grow 20s linear infinite;
}
.s-block--national-day::after {
  content: "";
  background: color-mix(in srgb, var(--color-primary-dark) 25%, #000);
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.national-day {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.national-day h3 {
  color: #fff;
  color: var(--white);
  font-size: 40px;
  margin-bottom: 20px;
}
.national-day .sub-title {
  color: #fff;
  color: var(--white);
  font-size: 20px;
}
.national-day a {
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 12px 40px;
  border-radius: 16px;
  font-size: 22px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.national-day a:hover {
  background: var(--color-primary-light);
}
.national-day salla-count-down {
  margin-top: 40px;
  display: block;
}
.national-day .s-count-down-list {
  padding: 0;
  justify-content: center;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.national-day .s-count-down-list .s-count-down-item {
  margin: 0;
  height: auto;
  flex: initial;
  font-family: inherit;
}
.national-day .s-count-down-list .s-count-down-item-value {
  box-shadow: 3px 2px 6px 0 #414042 !important;
  box-shadow: 3px 2px 6px 0 var(--color-primary) !important;
}
.national-day .s-count-down-list .s-count-down-item-value {
  width: 80px;
  height: 80px;
  background: #fff;
  background: var(--white);
  color: #414042;
  color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  padding-top: 5px;
}
.national-day .s-count-down-list .s-count-down-item-label {
  margin: 0;
  opacity: 1;
  color: #fff;
  color: var(--white);
  display: block;
  margin-top: 13px;
  font-size: 18px;
}
.national-day .s-count-down-list .s-count-down-item::after {
  display: none;
}
.s-block--features-store {
  background-size: cover;
  background-position: center;
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}
.s-block--features-store::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  animation: grow 20s linear infinite;
  -webkit-animation: grow 20s linear infinite;
}
.s-block--features-store::after {
  content: "";
  background: linear-gradient(90deg, var(--color-primary-dark) 0, rgba(0, 0, 0, 0.9) 100.84%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}
.features--div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.features--div h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 35px;
  color: #fff;
  color: var(--white);
  font-weight: 400;
}
.features--div h3 img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.features--div .features-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.features--div .features-list li {
  border-radius: 16px;
  background: #fff;
  background: var(--white);
  padding: 20px;
  min-width: 200px;
  text-align: center;
}
.features--div .features-list li .img-feature {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.features--div .features-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
}
.features--div .features-list li:hover img {
  animation: toTop 0.3s forwards;
  -webkit-animation: toTop 0.3s forwards;
}
@keyframes toTop {
  49% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.features--div .features-list li h4 {
  font-size: 18px;
  margin: 0;
}
.s-block--photos-slider .swiper-wrapper > div {
  max-width: none;
  max-width: initial;
}
.full-banner {
  min-height: 450px;
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.full-banner .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}
.full-banner .overlay.bg-overlay {
  background: color-mix(in srgb, var(--color-primary-dark) 25%, #000);
}
.full-banner .content-banner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.full-banner .content-banner h2 {
  color: #fff;
  color: var(--white);
  font-size: 38px;
  margin-bottom: 0;
  line-height: 150%;
}
.full-banner .content-banner a {
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 12px 34px;
  border-radius: 12px;
  font-size: 22px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 35px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.full-banner .content-banner a:hover {
  background: var(--color-primary-light);
}
.banner-entry h3 span {
  color: #fff;
  color: var(--white);
}
.s-block--special-products .gap-8,
.s-block--special-products .tabs-wrapper .tabs__item {
  gap: 1rem;
}
.s-block--special-products .tabs-wrapper .tabs__item .s-product-card-entry .s-product-card-image {
  height: 265px;
  min-height: 265px;
}
.s-block--special-products .offer-product .s-product-card-entry .s-product-card-content-title a {
  -webkit-line-clamp: 3;
}
.s-block-tabs.s-block--special-products .tabs {
  gap: 1rem;
}
.s-block-tabs.s-block--special-products .tabs salla-button {
  margin: 0 !important;
}
.s-block--tabs-produtcs .tabs salla-button .tab-trigger,
.s-block-tabs.s-block--special-products .tabs salla-button .tab-trigger {
  font-size: 22px;
  padding: 0 4px;
  padding-bottom: 10px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #272a32;
  color: var(--text-color);
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  opacity: 1;
}
.s-block--tabs-produtcs .tabs salla-button.is-active .tab-trigger,
.s-block-tabs.s-block--special-products .tabs salla-button.is-active .tab-trigger {
  border-color: #414042;
  border-color: var(--color-primary);
  color: #414042;
  color: var(--color-primary);
}
.s-products-list-wrapper.s-products-list-horizontal-cards {
  gap: 1rem;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-image,
.box-featured .minimal-product .s-product-card-image {
  width: 40%;
  min-width: 40%;
  height: 215px;
  min-height: 215px;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-content,
.box-featured .minimal-product .s-product-card-content {
  padding: 15px;
  width: 100%;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-content-footer,
.box-featured .minimal-product .s-product-card-content-footer {
  position: static;
  position: initial;
  opacity: 1;
  visibility: visible;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-image .s-product-card-promotion-title,
.box-featured .minimal-product .s-product-card-image .s-product-card-promotion-title {
  max-width: 100% !important;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-content .s-product-card-content-footer {
  gap: 10px;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-content .s-product-card-content-footer .s-product-card-wishlist-btn {
  display: flex;
  position: static;
  position: initial;
  min-width: 2.5rem;
}
.s-products-list-wrapper .s-product-card-horizontal .s-product-card-content .s-product-card-content-sub,
.box-featured .minimal-product .s-product-card-content .s-product-card-content-sub {
  margin-bottom: 12px;
}
.s-slider-has-notitle .s-slider-block__title {
  margin-bottom: 0px !important;
}
.box-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
.box-featured:has(.s-product-card-special) {
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "item2 item1 item3" "item4 item1 item5" "item6 item1 item7";
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:first-child {
  grid-area: item1;
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:nth-child(2) {
  grid-area: item2;
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:nth-child(3) {
  grid-area: item3;
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:nth-child(4) {
  grid-area: item4;
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:nth-child(5) {
  grid-area: item5;
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:nth-child(6) {
  grid-area: item6;
}
.box-featured:has(.s-product-card-special) custom-salla-product-card:nth-child(7) {
  grid-area: item7;
}
.box-featured .minimal-product {
  flex-direction: row;
}
.box-featured .minimal-product salla-button.s-product-card-wishlist-btn {
  display: none;
}
.s-block--features-products .inner .col-products:not(:first-child) {
  margin-top: 4rem;
}
.box-featured .isSpecial-product.s-product-card-entry .s-product-card-image {
  height: 365px;
  min-height: 365px;
}
.ebdaa-line .line-divider {
  height: 2px;
  width: 100%;
  margin: 0 15px;
  background: rgba(65, 64, 66, 0.15);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.ebdaa-line .line-divider {
  background: color-mix(in srgb, var(--color-primary) 15%, transparent);
}
}
.ebdaa-line .line-box {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ebdaa-line .line-box .img-icon {
  max-width: 200px;
  max-height: 60px;
  border-radius: 5px;
}
.ebdaa-line .line-box .title-line {
  min-width: -moz-max-content;
  min-width: max-content;
}
.ebdaa-line .line-box .title-line h3 {
  line-height: 140%;
  margin: 0;
  font-size: 28px;
}
.ebdaa-line .line-box .title-line p {
  font-size: 17px;
}
.ebdaa-line salla-count-down {
  margin-right: auto;
}
.ebdaa-line salla-count-down .s-count-down-list {
  padding: 0;
  margin: 0;
  justify-content: start;
  gap: 5px;
}
.ebdaa-line salla-count-down .s-count-down-list .s-count-down-item {
  margin: 0;
  width: 55px;
  height: auto;
  flex: initial;
  background: #414042;
  background: var(--color-primary);
  overflow: hidden;
  font-family: inherit;
  color: #fff;
  color: var(--white);
  padding: 7px 0 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.ebdaa-line salla-count-down .s-count-down-list .s-count-down-item-value {
  font-size: 20px;
  line-height: 24px;
  color: inherit;
}
.ebdaa-line salla-count-down .s-count-down-list .s-count-down-item-label {
  margin: 0;
  opacity: 1;
  color: inherit;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 12px;
}
.ebdaa-line salla-count-down .s-count-down-list .s-count-down-item::after {
  display: none;
}
.ebdaa-line.center-content .line-box {
  flex-direction: column;
  text-align: center;
  gap: 6px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.ebdaa-line.center-content salla-count-down {
  margin: 0;
}
.ebdaa-line.center-content .line-box {
  flex-direction: column;
  text-align: center;
  gap: 6px;
  width: -moz-max-content;
  margin: auto;
  width: max-content;
}
.ebdaa-line.center-content salla-count-down {
  margin: 0;
  margin-top: 6px;
}
.ebdaa-line.center-content .content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.ebdaa-line.center-content .content-box::after,
.ebdaa-line.center-content .content-box::before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: rgba(65, 64, 66, 0.15);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.ebdaa-line.center-content .content-box::after,
.ebdaa-line.center-content .content-box::before {
  background: color-mix(in srgb, var(--color-primary) 15%, transparent);
}
}
.ebdaa-line.hide-title-next-sec + .s-block .s-slider-block__title,
.ebdaa-line.hide-title-next-sec + .s-block .s-block__title {
  display: none;
}
.ebdaa-line.hide-line .line-divider,
.ebdaa-line.center-content .line-divider,
.ebdaa-line.hide-line .content-box::after,
.ebdaa-line.hide-line .content-box::before {
  display: none !important;
}
.s-block--list-items + .s-block--list-items {
  margin-top: 16px;
}
.s-block--list-items .items {
  display: grid;
  grid-gap: 16px;
  width: 100%;
  max-width: 100%;
}
.s-block--list-items .items.items-1 {
  grid-template-columns: 1fr;
}
.s-block--list-items .items.items-2 {
  grid-template-columns: 1fr 1fr;
}
.s-block--list-items .items.items-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.s-block--list-items .items a {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.s-block--list-items .items a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.s-block--list-items .items a .img-mobile {
  display: none;
}
.s-block--list-items .items a:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.s-block--list-items .items a h3 {
  font-size: 20px;
  margin: 0;
  margin-top: 15px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}
.s-block--items-slider .swiper-slide {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.s-block--items-slider .banner-ref {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.banner-ref .img-mobile {
  display: none;
}
.s-block--items-slider .banner-ref:has(.slider-content)::after {
  background: color-mix(in srgb, var(--color-primary-dark) 25%, #000) !important;
}
.s-block--items-slider .banner-ref:has(.slider-content)::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.s-block--items-slider .banner-ref img {
  -o-object-fit: cover;
     object-fit: cover;
}
.s-block--items-slider .banner-ref .slider-content {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
  z-index: 1;
}
.s-block--items-slider .banner-ref .slider-content h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 32px;
  color: #fff;
  color: var(--white);
}
.s-block--items-slider .banner-ref .slider-content p {
  font-size: 20px;
  color: #fff;
  color: var(--white);
}
.s-block--items-slider.full-screen .container-fluid {
  padding: 0;
}
.s-block--items-slider.full-screen .banner-ref {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.s-block--items-slider.full-screen .banner-ref img {
  max-height: 100%;
  height: 100vh;
}
.bg-home section.s-block--items-slider.full-screen:first-child {
  margin-top: 0 !important;
}
.s-block--group-photos .swiper-slide {
  width: auto !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.s-block--group-photos img {
  width: auto;
  height: 260px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.s-block--unique-collection-links .unique-links {
  display: flex;
  gap: 8px;
}
.s-block--unique-collection-links .link-item {
  width: 100%;
  position: relative;
  height: 500px;
  transition-duration: 0.5s;
  flex: 1 1 0%;
  filter: grayscale(100%);
}
.s-block--unique-collection-links .link-item a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.s-block--unique-collection-links .link-item img {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.s-block--unique-collection-links .link-item .shape-img-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.s-block--unique-collection-links .shape-img {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: 100%;
}
.s-block--unique-collection-links .main-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.s-block--unique-collection-links .text-link-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 16px;
  padding-bottom: 24px;
  z-index: 3;
}
.s-block--unique-collection-links .text-link-box h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
}
.s-block--unique-collection-links .text-link-box span {
  margin-top: 50px;
  display: inline-block;
  background: #ffffff;
  color: #272a32;
  color: var(--text-color);
  padding: 7px 16px;
  border-radius: 10px;
  font-size: 18px;
}
.s-block--unique-collection-links .link-item a::after {
  content: "";
  background: linear-gradient(0deg, #414042, transparent);
  background: linear-gradient(0deg, var(--color-primary), transparent);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.s-block--unique-collection-links .link-item:hover {
  flex: 1.5;
  filter: initial;
  -webkit-filter: unset;
}
.s-block--unique-collection-links .link-item:hover a::after {
  opacity: 0.7;
  visibility: visible;
}
.s-block--unique-collection-links .link-item:hover .main-img {
  height: 110%;
}
.s-block--unique-collection-links .link-item:hover .shape-img {
  transform: rotate(90deg);
}
.s-block--unique-collection-links .unique-links-slider {
  display: none;
}
.s-block--national-day-banners {
  overflow: hidden;
}
.s-block--national-day-banners + section {
  margin-top: 0;
}
#slider {
  background: #6bcac8;
  height: 100vh;
  direction: rtl;
}
#slider .earth {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#slider .road {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 91%;
  height: 100%;
  z-index: 3;
}
#slider .ola {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 22%;
  width: 60%;
  height: 100%;
}
#slider .sea {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 13%;
  width: 70%;
  height: 100%;
  z-index: 1;
}
#slider .sindala {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 25.4%;
  width: 89%;
  height: 100%;
  z-index: 3;
}
#slider .diriyah-1 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  bottom: 20%;
  width: 69%;
  height: 100%;
  z-index: 1;
}
#slider .diriyah-2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  right: 13%;
  bottom: 27.7%;
  width: 65%;
  height: 100%;
}
#slider .bicycle-1 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 23%;
  bottom: 20%;
  width: 18%;
  height: 100%;
  z-index: 11;
}
#slider .bicycle-2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 39%;
  bottom: 15%;
  width: 14%;
  height: 100%;
  z-index: 11;
}
#slider .mokab {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 18%;
  width: 156%;
  height: 100%;
  left: 0;
  z-index: 1;
  right: -29%;
  left: -25%;
}
#slider .horse {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 32%;
  width: 55%;
  height: 100%;
  left: 11%;
  z-index: 10;
}
#slider .smoke {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 38%;
  width: 53%;
  height: 100%;
  left: 25%;
  z-index: 3;
}
#slider .smokeline {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 38%;
  width: 16%;
  height: 100%;
  left: 43%;
  z-index: 2;
}
#slider .roket {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 83%;
  width: 32%;
  height: 100%;
  left: 36%;
  z-index: 9;
}
#slider .woman {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20%;
  width: 65%;
  height: 100%;
  left: -22%;
  right: auto;
  z-index: 3;
}
#slider .man {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20%;
  width: 90%;
  height: 100%;
  left: auto;
  right: -45%;
  z-index: 2;
}
#slider .mountain-1 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 27%;
  width: 80%;
  height: 100%;
  right: -15%;
  z-index: 2;
}
#slider .mountain-2 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 48%;
  width: 50%;
  height: 100%;
  right: 30%;
  z-index: 1;
}
#slider .theline {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20%;
  width: 94%;
  height: 100%;
  left: 0;
  z-index: 3;
}
#slider .garden {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15%;
  width: 36%;
  height: 100%;
  right: 6%;
  z-index: 2;
}
#slider .solarenergy {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30%;
  width: 80%;
  height: 100%;
  left: 0;
  z-index: 1;
}
#slider .aerial-lift {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50%;
  width: 55%;
  height: 100%;
  left: 0;
  z-index: 0;
}
#slider .sun {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 65%;
  width: 15%;
  height: 100%;
  right: 60%;
  z-index: 0;
}
#slider .seer {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  width: 38%;
  height: 100%;
  left: 31%;
  z-index: 11;
}
#slider .text-slider {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  max-width: 100%;
  padding: 0 15px;
  z-index: 10;
  text-align: center;
}
#slider .text-slider h3 {
  font-size: 34px;
  margin-bottom: 15px;
  color: #132c3e;
}
#slider .text-slider p {
  font-size: 26px;
  font-weight: 500;
  color: #132c3e;
}
.position-relative {
  position: relative !important;
}
.h-full {
  height: 100%;
}
.d-flex {
  display: flex;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.max-height-sec {
  max-height: 1020px;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  height: 100vh;
}
@media screen and (min-height: 800px) {
  .max-height-sec {
    max-height: 770px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1500px) and (max-width: 1600px) {
  .max-height-sec {
    max-height: 700px;
  }
}
@media screen and (max-width: 667px) and (min-height: 375px) {
  #slider .theline {
    bottom: 16%;
  }
  #slider .mountain-1 {
    bottom: 18%;
  }
  #slider .mountain-2 {
    bottom: 36%;
  }
  #slider .roket {
    bottom: 63%;
  }
}
@media screen and (min-width: 600px) {
  #slider .word-1 {
    bottom: 60%;
  }
  #slider .word-2 {
    bottom: 54%;
  }
}
@media screen and (min-width: 1600px) {
  #slider .word-2,
  #slider .word-1 {
    opacity: 0;
  }
}
@media screen and (max-height: 560px) and (min-width: 600px) {
  #slider .max-height-sec {
    height: 900px;
  }
  #slider {
    height: 600px;
  }
}
@media screen and (max-height: 600px) and (max-width: 1024px) {
  #slider .max-height-sec {
    max-height: 530px;
  }
}
@media screen and (max-height: 1024px) and (max-width: 768px) {
  #slider .max-height-sec {
    max-height: 370px;
  }
}
@media screen and (max-height: 1180px) and (max-width: 820px) {
  #slider .max-height-sec {
    max-height: 390px;
  }
}
@media screen and (max-height: 720px) and (max-width: 540px) {
  #slider .max-height-sec {
    max-height: 250px;
  }
}
@media screen and (max-height: 960px) and (max-width: 440px) {
  #slider .max-height-sec {
    max-height: 185px;
  }
}
@media screen and (max-height: 653px) and (max-width: 280px) {
  #slider .max-height-sec {
    max-height: 135px;
  }
}
@media screen and (max-height: 578px) and (max-width: 1236px) {
  #slider .max-height-sec {
    max-height: 475px;
  }
}
@media screen and (max-width: 600px) {
  #slider .max-height-sec {
    max-height: 185px;
    bottom: 10%;
  }
  .bg-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 11%;
    background: #fff;
    position: absolute;
    z-index: 9;
  }
}
.s-block--image-with-text .flex-image-with-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.s-block--image-with-text .img-container {
  width: 100%;
}
.s-block--image-with-text .img-container img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.s-block--image-with-text .text-container {
  width: 100%;
}
.text-container > span {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  opacity: 0.8;
}
.text-container h3 {
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 24px;
  font-weight: 700;
}
.text-container p {
  font-size: 20px;
  line-height: 140%;
  opacity: 0.9;
}
.text-container a {
  margin-top: 40px;
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  padding: 10px 32px;
  border-radius: 12px;
  font-size: 20px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.text-container a:hover {
  background: var(--color-primary-light);
}
.s-block--event-products {
  padding-top: 100px;
}
.s-block--products-with-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 100px;
}
.s-block--event-products .shape-event {
  margin-top: 30px;
  width: 100%;
}
.event-block__title {
  margin-bottom: 3rem;
}
.event-block__title .s-block__title {
  justify-content: center;
  margin-bottom: 1rem;
}
.event-block__title salla-count-down .s-count-down-list {
  padding: 0;
  margin: 0;
  justify-content: center;
  gap: 10px;
}
.event-block__title salla-count-down .s-count-down-list .s-count-down-item {
  margin: 0;
  width: 55px;
  height: auto;
  flex: initial;
  background: #414042;
  background: var(--color-primary);
  overflow: hidden;
  font-family: inherit;
  color: #fff;
  color: var(--white);
  padding: 7px 0 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.event-block__title salla-count-down .s-count-down-list .s-count-down-item-value {
  font-size: 20px;
  line-height: 24px;
  color: inherit;
}
.event-block__title salla-count-down .s-count-down-list .s-count-down-item-label {
  margin: 0;
  opacity: 1;
  color: inherit;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 12px;
}
.event-block__title salla-count-down .s-count-down-list .s-count-down-item::after {
  display: none;
}
.s-block--event-products salla-slider .swiper-slide {
  height: auto;
}
.s-block--event-products + .s-block--custom-slider-products,
.s-block--event-products + .s-block--video,
.s-block--event-products + .s-block--features-store,
.s-block--event-products + .s-block--national-day,
.s-block--event-products + .s-block--testimonials {
  margin-top: 0 !important;
}
.bg-sec .container-fluid:not(:has(*)) {
  display: none;
}
.branches-box {
  text-align: center;
}
.branches-box .s-block__title {
  margin-bottom: 0 !important;
}
.branches-box .s-block__title {
  justify-content: center;
}
.branches-box .tabs-box {
  margin: 16px 0;
}
.branches-box .tabs-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.branches-box .tab-trigger {
  display: block;
  font-size: 19px;
  color: #272a32;
  color: var(--text-color);
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 2px 12px;
  font-weight: 500;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.branches-box .tab-trigger.active {
  color: #414042;
  color: var(--color-primary);
  border-color: #414042;
  border-color: var(--color-primary);
}
.branches-box .tabs-container {
  position: relative;
  overflow: hidden;
}
.branches-box .tabs-container .tabs-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.branches-box .tabs-container .tabs-item.active {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.branches-box .tabs-container .iframe-map iframe {
  height: 450px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.s-block--prices .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.s-block--prices .swiper-slide a {
  display: block;
}
.s-block--prices .swiper-slide a img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
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))}

.theme-dark .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,
.theme-dark 
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip.rounded-md.py-4.divide-y.divide-border-color.space-y-4,
.theme-dark 
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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))}

.theme-dark .swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right,
.theme-dark 
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left {
  background-color: var(--color-secondary-dark-mode);
}

.theme-dark .swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right.rounded-md.py-4.divide-y.divide-border-color.space-y-4,
.theme-dark 
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left.rounded-md.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.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))}
.swal2-popup.swal2-toast.swal2-show {
  margin: 0 auto !important;
}
body.swal2-toast-shown .swal2-container {
  z-index: 99999 !important;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: initial !important;
  right: initial !important;
  bottom: auto !important;
  bottom: initial !important;
  left: initial !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  top: 0 !important;
}
body .swal2-container .swal2-popup.swal2-toast .swal2-title {
  line-height: 130%;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .full-banner-entry {
      background-attachment: scroll;
      background-attachment: initial;
    }
  }
}
body.font-dinnextltarabic-regular .btn--add-to-cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* resposive */
@media (max-width: 1500px) {
  .grid-blog {
    grid-template-columns: 1fr;
  }
  .blogs-sec .grid-blog {
    grid-template-columns: 1fr 1fr;
  }
  body .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .dts-page .left-sec {
    width: 300px;
    min-width: 300px;
  }
  .dts-page .s-slider-thumbs .s-slider-thumbs-container,
  .dts-page salla-slider.details-slider .s-slider-container img {
    height: 400px;
  }
  .dts-page salla-slider.details-slider .s-slider-container {
    width: 450px;
    min-width: 450px;
  }
}
@media (max-width: 1400px) {
  .catg-three-custom li a img {
    height: 110px;
    max-width: 120px;
  }
  .catg-three-custom li .content h3 {
    font-size: 27px;
  }
  .features--div h3 {
    font-size: 30px;
  }
  .features--div .features-list li {
    border-radius: 12px;
    padding: 16px;
    min-width: 190px;
  }
  .features--div .features-list li .img-feature {
    margin-bottom: 12px;
    width: 42px;
    height: 42px;
  }
  .features--div .features-list li h4 {
    font-size: 17px;
  }
  .brand-sec .brand--div a img {
    height: 65px;
    max-width: 80%;
  }
  .brand-sec .brand--div a {
    gap: 12px;
  }
  .blog-card .blog-content ul {
    display: none;
  }
  .common-questions .svg-box img {
    width: 400px;
    min-width: 400px;
  }
  .home-slider__content h2,
  .s-block--items-slider .banner-ref .slider-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .home-slider__content {
    max-width: 80%;
  }
  .ps-footer__middle .ps-footer--contact {
    gap: 8px;
  }
  .ps-footer__middle .ps-footer--contact .s-contacts-list {
    gap: 6px;
  }
  .ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item {
    width: 46px;
    height: 46px;
  }
  .flex-slider-with-ctg .carousel-slider .swiper-wrapper > div {
    max-width: none;
    max-width: initial;
    width: 300px;
  }
  .order-details {
    width: 100%;
  }
  .blog-dts .title-and-content .title-blog {
    font-size: 26px;
    line-height: 40px;
  }
  .s-product-card-entry .s-product-card-image {
    height: 270px;
    min-height: 270px;
  }
  .ps-header .ps-header__search {
    width: 360px;
  }
  .dts-page .s-slider-thumbs .s-slider-thumbs-container,
  .dts-page salla-slider.details-slider .s-slider-container img {
    height: 375px;
  }
  .dts-page salla-slider.details-slider .s-slider-container {
    width: 400px;
    min-width: 400px;
  }
  .dts-page .p-price .n-price {
    font-size: 26px;
    line-height: 26px;
  }
  .product-tags a {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .dts-page .main-dts .p-name {
    line-height: 28px;
    font-size: 20px;
  }
  .s-rating-stars-wrapper .s-rating-stars-medium svg {
    height: 16px;
    width: 15px;
  }
  .dts-page .p-price .o-price b {
    font-size: 18px;
  }
  .btn--wishlist.s-button-element,
  .s-social-share-btn.s-button-element {
    height: 38px;
    width: 38px;
  }
  .dts-page .main-dts .p-share .s-social-share-btn span svg {
    height: 17px;
    width: 17px;
  }
  .btn--wishlist.s-button-element i {
    font-size: 20px;
  }
  .price-descount-box {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 1320px) {
  .catg-custom .catg-custom-item .img-shape {
    width: 280px;
    height: 280px;
  }
  .catg-custom .catg-custom-item a h3 {
    width: 280px;
  }
}
@media (max-width: 1280px) {
  .carousel-slider .swiper-wrapper > div,
  .s-block--best-offers .carousel-slider .swiper-wrapper > div {
    max-width: none;
    max-width: initial;
    width: 300px;
  }
  body .products-grid .s-products-list-wrapper,
  body.small-container .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .center-fixed-prd .s-product-card-entry {
    width: calc(25% - 13px);
    min-width: calc(25% - 13px);
  }
  .dts-page .left-sec {
    all: unset;
    min-width: 0;
    min-width: initial;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .custom-flex.size-weight {
    display: flex;
    gap: 30px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .custom-flex .center-between {
    justify-content: start;
    gap: 20px;
  }
  .p-que-addcart salla-add-product-button {
    flex-direction: row;
  }
  .ps-product__content .tab-content {
    padding: 0 !important;
  }
  .dts-page .left-sec .p-que-addcart .flex-box {
    margin-top: 20px;
  }
  .catg-custom .catg-custom-item {
    max-width: none !important;
    max-width: initial !important;
    width: auto !important;
  }
  .special-products--div .view-two {
    width: 100% !important;
    max-width: none !important;
    max-width: initial !important;
  }
  .small-container .max-w-slide {
    margin: 0;
  }
  .dts-page .flex-dts-box {
    gap: 0;
    flex-direction: column;
  }
  .ps-product__content {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .ps-header .ps-header__search {
    width: 300px;
    display: none;
  }
  .ps-header .ps-language-currency .language-currency {
    display: none;
  }
  .search-btn-mobile {
    display: flex;
  }
  .mm-spn li.currencies-lang-menu {
    display: flex;
    position: relative;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: center;
    margin-top: 20px;
  }
  .mm-spn li.currencies-lang-menu button {
    font-size: 15px;
    color: #272a32;
    color: var(--text-color);
    gap: 10px;
  }
  .mm-spn li.currencies-lang-menu button span {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
  }
  .mm-spn li.currencies-lang-menu button em {
    opacity: 0.5;
  }
  .s-product-box .product-img {
    min-width: 300px;
  }
  .s-product-box .product-dts h3 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 20px;
    min-height: 90px;
  }
  .s-product-box .product-dts h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .s-product-box .product-dts .product-price .n-price {
    font-size: 27px;
  }
  .s-product-box .product-dts .product-price .o-price {
    font-size: 20px;
  }
  .s-product-box .product-dts a {
    padding: 12px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .s-product-box .product-img img {
    height: 385px;
  }
  .s-product-box {
    gap: 30px;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img {
    width: 60px !important;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img {
    height: 60px;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
    width: 120px !important;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
    height: 120px;
  }
  .custom-slider-products--div .s-slider-thumbs .swiper-wrapper {
    height: 120px;
  }
  .custom-slider-products--div .s-slider-thumbs {
    padding: 0 30px 30px;
  }
  .s-block__title h2,
  .s-slider-block__title h2,
  .s-reviews-header-wrapper .s-reviews-header,
  .ebdaa-line .line-box .title-line h3 {
    font-size: 28px !important;
  }
  body .s-block,
  .s-block--features-products .inner .col-products:not(:first-child) {
    margin-top: 1.8rem !important;
  }
  .grid-banners a .content-banner h3,
  .banners-catg-pages a h3 {
    font-size: 23px;
  }
  .grid-banners a:first-child {
    height: 530px;
  }
  .grid-banners a:nth-child(5) {
    height: 275px;
  }
  .s-block--categories .carousel-slider .swiper-wrapper > div,
  .s-block--categories salla-slider .slide--one-sixth {
    max-width: none;
    max-width: initial;
    width: auto;
    min-width: 180px;
  }
  .s-block--categories .slide--cat-entry img {
    height: 85px;
    margin-top: -55px;
  }
  .s-block--categories.hide-bg .slide--cat-entry img {
    width: 125px;
    height: 125px;
  }
  .s-block--categories.hide-bg salla-slider .slide--one-sixth {
    min-width: 0 !important;
    min-width: initial !important;
  }
  .s-block--categories.hide-bg salla-slider .slide--one-sixth {
    width: 180px;
  }
  .s-block--categories .slide--cat-entry {
    margin-top: 55px;
    border-radius: 8px 8px 25px 25px;
  }
  .s-block--categories .slide--cat-entry h2 {
    font-size: 19px;
  }
  .s-slider-nav-arrow {
    height: 30px !important;
    width: 30px !important;
  }
  .s-slider-nav-arrow svg {
    width: 27px !important;
  }
  .videobox .content-video {
    width: 65%;
  }
  .videobox .content-video a {
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 20px;
    margin-top: 25px;
  }
  .videobox .content-video h3 {
    font-size: 35px;
  }
  .videobox video,
  .videobox iframe {
    min-height: 0;
    min-height: initial;
  }
  .catg-three-custom li a img {
    height: 90px;
    max-width: 100px;
  }
  .catg-three-custom li .content h3 {
    font-size: 25px;
  }
  .catg-three-custom li a {
    border-radius: 12px;
    padding: 16px;
  }
  .national-day h3 {
    font-size: 35px;
  }
  .national-day .s-count-down-list .s-count-down-item-value {
    width: 70px;
    height: 70px;
    font-size: 32px;
    box-shadow: 4px 2px 6px 0 #414042;
    box-shadow: 4px 2px 6px 0 var(--color-primary);
  }
  .national-day a {
    border-radius: 12px;
    font-size: 20px;
  }
  .features--div .features-list li {
    min-width: 150px;
  }
  .features--div h3 {
    font-size: 28px;
  }
  .custom-nav-btn .swiper-button-next,
  .custom-nav-btn .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .custom-nav-btn .swiper-button-next svg,
  .custom-nav-btn .swiper-button-prev svg {
    width: 28px;
  }
  .brand-sec .brand--div .swiper-slide {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .brand-sec .brand--div a {
    min-width: 150px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .brand-sec .brand--div {
    width: auto;
  }
  .blog-card {
    flex-direction: column;
    padding: 12px;
    gap: 16px;
  }
  .blog-card .blog-img {
    width: 100%;
    min-width: 0;
    min-width: initial;
  }
  .blog-card .blog-content {
    padding: 0 5px;
  }
  .common-questions {
    gap: 50px;
  }
  .common-questions .accordion-box {
    gap: 12px;
  }
  .s-block--hero-slider salla-slider .swiper {
    height: 420px;
  }
  .s-block--hero-slider .s-slider-block__title {
    margin: 0 !important;
  }
  .banners-slider a h3 {
    font-size: 24px;
  }
  .banners-slider a img {
    border-radius: 12px;
    min-width: 0;
    min-width: initial;
    height: 202px;
  }
  .s-block--hero-slider salla-slider {
    border-radius: 12px;
  }
  .home-slider__content a {
    padding: 12px 34px;
    border-radius: 12px;
    margin-top: 40px;
  }
  .home-slider__content h2,
  .s-block--items-slider .banner-ref .slider-content h2 {
    font-size: 33px;
    margin-bottom: 22px;
  }
  .grid-footer {
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
    row-gap: 50px;
  }
  .logo-footer img {
    max-height: 72px;
  }
  .s-apps-icons {
    margin-top: 25px;
  }
  .catg-banner {
    width: 230px;
    min-width: 230px;
  }
  .flex-slider-with-ctg .s-slider-block__title {
    margin: 0 !important;
  }
  .catg-banner h3 {
    font-size: 23px;
    margin-bottom: 14px;
  }
  .catg-banner a {
    padding: 8px 28px;
    border-radius: 10px;
    font-size: 18px;
  }
  .special-products-sec .s-product-card-content-footer salla-add-product-button .s-button-outline.s-button-disabled {
    width: 55%;
    transform: rotate(-12deg) translateY(-30px);
  }
  .max-w,
  salla-user-profile {
    max-width: 100%;
  }
  .cart-sec .cart-dts .p-img img {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }
  .cart-sec .cart-dts .list-of-prd .item-prd {
    gap: 18px;
  }
  .cart-sec .cart-dts .p-dts .prodcut-price .new-price {
    font-size: 22px;
    line-height: 26px;
  }
  .cart-sec .cart-side {
    width: 350px;
    min-width: 350px;
  }
  .cart-sec {
    gap: 24px;
    padding-bottom: 35px;
  }
  .body-order .order-product h3 {
    line-height: 25px;
    font-size: 18px;
  }
  .grid-blog {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .blogs-sec .grid-blog {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .blog-page .sidebar-category {
    width: 265px;
    min-width: 265px;
    padding: 15px;
  }
  .blog-page .sidebar-category h3 {
    gap: 8px;
    font-size: 19px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .blog-page .main-content {
    width: 100%;
  }
  .blog-dts .title-and-content .title-blog {
    font-size: 25px;
    line-height: 35px;
  }
  .blog-dts .title-and-content .author-date i {
    width: 50px;
    height: 50px;
    font-size: 27px;
  }
  .blog-dts .title-and-content .author-date a p {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-dts .head-blog {
    gap: 30px;
  }
  .ps-header .ps-header__icons .ps-header__item .log-acc {
    display: none;
  }
  .blogs--div .view-two {
    max-width: 33.3333% !important;
    width: 33.3333% !important;
  }
  .full-banner .content-banner h2 {
    font-size: 30px;
  }
  .full-banner .content-banner a {
    padding: 10px 32px;
    font-size: 20px;
  }
  .full-banner {
    min-height: 380px;
  }
  .catg-custom .catg-custom-item .img-shape {
    width: 260px;
    height: 260px;
  }
  .catg-custom .catg-custom-item a h3 {
    font-size: 20px;
    width: 260px;
  }
  body:has(.hide-img) .head-blog .title-and-content {
    width: 100%;
  }
  .s-block--image-with-text .img-container {
    width: 65%;
  }
  .text-container h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .text-container p {
    font-size: 19px;
  }
  .text-container a {
    padding: 8px 32px;
    font-size: 18px;
    margin-top: 30px;
  }
  .sub-catg-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .s-block--unique-collection-links .text-link-box h3 {
    font-size: 22px;
  }
  .s-block--unique-collection-links .text-link-box span {
    margin-top: 35px;
    padding: 6px 12px;
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .mm-spn li > span {
    gap: 10px;
  }
  .flex-slider-with-ctg {
    flex-direction: column;
  }
  .account-page .list-pages {
    display: none;
  }
  .parts-page {
    margin-top: 0;
  }
  .parts-page .ps-categogy__wrapper .filters-trigger {
    display: flex;
  }
  body.filters-opened .mm-ocd__content {
    padding: 0 10px;
    width: 325px;
    max-width: 100%;
  }
  .mm-ocd__content .s-filters-widget-container {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
  }
  .mm-ocd__content .s-filters-widget-container:last-of-type {
    border-bottom: 0;
  }
  .mm-ocd__content .s-filters-footer {
    padding: 0;
  }
  .filters-opened .close-filters {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: 7px;
    left: 7px;
  }
  html[dir=ltr] .filters-opened .close-filters {
    left: auto;
    right: 7px;
  }
  .cart-sec {
    flex-direction: column;
  }
  .blog-page .sidebar-category {
    display: none;
  }
  .dropdown-toggler.cat-filter {
    margin-right: auto;
  }
  .dropdown-toggler.cat-filter .dropdown__trigger {
    font-size: 20px;
    line-height: 26px;
  }
  .dropdown-toggler.cat-filter .dropdown__trigger i {
    font-size: inherit;
  }
  .dropdown-toggler.cat-filter .dropdown__menu h2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .dropdown-toggler.cat-filter .dropdown__close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .dropdown-toggler.cat-filter .dropdown__menu li a {
    font-size: 17px;
    display: flex;
    gap: 7px;
  }
  .grid-blog {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .blog-dts .head-blog {
    flex-direction: column-reverse;
  }
  .blog-dts .head-blog .img-blog {
    width: 100%;
  }
  .blog-dts {
    margin-top: 20px;
  }
  .blog-dts .head-blog .title-and-content {
    flex-direction: column;
    display: flex;
  }
  .blog-dts .title-and-content .share-box {
    margin-top: 0;
    margin-bottom: 16px;
    order: 1;
  }
  .blog-dts .title-and-content .title-blog {
    order: 2;
  }
  .blog-dts .blog-description {
    border-top: 0;
    border-bottom: 1px solid #ecedeb;
    border-bottom: 1px solid var(--bg-gray-100);
    padding-top: 0;
    padding-bottom: 25px;
    margin-top: 15px;
    order: 3;
  }
  .blog-dts .title-and-content .list-tags {
    margin-bottom: 0;
    padding-top: 20px;
    order: 4;
  }
  .catg-banner {
    width: 100%;
    min-width: 0;
    min-width: initial;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart salla-add-product-button .s-button-primary {
    min-width: 0;
    min-width: initial;
    padding: 8px 12px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom {
    gap: 40px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart .t-p {
    display: none;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-price .n-price {
    font-size: 20px;
  }
  .s-block-tabs.s-block--special-products .flex-col .tabs {
    margin-bottom: 1.5rem;
    display: flex;
  }
  .s-block--special-products .gap-8 {
    gap: 2rem;
  }
  .custom-main-normal {
    display: none;
  }
  .ps-header .ps-header__middle:has(.custom-main-normal) {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 992px) {
  .mm-ocd__content {
    min-width: 0;
    min-width: initial;
    width: 385px;
    max-width: 100%;
  }
  .s-product-box .product-dts h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px;
    min-height: 80px;
  }
  .s-product-box .product-dts h4 {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .custom-slider-products-sec {
    min-height: 0;
    min-height: initial;
  }
  .s-product-box .product-dts a {
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: 10px;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
    width: 100px !important;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
    height: 100px;
  }
  .s-product-box .product-img img {
    height: 300px;
  }
  .s-block__title h2,
  .s-slider-block__title h2,
  .s-reviews-header-wrapper .s-reviews-header,
  .ebdaa-line .line-box .title-line h3 {
    font-size: 26px !important;
  }
  .grid-banners a {
    border-radius: 12px;
    padding: 20px;
  }
  .grid-banners a:first-child {
    height: 450px;
  }
  .grid-banners a:nth-child(5) {
    height: 230px;
  }
  .grid-banners a .content-banner h3,
  .banners-catg-pages a h3 {
    font-size: 22px;
  }
  .carousel-slider .swiper:where([dir=rtl], [dir=rtl] *) {
    padding-left: 0 !important;
  }
  .videobox .content-video a {
    padding: 10px 24px;
    font-size: 19px;
    margin-top: 20px;
  }
  .national-day {
    max-width: 85%;
  }
  .national-day h3 {
    font-size: 33px;
  }
  .national-day .s-count-down-list .s-count-down-item-value {
    width: 62px;
    height: 62px;
    font-size: 30px;
  }
  .national-day a {
    font-size: 19px;
    padding: 10px 32px;
  }
  .features--div {
    flex-direction: column;
  }
  .s-block--features-store::after {
    background: linear-gradient(0deg, var(--color-primary-dark) 5%, rgba(0, 0, 0, 0.3) 118%);
  }
  html[dir=ltr] .s-block--features-store::after {
    background: linear-gradient(0deg, var(--color-primary-dark) 5%, rgba(0, 0, 0, 0.3) 118%);
  }
  .features--div .features-list {
    width: 100%;
    justify-content: center;
  }
  .testimonials-box {
    border-radius: 12px;
    padding: 16px;
    height: 100%;
  }
  .testimonials-box .testimonial-avatar {
    width: 55px;
    height: 55px;
  }
  .testimonials-box .testimonial-icon {
    font-size: 50px;
  }
  .s-block__title .s-block__display-all,
  .s-slider-block__title-left .s-slider-block__display-all {
    font-size: 16px;
  }
  .blogs--div .swiper-slide,
  .catg-custom .swiper-slide,
  .testimonials--div .swiper-slide {
    width: auto;
    height: auto;
  }
  .blog-card {
    width: 330px;
    max-width: 100%;
    height: 100%;
  }
  .catg-custom .catg-custom-item .img-shape {
    width: 210px;
    height: 210px;
  }
  .catg-custom .catg-custom-item a h3 {
    width: 210px;
    font-size: 19px;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape img {
    height: 95px;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape::after {
    width: 110px;
    height: 110px;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape {
    padding: 30px 25px;
    border-radius: 16px;
    width: 205px;
  }
  .catg-custom.catg-style-2 .catg-custom-item a h3 {
    margin-top: 36px;
    line-height: 32px;
    width: 230px;
    font-size: 20px;
    padding: 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .common-questions .svg-box img {
    width: 280px;
    min-width: 280px;
    margin: 0;
    height: auto;
    position: sticky;
    top: 85px;
  }
  .accordion-box .item-box .header-accordion span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 6px;
  }
  .accordion-box .item-box .header-accordion {
    padding: 8px 12px;
  }
  .accordion-box .item-box .header-accordion i {
    font-size: 17px;
  }
  .accordion-box .item-box {
    border-radius: 10px;
  }
  .accordion-box .item-box .header-accordion h3 {
    line-height: 26px;
  }
  .accordion-box .item-box .body-accordion {
    font-size: 16px;
    padding: 12px;
    padding-top: 0;
  }
  .s-block--hero-slider salla-slider .swiper {
    height: 360px;
  }
  .banners-slider a h3 {
    font-size: 20px;
  }
  .banners-slider a img {
    width: 250px;
    height: 172px;
  }
  .s-block--hero-slider .flex-slider {
    gap: 15px;
  }
  .home-slider__content a {
    padding: 8px 30px;
    border-radius: 10px;
    font-size: 19px;
  }
  .home-slider__content h2,
  .s-block--items-slider .banner-ref .slider-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .home-slider__content p,
  .s-block--items-slider .banner-ref .slider-content p {
    font-size: 18px;
  }
  .carousel-slider .swiper-wrapper > div,
  .flex-slider-with-ctg .carousel-slider .swiper-wrapper > div,
  .s-block--best-offers .carousel-slider .swiper-wrapper > div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .carousel-slider .swiper-wrapper > div,
  .flex-slider-with-ctg .carousel-slider .swiper-wrapper > div,
  .s-block--best-offers .carousel-slider .swiper-wrapper > div {
    width: 265px;
  }
  .s-product-card-entry .s-product-card-image,
  .s-block--special-products .tabs-wrapper .tabs__item .s-product-card-entry .s-product-card-image,
  .box-featured .isSpecial-product.s-product-card-entry .s-product-card-image {
    height: 285px;
    min-height: 285px;
  }
  .s-product-card-entry .s-product-card-image img {
    transform: none !important;
    transform: initial !important;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content {
    padding-top: 15px;
  }
  .s-product-card-entry .s-product-card-content-footer {
    top: -5px;
    opacity: 1;
    visibility: visible;
  }
  .s-product-card-content-footer .s-button-element {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .s-product-card-entry .s-product-card-wishlist-btn .s-button-icon .s-button-text {
    font-size: 17px;
  }
  .s-product-card-entry .s-product-card-wishlist-btn.s-button-element {
    width: 35px;
    height: 35px;
    top: 5px;
    left: 5px;
  }
  .s-product-card-entry .discount-percentage svg {
    width: 56px;
    height: 56px;
  }
  .s-product-card-entry .discount-percentage p {
    height: 48px;
    padding-right: 5px;
    font-size: 14px;
  }
  .s-block--categories-custom.merge-with-top-component {
    margin-top: -5rem !important;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title a {
    font-size: 20px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-category {
    font-size: 18px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title {
    margin-bottom: 12px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-price,
  .s-product-card-special.s-product-card-entry .s-product-card-sale-price h4,
  .s-product-card-special.s-product-card-entry .s-product-card-starting-price h4 {
    font-size: 21px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-sale-price span {
    font-size: 18px;
  }
  .s-product-card-special.s-product-card-entry .discount-percentage p {
    height: 50px;
  }
  .s-product-card-entry .s-count-down-list {
    margin-top: 16px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item-value {
    font-size: 21px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item-label {
    font-size: 18px;
  }
  .s-product-card-special .s-product-card-content-footer salla-add-product-button .s-button-element,
  .s-product-card-special .s-product-card-content-footer .s-button-element[product-status=out] {
    padding: 17px;
    border-radius: 10px;
  }
  .special-products-sec .s-product-card-content-footer salla-add-product-button .s-button-outline.s-button-disabled {
    width: 70%;
  }
  .special-products--div .s-product-card-entry .s-product-card-image {
    max-height: 400px;
    min-height: 400px;
  }
  .special-products--div .s-product-card-entry .s-product-card-image a {
    padding: 45px 20px;
  }
  .title-page {
    font-size: 22px;
  }
  .notifications-sec {
    padding: 0 !important;
  }
  .page-sec {
    min-height: 0;
    min-height: initial;
  }
  .no-content-placeholder {
    height: auto !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .no-content-placeholder .icon {
    height: 6rem !important;
    width: 6rem !important;
  }
  .totals-div #cart-submit .s-button-element {
    padding: 9px;
  }
  .blogs-sec .grid-blog,
  .grid-blog {
    grid-template-columns: 1fr 1fr;
  }
  .dropdown-toggler.cat-filter .dropdown__trigger {
    font-size: 19px;
    line-height: 24px;
  }
  .grid-blog .blog-card {
    width: 100%;
  }
  .blog-dts .title-and-content .title-blog {
    font-size: 24px;
    line-height: 34px;
  }
  .dts-page .s-slider-thumbs .s-slider-thumbs-container,
  .dts-page salla-slider.details-slider .s-slider-container img {
    height: 335px;
  }
  .dts-page salla-slider.details-slider .s-slider-container {
    width: 360px;
    min-width: 360px;
  }
  .g-d-sec {
    gap: 16px;
  }
  .ps-product__content .ps-tab-list li .nav-link {
    font-size: 20px;
    line-height: 22px;
  }
  .testimonials--div .view-three {
    max-width: 50% !important;
    width: 50% !important;
  }
  .blogs--div .view-two {
    max-width: none !important;
    max-width: initial !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  html[dir=ltr] .s-product-card-entry .discount-percentage span {
    font-size: 11px;
  }
  .full-banner {
    min-height: 340px;
  }
  .full-banner .content-banner {
    max-width: 85%;
  }
  .full-banner .content-banner h2 {
    font-size: 26px;
  }
  .full-banner .content-banner a {
    font-size: 19px;
  }
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .center-fixed-prd .s-product-card-entry {
    width: calc(33% - 9px);
    min-width: calc(33% - 9px);
  }
  .s-block--tabs-produtcs .tabs salla-button .tab-trigger,
  .s-block-tabs.s-block--special-products .tabs salla-button .tab-trigger {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .s-products-list-wrapper .s-product-card-horizontal .s-product-card-content .s-product-card-content-footer .s-product-card-wishlist-btn {
    min-width: 35px;
  }
  .box-featured {
    gap: 10px;
  }
  .box-featured:has(.s-product-card-special) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "item1 item2" "item1 item3" "item1 item4" "item5 item6" "item7 item7";
  }
  .ebdaa-line .line-box {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    width: -moz-max-content;
    margin: auto;
    width: auto;
  }
  .ebdaa-line .line-divider {
    display: none;
  }
  .ebdaa-line salla-count-down {
    margin: 0;
    margin-top: 6px;
  }
  .s-block--categories .slide-catg {
    width: 180px !important;
  }
  .s-block--categories .slide-catg .catg-ref img {
    height: 180px;
  }
  .s-block--categories .slide-catg .catg-ref h2,
  .s-block--list-items .items a h3 {
    font-size: 19px;
  }
  .text-container h3 {
    font-size: 28px;
    font-weight: 600;
  }
  .more-details-catg {
    max-width: 85%;
  }
  .more-details-catg h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .more-details-catg p {
    font-size: 17px;
  }
  .sub-catg-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-catg-list a h2 {
    font-size: 17px;
  }
  .sub-catg-list a img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .s-block--unique-collection-links .unique-links {
    display: none;
  }
  .s-block--unique-collection-links .unique-links-slider {
    display: block;
  }
  .s-block--unique-collection-links .s-slider-container {
    margin: 0;
  }
  .s-block--unique-collection-links .link-item {
    height: 400px;
    filter: initial;
    flex: initial;
  }
  .s-block--unique-collection-links .link-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .s-block--prices .swiper-slide a img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 920px) {
  .g-d-sec {
    flex-direction: column;
  }
  .dts-page salla-slider.details-slider .s-slider-container {
    width: calc(100% - 80px);
    min-width: 0;
    min-width: initial;
  }
  .s-comments.s-comments-page,
  .s-comments.s-comments-product {
    gap: 15px;
    flex-direction: column;
  }
  .price-descount-box {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .ps-header .ps-header__middle {
    padding: 8px 0;
  }
  .ps-header .ps-header__middle:has(.custom-main-normal) {
    padding-bottom: 8px !important;
  }
  .container-fluid,
  .s-breadcrumb-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ps-header .ps-header__icons .ps-header__item .s-cart-summary-content {
    display: none;
  }
  .ps-header .ps-header__icons .s-user-menu-trigger {
    width: 35px;
    height: 35px;
  }
  .ps-header .ps-header__icons,
  .ps-header__right,
  .ps-header__left {
    gap: 20px;
  }
  .ps-header .ps-header__icons .s-user-menu-dropdown {
    border-radius: 6px 6px 0 0;
    margin-top: 0;
  }
  .mm-ocd .mm-spn a img,
  .mm-ocd .mm-spn span img {
    width: 42px;
    height: 42px;
  }
  .mm-ocd .mm-spn span,
  .mm-ocd .mobile-menu li a {
    font-size: 17px;
  }
  .mm-ocd .mm-spn ul.main-menu li:before {
    height: 7px;
    width: 7px;
  }
  .mm-ocd .mm-spn.mm-spn--navbar:after {
    font-size: 17px;
  }
  .mm-ocd .mobile-menu .close-mobile-menu {
    display: block;
  }
  .s-product-box {
    padding: 80px 20px 40px;
    flex-direction: column-reverse;
  }
  .s-product-box .product-img img {
    height: 285px;
  }
  .custom-slider-products--div .title-block {
    top: 24px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 25px;
  }
  .stars-cloud-slider {
    width: 100%;
    height: 400px;
    opacity: 0.3;
    bottom: auto;
  }
  .custom-slider-products-sec {
    background: linear-gradient(180deg, var(--color-primary-dark) -100%, rgba(252, 248, 248, 0) 40%);
  }
  .custom-slider-products--div .s-slider-thumbs {
    padding: 0 20px 25px;
  }
  .custom-slider-products--div .s-slider-thumbs .swiper-wrapper {
    height: 100px;
  }
  .s-product-box .product-dts h3 {
    font-size: 22px;
    line-height: 35px;
    min-height: 0;
    min-height: initial;
  }
  .s-product-box .product-dts .product-price .n-price {
    font-size: 26px;
  }
  .s-product-box .product-img {
    min-width: 0;
    min-width: initial;
  }
  .grid-banners {
    gap: 12px;
    grid-template-areas: "item1 item2" "item1 item3" "item4 item4" "item5 item6";
  }
  .grid-banners a:first-child {
    height: 350px;
  }
  .grid-banners a:nth-child(4),
  .grid-banners a:nth-child(5) {
    height: 175px;
  }
  .grid-banners a .content-banner h3,
  .banners-catg-pages a h3 {
    font-size: 20px;
  }
  .ebdaa-line .line-box .title-line {
    min-width: 0;
    min-width: initial;
  }
  .s-block__title h2,
  .s-slider-block__title h2,
  .s-reviews-header-wrapper .s-reviews-header,
  .ebdaa-line .line-box .title-line h3 {
    font-size: 25px !important;
  }
  .s-block--categories .slide--cat-entry img {
    height: 75px;
  }
  .s-block--categories.hide-bg .slide--cat-entry img {
    width: 115px;
    height: 115px;
  }
  .s-block--categories.hide-bg salla-slider .slide--one-sixth {
    width: 160px;
  }
  .s-block--categories .slide--cat-entry h2 {
    font-size: 18px;
  }
  .videobox .content-video {
    width: 80%;
    gap: 15px;
  }
  .videobox .content-video h3 {
    font-size: 30px;
  }
  .videobox .content-video p {
    font-size: 18px;
  }
  .videobox .content-video a {
    padding: 8px 20px;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 10px;
  }
  .videobox:has(.content-video h3)::after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.75) 25%, rgba(252, 248, 248, 0) 100%);
  }
  .catg-three-custom li a {
    gap: 10px;
    padding: 12px;
  }
  .catg-three-custom li a img {
    height: 70px;
    width: 70px;
  }
  .catg-three-custom li .content h3 {
    font-size: 20px;
    margin: 0;
  }
  .catg-three-custom li .content p {
    font-size: 16px;
  }
  .catg-three-custom {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 12px;
  }
  .national-day h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .national-day .sub-title {
    font-size: 19px;
  }
  .national-day {
    max-width: 100%;
  }
  .national-day a {
    padding: 8px 32px;
    font-size: 18px;
    border-radius: 10px;
  }
  .features--div h3 {
    font-size: 26px;
    flex-direction: column;
    gap: 10px;
  }
  .custom-nav-btn {
    gap: 8px;
  }
  .custom-nav-btn .swiper-button-next,
  .custom-nav-btn .swiper-button-prev {
    width: 29px;
    height: 29px;
  }
  .custom-nav-btn .swiper-button-next svg,
  .custom-nav-btn .swiper-button-prev svg {
    width: 27px;
  }
  .testimonials-box .testimonial-avatar {
    width: 50px;
    height: 50px;
  }
  .testimonials-box .name-rate h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .testimonials-box .testimonial-icon {
    font-size: 40px;
  }
  .testimonials-box p {
    line-height: 24px;
    font-size: 15px;
  }
  .brand-sec .brand--div a img {
    height: 50px;
  }
  .brand-sec .brand--div a h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .brand-sec .brand--div a {
    gap: 10px;
    border-radius: 10px;
  }
  .s-block--national-day {
    padding: 85px 0;
  }
  .s-block--features-store {
    padding: 32px 0;
  }
  .blog-card .blog-content .blog-desc {
    font-size: 16px;
  }
  .blog-card .blog-content {
    gap: 8px;
  }
  .s-block--categories-custom.merge-with-top-component {
    margin-top: 2.5rem !important;
  }
  .common-questions .svg-box {
    display: none;
  }
  .home-slider__content h2 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 32px;
  }
  .s-block--hero-slider .flex-slider {
    flex-direction: column;
  }
  .s-block--hero-slider salla-slider .swiper {
    height: 340px;
  }
  .home-slider__content a {
    padding: 8px 26px;
    border-radius: 8px;
    font-size: 18px;
  }
  .home-slider__content p,
  .s-block--items-slider .banner-ref .slider-content p {
    line-height: 26px;
  }
  .banners-slider {
    grid-template-rows: initial;
    grid-template-areas: unset;
    grid-template-columns: repeat(2, 1fr);
  }
  .banners-slider a {
    grid-area: unset !important;
  }
  .banners-slider a h3 {
    font-size: 25px;
  }
  .banners-slider a img {
    width: 100%;
    height: 250px;
  }
  .ps-footer .s-social-link a {
    width: 34px;
    height: 34px;
  }
  .ps-footer .s-social-link a svg {
    width: 16px;
    height: 16px;
  }
  .ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item {
    width: 36px;
    height: 36px;
  }
  .ps-footer__middle .ps-footer--contact .s-contacts-list .s-contacts-item svg {
    width: 16px;
    height: 16px;
  }
  .s-payments-list-wrap .s-payments-list-item {
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .footer__payment .s-payments-list,
  .footer__payment .s-payments-list-wrap {
    gap: 6px;
  }
  .s-apps-icons h3 {
    font-size: 19px;
  }
  .blog-card {
    width: 270px;
  }
  .blog-card .blog-content h3 a,
  .blog-card .blog-content h1 a {
    font-size: 17px;
    line-height: 22px;
  }
  .blog-card .blog-content .blog-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .s-product-card-entry .s-product-card-content-title a {
    font-size: 16px;
  }
  .s-product-card-content-footer .s-button-element {
    padding: 7px;
  }
  .s-product-card-content-footer .s-button-element .s-button-text {
    font-size: 16px;
  }
  .catg-custom .swiper {
    padding: 0 5px;
  }
  .catg-custom .catg-custom-item {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    width: auto !important;
  }
  .catg-custom .catg-custom-item .img-shape {
    width: 170px;
    height: 170px;
  }
  .catg-custom .catg-custom-item .img-shape img {
    padding: 28px;
  }
  .catg-custom .catg-custom-item a h3 {
    margin-top: 15px;
    font-size: 18px;
    width: 170px;
  }
  .catg-custom .catg-custom-item {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape::after {
    display: none;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape img {
    position: relative;
    top: -8px;
    -o-object-position: top;
    object-position: top;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape {
    width: 145px;
    height: 70px;
    padding: 0 15px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  html[dir=ltr] .catg-custom.catg-style-2 .catg-custom-item .img-shape {
    left: 0;
    right: 0;
  }
  .catg-custom.catg-style-2 .catg-custom-item a h3 {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
    color: #272a32 !important;
    color: var(--text-color) !important;
  }
  .catg-custom.catg-style-2 .catg-custom-item a h3 {
    margin: 0 auto;
    margin-top: 15px;
    width: -moz-max-content;
    width: max-content;
    font-size: 19px;
    line-height: 35px;
    border-radius: 0;
  }
  .special-products-sec .s-product-card-content-footer salla-add-product-button .s-button-outline.s-button-disabled {
    width: 100%;
    transform: none;
    transform: initial;
  }
  .special-products--div .s-product-card-entry .s-product-card-image {
    max-height: 343px;
    min-height: 343px;
    width: 280px;
    min-width: 280px;
  }
  .special-products--div .s-product-card-entry .s-product-card-image::after {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .special-products--div .s-product-card-entry .s-product-card-image a {
    padding: 45px 20px 20px;
  }
  .special-products--div .s-product-card-entry {
    border-radius: 10px !important;
  }
  .special-products--div .s-product-card-entry {
    gap: 20px;
    padding: 15px;
    border-width: 3px;
    border-top: 0;
  }
  .s-block--special-products .tabs-wrapper .tabs__item {
    gap: 12px;
  }
  .s-block--special-products .offer-product .s-product-card-entry .s-product-card-image {
    height: 320px;
    min-height: 320px;
  }
  .s-block--special-products .offer-product .s-product-card-entry .s-product-card-content {
    padding-top: 35px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title a {
    font-size: 19px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-subtitle {
    font-size: 17px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item {
    gap: 0;
    padding: 10px 0;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item-label {
    font-size: 17px;
    margin: 0;
  }
  .s-product-card-entry .s-count-down-list {
    margin-top: 12px;
    border-radius: 8px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title {
    margin-bottom: 10px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element {
    padding: 14px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element .s-button-text {
    font-size: 19px;
  }
  .account-page {
    margin-top: 0;
    padding: 0;
  }
  .title-page {
    font-size: 21px;
    line-height: 26px;
  }
  .s-notifications-item .s-notifications-item-icon {
    width: 50px;
    height: 46px;
    min-width: 50px;
    border-radius: 10px;
    font-size: 18px;
  }
  .notifications-sec .s-notifications-item::after {
    right: 23px;
    width: 4px;
  }
  html[dir=ltr] .notifications-sec .s-notifications-item::after {
    right: auto;
    left: 23px;
  }
  .s-notifications-item {
    gap: 15px;
    padding: 0 0 16px;
  }
  .s-notifications-item .s-notifications-item-content-leading h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .s-notifications-item .s-notifications-item-content-leading p {
    font-size: 15px;
    line-height: 20px;
  }
  .s-notifications-item .s-notifications-item-content .s-notifications-item-content-trailing {
    font-size: 15px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .ps-header.fixed-header .ps-header__middle {
    background: #fff;
    -webkit-backdrop-filter: unset;
    backdrop-filter: initial;
  }
  .s-orders-table tbody tr td > div {
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .order-status {
    margin-right: auto;
  }
  html[dir=ltr] .order-status {
    margin-right: 0;
    margin-left: auto;
  }
  .s-orders-table tbody tr .mobile-title {
    width: -moz-max-content;
    width: max-content;
  }
  .s-orders-table {
    all: unset;
  }
  table.s-orders-table tbody tr {
    border-top-width: 0;
    border-bottom-width: 10px;
  }
  table.s-orders-table tbody tr:last-child {
    border-bottom-width: 0;
  }
  .s-search-results .s-search-product-image-container {
    height: 90px;
    width: 50px;
  }
  .s-search-input-wrapper .s-search-input {
    height: 45px !important;
  }
  .s-search-input-wrapper .s-search-input {
    font-size: 16px;
  }
  .page-sec .s-button-primary.s-infinite-scroll-btn {
    margin: 35px auto 25px;
    padding: 8px 15px;
  }
  .cart-sec .cart-dts .p-img img {
    height: 95px;
    width: 95px;
    min-width: 95px;
  }
  .cart-sec .cart-dts .list-of-prd .item-prd {
    gap: 15px;
  }
  .cart-sec .cart-dts .p-dts .prodcut-price .new-price {
    font-size: 20px;
  }
  .cart-sec .cart-dts .s-quantity-input-input {
    width: 36px;
    font-size: 17px;
  }
  .cart-sec .cart-dts .s-quantity-input-button {
    height: 30px;
    width: 30px;
  }
  .cart-sec .cart-dts .p-dts .btm-part button i {
    font-size: 16px;
  }
  .dts-order {
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 20px;
  }
  .dts-order li h3 {
    margin-bottom: 0;
  }
  .dts-order li:last-child {
    width: 100%;
  }
  .s-breadcrumb-wrapper {
    row-gap: 0;
  }
  .rating-header-box {
    padding: 15px;
    gap: 15px;
  }
  .rating-header-box i {
    font-size: 45px;
  }
  .blog-dts .blog-description {
    font-size: 17px;
  }
  .blog-dts .head-blog {
    gap: 22px;
    margin-bottom: 30px;
  }
  .blog-dts .title-and-content .title-blog {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-dts .title-and-content .list-tags li a {
    padding: 0 10px;
    font-size: 15px;
  }
  .blog-dts .title-and-content .list-tags {
    padding-top: 15px;
  }
  .blog-dts .blog-description {
    padding-bottom: 15px;
  }
  a.brand-item {
    height: 6rem;
    padding: 1rem;
  }
  section.pt-24 {
    padding-top: 3rem;
  }
  section.md\:first\:pt-24:first-child {
    padding-top: 3rem;
  }
  .content--single-page.p-6 {
    padding: 1rem;
  }
  .content--single-page.p-6 h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  body .products-grid .s-products-list-wrapper,
  body.small-container .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .center-fixed-prd .s-product-card-entry {
    width: calc(50% - 5px);
    min-width: calc(50% - 5px);
  }
  .p-que-addcart salla-add-product-button .s-button-primary::after {
    display: none;
  }
  .p-que-addcart salla-add-product-button .s-button-primary .s-button-text {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
  }
  .dts-page .promotion-title {
    padding: 4px 14px !important;
  }
  .zoom-h {
    display: none;
  }
  .dts-page salla-slider.details-slider {
    flex-direction: column;
  }
  .dts-page .s-slider-thumbs .s-slider-thumbs-container {
    height: auto;
  }
  .dts-page salla-slider.details-slider .s-slider-thumbs {
    width: 100%;
    min-width: 0;
    min-width: initial;
  }
  .dts-page salla-slider.details-slider .s-slider-container {
    width: 100%;
  }
  .dts-page .s-slider-vertical .s-slider-button-icon svg {
    transform: none;
    transform: initial;
  }
  .dts-page .s-slider-vertical .s-slider-nav-arrow {
    width: 30px !important;
    height: 100% !important;
  }
  .dts-page .s-slider-vertical .s-slider-thumbs-prev {
    left: auto;
    background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%);
  }
  .dts-page .s-slider-vertical .s-slider-thumbs-next {
    right: auto;
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 100%);
  }
  .g-d-sec {
    gap: 24px;
  }
  .s-advertisement .s-advertisement-content {
    padding: 10px 12px;
    padding-left: 50px;
  }
  .s-advertisement .s-advertisement-content .s-advertisement-content-main {
    justify-content: start;
    text-align: right;
  }
  .ps-header {
    min-height: 76px !important;
  }
  ::-webkit-scrollbar {
    width: 0;
  }
  .grid-banners a:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid-banners a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-banners a:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-banners a:nth-child(4) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid-banners a:nth-child(5) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .grid-banners a:nth-child(6) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .banners-slider a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .banners-slider a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .slide-sub-categories {
    padding: 20px 0;
  }
  .slide-sub-categories .swiper-slide {
    min-width: 0 !important;
    min-width: initial !important;
    max-width: 105px !important;
    width: 105px !important;
  }
  .slide-sub-categories .slide--category span {
    height: 70px;
  }
  .slide-sub-categories h3 img {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .slide-sub-categories h3 {
    font-size: 18px;
  }
  .full-banner {
    min-height: 270px;
  }
  .full-banner .content-banner {
    max-width: 100%;
  }
  .full-banner .content-banner a {
    padding: 8px 24px;
    font-size: 18px;
    border-radius: 10px;
  }
  .rating-sec salla-comments {
    width: 100%;
  }
  .ps-product__content .tab-content .p-about * {
    font-size: 17px;
  }
  .ps-product__content .tab-content .p-about iframe {
    height: 300px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom {
    padding: 10px 20px;
    gap: 24px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .img-name-price .name-price h3 {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-price .n-price {
    font-size: 19px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-price .o-price b {
    font-size: 17px;
  }
  .box-featured:has(.s-product-card-special) {
    grid-template-areas: "item1 item1" "item2 item3" "item4 item5" "item6 item7";
  }
  .dts-page .main-dts .brand img {
    max-height: 70px;
    max-width: 100px;
  }
  .top-nav .nav-list {
    gap: 18px;
  }
  .s-rating-modal-product-details .s-rating-modal-product-title {
    font-size: 18px;
  }
  .s-block--list-items + .s-block--list-items {
    margin-top: 12px;
  }
  .s-block--list-items .items {
    grid-gap: 12px;
  }
  .s-block--items-slider .banner-ref,
  .s-block--list-items .items a img,
  .s-block--group-photos img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .s-block--group-photos img {
    height: 190px;
  }
  .mm-ocd .mm-spn span,
  .mm-ocd .mobile-menu .main-menu li > a {
    padding: 8px 0.75rem !important;
  }
  .s-block--categories .slide-catg {
    width: 145px !important;
  }
  .s-block--categories .slide-catg .catg-ref img {
    height: 145px;
  }
  .s-block--categories .slide-catg .catg-ref h2,
  .s-block--list-items .items a h3 {
    font-size: 18px;
  }
  #slider .text-slider {
    top: 30%;
    bottom: auto;
  }
  .text-container h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .text-container p {
    font-size: 18px;
  }
  .text-container a {
    padding: 8px 28px;
    font-size: 18px;
    margin-top: 20px;
  }
  .banner-ref .img-mobile,
  .s-block--list-items .items a .img-mobile {
    display: block;
  }
  .banner-ref:has(.img-mobile) .img-desktop,
  .s-block--list-items .items a:has(.img-mobile) .img-desktop {
    display: none;
  }
  .slide-sub-categories:has(.sub-catg-list) {
    padding-bottom: 0;
  }
  .sub-catg-list {
    gap: 6px;
  }
  .banners-catg-pages {
    flex-direction: column;
    gap: 10px;
  }
  .banners-catg-pages.next_other {
    grid-template-columns: 1fr !important;
  }
  .s-block--prices .swiper-slide a img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 650px) {
  .special-products--div .s-product-card-entry {
    flex-direction: column;
  }
  .special-products--div .s-product-card-entry .s-product-card-image {
    max-height: none;
    max-height: initial;
    width: 100%;
    min-width: 0;
    min-width: initial;
    height: 280px;
    min-height: 280px;
  }
  .special-products--div .swiper-slide {
    width: 400px !important;
  }
  .special-products--div .swiper-slide {
    height: auto;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content {
    height: 100%;
  }
  .p-que-addcart salla-add-product-button salla-quick-buy {
    margin: 0;
    width: 100%;
    flex: initial;
  }
  .s-modal-header-inner .s-login-modal-header-icon svg {
    height: 1.25rem;
    width: 1.25rem;
  }
  .ps-footer__middle {
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 576px) {
  .ps-header .ps-logo img {
    width: 98px;
    max-width: none;
    max-width: initial;
    min-width: 0;
    min-width: initial;
    height: 52px;
  }
  .flex-header {
    gap: 30px;
  }
  .menu-btn {
    gap: 0;
    font-size: 0;
  }
  .menu-btn i {
    top: 0;
    font-size: 25px;
  }
  salla-cart-summary .s-cart-summary-count {
    left: auto;
    right: -8px;
    top: 0;
    line-height: 21px;
    width: 18px;
    height: 18px;
  }
  .ps-header .ps-header__icons,
  .ps-header__right,
  .ps-header__left {
    gap: 15px;
  }
  .ps-header .ps-header__icons .s-user-menu-trigger {
    width: 30px;
    height: 30px;
  }
  .ps-header .ps-header__icons .ps-header__item.cart-btn-header i {
    font-size: 22px;
    width: auto;
    justify-content: start;
  }
  .ps-header__icons .s-user-menu-dropdown-item a {
    padding: 6px 1.5rem;
  }
  .mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item {
    width: 45px;
    height: 45px;
    border-radius: 8px;
  }
  .mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item svg {
    width: 17px;
    height: 17px;
  }
  .s-product-box .product-img img {
    height: 235px;
  }
  .s-product-box .product-dts h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .s-product-box .product-dts h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .s-product-box .product-dts .product-price .n-price {
    font-size: 24px;
  }
  .s-product-box .product-dts .product-price .o-price {
    font-size: 19px;
  }
  .s-product-box .product-dts a {
    margin-top: 15px;
    padding: 8px 22px;
    font-size: 17px;
  }
  .custom-slider-products--div .title-block {
    font-size: 23px;
  }
  .bar-advertisement {
    height: 38px;
    padding: 5px 10px;
  }
  .grid-banners a:first-child {
    height: 300px;
  }
  .grid-banners a:nth-child(4),
  .grid-banners a:nth-child(5) {
    height: 145px;
  }
  .grid-banners a .content-banner h3 {
    font-size: 18px;
  }
  .s-block__title h2,
  .s-slider-block__title h2,
  .s-reviews-header-wrapper .s-reviews-header,
  .ebdaa-line .line-box .title-line h3 {
    font-size: 24px !important;
  }
  .grid-banners a span {
    height: 85px;
  }
  .s-block--categories .slide--cat-entry img {
    height: 65px;
    margin-top: -45px;
  }
  .s-block--categories.hide-bg .slide--cat-entry img {
    width: 105px;
    height: 105px;
  }
  .s-block--categories.hide-bg salla-slider .slide--one-sixth {
    width: 145px;
  }
  .s-block--categories .slide--cat-entry svg {
    width: 25px;
    height: 25px;
  }
  .s-block--categories .carousel-slider .swiper-wrapper > div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .s-block--categories .carousel-slider .swiper-wrapper > div {
    min-width: 170px;
  }
  .s-block--categories .slide--cat-entry {
    border-radius: 8px 8px 20px 20px;
    padding-bottom: 15px;
  }
  .s-block--categories .slide--cat-entry h2 {
    font-size: 17px;
  }
  .s-slider-nav-arrow {
    height: 28px !important;
    width: 28px !important;
  }
  .carousel-slider .s-slider-block__title-nav {
    gap: 8px;
  }
  .videobox .content-video {
    width: 90%;
    gap: 10px;
  }
  .videobox .content-video h3 {
    font-size: 28px;
  }
  .videobox .content-video a {
    font-size: 17px;
    margin-top: 10px;
  }
  .videobox .content-video p {
    font-size: 17px;
    line-height: 26px;
  }
  .catg-three-custom {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .catg-three-custom li {
    width: 100%;
  }
  .national-day h3 {
    font-size: 28px;
  }
  .national-day .s-count-down-list .s-count-down-item-value {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }
  .national-day .sub-title {
    font-size: 18px;
  }
  .features--div .features-list {
    flex-direction: column;
    gap: 10px;
  }
  .features--div .features-list li {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(270deg, #fff, transparent);
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  html[dir=ltr] .features--div .features-list li {
    background: linear-gradient(90deg, #fff, transparent);
  }
  .features--div .features-list li .img-feature {
    margin: 0;
  }
  .brand-sec .brand--div a img {
    height: 40px;
  }
  .s-block--hero-slider salla-slider .swiper {
    height: 300px;
  }
  .home-slider__content h2,
  .s-block--items-slider .banner-ref .slider-content h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .home-slider__content p,
  .s-block--items-slider .banner-ref .slider-content p {
    line-height: 24px;
    font-size: 17px;
  }
  .home-slider__content a {
    padding: 6px 24px;
    border-radius: 8px;
    font-size: 17px;
    margin-top: 20px;
  }
  .banners-slider a img {
    height: 185px;
  }
  .footer__bottom--inenr {
    justify-content: center;
    gap: 12px;
  }
  .s-product-card-entry .s-product-card-image,
  .s-block--special-products .tabs-wrapper .tabs__item .s-product-card-entry .s-product-card-image,
  .box-featured .isSpecial-product.s-product-card-entry .s-product-card-image {
    height: 260px;
    min-height: 260px;
  }
  .s-product-card-entry .s-product-card-wishlist-btn.s-button-element {
    top: 0;
  }
  .s-product-card-entry .s-product-card-image .s-product-card-promotion-title {
    padding: 5px 12px;
    font-size: 13px;
  }
  .catg-banner a {
    padding: 6px 24px;
    border-radius: 8px;
    font-size: 17px;
  }
  .catg-banner h3 {
    font-size: 22px;
  }
  .special-products--div .s-product-card-entry .s-product-card-image {
    height: 240px;
    min-height: 240px;
  }
  .special-products--div .s-product-card-entry .s-product-card-image a {
    padding: 42px 15px 15px;
  }
  .special-products--div .swiper-slide {
    width: 310px !important;
  }
  .special-products--div .s-product-card-entry {
    gap: 12px;
    padding: 10px;
  }
  .s-block--special-products .offer-product .s-product-card-entry .s-product-card-image {
    height: 240px;
    min-height: 240px;
  }
  .s-block--special-products .offer-product .s-product-card-entry .s-product-card-content {
    padding-top: 25px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title a {
    font-size: 17px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title {
    margin-bottom: 6px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-subtitle {
    font-size: 16px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item {
    padding: 8px 0;
  }
  .s-product-card-entry .s-product-card-content salla-count-down {
    gap: 12px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element {
    padding: 12px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element .s-button-text {
    font-size: 18px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item-value {
    font-size: 19px;
    line-height: 24px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-price,
  .s-product-card-special.s-product-card-entry .s-product-card-sale-price h4,
  .s-product-card-special.s-product-card-entry .s-product-card-starting-price h4 {
    font-size: 19px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-sale-price span {
    font-size: 17px;
  }
  .s-notifications-item .s-notifications-item-content {
    flex-direction: column;
    gap: 3px;
  }
  .s-notifications-item .s-notifications-item-icon {
    width: 46px;
    min-width: 46px;
    border-radius: 8px;
    font-size: 17px;
  }
  .notifications-sec .s-notifications-item::after {
    right: 20px;
  }
  html[dir=ltr] .notifications-sec .s-notifications-item::after {
    right: auto;
    left: 20px;
  }
  .s-breadcrumb-wrapper {
    gap: 3px;
  }
  .product-entry--wishlist {
    padding: 10px;
  }
  .product-entry--wishlist h3.text-lg {
    padding-left: 0 !important;
  }
  .product-entry--wishlist h3.text-lg {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .product-entry--wishlist .div-cont {
    padding-right: 10px;
  }
  .s-user-settings-section .s-user-settings-section-title {
    font-size: 18px;
  }
  .page-sec .s-user-settings-section-deactivate-user .s-list-tile-item-action {
    margin-top: 0;
  }
  .page-sec .s-user-settings-section .s-list-tile-item-icon {
    width: 42px;
    height: 42px;
  }
  .page-sec .s-user-settings-section-icon svg {
    height: 18px;
    width: 18px;
  }
  .user-profile-icon p {
    font-size: 20px;
  }
  .user-profile-icon {
    gap: 15px;
    margin-bottom: 22px;
  }
  .ps-header__icons .s-user-menu-dropdown-item a {
    font-size: 16px;
  }
  .ps-header__icons .s-user-menu-dropdown-item a span {
    font-weight: 400;
    opacity: 1;
  }
  .container-fluid,
  .s-breadcrumb-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .filters-opened.mm-ocd-opened .filter-part .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
  }
  .cart-sec .cart-dts .list-of-prd .item-prd {
    flex-direction: column;
  }
  .cart-sec .cart-dts .p-dts .name-qua {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 12px;
  }
  .cart-sec .cart-dts .p-dts .name-qua a {
    margin-bottom: 0;
  }
  .cart-sec .cart-dts .p-dts .color-size {
    gap: 40px;
  }
  .cart-sec .cart-side {
    width: 100%;
    min-width: 0;
    min-width: initial;
  }
  .cart-sec {
    padding-bottom: 0;
  }
  .cart-sec .cart-total .totals-div {
    padding: 15px;
  }
  .totals-div .total-price {
    font-size: 18px;
  }
  .totals-div .total-price p {
    font-size: 21px;
  }
  .totals-div #cart-submit .s-button-element {
    padding: 8px;
    font-size: 18px;
  }
  .CartPage__disclaimer {
    font-size: 17px;
    text-align: center;
  }
  .cart-sec .cart-dts .p-dts .btm-part .flex-box {
    gap: 6px;
  }
  .free-shipping-icon {
    font-size: 20px !important;
    width: 42px !important;
    height: 42px !important;
  }
  h4.shipping-item {
    margin: 0;
  }
  .dts-order li h3 {
    font-size: 17px;
  }
  .flex-package-shipping {
    gap: 12px;
    flex-wrap: wrap;
  }
  .flex-orders-branch {
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
  }
  .body-order .order-product {
    gap: 15px;
    flex-direction: column;
  }
  .body-order .order-product .prd-img {
    width: 75px;
    min-width: 75px;
    height: 75px;
  }
  .quantity-price-order {
    width: 300px;
    min-width: 0;
    min-width: initial;
    max-width: 100%;
    margin-right: 0;
  }
  .item-options dl {
    margin-top: 0;
  }
  section.border-t.mt-4.pt-4 {
    margin-top: 7px;
    padding-top: 7px;
  }
  .card-custom-bg {
    padding: 15px;
  }
  .card-custom-bg h2.text-lg.font-bold.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .s-rating-stars-wrapper .s-rating-stars-medium svg {
    height: 15px;
    width: 15px;
  }
  .rating-header-box {
    flex-direction: column;
    gap: 8px;
    align-items: start;
    position: relative;
  }
  .rating-header-box p.text-size {
    line-height: 22px;
  }
  .rating-header-box salla-button {
    margin-right: 0;
  }
  .rating-header-box i {
    line-height: normal !important;
    line-height: initial !important;
  }
  .rating-header-box i {
    font-size: 120px;
    position: absolute;
    left: 14px;
    z-index: -1;
    opacity: 0.1;
  }
  html[dir=ltr] .rating-header-box i {
    left: auto;
    right: 14px;
  }
  .blogs-sec .grid-blog,
  .grid-blog {
    grid-template-columns: 1fr;
  }
  .dropdown-toggler.cat-filter .dropdown__trigger {
    font-size: 18px;
  }
  .dropdown-toggler.cat-filter .dropdown__menu li a {
    font-size: 16px;
  }
  .blog-dts .title-and-content .title-blog {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-dts .title-and-content .author-date a p {
    font-size: 17px;
    line-height: 22px;
  }
  .blog-dts .title-and-content .author-date a span {
    font-size: 15px;
  }
  .blog-dts .title-and-content .author-date i {
    width: 48px;
    height: 48px;
    font-size: 25px;
  }
  a.brand-item {
    height: 5rem;
    padding: 8px;
  }
  section.md\:first\:pt-24:first-child,
  section.pt-24 {
    padding-top: 1.5rem;
  }
  section .mb-10 {
    margin-bottom: 1.5rem;
  }
  div.px-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  section.pt-24 .gap-4 {
    gap: 0.2rem;
  }
  .brands-nav .brands-nav__item,
  span.brand-char {
    height: 2rem;
    width: 2rem;
  }
  .brands-nav-wrap .brands-nav.is-sticky .brands-nav__item {
    height: 2rem;
    width: 2rem;
  }
  .search-btn-mobile,
  .ps-header .ps-language-currency button i {
    font-size: 20px;
  }
  .ps-header .ps-header__icons .ps-header__item {
    font-size: 22px;
  }
  .dts-page .main-dts .p-name {
    line-height: 27px;
    font-size: 19px;
  }
  .toggle-mode {
    left: 16px;
    bottom: 16px;
    width: 38px;
    height: 38px;
  }
  .testimonials--div .view-three {
    max-width: none !important;
    max-width: initial !important;
    width: 100% !important;
  }
  .dts-page .promotion-title {
    max-width: 100%;
  }
  .system-setting-sidebar {
    width: 330px;
  }
  .ps-header {
    min-height: 68px !important;
  }
  .fixed-btm {
    left: 15px;
    bottom: 15px;
  }
  html[dir=ltr] .fixed-btm {
    right: 15px;
  }
  .fixed-btm a {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .setting-icon {
    font-size: 18px;
    width: 34px;
    height: 34px;
    min-width: 0;
    min-width: initial;
    margin-right: 0;
    position: absolute;
    bottom: -45px;
    left: 0;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
  }
  html[dir=ltr] .setting-icon {
    margin-left: 0;
    left: auto;
    right: 0;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
  }
  .system-setting-sidebar li .font-size .size-box p {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .back-to-top {
    padding: 2px 15px;
    transform: translateY(17px);
    -webkit-transform: translateY(17px);
    -moz-transform: translateY(17px);
    -ms-transform: translateY(17px);
    -o-transform: translateY(17px);
  }
  .s-comments .s-comments-item-timestamp .s-comments-item-time {
    opacity: 1;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .img-name-price {
    display: none;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart {
    width: 100%;
    gap: 15px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .price-mobile .price-wrapper {
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .price-mobile .price-wrapper .price_is_on_sale,
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .price-mobile .price-wrapper .starting-or-normal-price {
    gap: 4px;
    justify-content: center;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-price .n-price {
    font-size: 18px;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-price .o-price b {
    font-size: 16px;
    line-height: 24px;
  }
  .s-block--tabs-produtcs .tabs salla-button .tab-trigger,
  .s-block-tabs.s-block--special-products .tabs salla-button .tab-trigger {
    font-size: 19px;
    padding-bottom: 6px;
  }
  .s-block--tabs-produtcs .tabs {
    padding: 0 10px 1.5rem !important;
  }
  .box-featured {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-featured:has(.s-product-card-special) {
    grid-template-areas: unset;
    grid-template-columns: repeat(1, 1fr);
  }
  .box-featured:has(.s-product-card-special) custom-salla-product-card {
    grid-area: unset !important;
  }
  .s-block--event-products {
    padding-top: 45px;
  }
  .s-block--products-with-bg {
    padding: 40px 0;
  }
  .event-block__title {
    margin-bottom: 2rem;
  }
  .event-block__title salla-count-down .s-count-down-list {
    gap: 5px;
  }
  .ebdaa-line salla-count-down .s-count-down-list .s-count-down-item-value,
  .event-block__title salla-count-down .s-count-down-list .s-count-down-item-value {
    font-size: 17px;
    line-height: 22px;
  }
  .ebdaa-line salla-count-down .s-count-down-list .s-count-down-item,
  .event-block__title salla-count-down .s-count-down-list .s-count-down-item {
    width: 46px;
    padding: 5px 0 7px;
  }
  .banner-cart {
    margin-bottom: 35px;
  }
  .s-rating-modal-product-details .s-rating-modal-product-title {
    font-size: 17px;
  }
  .s-block--list-items .items {
    grid-template-columns: 1fr !important;
  }
  .s-block--list-items .items:has(h3) {
    gap: 24px;
  }
  .s-block--group-photos img {
    height: 190px;
  }
  .price-descount-box {
    flex-direction: column;
  }
  .after-icon::after {
    bottom: -14px;
    width: 70px;
    height: 70px;
    font-size: 70px;
  }
  .s-block--categories .slide-catg {
    width: 130px !important;
  }
  .s-block--categories .slide-catg {
    min-width: 0;
    min-width: initial;
  }
  .s-block--categories .slide-catg .catg-ref {
    padding-top: 0;
  }
  .s-block--categories .slide-catg .catg-ref img {
    height: 130px;
    transform: none;
    transform: initial;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .s-block--categories .slide-catg .catg-ref h2,
  .s-block--list-items .items a h3 {
    font-size: 17px;
  }
  #slider .text-slider h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  #slider .text-slider p {
    font-size: 22px;
  }
  .s-block--image-with-text .flex-image-with-text {
    flex-direction: column;
  }
  .s-block--image-with-text .text-container {
    text-align: center;
  }
  .s-block--image-with-text .img-container {
    width: 80%;
  }
  .text-container a {
    padding: 6px 24px;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .sub-catg-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-catg-list a h2 {
    font-size: 16px;
  }
  .sub-catg-list a {
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .s-block--unique-collection-links .link-item {
    height: 350px;
  }
  .s-block--unique-collection-links .text-link-box h3 {
    font-size: 21px;
  }
  .s-block--unique-collection-links .text-link-box span {
    margin-top: 28px;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 8px;
  }
  .s-block--prices .swiper-slide a img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 450px) {
  .flex-header {
    gap: 25px;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img {
    width: 40px !important;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img {
    height: 40px;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
    width: 70px !important;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img.swiper-slide-thumb-active {
    height: 70px;
  }
  .custom-slider-products--div .s-slider-thumbs .swiper-wrapper {
    height: 70px;
  }
  .s-product-box .product-img img {
    height: 200px;
  }
  .s-product-box .product-dts h3 {
    font-size: 19px;
    line-height: 30px;
  }
  .s-product-box .product-dts .product-price .n-price {
    font-size: 23px;
  }
  .s-product-box .product-dts a {
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .custom-slider-products--div .s-slider-thumbs .s-slider-thumbs-container .product-item-img::before {
    width: 18px;
    height: 18px;
  }
  .custom-slider-products--div .title-block {
    font-size: 20px;
  }
  .bar-advertisement a {
    font-size: 15px;
  }
  .s-product-box {
    padding: 80px 20px 30px;
  }
  .grid-banners {
    gap: 8px;
  }
  .grid-banners a {
    padding: 12px;
    min-width: 0;
    min-width: initial;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .grid-banners a .content-banner h3 {
    font-size: 16px;
  }
  .banners-catg-pages a h3 {
    right: 12px;
    top: 12px;
    font-size: 18px;
  }
  .banners-catg-pages a:has(h3)::after {
    height: 40%;
  }
  .grid-banners a:first-child {
    height: 260px;
  }
  .grid-banners a:nth-child(4),
  .grid-banners a:nth-child(5) {
    height: 130px;
  }
  .s-block__title h2,
  .s-slider-block__title h2,
  .s-reviews-header-wrapper .s-reviews-header,
  .ebdaa-line .line-box .title-line h3 {
    font-size: 20px !important;
  }
  .videobox .content-video h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .videobox .content-video p {
    display: none;
  }
  .videobox .content-video a {
    font-size: 16px;
  }
  .national-day h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .national-day salla-count-down {
    margin-top: 32px;
  }
  .national-day .s-count-down-list {
    gap: 12px;
  }
  .national-day .s-count-down-list .s-count-down-item-value {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .national-day a {
    padding: 8px 24px;
    font-size: 17px;
    border-radius: 8px;
    margin-top: 35px;
  }
  .s-block--national-day {
    padding: 55px 0;
  }
  .national-day .s-count-down-list .s-count-down-item-label {
    margin-top: 10px;
    font-size: 17px;
  }
  .features--div .features-list li .img-feature {
    width: 36px;
    height: 36px;
  }
  .features--div .features-list li h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .features--div .features-list li {
    padding: 10px 16px;
    border-radius: 10px;
  }
  .features--div {
    gap: 24px;
  }
  .brand-sec .brand--div a {
    min-width: 125px;
    gap: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .brand-sec .brand--div a img {
    height: 30px;
  }
  .blog-card {
    border-radius: 12px;
    padding: 10px;
  }
  .blog-card .blog-img img {
    height: 160px;
  }
  .accordion-box .item-box .header-accordion h3 {
    line-height: 24px;
    font-size: 15px;
  }
  .accordion-box .item-box .header-accordion span {
    display: none;
  }
  .blog-card .blog-content h3 a,
  .blog-card .blog-content h1 a {
    font-size: 17px;
    line-height: 22px;
  }
  .home-slider__content h2,
  .s-block--items-slider .banner-ref .slider-content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .home-slider__content a {
    padding: 5px 24px;
    font-size: 16px;
  }
  .s-block--hero-slider .s-slider-block__title-nav {
    display: none;
  }
  .banners-slider a h3 {
    font-size: 20px;
    width: 50%;
  }
  .banners-slider a img {
    height: 140px;
  }
  .home-slider__content,
  .s-block--items-slider .banner-ref .slider-content {
    max-width: 90%;
  }
  .s-block--hero-slider salla-slider .swiper {
    height: 270px;
  }
  .home-slider__content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ps-footer--block .s-menu-footer-list {
    flex-direction: column;
    row-gap: 8px;
  }
  .ps-footer--block .ps-block__title,
  .ps-footer__middle .ps-footer__title,
  .ps-footer__middle .ps-footer--contact .s-contacts-title {
    margin-bottom: 12px;
  }
  .vat-box a img {
    width: 38px;
    border-radius: 2px;
  }
  .vat-saudibusiness .saudibusiness img {
    width: 38px;
    min-width: 38px;
  }
  .vat-saudibusiness {
    margin-top: 16px;
    gap: 16px;
  }
  .s-apps-icons {
    margin-top: 16px;
  }
  .ps-footer--block .s-menu-footer-list .s-menu-footer-item {
    font-size: 16px;
  }
  .ps-footer__middle {
    padding: 35px 0 16px;
  }
  .logo-footer img {
    max-height: 65px;
  }
  .logo-footer {
    margin-bottom: 8px;
  }
  .flex-social-payment {
    margin-top: 12px;
  }
  .grid-footer {
    row-gap: 16px;
  }
  .s-apps-icons .s-apps-icons-list {
    gap: 12px;
  }
  .s-apps-icons .s-apps-icons-list a img {
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
  }
  .ps-footer--contact .ps-footer__contact i {
    font-size: 16px;
  }
  .store-description {
    font-size: 17px;
    line-height: 24px;
  }
  .ps-footer--block .s-menu-footer-list .s-menu-footer-item {
    width: 100% !important;
  }
  .ps-footer .s-social-list {
    gap: 6px;
  }
  .carousel-slider .s-slider-block__title-nav,
  .custom-nav-btn {
    display: none !important;
  }
  .s-product-card-entry .s-product-card-image,
  .s-block--special-products .tabs-wrapper .tabs__item .s-product-card-entry .s-product-card-image,
  .box-featured .isSpecial-product.s-product-card-entry .s-product-card-image {
    height: 200px;
    min-height: 200px;
  }
  body .products-grid {
    padding: 5px;
  }
  body .products-grid .s-products-list-wrapper,
  .s-products-list-wrapper.s-products-list-vertical-cards {
    gap: 6px;
  }
  .center-fixed-prd .s-product-card-entry {
    width: calc(50% - 3px);
    min-width: calc(50% - 3px);
  }
  .s-product-card-content-footer .s-button-element {
    padding: 6px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
  }
  .carousel-slider .swiper-wrapper > div,
  .flex-slider-with-ctg .carousel-slider .swiper-wrapper > div,
  .s-block--best-offers .carousel-slider .swiper-wrapper > div {
    width: 230px;
  }
  .s-product-card-entry .s-product-card-image a {
    padding: 10px;
  }
  .s-product-card-content-footer .s-button-element .s-button-text {
    font-size: 15px;
  }
  .s-product-card-entry .s-product-card-image .s-product-card-promotion-title {
    padding: 4px 12px;
    max-width: calc(100% - 60px);
  }
  .catg-custom .catg-custom-item .img-shape {
    width: 130px;
    height: 130px;
  }
  .catg-custom .catg-custom-item .img-shape img {
    padding: 20px;
  }
  .catg-custom .catg-custom-item a h3 {
    font-size: 17px;
    width: 130px;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape {
    width: 125px;
    height: 55px;
  }
  .catg-custom.catg-style-2 .catg-custom-item .img-shape img {
    height: 80px;
  }
  .catg-custom.catg-style-2 .catg-custom-item a h3 {
    font-size: 17px;
    font-weight: 500;
  }
  .catg-banner {
    min-height: 150px;
  }
  .catg-banner a {
    padding: 5px 20px;
    font-size: 16px;
  }
  .catg-banner h3 {
    font-size: 21px;
  }
  .special-products--div .s-product-card-entry .s-product-card-image {
    height: 225px;
    min-height: 225px;
  }
  .special-products--div .s-product-card-content-category {
    font-size: 17px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-title {
    margin-bottom: 4px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item {
    padding: 5px 0;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item-value {
    font-size: 18px;
  }
  .s-product-card-entry .s-count-down-list .s-count-down-item-label {
    font-size: 16px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element {
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .s-product-card-special.s-product-card-entry .s-product-card-content-footer salla-add-product-button .s-button-element .s-button-text {
    font-size: 17px;
  }
  .s-orders-table tbody tr td > div {
    font-size: 15px;
  }
  table.s-orders-table tbody tr td {
    padding: 6px;
  }
  .page-sec .s-button-primary.s-infinite-scroll-btn {
    font-size: 16px;
    padding: 6px 12px;
    margin: 30px auto 15px;
  }
  .blog-dts .blog-description {
    margin-top: 10px;
  }
  .blog-dts .title-and-content .author-date i {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
  .blog-dts .title-and-content .author-date a span {
    line-height: 20px;
    display: block;
  }
  .s-social-share-btn.s-button-element {
    height: 36px;
    width: 36px;
  }
  .blog-dts .title-and-content .title-blog {
    font-size: 19px;
    line-height: 27px;
  }
  .blog-dts .blog-description {
    font-size: 16px;
  }
  .dts-page {
    padding-top: 0;
    margin-bottom: 0;
  }
  .s-breadcrumb-wrapper li:last-child {
    max-width: none;
    max-width: initial;
    overflow: visible;
    overflow: initial;
  }
  .dts-page .swiper .swiper-button-next {
    left: 5px;
  }
  .dts-page .swiper .swiper-button-prev {
    right: 5px;
  }
  .dts-page .p-price .n-price {
    font-size: 24px;
    line-height: 24px;
  }
  .dts-page .main-dts .cg-share {
    align-items: center;
  }
  .payment_methods {
    gap: 5px;
    margin-top: 25px;
  }
  .payment_methods img {
    height: 30px;
  }
  .ps-product__content .ps-tab-list {
    gap: 20px;
  }
  .ps-product__content .ps-tab-list li .nav-link {
    font-size: 18px;
  }
  .content-comment .flex.items-center {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .content-comment .comment__rating {
    margin-top: 5px;
  }
  .s-comments.s-comments-page .s-comment-form-input,
  .s-comments.s-comments-product .s-comment-form-input {
    font-size: 16px;
  }
  .s-comments.s-comments-page .s-comment-form-action,
  .s-comments.s-comments-product .s-comment-form-action {
    left: 15px;
  }
  .s-comments .s-comment-form-action salla-button button {
    padding: 5px 20px;
    font-size: 15px;
  }
  .title-comments {
    font-size: 17px;
    line-height: 30px;
  }
  .dts-page .main-dts .p-name {
    opacity: 1;
  }
  .product-tags a {
    padding: 0 10px;
  }
  .quantity-price-order {
    width: 100%;
  }
  .setting-sidebar-overlay {
    transition: ease all 0.5s;
  }
  .full-banner {
    min-height: 190px;
  }
  .full-banner .content-banner h2 {
    font-size: 22px;
  }
  .full-banner .content-banner a {
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 8px;
    margin-top: 35px;
  }
  .s-block--special-products .offer-product .s-product-card-entry .s-product-card-image {
    height: 220px;
    min-height: 220px;
  }
  .s-block--special-products .offer-product .s-product-card-entry .s-product-card-content {
    padding-top: 16px;
  }
  .ebdaa-line.center-content .content-box::after,
  .ebdaa-line.center-content .content-box::before {
    display: none;
  }
  .dts-page .main-dts .brand img {
    max-height: 60px;
    max-width: 80px;
  }
  .s-rating-modal-product-details .s-rating-modal-product-title {
    font-size: 16px;
  }
  .s-block--group-photos img {
    height: 135px;
  }
  .text-container > span {
    font-size: 16px;
  }
  .text-container h3 {
    font-size: 22px;
  }
  .text-container p {
    font-size: 16px;
  }
  .text-container a {
    padding: 5px 20px;
    font-size: 17px;
  }
  .more-details-catg {
    max-width: 100%;
  }
  .more-details-catg h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .more-details-catg p {
    font-size: 16px;
  }
  .ps-product__content .tab-content .p-about iframe {
    height: 240px;
  }
  .sub-catg-list a h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .sub-catg-list a img {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
  .banners-catg-pages {
    margin-top: 12px;
  }
  .s-product-card-entry .s-product-card-content-title a {
    font-size: 15px;
  }
  .s-block--prices .swiper-slide a img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 400px) {
  .blogs--div .swiper-slide {
    width: 100% !important;
  }
  .blog-card {
    width: 100%;
  }
  .support-sticky-bar .left-sec.active .sticky-bar-bottom .p-que-addcart salla-add-product-button .s-add-product-button-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 375px) {
  .videobox .content-video h3 {
    font-size: 25px;
  }
  .national-day .s-count-down-list .s-count-down-item-value {
    width: 46px;
    height: 46px;
    font-size: 22px;
    padding-top: 3px;
  }
  .national-day h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .national-day .sub-title {
    font-size: 17px;
    line-height: 25px;
  }
  .features--div h3 {
    font-size: 25px;
  }
  .home-slider__content h2,
  .s-block--items-slider .banner-ref .slider-content h2 {
    font-size: 22px;
  }
  .banners-slider a img {
    height: 100px;
  }
  .dts-page .main-dts .p-name {
    line-height: 26px;
    font-size: 18px;
  }
  .s-products-list-wrapper.s-products-list-horizontal-cards {
    gap: 12px;
  }
  .s-products-list-wrapper .s-product-card-horizontal,
  .box-featured .minimal-product {
    flex-direction: column;
  }
  .s-products-list-wrapper .s-product-card-horizontal .s-product-card-image,
  .box-featured .minimal-product .s-product-card-image {
    width: 100%;
    min-width: 0;
    min-width: initial;
    height: 200px;
    min-height: 200px;
  }
  .more-details-catg h2 {
    font-size: 18px;
  }
  .sub-catg-list a img {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
@media (max-width: 350px) {
  body .products-grid .s-products-list-wrapper,
  body.small-container .products-grid .s-products-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .s-block--special-products .tabs-wrapper .tabs__item {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .center-fixed-prd .s-product-card-entry {
    width: 100%;
    min-width: 100%;
  }
  .ps-header .ps-logo img {
    width: 85px;
  }
  .flex-header,
  .ps-header .ps-header__icons,
  .ps-header__right,
  .ps-header__left {
    gap: 12px;
  }
}
/* dark mode */
html body.theme-dark * {
  box-shadow: none !important;
  box-shadow: initial !important;
}
.theme-dark .toggle-mode svg.sun-svg {
  display: block;
}
.theme-dark .toggle-mode svg.moon-svg {
  display: none;
}
.theme-dark .ps-header .ps-header__middle,
.theme-dark .ps-footer__middle,
.theme-dark .s-search-product:hover,
.theme-dark .s-user-menu-dropdown,
.theme-dark .brand-sec .brand--div a,
.theme-dark .blog-card,
.theme-dark .accordion-box .item-box,
.theme-dark .s-social-share-list,
.theme-dark .dts-page .left-sec,
.theme-dark .s-orders-table,
.theme-dark .bg-theme-dark,
.theme-dark .thankyou-block,
.theme-dark .s-verify-back,
.theme-dark .support-sticky-bar .left-sec.active .sticky-bar-bottom,
.theme-dark .dts-page .p-price:has(.flex-div),
.theme-dark .discount-ends,
.theme-dark .custom-main-normal,
.theme-dark .s-social-share-list,
.theme-dark .testimonials-sec,
body.theme-dark .products-grid,
.theme-dark .iti__country-list li:hover,
.theme-dark .iti__country-list li.highlighted,
.theme-dark .back-to-top:hover,
.theme-dark .system-setting-sidebar,
.theme-dark .features--div .features-list li {
  background-color: var(--color-main-dark-mode) !important;
}
.theme-dark .btn--wishlist.s-button-element,
.theme-dark .s-social-share-btn.s-button-element {
  background-color: var(--color-main-dark-mode) !important;
  border-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .btn--wishlist.s-button-element,
.theme-dark .s-social-share-btn.s-button-element {
  color: var(--color-text-dark-mode);
}
html body.theme-dark,
.theme-dark .bg-white,
.theme-dark .mm-ocd .mm-spn.mm-spn--light,
.theme-dark .s-block--categories .slide--cat-entry,
.theme-dark .testimonials-box,
.theme-dark .s-modal-body,
.theme-dark .s-modal-close,
.theme-dark table.s-orders-table tbody tr,
.theme-dark #tabbyPromoWrapper,
.theme-dark .tamara-product-widget,
.theme-dark .ps-footer--bottom,
.theme-dark .back-to-top {
  background-color: var(--color-secondary-dark-mode) !important;
}
.theme-dark salla-breadcrumb,
.theme-dark .cart-sec .cart-dts .list-of-prd .item-prd,
.theme-dark .cart-total .rounded-md,
.theme-dark .cart-sec .cart-total .totals-div,
.theme-dark .s-product-card-entry,
.theme-dark .no-content-placeholder .icon,
.theme-dark .no-content-placeholder .rounded-icon,
.theme-dark .s-user-settings-section .s-list-tile-item-icon,
.theme-dark .s-products-list-placeholder span,
.theme-dark .rating-header,
.theme-dark .special-products--div .s-product-card-entry .s-product-card-image::after,
.theme-dark .iti__selected-flag:before,
.theme-dark .content-comment,
.theme-dark .s-comments .s-comments-item-inner .s-comments-flex-1,
.theme-dark .s-button-gray-outline:hover,
.theme-dark .ebdaa-line.center-content .content-box::after,
.theme-dark .ebdaa-line.center-content .content-box::before {
  background-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .s-filters-widget-container,
.theme-dark .rounded-md.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode) !important;
  border-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .s-search-container .s-search-input {
  background-color: var(--color-sub-dark-mode) !important;
  border-color: var(--color-sub-dark-mode) !important;
  color: var(--color-text-dark-mode) !important;
}
.theme-dark .s-search-container .s-search-input {
  opacity: 1;
}
.theme-dark .upload-file .flex.space-x-3 .btn-tab {
  background-color: var(--color-secondary-dark-mode) !important;
}
.theme-dark .upload-file .flex.space-x-3 .btn-tab {
  color: var(--color-text-dark-mode);
}
.theme-dark .s-comments.s-comments-page .s-comment-form-input,
.theme-dark .s-comments.s-comments-product .s-comment-form-input,
.theme-dark .page-sec .form-input,
.theme-dark .page-sec .s-tel-input-control,
.theme-dark .product-option-uploader .s-file-upload-wrapper .filepond--drop-label,
.theme-dark .coupon input,
.theme-dark .dts-order,
.theme-dark .s-datetime-picker-input,
.theme-dark .s-rating-modal-comment,
.theme-dark .thankyou-block .form-input,
.theme-dark .iti__country-list,
.theme-dark .s-verify-input,
.theme-dark .s-quantity-input-container,
.theme-dark .s-quantity-input-input {
  background-color: var(--color-secondary-dark-mode) !important;
  border-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .s-product-options-option-content .s-form-control,
.theme-dark .s-login-modal-wrapper .s-tel-input-control,
.theme-dark .s-login-modal-wrapper .s-login-modal-input,
.theme-dark .s-price-range-number-input {
  background-color: var(--color-secondary-dark-mode) !important;
  border-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .s-product-options-option-content .s-form-control,
.theme-dark .s-login-modal-wrapper .s-tel-input-control,
.theme-dark .s-login-modal-wrapper .s-login-modal-input,
.theme-dark .s-price-range-number-input {
  color: var(--color-text-dark-mode);
}
.theme-dark .dts-page .left-sec .line,
.theme-dark .coupon-part .line,
.theme-dark .ps-product__content .line,
.theme-dark .line {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-top: 1px solid var(--color-sub-dark-mode);
}
.theme-dark .ps-product__content .tab-content .show-more-dts::after {
  background: linear-gradient(0deg, var(--color-secondary-dark-mode), transparent);
}
.theme-dark .cart-sec .cart-dts .p-dts .btm-part,
.theme-dark .totals-div .total-price,
.theme-dark .s-user-menu-dropdown-header,
.theme-dark .account-page .list-pages,
.theme-dark .account-page .list-pages ul li:last-child,
.theme-dark .dts-order li .order-total-price,
.theme-dark .order-details .body-order section.border-t.mt-4.pt-4,
.theme-dark .s-user-settings-section,
.theme-dark .s-rating-modal-rounded-icon,
.theme-dark .s-filters-footer salla-button button,
.theme-dark .iti__divider,
.theme-dark .border-gray-100 {
  border-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .cart-sec .cart-dts .list-of-prd .item-prd,
.theme-dark .s-product-card-entry {
  border-color: transparent !important;
}
.theme-dark .page-sec .form-input:-webkit-autofill,
.theme-dark .page-sec .form-input:-webkit-autofill:focus,
.theme-dark .page-sec .s-tel-input-control,
.theme-dark .page-sec .s-tel-input-control:focus,
.theme-dark .coupon input,
.theme-dark .coupon input:focus,
.theme-dark .s-verify-input,
.theme-dark .s-verify-input:focus {
  -webkit-box-shadow: 0 0 0 50px var(--color-secondary-dark-mode) inset !important;
}
.theme-dark .page-sec .form-input:-webkit-autofill,
.theme-dark .page-sec .form-input:-webkit-autofill:focus,
.theme-dark .page-sec .s-tel-input-control,
.theme-dark .page-sec .s-tel-input-control:focus,
.theme-dark .coupon input,
.theme-dark .coupon input:focus,
.theme-dark .s-verify-input,
.theme-dark .s-verify-input:focus {
  -webkit-text-fill-color: var(--color-text-dark-mode);
}
.theme-dark .parts-page .form-select,
.theme-dark #testimonials-filter,
.theme-dark .s-form-control {
  border-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .parts-page .form-select,
.theme-dark #testimonials-filter,
.theme-dark .s-form-control {
  color: var(--color-text-dark-mode);
  background-color: var(--color-sub-dark-mode);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 12px;
}
.theme-dark input.s-form-control {
  background-image: none !important;
  background-image: initial !important;
}
.theme-dark .system-setting-sidebar li .toggle-mode span::before {
  background-color: rgba(255, 255, 255, 0.168627451);
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .accordion-box .item-box .header-accordion span {
  border-color: var(--color-sub-dark-mode);
  background: var(--color-main-dark-mode);
}
.theme-dark .bg-home,
.theme-dark .bg-sec {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.theme-dark .dts-page .p-price .o-price b,
.theme-dark .s-breadcrumb-wrapper li:last-child {
  opacity: 0.4;
}
.theme-dark .setting-sidebar-overlay {
  background-color: var(--color-sub-dark-mode) !important;
}
.theme-dark .setting-sidebar-overlay {
  opacity: 0.5;
}
html body.theme-dark,
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark .menu-btn,
.theme-dark .search-btn-mobile,
.theme-dark .ps-header .ps-language-currency button,
.theme-dark .ps-header .ps-header__icons .ps-header__item.cart-btn-header i,
.theme-dark .ps-header .ps-header__icons .ps-header__item .s-cart-summary-total,
.theme-dark .ps-header .ps-header__icons .ps-header__item .log-acc span,
.theme-dark .ps-header .ps-header__icons .ps-header__item,
.theme-dark p,
.theme-dark .s-product-card-content-title a,
.theme-dark .s-product-card-entry .s-product-card-wishlist-btn .s-button-icon .s-button-text,
.theme-dark .accordion-box .item-box .header-accordion,
.theme-dark .store-description,
.theme-dark .ps-footer .text-social,
.theme-dark .ps-footer--block .ps-block__title,
.theme-dark .ps-footer__middle .ps-footer--contact .s-contacts-title,
.theme-dark .ps-footer--block .s-menu-footer-list .s-menu-footer-item,
.theme-dark .vat-box .vat-text p,
.theme-dark .vat-box .vat-text b,
.theme-dark .mm-ocd .mobile-menu .main-menu li > a,
.theme-dark .mm-spn.mm-spn--light,
.theme-dark .s-rating-stars-reviews,
.theme-dark .cart-sec .cart-dts .p-dts .name-qua a,
.theme-dark .cart-sec .cart-dts .p-dts .color-size span,
.theme-dark .cart-sec .cart-dts .p-dts .btm-part .flex-box .item-total,
.theme-dark .s-localization-modal-label,
.theme-dark .s-user-menu-dropdown-header-content p,
.theme-dark .account-page .list-pages ul li a,
.theme-dark .page-sec .form-input,
.theme-dark .page-sec .s-tel-input-control,
.theme-dark .s-datetime-picker-input,
.theme-dark .s-user-settings-section .s-user-settings-section-title,
.theme-dark .thanks-item .s-button-link,
.theme-dark .bar-advertisement a,
.theme-dark .s-modal-wrapper .s-modal-title,
.theme-dark .system-setting-sidebar li .font-size .size-box.active span,
.theme-dark .s-login-modal-wrapper .s-login-modal-label,
.theme-dark a,
.theme-dark .title-num-comments,
.theme-dark .s-comments .s-comments-count-label,
.theme-dark .s-comments .s-comments-item-timestamp,
.theme-dark .s-apps-icons h3,
.theme-dark .ps-footer--bottom p,
.theme-dark .account-page .list-pages ul li a:hover,
.theme-dark .product-entry__sub-title i,
.theme-dark .custom-slider-products--div .title-block,
.theme-dark .ps-product__content .tab-content .show-more-dts,
.theme-dark .s-product-card-entry .s-product-card-sale-price h4,
.theme-dark .s-product-card-entry .s-product-card-starting-price h4,
.theme-dark .s-product-card-entry .s-product-card-price,
.theme-dark .s-product-card-entry .s-product-card-sale-price h4,
.theme-dark .s-product-card-entry .s-product-card-starting-price h4,
.theme-dark .s-search-product-price,
.theme-dark .s-product-box .product-dts .product-price .n-price,
.theme-dark .blog-card .blog-content .read-more,
.theme-dark .accordion-box .item-box .header-accordion.active,
.theme-dark .accordion-box .item-box .header-accordion:hover,
.theme-dark .body-order .order-product h3 b,
.theme-dark .text-primary,
.theme-dark .cart-sec .cart-dts .p-dts .prodcut-price .new-price,
.theme-dark .s-product-card-content-category,
.theme-dark .s-block__title .s-block__display-all {
  color: var(--color-text-dark-mode) !important;
}
.theme-dark .ebdaa-line .line-box .title-line h3,
.theme-dark .tamara-product-widget,
.theme-dark .tamara-product-widget span,
.theme-dark .product__description .description--main *,
.theme-dark .s-search-product-title,
.theme-dark .s-user-menu-dropdown-item a,
.theme-dark .s-product-box .product-dts .desc-slide *,
.theme-dark .blog-card .blog-content .author,
.theme-dark .blog-card .blog-content .blog-desc,
.theme-dark .accordion-box .item-box .body-accordion,
.theme-dark .s-breadcrumb-wrapper a,
.theme-dark .dts-page .main-dts .brand em,
.theme-dark .product__description .description--main,
.theme-dark .dts-page .p-price .o-price b,
.theme-dark .product-form .form-label,
.theme-dark .dts-page .t-p,
.theme-dark .ps-product__content .ps-tab-list li .nav-link,
.theme-dark .ps-product__content .tab-content .p-about *,
.theme-dark .dts-page .left-sec .bottom-part p,
.theme-dark .zoom-h,
.theme-dark .text-gray-600,
.theme-dark .s-product-options-option-label b,
.theme-dark .s-product-options-option-label small,
.theme-dark .s-file-upload-wrapper .filepond--label-action,
.theme-dark .cart-sec .cart-dts .p-dts .prodcut-price .old-price,
.theme-dark .cart-sec .cart-dts .p-dts .color-size p,
.theme-dark .cart-sec .cart-dts .p-dts .btm-part .flex-box .t-p,
.theme-dark .cart-sec .cart-dts .p-dts .color-size .offer-div i,
.theme-dark .CartPage__disclaimer,
.theme-dark .totals-div h6,
.theme-dark .cart-sec .cart-dts .custom-flex b,
.theme-dark .s-localization-modal-label small,
.theme-dark .s-user-menu-dropdown-header-content span,
.theme-dark .s-notifications-item .s-notifications-item-content-leading p,
.theme-dark .s-notifications-item .s-notifications-item-content .s-notifications-item-content-trailing,
.theme-dark table.s-orders-table tbody tr td,
.theme-dark .order-details .head-order-details,
.theme-dark .dts-order p,
.theme-dark .dts-order li h5,
.theme-dark .body-order .order-product h3 a,
.theme-dark .item-options .flex-option,
.theme-dark .product-entry--wishlist .div-cont span.text-size.text-gray-500.line-through,
.theme-dark .s-user-profile-field label,
.theme-dark .no-content-placeholder p,
.theme-dark .s-filters-widget-container .s-filters-option-name,
.theme-dark .s-filters-widget-container .s-filters-label,
.theme-dark .s-price-range-currency,
.theme-dark .iti__dial-code,
.theme-dark .s-verify-message,
.theme-dark .s-file-upload-wrapper .filepond--drop-label,
.theme-dark .s-localization-modal-title,
.theme-dark .s-breadcrumb-wrapper li:last-child,
.theme-dark .s-product-card-entry .s-count-down-list .s-count-down-item-label,
.theme-dark .s-product-card-entry .s-product-card-content-subtitle,
.theme-dark .s-product-card-entry .s-product-card-sale-price span,
.theme-dark .s-user-settings-section-subtitle,
.theme-dark .system-setting-sidebar li .p,
.theme-dark .system-setting-sidebar li .font-size .size-box span,
.theme-dark .s-verify-timer,
.theme-dark .s-orders-status-container:has(.sicon-time),
.theme-dark .head-order-details .status-sicon-time,
.theme-dark .ps-product__content .ps-tab-list li .nav-link:hover {
  color: var(--color-text-dark-mode) !important;
}
.theme-dark .ebdaa-line .line-box .title-line h3,
.theme-dark .tamara-product-widget,
.theme-dark .tamara-product-widget span,
.theme-dark .product__description .description--main *,
.theme-dark .s-search-product-title,
.theme-dark .s-user-menu-dropdown-item a,
.theme-dark .s-product-box .product-dts .desc-slide *,
.theme-dark .blog-card .blog-content .author,
.theme-dark .blog-card .blog-content .blog-desc,
.theme-dark .accordion-box .item-box .body-accordion,
.theme-dark .s-breadcrumb-wrapper a,
.theme-dark .dts-page .main-dts .brand em,
.theme-dark .product__description .description--main,
.theme-dark .dts-page .p-price .o-price b,
.theme-dark .product-form .form-label,
.theme-dark .dts-page .t-p,
.theme-dark .ps-product__content .ps-tab-list li .nav-link,
.theme-dark .ps-product__content .tab-content .p-about *,
.theme-dark .dts-page .left-sec .bottom-part p,
.theme-dark .zoom-h,
.theme-dark .text-gray-600,
.theme-dark .s-product-options-option-label b,
.theme-dark .s-product-options-option-label small,
.theme-dark .s-file-upload-wrapper .filepond--label-action,
.theme-dark .cart-sec .cart-dts .p-dts .prodcut-price .old-price,
.theme-dark .cart-sec .cart-dts .p-dts .color-size p,
.theme-dark .cart-sec .cart-dts .p-dts .btm-part .flex-box .t-p,
.theme-dark .cart-sec .cart-dts .p-dts .color-size .offer-div i,
.theme-dark .CartPage__disclaimer,
.theme-dark .totals-div h6,
.theme-dark .cart-sec .cart-dts .custom-flex b,
.theme-dark .s-localization-modal-label small,
.theme-dark .s-user-menu-dropdown-header-content span,
.theme-dark .s-notifications-item .s-notifications-item-content-leading p,
.theme-dark .s-notifications-item .s-notifications-item-content .s-notifications-item-content-trailing,
.theme-dark table.s-orders-table tbody tr td,
.theme-dark .order-details .head-order-details,
.theme-dark .dts-order p,
.theme-dark .dts-order li h5,
.theme-dark .body-order .order-product h3 a,
.theme-dark .item-options .flex-option,
.theme-dark .product-entry--wishlist .div-cont span.text-size.text-gray-500.line-through,
.theme-dark .s-user-profile-field label,
.theme-dark .no-content-placeholder p,
.theme-dark .s-filters-widget-container .s-filters-option-name,
.theme-dark .s-filters-widget-container .s-filters-label,
.theme-dark .s-price-range-currency,
.theme-dark .iti__dial-code,
.theme-dark .s-verify-message,
.theme-dark .s-file-upload-wrapper .filepond--drop-label,
.theme-dark .s-localization-modal-title,
.theme-dark .s-breadcrumb-wrapper li:last-child,
.theme-dark .s-product-card-entry .s-count-down-list .s-count-down-item-label,
.theme-dark .s-product-card-entry .s-product-card-content-subtitle,
.theme-dark .s-product-card-entry .s-product-card-sale-price span,
.theme-dark .s-user-settings-section-subtitle,
.theme-dark .system-setting-sidebar li .p,
.theme-dark .system-setting-sidebar li .font-size .size-box span,
.theme-dark .s-verify-timer,
.theme-dark .s-orders-status-container:has(.sicon-time),
.theme-dark .head-order-details .status-sicon-time,
.theme-dark .ps-product__content .ps-tab-list li .nav-link:hover {
  opacity: 0.8;
}
.theme-dark .s-search-icon svg,
.theme-dark .s-social-share-icon svg,
.theme-dark .s-quantity-input-button,
.theme-dark .account-page .list-pages ul li a svg,
.theme-dark .page-sec .s-user-settings-section-icon svg,
.theme-dark .s-verify-back svg {
  fill: var(--color-text-dark-mode) !important;
}
.theme-dark .dts-page .p-price:has(.flex-div).after-icon::after,
.theme-dark .discount-ends::after,
.theme-dark .testimonials-box .testimonial-icon {
  color: var(--color-text-dark-mode);
  opacity: 0.1;
}
.theme-dark .iti__arrow:after,
.theme-dark .s-breadcrumb-arrow svg {
  filter: brightness(0) invert(1);
}
.theme-dark .text-primary.top-full {
  color: #414042 !important;
  color: var(--color-primary) !important;
}
.theme-dark .mm-ocd .mobile-menu .main-menu li > a[href*=offer] {
  color: #ed6565;
}
.theme-dark input:-webkit-autofill,
.theme-dark input:-webkit-autofill:hover,
.theme-dark input:-webkit-autofill:focus,
.theme-dark input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-fill-color: var(--white);
  box-shadow: inset 0 0 20px 20px var(--color-secondary-dark-mode);
}
.theme-dark .s-search-container .s-search-input::-webkit-input-placeholder,
.theme-dark .thankyou-block .form-input::-webkit-input-placeholder,
.theme-dark .s-login-modal-wrapper .s-tel-input-control::-webkit-input-placeholder,
.theme-dark .s-login-modal-wrapper .s-login-modal-input::-webkit-input-placeholder,
.theme-dark .s-search-container .s-search-input::-moz-placeholder,
.theme-dark .thankyou-block .form-input::-moz-placeholder,
.theme-dark .s-login-modal-wrapper .s-tel-input-control::-moz-placeholder,
.theme-dark .s-login-modal-wrapper .s-login-modal-input::-moz-placeholder,
.theme-dark .s-search-container .s-search-input:-ms-input-placeholder,
.theme-dark .thankyou-block .form-input:-ms-input-placeholder,
.theme-dark .s-login-modal-wrapper .s-tel-input-control:-ms-input-placeholder,
.theme-dark .s-login-modal-wrapper .s-login-modal-input:-ms-input-placeholder,
.theme-dark .s-search-container .s-search-input::-ms-input-placeholder,
.theme-dark .thankyou-block .form-input::-ms-input-placeholder,
.theme-dark .s-login-modal-wrapper .s-tel-input-control::-ms-input-placeholder,
.theme-dark .s-login-modal-wrapper .s-login-modal-input::-ms-input-placeholder,
.theme-dark .s-search-container .s-search-input::placeholder,
.theme-dark .thankyou-block .form-input::placeholder,
.theme-dark .s-login-modal-wrapper .s-tel-input-control::placeholder,
.theme-dark .s-login-modal-wrapper .s-login-modal-input::placeholder {
  color: var(--color-text-dark-mode);
  opacity: 0.5;
}
.theme-dark .ps-product__content .ps-tab-list li .nav-link.active,
.theme-dark .free-shipping-icon,
.theme-dark .page-sec .coupon button,
.theme-dark .btn-print,
.theme-dark .flex-div-order salla-button .s-button-btn,
.theme-dark .product-entry--wishlist salla-add-product-button .s-button-element,
.theme-dark .blog-card .blog-content ul li a,
.theme-dark .system-setting-sidebar .content-sidebar > li button {
  color: var(--color-text-dark-mode);
  border-color: var(--color-text-dark-mode);
}
.theme-dark .accordion-box .item-box .header-accordion.active span,
.theme-dark .accordion-box .item-box .header-accordion:hover span {
  border-color: var(--color-text-dark-mode);
}
.theme-dark .s-search-results {
  background: var(--color-secondary-dark-mode);
}
.theme-dark .product-entry--wishlist salla-add-product-button .s-button-element:hover {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.theme-dark .product-entry--wishlist salla-add-product-button .s-button-element[roduct-status=out] {
  border-color: #d75a5f;
  color: #d75a5f;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.theme-dark .s-search-product {
  border-color: rgba(243, 244, 246, 0.1);
}
.theme-dark .special-products--div .s-product-card-entry {
  border-color: #414042 !important;
  border-color: var(--color-primary) !important;
}
.theme-dark .custom-slider-products-sec {
  background: linear-gradient(90deg, #414042 -100%, rgba(252, 248, 248, 0) 55%);
  background: linear-gradient(90deg, var(--color-primary) -100%, rgba(252, 248, 248, 0) 55%);
}
.theme-dark .stars-cloud-slider path:first-child,
.theme-dark .stars-cloud-slider path:nth-child(2) {
  fill-opacity: 0.7;
}
.theme-dark .s-user-menu-dropdown-item a:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
.theme-dark .s-product-card-vertical .s-product-card-wishlist-btn button {
  border-color: rgba(255, 255, 255, 0.2509803922) !important;
  background: var(--color-secondary-dark-mode) !important;
}
.theme-dark .s-product-card-entry .s-product-card-wishlist-btn.s-product-card-wishlist-added {
  border-color: rgb(217, 74, 93) !important;
}
.theme-dark .s-product-card-entry .s-count-down-list .s-count-down-item-value {
  color: #df4f54;
}
.theme-dark .s-block--categories .slide--cat-entry svg {
  fill: #7875ad;
}
.theme-dark .s-product-card-entry .s-product-card-image,
.theme-dark .s-product-options-wrapper,
.theme-dark .s-orders-table thead,
.theme-dark .bg-white.rounded-md.py-4.divide-y.divide-border-color.space-y-4,
.theme-dark .s-user-settings-section,
.theme-dark .brand-item,
.theme-dark .content--single-page {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}
.theme-dark .s-product-card-entry .s-product-card-rating i::before {
  color: #ffc107;
}
.theme-dark .catg-banner {
  background-color: var(--color-main-dark-mode);
}
.theme-dark .s-block--features::after {
  background: linear-gradient(90deg, var(--color-main-dark-mode) 42.83%, rgba(0, 0, 0, 0.3) 100.84%);
}
.theme-dark .mm-ocd .mobile-menu .main-menu li .ps-footer__contact {
  background: var(--color-sub-dark-mode);
  border-color: transparent;
}
.theme-dark .mm-spn li.currencies-lang-menu button {
  background: var(--color-sub-dark-mode);
  color: #ededed;
}
.theme-dark .btn--wishlist.s-button-element.is-added,
.theme-dark .text-red-700,
.theme-dark .btn-custom-style .s-button-element.s-button-danger-link {
  color: rgb(239, 68, 68);
}
.theme-dark .btn--wishlist.s-button-element.is-added {
  border-color: rgb(217, 74, 93) !important;
}
.theme-dark .dts-page .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
  border-color: #4b4f66;
}
.theme-dark .dts-page .s-slider-thumbs .s-slider-thumbs-container .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color-primary-light);
}
.theme-dark .product-entry__sub-title {
  background: rgba(65, 64, 66, 0.4);
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.theme-dark .product-entry__sub-title {
  background: color-mix(in srgb, var(--color-primary) 40%, transparent);
}
}
.theme-dark .product-tags a {
  border-color: rgba(89, 90, 105, 0.5019607843);
}
.theme-dark .discount-ends .s-count-down-list .s-count-down-item {
  color: #ededed;
}
.theme-dark .dts-page .main-dts .warning-msg {
  color: #e14135 !important;
}
.theme-dark .line::after {
  display: none;
}
.theme-dark .dts-page .main-dts .p-name,
.theme-dark .ps-header__icons .s-user-menu-dropdown-item a span {
  opacity: 1;
}
.theme-dark .dts-page .left-sec .line::after,
.theme-dark .coupon-part .line::after {
  display: none;
}
.theme-dark .p-que-addcart salla-add-product-button .s-button-primary-outline {
  color: var(--color-primary-light);
}
.theme-dark .p-que-addcart salla-add-product-button .s-button-primary-outline:hover,
.theme-dark .flex-div-order salla-button .s-button-btn:hover {
  color: #ff6767;
  color: var(--color-primary-reverse);
}
.theme-dark .quantity-price-order {
  background-color: var(--color-sub-dark-mode);
}
.theme-dark .order-details .body-order {
  background: var(--color-sub-dark-mode);
}
.theme-dark .s-file-upload-wrapper .filepond--panel-root {
  background: var(--color-sub-dark-mode) !important;
}
.theme-dark .bg-amber-400.sicon-check {
  color: #272a32;
  color: var(--text-color);
}
.theme-dark .ps-product__content .tab-content .p-about * {
  color: #c7ccd5 !important;
}
.theme-dark .s-notifications-item .s-notifications-item-icon,
.theme-dark .brands-nav__item,
.theme-dark .brand-char,
.theme-dark .brands-nav.is-sticky .brands-nav__item,
.theme-dark .thankyou-block .bg-gray-100.rounded-icon {
  color: #ededed;
  background: var(--color-sub-dark-mode);
}
.theme-dark .notifications-sec .s-notifications-item::after,
.theme-dark .bg-border-color {
  background: var(--color-sub-dark-mode);
}
.theme-dark .card-custom-bg,
.theme-dark .product-entry,
.theme-dark .s-skeleton-item {
  background: var(--color-secondary-dark-mode) !important;
}
.theme-dark .card-custom-bg,
.theme-dark .product-entry,
.theme-dark .s-skeleton-item {
  border: 0;
}
.theme-dark .rating-header-box {
  background: var(--color-sub-dark-mode);
}
.theme-dark .s-toggle .s-toggle-switcher {
  background: var(--color-sub-dark-mode);
}
.theme-dark .s-quantity-input-button:hover {
  fill: var(--color-primary-light);
}
.theme-dark .bg-border-color .progress-bg {
  background: var(--color-primary-light);
}
.theme-dark .dts-page .s-slider-vertical .s-slider-thumbs-next {
  background: linear-gradient(to top, var(--color-sub-dark-mode) 30%, rgba(255, 255, 255, 0) 100%);
}
.theme-dark .dts-page .s-slider-vertical .s-slider-thumbs-prev {
  background: linear-gradient(var(--color-sub-dark-mode) 30%, rgba(255, 255, 255, 0) 100%);
}
.theme-dark .mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item {
  color: #ededed;
  background: var(--color-secondary-dark-mode);
  border-color: var(--color-secondary-dark-mode);
}
.theme-dark .mm-ocd .mobile-menu .ps-footer--contact .s-contacts-list .s-contacts-item:hover {
  background: var(--color-sub-dark-mode);
}
.theme-dark .blog-dts .blog-description,
.theme-dark .blog-dts .title-and-content .author-date i,
.theme-dark .system-setting-sidebar li .font-size .size-box p {
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .system-setting-sidebar .content-sidebar > li {
  border-color: var(--color-sub-dark-mode);
}
.theme-dark .blog-dts .title-and-content .list-tags li a {
  background: var(--color-sub-dark-mode);
}
.theme-dark .system-setting-sidebar li .toggle-mode span::after {
  background: var(--color-sub-dark-mode);
}
.theme-dark .system-setting-sidebar li .toggle-mode img {
  border-color: #5b6678;
}
.theme-dark .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,
.theme-dark .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long {
  background: #ffffff;
}
.theme-dark .s-block--hero-slider .swiper-slide .overlay-bg:after,
.theme-dark .s-product-card-entry .s-count-down-list .s-count-down-item {
  background: var(--color-main-dark-mode) !important;
}
.theme-dark .special-products--div .s-product-card-entry .s-product-card-image::after {
  opacity: 1;
}
.theme-dark .light-logo {
  display: none;
}
.theme-dark .dark-logo,
.theme-dark:not(:has(.dark-logo)) .light-logo {
  display: block;
}
.theme-dark .ps-header .ps-language-currency .language-currency span,
.theme-dark .ps-header .ps-language-currency .language-currency b,
.theme-dark .s-product-card-entry .s-product-card-content-title a,
.theme-dark .ps-header .ps-header__icons .ps-header__item .s-cart-summary-total,
.theme-dark .system-setting-sidebar li h4,
.theme-dark .system-setting-sidebar .header-sidebar,
.theme-dark .ps-header__icons .s-user-menu-dropdown-item a span,
.theme-dark .s-rating-modal-product-title,
.theme-dark .s-product-card-entry .s-product-card-price,
.theme-dark .s-product-card-entry .s-product-card-sale-price h4,
.theme-dark .s-product-card-entry .s-product-card-starting-price h4 {
  font-weight: 500;
}
.theme-dark .s-localization-modal-input {
  color: #4CAF50;
}
.theme-dark .s-localization-modal-select {
  background-color: var(--color-main-dark-mode);
  border-color: rgba(255, 255, 255, 0.1098039216);
  color: var(--color-text-dark-mode);
}
.theme-dark .p-que-addcart salla-add-product-button .s-add-product-button-mini-checkout-content {
  background: var(--color-text-dark-mode);
  color: var(--color-main-dark-mode);
}
.theme-dark .p-que-addcart salla-add-product-button .s-add-product-button-mini-checkout-content svg {
  fill: var(--color-main-dark-mode);
}
@media (max-width: 1280px) {
  .theme-dark .dts-page .left-sec {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
  }
}
@media (max-width: 1024px) {
  body.theme-dark .mm-ocd__content {
    background: var(--color-main-dark-mode);
  }
}
@media (max-width: 992px) {
  .theme-dark .s-block--features::after {
    background: linear-gradient(10deg, var(--color-main-dark-mode) 42%, rgba(30, 16, 60, 0) 100%);
  }
  html[dir=ltr] .theme-dark .s-block--features::after {
    background: linear-gradient(0deg, var(--color-main-dark-mode) 42%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media (max-width: 768px) {
  .theme-dark .catg-custom .catg-custom-item a h3 {
    color: #ededed;
  }
  .theme-dark .main-nav-container.fixed-header .inner {
    background: var(--color-main-dark-mode);
  }
  .theme-dark .dts-page .s-slider-vertical .s-slider-thumbs-prev {
    background: linear-gradient(to left, var(--color-sub-dark-mode) 30%, rgba(255, 255, 255, 0) 100%);
  }
  .theme-dark .dts-page .s-slider-vertical .s-slider-thumbs-next {
    background: linear-gradient(to right, var(--color-sub-dark-mode) 30%, rgba(255, 255, 255, 0) 100%);
  }
  .theme-dark table.s-orders-table tbody tr {
    border-color: var(--color-sub-dark-mode);
  }
}
@media (max-width: 576px) {
  .theme-dark .features--div .features-list li {
    background: linear-gradient(270deg, var(--color-main-dark-mode) 50%, transparent);
  }
  html[dir=ltr] .theme-dark .features--div .features-list li {
    background: linear-gradient(90deg, var(--color-main-dark-mode) 50%, transparent);
  }
}
@media (min-width: 640px) {
  .theme-dark .s-block--national-day-banners + section {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .theme-dark .s-block--national-day-banners + section {
    margin-top: 2.5rem !important;
  }
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: "";
  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;
}
.before\:text-orange-300::before{content:var(--tw-content);--tw-text-opacity:1;color:rgba(253, 186, 116, 1);color:rgba(253, 186, 116, var(--tw-text-opacity, 1))}
.first\:rounded-t-md:first-child{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.first\:pt-16:first-child{padding-top:4rem}
.last\:mb-0:last-child{margin-bottom:0px}
.last\:rounded-b-md:last-child{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.last\:border-b-0:last-child{border-bottom-width:0px}
.last\:border-none:last-child{border-style:none}
.target\:btn:target{display:inline-flex;flex:1 1 0%;align-items:center;justify-content:center;white-space:nowrap;border-radius:0.375rem;padding-left:1.5rem;padding-right:1.5rem;padding-bottom:0.625rem;padding-top:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.cart-total .target\:btn:target {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 576px) {
  .card-custom-bg h2.text-lg.target\:btn:target.mb-2 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .content-comment .flex.target\:btn:target {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
}

.theme-dark .cart-total .target\:btn:target {
  background-color: var(--color-sub-dark-mode);
}

.theme-dark .rounded-md.py-5.-mx-6.target\:btn:target.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .target\:btn:target.py-5.-mx-6.px-6.center-between {
  background-color: var(--color-sub-dark-mode);
  border-color: var(--color-sub-dark-mode);
}

.theme-dark .bg-white.target\:btn:target.py-4.divide-y.divide-border-color.space-y-4 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.target\:btn:target:hover{opacity:0.8}
.hover\:text-primary:hover{color:#414042;color:var(--color-primary)}
.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)}
.group:hover .group-hover\:-translate-x-1{--tw-translate-x:-0.25rem;transform:translate(-0.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@media (min-width: 640px){
.sm\:col-span-2{grid-column:span 2 / span 2}
.sm\:mb-0{margin-bottom:0px}
.sm\:mb-6{margin-bottom:1.5rem}
.sm\:mb-8{margin-bottom:2rem}
.sm\:mt-0{margin-top:0px}
.sm\:block{display:block}
.sm\:grid{display:grid}
.sm\:h-full{height:100%}
.sm\:\!w-\[220px\]{width:220px !important}
.sm\:grow-0{flex-grow:0}
.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.sm\:items-start{align-items:flex-start}
.sm\:gap-4{gap:1rem}
.sm\:gap-6{gap:1.5rem}
.sm\:gap-8{gap:2rem}}
@media (min-width: 768px){
.md\:mb-0{margin-bottom:0px}
.md\:mb-10{margin-bottom:2.5rem}
.md\:mb-8{margin-bottom:2rem}
.md\:flex{display:flex}
.md\:table-row{display:table-row}
.md\:h-20{height:5rem}
.md\:w-40{width:10rem}
.md\:w-auto{width:auto}
.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\]{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:flex-row{flex-direction:row}
.md\:items-start{align-items:flex-start}
.md\:items-center{align-items:center}
.md\:gap-8{gap:2rem}
.md\:space-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\:p-8{padding:2rem}
.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.md\:py-0{padding-top:0px;padding-bottom:0px}
.md\:py-4{padding-top:1rem;padding-bottom:1rem}
.md\:text-base{font-size:1rem;line-height:1.5rem}
.md\:first\:pt-24:first-child{padding-top:6rem}}
@media (min-width: 1024px){
.lg\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}
.lg\:mt-12{margin-top:3rem}
.lg\:block{display:block}
.lg\:\!inline-block{display:inline-block !important}
.lg\:flex{display:flex}
.lg\:hidden{display:none}
.lg\:w-10\/12{width:83.333333%}
.lg\:w-24{width:6rem}
.lg\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.lg\:grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}
.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\:p-8{padding:2rem}
.lg\:px-0{padding-left:0px;padding-right:0px}
.lg\:pb-2{padding-bottom:0.5rem}}
@media (min-width: 1280px){
.xl\:gap-8{gap:2rem}}
@media (min-width: 480px){
.xs\:p-2{padding:0.5rem}
.xs\:p-7{padding:1.75rem}}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *){left:0px}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *){right:0px}
.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.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-auto:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}
.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}
.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}
.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *){border-right-width:0px}
.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *){padding-left:1.25rem}
.ltr\:pl-8:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}
.ltr\:pr-1:where([dir="ltr"], [dir="ltr"] *){padding-right:0.25rem}
.ltr\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}
.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: 768px){
.ltr\:md\:pl-16:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem}
.ltr\:md\:pr-8:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}
.ltr\:md\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}}
.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\: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-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\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *){--tw-scale-x:-1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}
.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}
.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *){border-left-width:0px}
.rtl\:pl-1:where([dir="rtl"], [dir="rtl"] *){padding-left:0.25rem}
.rtl\:pl-10:where([dir="rtl"], [dir="rtl"] *){padding-left:2.5rem}
.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *){padding-left:1.25rem}
.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *){padding-right:1.25rem}
.rtl\:pr-8:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}
.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.rtl\:text-start:where([dir="rtl"], [dir="rtl"] *){text-align:left}
@media (min-width: 768px){
.rtl\:md\:pl-8:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}
.rtl\:md\:pr-16:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem}
.rtl\:md\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}
