/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@7.3.4_postcs_cf25b54d9897dba8c8a1b0c09cbd8d11/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.3_sass@1.85.1_webpack@5.99.9/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}
.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}
.sticky{position:sticky}
.inset-0{top:0px;right:0px;bottom:0px;left:0px}
.-top-5{top:-1.25rem}
.bottom-0{bottom:0px}
.bottom-1{bottom:0.25rem}
.left-0{left:0px}
.left-1\/2{left:50%}
.right-0{right:0px}
.right-\[-38px\]{right:-38px}
.top-0{top:0px}
.top-1\.5{top:0.375rem}
.top-2{top:0.5rem}
.top-24{top:6rem}
.top-4{top:1rem}
.top-\[11px\]{top:11px}
.top-full{top:100%}
.-z-1{z-index:-1}
.z-10{z-index:10}
.z-20{z-index:20}
.z-50{z-index:50}
.z-\[2\]{z-index:2}
.col-span-2{grid-column:span 2 / span 2}
.m-auto{margin:auto}
.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}
.mx-1{margin-left:0.25rem;margin-right:0.25rem}
.mx-1\.5{margin-left:0.375rem;margin-right:0.375rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.-mb-52{margin-bottom:-13rem}
.-mt-62{margin-top:-248px}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-16{margin-bottom:4rem}
.mb-2{margin-bottom:0.5rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-20{margin-bottom:5rem}
.mb-24{margin-bottom:6rem}
.mb-3{margin-bottom:0.75rem}
.mb-3\.5{margin-bottom:0.875rem}
.mb-32{margin-bottom:8rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.me-2{margin-right:0.5rem}
.me-2\.5{margin-right:0.625rem}
.ml-4{margin-left:1rem}
.mr-1{margin-right:0.25rem}
.mr-2{margin-right:0.5rem}
.mt-0{margin-top:0px}
.mt-1{margin-top:0.25rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-2\.5{margin-top:0.625rem}
.mt-20{margin-top:5rem}
.mt-24{margin-top:6rem}
.mt-3{margin-top:0.75rem}
.mt-32{margin-top:8rem}
.mt-4{margin-top:1rem}
.mt-5{margin-top:1.25rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.block{display:block}
.inline-block{display:inline-block}
.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-48{height:12rem}
.h-52{height:13rem}
.h-56{height:14rem}
.h-6{height:1.5rem}
.h-62{height:248px}
.h-7{height:1.75rem}
.h-80{height:20rem}
.h-\[300px\]{height:300px}
.h-\[34px\]{height:34px}
.h-auto{height:auto}
.h-banner{height:200px}
.h-full{height:100%}
.h-lg-banner{height:428px}
.h-px{height:1px}
.max-h-0{max-height:0px}
.max-h-8{max-height:2rem}
.max-h-\[300px\]{max-height:300px}
.max-h-full{max-height:100%}
.min-h-7{min-height:1.75rem}
.min-h-\[300px\]{min-height:300px}
.min-h-\[320px\]{min-height:320px}
.min-h-\[34px\]{min-height:34px}
.min-h-full{min-height:100%}
.min-h-screen{min-height:100vh}
.\!w-36{width:9rem !important}
.\!w-\[160px\]{width:160px !important}
.w-10{width:2.5rem}
.w-11\/12{width:91.666667%}
.w-12{width:3rem}
.w-16{width:4rem}
.w-18{width:4.5rem}
.w-20{width:5rem}
.w-24{width:6rem}
.w-32{width:8rem}
.w-4\/6{width:66.666667%}
.w-40{width:10rem}
.w-48{width:12rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.w-8{width:2rem}
.w-auto{width:auto}
.w-fit{width:-moz-fit-content;width:fit-content}
.w-full{width:100%}
.min-w-0{min-width:0px}
.min-w-\[120px\]{min-width:120px}
.min-w-full{min-width:100%}
.max-w-16{max-width:4rem}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-full{max-width:100%}
.max-w-lg{max-width:32rem}
.max-w-xs{max-width:20rem}
.flex-1{flex:1 1 0%}
.flex-none{flex:none}
.flex-shrink{flex-shrink:1}
.shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.basis-0{flex-basis:0px}
.table-fixed{table-layout:fixed}
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-3{--tw-translate-y:0.75rem;transform:translate(var(--tw-translate-x), 0.75rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@keyframes fadeIn{
0%{opacity:0;transform:translateY(10px)}
100%{opacity:1;transform:translateY(0)}}
.animate-fadeIn{animation:fadeIn 0.5s ease-in-out}
.cursor-default{cursor:default}
.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-end{align-items:flex-end}
.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}
.justify-around{justify-content:space-around}
.gap-1{gap:0.25rem}
.gap-2{gap:0.5rem}
.gap-2\.5{gap:0.625rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.space-x-1 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem * 0);margin-right:calc(0.25rem * var(--tw-space-x-reverse));margin-left:calc(0.25rem * (1 - 0));margin-left:calc(0.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.25rem * calc(1 - 0));margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.375rem * 0);margin-right:calc(0.375rem * var(--tw-space-x-reverse));margin-left:calc(0.375rem * (1 - 0));margin-left:calc(0.375rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.375rem * calc(1 - 0));margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * 0);margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * (1 - 0));margin-left:calc(0.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.5rem * calc(1 - 0));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.625rem * 0);margin-right:calc(0.625rem * var(--tw-space-x-reverse));margin-left:calc(0.625rem * (1 - 0));margin-left:calc(0.625rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.625rem * calc(1 - 0));margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-3 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.75rem * 0);margin-right:calc(0.75rem * var(--tw-space-x-reverse));margin-left:calc(0.75rem * (1 - 0));margin-left:calc(0.75rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.75rem * calc(1 - 0));margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-4 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * 0);margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * (1 - 0));margin-left:calc(1rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1rem * calc(1 - 0));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-5 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * 0);margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * (1 - 0));margin-left:calc(1.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1.25rem * calc(1 - 0));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}
.space-x-6 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * 0);margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * (1 - 0));margin-left:calc(1.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(1.5rem * calc(1 - 0));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * (1 - 0));margin-top:calc(0.25rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.25rem * calc(1 - 0));margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * 0);margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * (1 - 0));margin-top:calc(1rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1rem * calc(1 - 0));margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * 0);margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * (1 - 0));margin-top:calc(1.25rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1.25rem * calc(1 - 0));margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 0);margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}
.space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * (1 - 0));margin-top:calc(2rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(2rem * calc(1 - 0));margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * 0);margin-bottom:calc(2rem * var(--tw-space-y-reverse))}
.space-y-px > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1px * (1 - 0));margin-top:calc(1px * (1 - var(--tw-space-y-reverse)));margin-top:calc(1px * calc(1 - 0));margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * 0);margin-bottom:calc(1px * var(--tw-space-y-reverse))}
.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * (1 - 0));border-top-width:calc(1px * (1 - var(--tw-divide-y-reverse)));border-top-width:calc(1px * calc(1 - 0));border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * 0);border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
.self-start{align-self:flex-start}
.overflow-auto{overflow:auto}
.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-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-large{border-radius:22px}
.rounded-lg{border-radius:0.5rem}
.rounded-md{border-radius:0.375rem}
.rounded-sm{border-radius:0.125rem}
.rounded-xl{border-radius:0.75rem}
.rounded-b-none{border-bottom-right-radius:0px;border-bottom-left-radius:0px}
.rounded-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-200{--tw-border-opacity:1;border-color:rgba(187, 247, 208, 1);border-color:rgba(187, 247, 208, 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-orange-200{--tw-border-opacity:1;border-color:rgba(254, 215, 170, 1);border-color:rgba(254, 215, 170, var(--tw-border-opacity, 1))}
.border-pink-200{--tw-border-opacity:1;border-color:rgba(251, 207, 232, 1);border-color:rgba(251, 207, 232, var(--tw-border-opacity, 1))}
.border-primary{border-color:#414042;border-color:var(--color-primary)}
.border-purple-200{--tw-border-opacity:1;border-color:rgba(233, 213, 255, 1);border-color:rgba(233, 213, 255, var(--tw-border-opacity, 1))}
.border-yellow-300{--tw-border-opacity:1;border-color:rgba(253, 224, 71, 1);border-color:rgba(253, 224, 71, var(--tw-border-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-50{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}
.bg-green-50{--tw-bg-opacity:1;background-color:rgba(240, 253, 244, 1);background-color:rgba(240, 253, 244, var(--tw-bg-opacity, 1))}
.bg-inherit{background-color:inherit}
.bg-orange-50{--tw-bg-opacity:1;background-color:rgba(255, 247, 237, 1);background-color:rgba(255, 247, 237, var(--tw-bg-opacity, 1))}
.bg-pink-50{--tw-bg-opacity:1;background-color:rgba(253, 242, 248, 1);background-color:rgba(253, 242, 248, var(--tw-bg-opacity, 1))}
.bg-primary{background-color:#414042;background-color:var(--color-primary)}
.bg-purple-50{--tw-bg-opacity:1;background-color:rgba(250, 245, 255, 1);background-color:rgba(250, 245, 255, var(--tw-bg-opacity, 1))}
.bg-red-600{--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1))}
.bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.bg-white\/20{background-color:rgba(255, 255, 255, 0.2)}
.bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254, 249, 195, 1);background-color:rgba(254, 249, 195, var(--tw-bg-opacity, 1))}
.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
.bg-gradient-to-t{background-image:linear-gradient(to top, var(--tw-gradient-stops))}
.from-black\/70{--tw-gradient-from:rgba(0, 0, 0, 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500{--tw-gradient-from:#f97316 var(--tw-gradient-from-position);--tw-gradient-to:rgba(249, 115, 22, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.to-orange-600{--tw-gradient-to:#ea580c var(--tw-gradient-to-position)}
.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-no-repeat{background-repeat:no-repeat}
.fill-current{fill:currentColor}
.object-contain{-o-object-fit:contain;object-fit:contain}
.object-cover{-o-object-fit:cover;object-fit:cover}
.object-center{-o-object-position:center;object-position:center}
.\!p-0{padding:0px !important}
.p-1{padding:0.25rem}
.p-2{padding:0.5rem}
.p-2\.5{padding:0.625rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.\!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-2{padding-left:0.5rem;padding-right:0.5rem}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-0{padding-top:0px;padding-bottom:0px}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.\!pt-1{padding-top:0.25rem !important}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-11{padding-bottom:2.75rem}
.pb-16{padding-bottom:4rem}
.pb-4{padding-bottom:1rem}
.pb-5{padding-bottom:1.25rem}
.pb-6{padding-bottom:1.5rem}
.pb-7{padding-bottom:1.75rem}
.pb-8{padding-bottom:2rem}
.pl-5{padding-left:1.25rem}
.pr-14{padding-right:3.5rem}
.pt-0{padding-top:0px}
.pt-1{padding-top:0.25rem}
.pt-16{padding-top:4rem}
.pt-2{padding-top:0.5rem}
.pt-24{padding-top:6rem}
.pt-3{padding-top:0.75rem}
.pt-4{padding-top:1rem}
.pt-5{padding-top:1.25rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}
.text-center{text-align:center}
.text-start{text-align:left}
.text-end{text-align:right}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-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}
.uppercase{text-transform:uppercase}
.italic{font-style:italic}
.leading-10{line-height:2.5rem}
.leading-12{line-height:3rem}
.leading-5{line-height:1.25rem}
.leading-6{line-height:1.5rem}
.leading-7{line-height:1.75rem}
.leading-8{line-height:2rem}
.leading-none{line-height:1}
.leading-normal{line-height:1.5}
.leading-tight{line-height:1.25}
.\!text-primary{color:#414042 !important;color:var(--color-primary) !important}
.\!text-red-800{--tw-text-opacity:1 !important;color:rgba(153, 27, 27, 1) !important;color:rgba(153, 27, 27, 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-300{--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.text-gray-400{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.text-gray-500{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.text-gray-600{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.text-gray-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))}
.text-red-800{--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}
.text-white{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.text-white\/90{color:rgba(255, 255, 255, 0.9)}
.text-yellow-600{--tw-text-opacity:1;color:rgba(202, 138, 4, 1);color:rgba(202, 138, 4, var(--tw-text-opacity, 1))}
.text-yellow-800{--tw-text-opacity:1;color:rgba(133, 77, 14, 1);color:rgba(133, 77, 14, 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-60{opacity:0.6}
.opacity-90{opacity:0.9}
.shadow{--tw-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-default{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-md{--tw-shadow:5px 10px 99px rgba(43,45,52,0.05098);--tw-shadow-colored:5px 10px 99px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 99px rgba(43,45,52,0.05098);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.shadow-blue-100{--tw-shadow-color:#dbeafe;--tw-shadow:var(--tw-shadow-colored)}
.shadow-green-100{--tw-shadow-color:#dcfce7;--tw-shadow:var(--tw-shadow-colored)}
.shadow-orange-100{--tw-shadow-color:#ffedd5;--tw-shadow:var(--tw-shadow-colored)}
.shadow-pink-100{--tw-shadow-color:#fce7f3;--tw-shadow:var(--tw-shadow-colored)}
.shadow-purple-100{--tw-shadow-color:#f3e8ff;--tw-shadow:var(--tw-shadow-colored)}
.outline{outline-style:solid}
.ring-4{--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(4px + 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))}
.ring-orange-200{--tw-ring-opacity:1;--tw-ring-color:rgba(254, 215, 170, var(--tw-ring-opacity, 1))}
.blur{--tw-blur:blur(8px);filter:blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px 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 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px 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)}
.grayscale{--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)}
.invert{--tw-invert:invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-height{transition-property:height;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.duration-1000{transition-duration:1000ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-hidden{display:none}
.loading-screen.s-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.rounded-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.rounded-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.rounded-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.btn.text-xl,
h4.text-red-800.btn.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.btn.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.btn.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.btn.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.btn.text-xl,
  h4.text-red-800.btn.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.btn: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)}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-hidden{display:none}
.loading-screen.s-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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))}
.s-form-control.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-form-control.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-form-control.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-control .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-control .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-control .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-form-control.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-control span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.s-form-label{margin-bottom:0.25rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-form-label{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.main-content h2.s-form-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-form-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-form-label.text-xl,
h4.text-red-800.s-form-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-form-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-form-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-form-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-form-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-form-label.text-xl,
  h4.text-red-800.s-form-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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}
.loading-screen
  .is-sticky-product-bar .sticky-product-bar .s-form-label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
}
.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))}
.absolute.top-4.z-\[2\] .text-danger {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.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-accordion-wrapper{display:flex;height:auto;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;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));outline:2px solid transparent;outline-offset:0px}
.mb-4.s-accordion-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-accordion-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-accordion-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-accordion-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-accordion-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-accordion-wrapper-bordered{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-accordion-head-wrapper{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:space-between;gap:0.5rem;border-radius:.75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;padding:1rem}
.s-accordion-head-wrapper * {
  pointer-events: none;
}
.mb-4.s-accordion-head-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-head-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-accordion-head-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-accordion-head-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-accordion-head-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-accordion-head-wrapper{padding-left:1.2rem;padding-right:1.2rem;padding-bottom:1rem}}
.s-accordion-wrapper[collapsible='false'] .s-accordion-head-wrapper{cursor:auto}
.s-accordion-head-wrapper-start{display:flex;flex:1 1 0%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0.5rem;text-align:left;font-size:1.1rem}
.s-accordion-head-wrapper-start:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-accordion-head-wrapper-start:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.mb-4.s-accordion-head-wrapper-start.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-head-wrapper-start.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 1024px){
.s-accordion-head-wrapper-start{flex-direction:row;align-items:center}}
.s-accordion-head-wrapper-end{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:0.5rem}
.mb-4.s-accordion-head-wrapper-end.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-head-wrapper-end.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-accordion-head-wrapper-end {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 1024px){
.s-accordion-head-wrapper-end{gap:1rem}}
.s-accordion-head-wrapper [slot='progress']{display:flex;flex:1 1 0%;align-items:center;justify-content:flex-start;gap:0.5rem;text-align:left;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-accordion-head-wrapper [slot='progress']:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-accordion-head-wrapper [slot='progress']:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.mb-4.s-accordion-head-wrapper [slot='progress'].justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-head-wrapper [slot='progress'].justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-accordion-head-wrapper [slot='progress'] {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='progress'] .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='progress'] .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='progress'] .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='progress'] span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-accordion-head-wrapper [slot='note']{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:0.5rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-accordion-head-wrapper [slot='note'].line-through,
span.s-accordion-head-wrapper [slot='note'].line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.s-accordion-head-wrapper [slot='note'].justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-head-wrapper [slot='note'].justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-accordion-head-wrapper [slot='note'] {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='note'] .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='note'] .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='note'] .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-accordion-head-wrapper [slot='note'] span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-accordion-head-wrapper [slot='note'] {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-accordion-head-wrapper [slot='note'].line-through {
    color: #666666;
  }
}
.s-accordion-head-wrapper-toggle{display:flex;height:1.8rem;width:1.8rem;flex-shrink: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));align-items:center;justify-content:center;border-radius:9999px;border-width:1px;font-size:1.125rem;line-height:1.75rem;color:#414042;color:var(--color-primary);transition-property:all;transition-duration:150ms;transition-duration:var(--transition-duration);transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.mb-4.s-accordion-head-wrapper-toggle.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-accordion-head-wrapper-toggle.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-accordion-head-wrapper-toggle {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-accordion-head-wrapper-toggle:hover{--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(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.s-accordion-head-wrapper-toggle:active{--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
@media (min-width: 1024px){
.s-accordion-head-wrapper-toggle{height:2.625rem;width:2.625rem}}
.s-accordion-head-wrapper-toggle.active{--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));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-accordion-head-wrapper-toggle svg{fill:#414042;fill:var(--color-primary)}
.s-accordion-head-wrapper-toggle.active svg{fill:#fff}
.s-accordion-head-wrapper-toggle-icon svg{width:0.75rem}
@media (min-width: 1024px){
.s-accordion-head-wrapper-toggle-icon svg{width:1rem}}
.s-accordion-body-wrapper{visibility:visible;position:relative;display:block;height:100%;max-height:1000px;width:100%;overflow:hidden;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;padding:1rem;opacity:1;transition-property:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.s-accordion-body-wrapper .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.s-accordion-body-wrapper .tooltip-content {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.s-accordion-body-wrapper .tooltip-content {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.s-accordion-body-wrapper .tooltip-content {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.s-accordion-body-wrapper .tooltip-content {
    transform: translate(-70px, -80px);
  }
}
.gaming-gallery-showcase .gallery-item.s-accordion-body-wrapper {
  opacity: 1;
}
@media (min-width: 768px){
.s-accordion-body-wrapper{padding:1.714rem;padding-top:1rem}}
.s-accordion-body-wrapper[data-collapsed='true']{visibility:hidden;max-height:0px;padding-top:0px;padding-bottom:0px;opacity:0}
.s-accordion-body-wrapper[data-collapsed='true'] slot{display:none}
.loading-screen.s-accordion-body-wrapper[data-collapsed='true'] slot {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-accordion-wrapper.size-sm .s-accordion-head-wrapper-toggle{height:1.9rem;width:1.9rem}
.s-accordion-wrapper.size-sm .s-accordion-head-wrapper-toggle-icon svg{width:0.625rem}
.s-add-product-button-with-quick-buy{display:flex}
.mb-4.s-add-product-button-with-quick-buy.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-add-product-button-with-quick-buy.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-add-product-button-main.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-add-product-button-main.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-add-product-button-main{width:100%;-moz-column-gap:0.625rem;column-gap:0.625rem}}
.s-add-product-button-with-sticky-bar salla-quick-buy{width:33.333333%}
@media (min-width: 640px){
.s-add-product-button-with-sticky-bar salla-quick-buy{width:100%}}
.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar) .s-add-product-button-main{width:100%}
.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main{width:100%}
.s-add-product-button-main:not(.w-full) > salla-button{width:50% !important}
.s-add-product-button-main .s-add-product-button-mini-checkout{--salla-fast-checkout-button-border-radius:.75rem;width:50%}
.s-add-product-button-with-sticky-bar{width:100% !important}
@media (min-width: 640px){
.s-add-product-button-with-sticky-bar{width:auto}}
.s-add-product-button-with-apple-pay{-moz-column-gap:0.375rem;column-gap:0.375rem}
@media (min-width: 640px){
.s-add-product-button-with-apple-pay{-moz-column-gap:normal;column-gap:normal;-moz-column-gap:initial;column-gap:initial}}
.s-add-product-button-with-apple-pay:not(.s-add-product-button-with-sticky-bar) salla-quick-buy apple-pay-button{margin-top:0.625rem}
.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span{display:none}
.loading-screen.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.s-add-product-button-mini-checkout-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-add-product-button-mini-checkout-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-add-product-button-mini-checkout-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}

.s-block.no-margin-bottom > .s-advertisement-content > * {
  /* Force remove spacing for .no-gap spacer */
}

.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-bottom,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-bottom * {
  margin-bottom: 0;
  padding-bottom: 0;
}

.s-block.no-margin-bottom .s-block.no-margin-top > .s-advertisement-content > * .s-block.no-margin-top,
.s-block.no-margin-bottom .s-block.no-margin-top > .s-advertisement-content > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > * .s-block.no-margin-top > .s-advertisement-content > * .s-block.no-margin-top,
.s-block.no-margin-bottom > * .s-block.no-margin-top > .s-advertisement-content > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-top .s-block.no-margin-top,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-top .s-block.no-margin-top *,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-top > * .s-block.no-margin-top,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-top > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-top > .container > * .s-block.no-margin-top,
.s-block.no-margin-bottom > .s-advertisement-content > * .s-block.no-margin-top > .container > * .s-block.no-margin-top * {
  margin-top: 0;
  padding-top: 0;
}
.s-block--testimonials.s-advertisement-content{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-advertisement-content{padding-left:0.625rem;padding-right:0.625rem}}
.s-block--store-map .s-advertisement-content {
  position: relative;
  z-index: 1;
}
.s-block--store-map.padding-small .s-advertisement-content {
  padding: 1rem;
}
.s-block--store-map.padding-medium .s-advertisement-content {
  padding: 2rem;
}
.s-block--store-map.padding-large .s-advertisement-content {
  padding: 3rem;
}
.s-block--store-map.padding-xlarge .s-advertisement-content {
  padding: 4rem;
}
.s-block--store-map.padding-disabled .s-advertisement-content {
  padding: 0;
}
@media (max-width: 768px) {
  .s-block--store-map.padding-small .s-advertisement-content {
    padding: 0.5rem;
  }
  .s-block--store-map.padding-medium .s-advertisement-content {
    padding: 1rem;
  }
  .s-block--store-map.padding-large .s-advertisement-content {
    padding: 1.5rem;
  }
  .s-block--store-map.padding-xlarge .s-advertisement-content {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .s-block--store-map.padding-small .s-advertisement-content {
    padding: 0.25rem;
  }
  .s-block--store-map.padding-medium .s-advertisement-content {
    padding: 0.5rem;
  }
  .s-block--store-map.padding-large .s-advertisement-content {
    padding: 1rem;
  }
  .s-block--store-map.padding-xlarge .s-advertisement-content {
    padding: 1.5rem;
  }
}

body.custom-background-color .s-container:not(.header-container):not(.top-navbar .s-advertisement-content) {
  background-color: #ffffff;
  background-color: var(--store-background-color, #ffffff);
}

body:not(.nav-merge-active) .top-navbar .s-advertisement-content {
  background-color: #ffffff;
  background-color: var(--header-background-color, #ffffff);
}
.mb-4.s-advertisement-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-advertisement-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-advertisement-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-advertisement-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-advertisement-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-advertisement-content.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-advertisement-content.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-advertisement-content.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-advertisement-content.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}

.header-with-background .s-advertisement-content {
  position: relative;
  z-index: 2;
}
.s-advertisement-content-main{flex:1 1 0%;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.s-advertisement-content-main.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-advertisement-content-main.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-advertisement-content-main.text-xl,
h4.text-red-800.s-advertisement-content-main.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-advertisement-content-main .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-advertisement-content-main .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-advertisement-content-main .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-advertisement-content-main span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-advertisement-content-main.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-advertisement-content-main.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-advertisement-content-main.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-advertisement-content-main.text-xl,
  h4.text-red-800.s-advertisement-content-main.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-advertisement-content-icon{display:inline-block;vertical-align:middle;font-size:1rem;line-height:1.5rem}
.s-advertisement-content-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
.s-advertisement-content-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
.s-advertisement-action{padding-left:0.25rem;padding-right:0.25rem}
.s-alert-wrapper{display:flex;align-items:center;justify-content:flex-end;border-radius:0.375rem;border-width:1px;border-color:transparent;padding-left:1rem;padding-right:1rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.75rem;line-height:1.5rem}
.mb-4.s-alert-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-alert-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-alert-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-alert-wrapper.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-alert-wrapper.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-alert-wrapper.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-alert-wrapper .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-alert-wrapper.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-alert-wrapper.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-alert-info{--tw-border-opacity:1;border-color:rgba(191, 219, 254, 1);border-color:rgba(191, 219, 254, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(219, 234, 254, 1);background-color:rgba(219, 234, 254, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(29, 78, 216, 1);color:rgba(29, 78, 216, var(--tw-text-opacity, 1))}
.s-alert-success{--tw-border-opacity:1;border-color:rgba(187, 247, 208, 1);border-color:rgba(187, 247, 208, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(220, 252, 231, 1);background-color:rgba(220, 252, 231, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(21, 128, 61, 1);color:rgba(21, 128, 61, var(--tw-text-opacity, 1))}
.s-alert-warning{--tw-border-opacity:1;border-color:rgba(253, 230, 138, 1);border-color:rgba(253, 230, 138, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 243, 199, 1);background-color:rgba(254, 243, 199, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(180, 83, 9, 1);color:rgba(180, 83, 9, var(--tw-text-opacity, 1))}
.s-alert-error{--tw-border-opacity:1;border-color:rgba(254, 202, 202, 1);border-color:rgba(254, 202, 202, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}
.s-alert-icon{margin-left:0.5rem;display:flex;align-items:center}
.mb-4.s-alert-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-alert-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-alert-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-alert-text{flex:1 1 0%;text-align:left}
.s-alert-text:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-alert-text:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.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}
.mb-4.s-app-install-alert-wrapper.open[position=top].justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-app-install-alert-wrapper.open[position=top].justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-app-install-alert-wrapper:not(.open){display:none}
.loading-screen.s-app-install-alert-wrapper:not(.open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-app-install-alert-content{width:100%}
.s-app-install-alert-wrapper[position=top]{top:0px}
.s-app-install-alert-wrapper.open[position=bottom]{display:flex}
@keyframes slideUpFromBottom{
0%{transform:translateY(100%);opacity:0}
100%{transform:translateY(0%);opacity:1}}
.s-app-install-alert-wrapper.open[position=bottom]{animation:slideUpFromBottom .6s linear}
.mb-4.s-app-install-alert-wrapper.open[position=bottom].justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-app-install-alert-wrapper.open[position=bottom].justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.main-content h2.s-app-install-alert-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-app-install-alert-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-app-install-alert-title.text-xl,
h4.text-red-800.s-app-install-alert-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-app-install-alert-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-app-install-alert-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-app-install-alert-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-app-install-alert-title.text-xl,
  h4.text-red-800.s-app-install-alert-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-app-install-alert-sub-title{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-alert-sub-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-alert-sub-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-alert-sub-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-alert-sub-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-app-install-alert-cta{color:#414042;color:var(--color-primary);text-decoration-line:underline}
.s-app-install-alert-cancel-button{position:absolute;top:0.5rem}
input[type=radio].sr-only div.s-app-install-alert-cancel-button {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-app-install-alert-cancel-button {
  border-color: var(--color-main);
}
.s-app-install-alert-cancel-button.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-app-install-alert-cancel-button.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-app-install-alert-cancel-button:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.s-app-install-alert-cancel-button:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}
.s-apps-icons-list{display:flex;gap:1rem}
.s-apps-icons-list h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-apps-icons-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-apps-icons-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-apps-icons-list span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-apps-icons-list.vertical{flex-direction:column}
.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}
.mb-4.s-booking-field-main.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-main.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-booking-field-main {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-booking-field-main.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-booking-field-main.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-booking-field-main{justify-content:flex-end}}
.s-booking-field-price{display:flex;align-items:center;gap:0.5rem}
.mb-4.s-booking-field-price.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-price.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-booking-field-price {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-booking-field-book-now-content{display:flex;align-items:center;gap:0.5rem}
.mb-4.s-booking-field-book-now-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-book-now-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-booking-field-book-now-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-booking-field-book-now-content span svg{height:1rem;width:1rem}
.s-booking-field-modal iframe{width:100%;transition-property:height;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.s-booking-field-modal .s-modal-body{overflow:hidden;padding:1.25rem}
.s-booking-field-modal .s-modal-title{display:flex;justify-content:flex-start}
.mb-4.s-booking-field-modal .s-modal-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-modal .s-modal-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-booking-field-reservations{margin-top:0.625rem;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.mb-4.s-booking-field-reservations.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-reservations.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-booking-field-reservations {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-booking-field-reservations-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-booking-field-reservations-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-reservations-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-booking-field-reservations-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-booking-field-reservations-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-booking-field-reservations-item > span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-booking-field-reservations-item > span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-booking-field-reservations-item > span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-booking-field-reservations-item > span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);padding-left:0.625rem;padding-right:0.625rem;padding-top:0.625rem;padding-bottom:0.625rem}
.mb-4.s-bottom-alert-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-bottom-alert-wrapper.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-bottom-alert-wrapper.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-bottom-alert-wrapper.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-bottom-alert-wrapper.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-bottom-alert-wrapper{padding-left:2.5rem;padding-right:2.5rem}}
.s-bottom-alert-wrapper-with-template{flex-direction:column;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgba(0, 73, 86, 1);background-color:rgba(0, 73, 86, var(--tw-bg-opacity, 1));font-family:PingARLT,system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-wrapper-with-template {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-bottom-alert-wrapper-with-template.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-bottom-alert-wrapper-with-template.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-bottom-alert-wrapper-with-template{flex-direction:row}}
.s-bottom-alert-logo-section{display:flex;align-items:center;gap:0.5rem;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem}
.mb-4.s-bottom-alert-logo-section.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-logo-section.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-logo-section {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-bottom-alert-logo-section .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-bottom-alert-logo-section.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-bottom-alert-logo{height:auto;width:3rem}
.s-bottom-alert-logo-text{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgba(186, 243, 230, 1);color:rgba(186, 243, 230, var(--tw-text-opacity, 1))}
h1.s-bottom-alert-logo-text.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-bottom-alert-logo-text {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.s-bottom-alert-logo-text.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-bottom-alert-logo-text {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-bottom-alert-logo-text.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-bottom-alert-logo-text,
h4.text-red-800.font-bold.s-bottom-alert-logo-text {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-red-800.s-bottom-alert-logo-text.text-xl,
h4.text-red-800.s-bottom-alert-logo-text.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-bottom-alert-logo-text,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-bottom-alert-logo-text {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
body.gaming-dark-mode-enabled .text-red-800.s-bottom-alert-logo-text.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-bottom-alert-logo-text.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-bottom-alert-logo-text {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  
  .text-red-800.s-bottom-alert-logo-text.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-bottom-alert-logo-text,
  h4.text-red-800.font-bold.s-bottom-alert-logo-text {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .text-red-800.s-bottom-alert-logo-text.text-xl,
  h4.text-red-800.s-bottom-alert-logo-text.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-bottom-alert-icon svg{height:1rem;width:1rem;fill:#fff}
.s-bottom-alert-message{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))}
.main-content h2.s-bottom-alert-message.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-bottom-alert-message.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-bottom-alert-message.text-xl,
h4.text-red-800.s-bottom-alert-message.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-bottom-alert-message.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-bottom-alert-message.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-bottom-alert-message.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-bottom-alert-message.text-xl,
  h4.text-red-800.s-bottom-alert-message.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-bottom-alert-message-highlight{cursor:default;font-size:1rem;line-height:1.5rem;font-weight:700}
.main-content h2.s-bottom-alert-message-highlight.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-bottom-alert-message-highlight.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-bottom-alert-message-highlight.text-xl,
h4.text-red-800.s-bottom-alert-message-highlight.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-bottom-alert-message-highlight.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-bottom-alert-message-highlight.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-bottom-alert-message-highlight.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-bottom-alert-message-highlight.text-xl,
  h4.text-red-800.s-bottom-alert-message-highlight.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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%;flex-direction:column;align-items:center;justify-content:center;gap:1rem}
.s-bottom-alert-content h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-bottom-alert-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-content span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-bottom-alert-content{flex-direction:row}}
.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)}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action button .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action button .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action button .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action button span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-actions-group{display:flex;align-items:center;gap:1rem}
.s-bottom-alert-actions-group h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-bottom-alert-actions-group.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-actions-group.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-actions-group {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-actions-group span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-action-link{cursor:pointer;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(186, 243, 230, 1);color:rgba(186, 243, 230, var(--tw-text-opacity, 1));text-decoration-line:underline;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.s-bottom-alert-action-link * {
  pointer-events: none;
}
.main-content h2.s-bottom-alert-action-link.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-bottom-alert-action-link.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-bottom-alert-action-link.text-xl,
h4.text-red-800.s-bottom-alert-action-link.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action-link .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action-link .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action-link .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-bottom-alert-action-link span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-bottom-alert-action-link.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-bottom-alert-action-link.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-bottom-alert-action-link.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-bottom-alert-action-link.text-xl,
  h4.text-red-800.s-bottom-alert-action-link.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-bottom-alert-action-link:hover{opacity:0.8}
.s-bottom-alert-action-purchase-button{border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(186, 243, 230, 1);background-color:rgba(186, 243, 230, var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;--tw-text-opacity:1;color:rgba(0, 73, 86, 1);color:rgba(0, 73, 86, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.s-bottom-alert-action-purchase-button.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-bottom-alert-action-purchase-button.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-bottom-alert-action-purchase-button.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-bottom-alert-action-purchase-button .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-bottom-alert-action-purchase-button.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-bottom-alert-action-purchase-button.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-actions-group-container{display:flex;align-items:center;gap:1rem}
.s-bottom-alert-actions-group-container h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-bottom-alert-actions-group-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-actions-group-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-actions-group-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-actions-group-container span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal .s-modal-body{padding-top:1rem;padding-bottom:1rem}
.s-bottom-alert-modal-cover img{height:300px;width:100%;-o-object-fit:cover;object-fit:cover}
.s-bottom-alert-modal-inner{max-height:80vh;overflow-y:auto;overflow-x:hidden;padding-left:1rem;padding-right:1rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-bottom-alert-modal-inner .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-bottom-alert-modal-inner.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-bottom-alert-modal-content-title{margin-top:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;color:var(--color-primary-dark)}
.main-content h2.s-bottom-alert-modal-content-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-bottom-alert-modal-content-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-bottom-alert-modal-content-title.text-xl,
h4.text-red-800.s-bottom-alert-modal-content-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-bottom-alert-modal-content-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-bottom-alert-modal-content-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-bottom-alert-modal-content-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-modal-content-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-modal-content-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal-content-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-bottom-alert-modal-content-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-bottom-alert-modal-content-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-bottom-alert-modal-content-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-bottom-alert-modal-content-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-bottom-alert-modal-content-title.text-xl,
  h4.text-red-800.s-bottom-alert-modal-content-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-bottom-alert-modal-content-icon svg{height:1.25rem;width:1.25rem;fill:var(--color-primary-dark)}
.s-bottom-alert-modal-content-extra-padding{padding-bottom:100px}
.s-bottom-alert-modal-content hr{margin-top:1rem}
.s-bottom-alert-modal-content-screenshots{margin-top:1rem;margin-bottom:1rem}
.s-bottom-alert-modal-content-screenshot.swiper-slide{height:200px !important;width:370px !important}
.s-bottom-alert-modal-content-screenshot img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.s-bottom-alert-modal-content-footer button .s-button-text{display:flex;align-items:center;gap:0.5rem}
.mb-4.s-bottom-alert-modal-content-footer button .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-modal-content-footer button .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-modal-content-footer button .s-button-text {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal-content-footer{position:fixed;left:0px;right:0px;bottom:0px;z-index:2;width:100%;--tw-bg-opacity:1;background-color:rgba(252, 252, 252, 1);background-color:rgba(252, 252, 252, var(--tw-bg-opacity, 1));padding:0.625rem}
.absolute.top-4.s-bottom-alert-modal-content-footer .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.top-4.s-bottom-alert-modal-content-footer .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal-content-price-details{display:flex;flex-direction:column;gap:0.5rem}
.mb-4.s-bottom-alert-modal-content-price-details.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-modal-content-price-details.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal-content-price-details-item{display:flex;align-items:center;gap:0.375rem}
.mb-4.s-bottom-alert-modal-content-price-details-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-modal-content-price-details-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-modal-content-price-details-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal-content-price-details-item-icon svg{height:1rem;width:1rem;fill:var(--color-primary-dark)}
.s-bottom-alert-modal-content-price-details-item-name{--tw-text-opacity:1;color:rgba(68, 68, 68, 1);color:rgba(68, 68, 68, var(--tw-text-opacity, 1))}
.s-bottom-alert-modal-content-price-details-item-price{font-weight:500;--tw-text-opacity:1;color:rgba(102, 102, 102, 1);color:rgba(102, 102, 102, var(--tw-text-opacity, 1))}
.s-bottom-alert-modal-price-wrapper{margin-bottom:0.625rem;display:flex;align-items:center;justify-content:space-between;font-size:1rem;line-height:1.5rem}
.mb-4.s-bottom-alert-modal-price-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-bottom-alert-modal-price-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-bottom-alert-modal-price-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-bottom-alert-modal-price-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-bottom-alert-modal-price-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-bottom-alert-modal-price-wrapper-amount{font-size:1.125rem;line-height:1.75rem;font-weight:700}
.main-content h2.s-bottom-alert-modal-price-wrapper-amount.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-bottom-alert-modal-price-wrapper-amount.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl,
h4.text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl,
  h4.text-red-800.s-bottom-alert-modal-price-wrapper-amount.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-breadcrumb-wrapper{display:flex;flex-wrap:wrap;align-items:center;font-size:0.875rem;line-height:1.25rem}
.mb-4.s-breadcrumb-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-breadcrumb-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-breadcrumb-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-breadcrumb-wrapper .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-breadcrumb-wrapper .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-breadcrumb-wrapper .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-breadcrumb-wrapper span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.s-breadcrumb-primary-reverse a:hover{opacity:0.8}
.s-breadcrumb-primary-reverse li{color:#ff6767;color:var(--color-primary-reverse);opacity:0.8}
.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%}
.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}
.main-content h2.s-button-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-button-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-button-btn.text-xl,
h4.text-red-800.s-button-btn.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-button-btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-button-btn.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-button-btn.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-button-btn.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-button-btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-button-btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-button-btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-button-btn.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-button-btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-button-btn.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-button-btn.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-button-btn.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-button-btn.text-xl,
  h4.text-red-800.s-button-btn.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-button-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-button-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-button-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-button-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-button-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-button-icon .s-button-text{display:flex}
.mb-4.s-button-icon .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-button-icon .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.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)}
.s-button-primary:hover{background-color:var(--color-primary-dark)}
.s-button-success{border-width:1px;--tw-border-opacity:1;border-color:rgba(34, 197, 94, 1);border-color:rgba(34, 197, 94, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(34, 197, 94, 1);background-color:rgba(34, 197, 94, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-button-success:hover{--tw-bg-opacity:1;background-color:rgba(22, 163, 74, 1);background-color:rgba(22, 163, 74, var(--tw-bg-opacity, 1))}
.s-button-danger{border-width:1px;--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-button-danger:hover{--tw-bg-opacity:1;background-color:rgba(239, 68, 68, 1);background-color:rgba(239, 68, 68, var(--tw-bg-opacity, 1))}
.s-button-warning{border-width:1px;--tw-border-opacity:1;border-color:rgba(251, 191, 36, 1);border-color:rgba(251, 191, 36, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-button-warning:hover{--tw-bg-opacity:1;background-color:rgba(245, 158, 11, 1);background-color:rgba(245, 158, 11, var(--tw-bg-opacity, 1))}
.s-button-gray{border-width:1px;--tw-border-opacity:1;border-color:rgba(156, 163, 175, 1);border-color:rgba(156, 163, 175, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(156, 163, 175, 1);background-color:rgba(156, 163, 175, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-button-gray:hover{--tw-bg-opacity:1;background-color:rgba(107, 114, 128, 1);background-color:rgba(107, 114, 128, var(--tw-bg-opacity, 1))}
.s-button-dark{border-width:1px;--tw-border-opacity:1;border-color:rgba(55, 65, 81, 1);border-color:rgba(55, 65, 81, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1));fill:#fff;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-button-dark:hover{--tw-bg-opacity:1;background-color:rgba(31, 41, 55, 1);background-color:rgba(31, 41, 55, var(--tw-bg-opacity, 1))}
.s-button-light{border-width:1px;--tw-border-opacity:1;border-color:rgba(249, 250, 251, 1);border-color:rgba(249, 250, 251, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.s-button-light:hover{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.s-button-primary-outline{fill:#414042;fill:var(--color-primary);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))}
.s-button-light-outline.line-through,
span.s-button-light-outline.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.s-button-light-outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-button-light-outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-button-light-outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-button-light-outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-button-light-outline {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-button-light-outline.line-through {
    color: #666666;
  }
}
.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)}
.s-button-success-link{fill:#22c55e;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}
.s-button-danger-link{fill:#f87171;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.s-button-warning-link{fill:#fbbf24;--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}
.s-button-gray-link{fill:#9ca3af;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.s-button-dark-link{fill:#374151;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.s-button-light-link{fill:#6b7280;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-button-light-link.line-through,
span.s-button-light-link.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-button-light-link {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-button-light-link.line-through {
    color: #666666;
  }
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-button-small .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-button-small.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-button-large{padding-left:2rem;padding-right:2rem;padding-bottom:1rem;padding-top:1rem;font-size:1.25rem;line-height:1.75rem}
h1.s-button-large.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-button-large {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-button-large {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-button-large,
h4.text-red-800.font-bold.s-button-large {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-button-large,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-button-large {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-button-large {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-button-large,
  h4.text-red-800.font-bold.s-button-large {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-button-wide{width:100%}
.s-button-text{pointer-events:none;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-button-text {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-button-loader.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-button-loader.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-button-loader {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-button-loader-start .s-button-loader.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-button-loader-end .s-button-loader.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-button-loader-center .s-button-loader.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-button-loader-center .s-button-loader.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-cart-item-offers-regular-price.line-through,
span.s-cart-item-offers-regular-price.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.text-gray-500.s-cart-item-offers-regular-price,
span.text-gray-500.s-cart-item-offers-regular-price,
.regular-price.s-cart-item-offers-regular-price {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-regular-price .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-regular-price .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-regular-price .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-regular-price span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-cart-item-offers-regular-price {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-cart-item-offers-regular-price.line-through {
    color: #666666;
  }
  .text-gray-500.s-cart-item-offers-regular-price {
    color: #666666;
  }
}
.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-free-label.font-bold.text-xl,
h4.s-cart-item-offers-free-label.font-bold.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-free-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-free-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-free-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .s-cart-item-offers-free-label,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.s-cart-item-offers-free-label,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-cart-item-offers-free-label {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-free-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.s-cart-item-offers-free-label) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .s-cart-item-offers-free-label.font-bold.text-xl,
body.gaming-dark-mode-enabled h4.s-cart-item-offers-free-label.font-bold.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  .s-cart-item-offers-free-label.font-bold.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .s-cart-item-offers-free-label.font-bold.text-xl,
  h4.s-cart-item-offers-free-label.font-bold.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.mb-4.s-cart-item-offers-details.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-cart-item-offers-details.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-cart-item-offers-icon.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-cart-item-offers-icon.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-cart-item-offers-icon.text-xl,
h4.text-red-800.s-cart-item-offers-icon.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-cart-item-offers-icon.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-cart-item-offers-icon.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-cart-item-offers-icon.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-cart-item-offers-icon.text-xl,
  h4.text-red-800.s-cart-item-offers-icon.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-cart-item-offers-icon svg{width:18px;fill:currentColor}
.s-cart-item-offers-title{margin-bottom:0.5rem;font-weight:500}
.s-cart-item-offers-message{font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-cart-item-offers-show-more-btn.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-cart-item-offers-show-more-btn.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-cart-item-offers-show-more-btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-show-more-btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-show-more-btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-show-more-btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-cart-item-offers-show-more-btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-cart-item-offers-show-more-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-cart-item-offers-show-more-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-cart-item-offers-show-more-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-cart-summary-count {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-cart-summary-count.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-cart-summary-count.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-cart-summary-count.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-cart-summary-count.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-cart-summary-count.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-cart-summary-count.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-color-picker-main .picker_arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.s-color-picker-widget.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-color-picker-widget.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-color-picker-widget {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-color-picker-widget.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-color-picker-widget.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-color-picker-widget.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-color-picker-widget.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-color-picker-widget.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-color-picker-widget.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-color-picker-widget svg{height:1.25rem;width:1.25rem;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-color-picker-widget span{font-size:1.125rem;line-height:1.75rem}
.s-color-picker-widget-canvas{height:2rem;width:2rem}
.s-comment-form-wrapper{display:flex;align-items:flex-start}
.mb-4.s-comment-form-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comment-form-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comment-form-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comment-form-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comment-form-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comment-form-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-comment-form-action.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comment-form-action.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comment-form-action {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comment-form-action.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-comment-form-action.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comment-form-avatar{margin-right:1.25rem;height:4rem;width:4rem;flex-shrink:0;border-radius:9999px;-o-object-fit:cover;object-fit:cover}
.s-comment-form-avatar:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:1.25rem}
.s-comment-form-content{width:100%}
.s-comment-form-action salla-button{width:100%}
@media (min-width: 768px){
.s-comment-form-action salla-button{width:auto}}
.s-comment-form-action salla-button button{padding-left:2.5rem;padding-right:2.5rem}
.s-comments-page-container{margin-right:auto;margin-left:auto;width:100%;padding-left:0px;padding-right:0px}
.s-comments-container{margin-right:auto;margin-left:auto;width:100%;padding-right:0.5rem;padding-left:0.5rem}
.s-comments-title{margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.main-content h2.s-comments-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-comments-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-comments-title.text-xl,
h4.text-red-800.s-comments-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-comments-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-comments-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-comments-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-comments-title.text-xl,
  h4.text-red-800.s-comments-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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))}
.main-content h2.s-comments-count-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-comments-count-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-comments-count-label.text-xl,
h4.text-red-800.s-comments-count-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-comments-count-label.line-through,
span.s-comments-count-label.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-comments-count-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-comments-count-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-comments-count-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-comments-count-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  .s-comments-count-label.line-through {
    color: #666666;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-comments-count-label.text-xl,
  h4.text-red-800.s-comments-count-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-comments-testimonials .s-comments-count-label{margin-bottom:2rem}
.s-comments-item-wrapper{font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-wrapper .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-wrapper .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-wrapper .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-wrapper span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-comments-item-inner.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-inner.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-comments-item-admin-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-admin-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comments-item-admin-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-left:2rem}
@media (min-width: 768px){
.s-comments-item-admin-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-left:4rem}}
.s-comments-item-admin-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-right:2rem}
@media (min-width: 768px){
.s-comments-item-admin-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-right:4rem}}
.s-comments-item-avatar{flex:none}
.s-comments-item-avatar-img{height:2.5rem;width:2.5rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));-o-object-fit:cover;object-fit:cover}
.s-comments-item-timestamp{display:flex;align-items:center;gap:0.375rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-comments-item-timestamp.line-through,
span.s-comments-item-timestamp.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.s-comments-item-timestamp.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-timestamp.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-item-timestamp {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-timestamp .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-timestamp .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-timestamp .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-timestamp span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-comments-item-timestamp {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-comments-item-timestamp.line-through {
    color: #666666;
  }
}
.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}
.mb-4.s-comments-item-has-order-check-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-has-order-check-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-item-has-order-check-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-has-order-check-text .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-has-order-check-text .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-has-order-check-text .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-has-order-check-text span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-comments-item-user-info-name.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-comments-item-user-info-name.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-comments-item-user-info-name.text-xl,
h4.text-red-800.s-comments-item-user-info-name.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-comments-item-user-info-name.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-comments-item-user-info-name.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-comments-item-user-info-name.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-comments-item-user-info-name.text-xl,
  h4.text-red-800.s-comments-item-user-info-name.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-comments-item-user-info-name:where([dir="ltr"], [dir="ltr"] *){margin-right:2.5rem}
.s-comments-item-user-info-name:where([dir="rtl"], [dir="rtl"] *){margin-left:2.5rem}
.s-comments-item-stars{margin-bottom:0.625rem;width:100%}
.s-comments-item-stars > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem * 0);margin-right:calc(0.25rem * var(--tw-space-x-reverse));margin-left:calc(0.25rem * (1 - 0));margin-left:calc(0.25rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.25rem * calc(1 - 0));margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))}
.s-comments-item-stars{font-size:0.75rem;line-height:1rem}
.s-comments-item-stars:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-comments-item-rated-widget{margin-top:0.125rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-rated-widget .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-rated-widget .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-rated-widget .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-comments-item-rated-widget span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-comments-flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comments-item-user-info{margin-bottom:0.25rem;display:flex;align-items:center}
.mb-4.s-comments-item-user-info.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-user-info.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-item-user-info {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comments-item-user-wrapper{margin-bottom:0.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.mb-4.s-comments-item-user-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-user-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-item-user-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-comments-item-user-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-comments-item-user-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-comments-item-user-wrapper{margin-bottom:0px}}
.s-comments-item-content{max-width:none;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-comments-item-content.line-through,
span.s-comments-item-content.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-comments-item-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-comments-item-content.line-through {
    color: #666666;
  }
}
.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))}
.mb-4.s-comments-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comments-placeholder p{padding-top:0.5rem;text-align:center;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.s-comments-placeholder span{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.s-comments-placeholder span.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-comments-placeholder span.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-comments-placeholder span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-placeholder span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-placeholder span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-comments-item-like-btn .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-like-btn .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-comments-item-images.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-item-images.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-item-images {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.bg-white.py-2\.5.mb-5.s-comments-item-images img.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-comments-item-images img.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-comments-item-images img.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-comments-item-images img.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-comments-item-images img{height:120px;width:120px}}
.s-comments-item-images-slider{margin-top:1.25rem}
.s-comments-item-images-slider .s-modal-close{background-color:transparent}
.s-comments-item-images-slider-thumb{height:auto;width:100%;max-width:250px}
@media (min-width: 640px){
.s-comments-item-images-slider-thumb{width:50%;max-width:320px}}
@media (min-width: 768px){
.s-comments-item-images-slider-thumb{width:33.333333%}}
@media (min-width: 1024px){
.s-comments-item-images-slider-thumb{width:25%}}
.s-comments-item-images-slider-thumb img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.s-comments-header{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between}
.mb-4.s-comments-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-comments-header.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-comments-header.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-comments-filter-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-comments-filter-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-comments-filter-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-comments-filter-label{display:none;white-space:nowrap}
.loading-screen.s-comments-filter-label {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-conditional-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-conditional-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-conditional-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-conditional-offer-container.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-conditional-offer-container.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-conditional-offer-container.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-container.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-container.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-container.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-conditional-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-conditional-offer-container.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-container.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-title-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-conditional-offer-title-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-title-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-conditional-offer-title{text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:700;color:var(--color-primary-dark)}
h1.s-conditional-offer-title.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-conditional-offer-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.s-conditional-offer-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-conditional-offer-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-conditional-offer-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-conditional-offer-title,
h4.text-red-800.font-bold.s-conditional-offer-title {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-red-800.s-conditional-offer-title.text-xl,
h4.text-red-800.s-conditional-offer-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-conditional-offer-title,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-conditional-offer-title {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
body.gaming-dark-mode-enabled .text-red-800.s-conditional-offer-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-conditional-offer-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-conditional-offer-title {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  
  .text-red-800.s-conditional-offer-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-conditional-offer-title,
  h4.text-red-800.font-bold.s-conditional-offer-title {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .text-red-800.s-conditional-offer-title.text-xl,
  h4.text-red-800.s-conditional-offer-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-subtitle {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-subtitle.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-subtitle.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-subtitle.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-conditional-offer-subtitle.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-conditional-offer-checkpoint-border.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-checkpoint-border.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-checkpoint-border {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-conditional-offer-checkpoint-border.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-conditional-offer-checkpoint-border.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-conditional-offer-checkpoint-border.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-conditional-offer-checkpoint-border.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-conditional-offer-progress-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-progress-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-progress-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.main-content h2.s-conditional-offer-item-avatar-content.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-conditional-offer-item-avatar-content.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-conditional-offer-item-avatar-content.text-xl,
h4.text-red-800.s-conditional-offer-item-avatar-content.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-conditional-offer-item-avatar-content .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-conditional-offer-item-avatar-content .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-conditional-offer-item-avatar-content .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-conditional-offer-item-avatar-content span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-conditional-offer-item-avatar-content.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-conditional-offer-item-avatar-content.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-conditional-offer-item-avatar-content.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-conditional-offer-item-avatar-content.text-xl,
  h4.text-red-800.s-conditional-offer-item-avatar-content.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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'}
.s-conditional-offer-progress-line-inactive{height:1.5px;width:100%;--tw-bg-opacity:1;background-color:rgba(209, 213, 219, 1);background-color:rgba(209, 213, 219, var(--tw-bg-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);grid-area:progress-line}
.s-conditional-offer-progress-line-active{height:1.5px;width:0%;background-color:#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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-conditional-offer-checkpoint-label.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-conditional-offer-checkpoint-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-checkpoint-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-checkpoint-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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%}
@media (min-width: 768px){
.s-conditional-offer-skeleton-inner-container{margin-bottom:0px}}
.s-conditional-offer-skeleton-title{margin-bottom:1rem;display:flex;justify-content:center}
.s-conditional-offer-skeleton-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-conditional-offer-skeleton-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-conditional-offer-skeleton-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-skeleton-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-conditional-offer-skeleton-subtitle{margin-bottom:1.5rem;display:flex;justify-content:center}
.mb-4.s-conditional-offer-skeleton-subtitle.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-skeleton-subtitle.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-conditional-offer-skeleton-checkpoints-wrapper{display:flex;align-items:center}
.mb-4.s-conditional-offer-skeleton-checkpoints-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-conditional-offer-skeleton-checkpoints-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-conditional-offer-skeleton-checkpoints-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-contacts-title{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.main-content h2.s-contacts-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-contacts-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-contacts-title.text-xl,
h4.text-red-800.s-contacts-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-contacts-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-contacts-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-contacts-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-contacts-title.text-xl,
  h4.text-red-800.s-contacts-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@media (min-width: 1024px){
.s-contacts-title{margin-bottom:1.25rem}}
.s-contacts-header{display:none;align-items:center}
.loading-screen.s-contacts-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-contacts-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-contacts-topnav-link .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-contacts-topnav-link.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-topnav-link .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-topnav-link .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-topnav-link .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-topnav-link span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-contacts-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-contacts-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-contacts-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-contacts-item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-contacts-icon{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px}
.mb-4.s-contacts-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-contacts-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-contacts-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-contacts-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.625rem}
.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.625rem}
.s-contacts-icon svg{height:0.875rem;width:0.875rem;fill:currentColor}
.s-contacts-list{display:flex;gap:1rem}
.s-contacts-list h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-contacts-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-contacts-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-contacts-list span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-contacts-list-horizontal{align-items:center}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-contacts-list-horizontal {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-contacts-list-vertical{flex-direction:column}
.s-contacts-list-icons-only .s-contacts-icon{margin-left:0px;margin-right:0px}
.s-count-down-wrapper{position:relative}
.s-count-down-list{margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:1.25rem;margin-top:0.625rem;display:flex;align-items:center;justify-content:space-between}
.mb-4.s-count-down-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-count-down-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-count-down-list {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-count-down-list.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-count-down-list.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-count-down-list.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-count-down-list.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-count-down-list.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-count-down-list.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.main-content h2.s-count-down-item.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-count-down-item.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-count-down-item.text-xl,
h4.text-red-800.s-count-down-item.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-count-down-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-count-down-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-count-down-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-count-down-item.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-count-down-item.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-count-down-item.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-count-down-item.text-xl,
  h4.text-red-800.s-count-down-item.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-item-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-item-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-item-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-item-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.s-count-down-boxed .s-count-down-item::after{--tw-content:'';content:'';content:var(--tw-content)}
.s-count-down-sm .s-count-down-item{font-size:1rem;line-height:1.5rem;font-weight:400}
.s-count-down-sm .s-count-down-item::after{content:var(--tw-content);font-size:1rem;line-height:1.5rem}
.s-count-down-sm + .s-count-down-end-text{font-size:1rem;line-height:1.5rem;font-weight:400}
.s-count-down-md .s-count-down-item{font-size:1.125rem;line-height:1.75rem;font-weight:500}
.s-count-down-md .s-count-down-item::after{content:var(--tw-content);font-size:1.125rem;line-height:1.75rem}
.s-count-down-md + .s-count-down-end-text{font-size:1.125rem;line-height:1.75rem;font-weight:500}
.s-count-down-lg .s-count-down-item{font-size:1.875rem;line-height:2.25rem;font-weight:700}
.main-content h2.s-count-down-lg .s-count-down-item.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-count-down-lg .s-count-down-item.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-count-down-lg .s-count-down-item.text-xl,
h4.text-red-800.s-count-down-lg .s-count-down-item.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-count-down-lg .s-count-down-item.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-count-down-lg .s-count-down-item.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-count-down-lg .s-count-down-item.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-count-down-lg .s-count-down-item.text-xl,
  h4.text-red-800.s-count-down-lg .s-count-down-item.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.main-content h2.s-count-down-lg + .s-count-down-end-text.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-count-down-lg + .s-count-down-end-text.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl,
h4.text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl,
  h4.text-red-800.s-count-down-lg + .s-count-down-end-text.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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)}
.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-end-text.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-count-down-end-text.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-count-down-text-center{text-align:center}
.s-count-down-info-message{display:flex;gap:0.5rem;padding-top:0.625rem;padding-bottom:0.625rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(37, 99, 235, 1);color:rgba(37, 99, 235, var(--tw-text-opacity, 1))}
.mb-4.s-count-down-info-message.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-count-down-info-message.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-info-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-info-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-info-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-count-down-info-message.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-count-down-info-message.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-count-down-info-message.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-count-down-info-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-count-down-info-message.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-count-down-pre-order{display:flex;flex:1 1 0%;flex-direction:column;align-items:center;gap:0.5rem}
.mb-4.s-count-down-pre-order.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-count-down-pre-order.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-count-down-pre-order {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 1024px){
.s-count-down-pre-order{flex-direction:row}}
.s-count-down-pre-order .s-count-down-item{position:relative;display:flex;height:2.7rem;width:2.25rem;flex-direction:column;align-items:center;justify-content:center;border-radius:2px}
.mb-4.s-count-down-pre-order .s-count-down-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-count-down-pre-order .s-count-down-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-count-down-pre-order .s-count-down-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-count-down-pre-order .s-count-down-item::after{left:-7px;--tw-content:':';content:':';content:var(--tw-content)}
.s-count-down-pre-order .s-count-down-item:last-child::after{--tw-content:'';content:'';content:var(--tw-content)}
.s-count-down-pre-order-container{margin-bottom:1.25rem;margin-top:0.625rem;display:flex;flex-direction:column;align-items:center;gap:0.5rem}
.mb-4.s-count-down-pre-order-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-count-down-pre-order-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-count-down-pre-order-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-count-down-pre-order-container.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-count-down-pre-order-container.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-count-down-pre-order-container.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-count-down-pre-order-container.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 1024px){
.s-count-down-pre-order-container{flex-direction:row}}
.s-count-down-pre-order-container .s-count-down-list{margin:0px;padding:0px}
.s-count-down-pre-order .s-count-down-item-value{font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1}
.main-content h2.s-count-down-pre-order .s-count-down-item-value.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-count-down-pre-order .s-count-down-item-value.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl,
h4.text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl,
  h4.text-red-800.s-count-down-pre-order .s-count-down-item-value.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-count-down-pre-order .s-count-down-item-label{margin-top:0px;font-size:0.6rem;opacity:1}
.s-custom-fields-wrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:1.5rem;gap:1.5rem}
@media (min-width: 640px){
.s-custom-fields-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr));gap:2rem}}
.s-custom-fields-required{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.absolute.top-4.z-\[2\] .s-custom-fields-required {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-custom-fields-submit-btn{grid-column:1 / -1;width:100%}
.s-custom-fields-field-error{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.absolute.top-4.z-\[2\] .s-custom-fields-field-error {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-custom-fields-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))}
.main-content h2.s-custom-fields-field-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-custom-fields-field-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-custom-fields-field-label.text-xl,
h4.text-red-800.s-custom-fields-field-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-custom-fields-field-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-custom-fields-field-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-custom-fields-field-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-custom-fields-field-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-custom-fields-field-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-custom-fields-field-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-custom-fields-field-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-custom-fields-field-label.text-xl,
  h4.text-red-800.s-custom-fields-field-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-custom-fields-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-custom-fields-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.mb-4.s-custom-fields-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-custom-fields-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-custom-fields-filepond-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-custom-fields-filepond-placeholder-icon{margin-bottom:0.25rem}
.s-custom-fields-filepond-placeholder-icon svg{height:1.5rem;width:1.5rem;fill:#7c8082}
.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))}
.s-datetime-picker-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-datetime-picker-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-datetime-picker-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-datetime-picker-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-datetime-picker-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-datetime-picker-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-datetime-picker-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-datetime-picker-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.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-drawer-container{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:200;height:100vh;overflow:hidden}
.s-drawer-wrapper{display:flex;height:100%;align-items:stretch;overflow-y:auto;overflow-x:hidden;text-align:center}
.mb-4.s-drawer-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-drawer-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-drawer-wrapper-left{justify-content:flex-start}
.s-drawer-wrapper-right{justify-content:flex-end}
.s-drawer-loader{margin-left:0.5rem;margin-right:0.5rem;display:flex;align-items:center;justify-content:center;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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}
.mb-4.s-drawer-loader.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-drawer-loader.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-drawer-loader {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-drawer-loader::before{display:inline-block;height:2.5rem;content:var(--tw-content);width:2.5rem}
@keyframes spin{
to{content:var(--tw-content);transform:rotate(360deg)}}
.s-drawer-loader::before{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;border-style:solid;border-top-color:#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-drawer-close{position:absolute;top:0.75rem;z-index:10;width:2.75rem;cursor:pointer;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-left:0.5rem;padding-right:0.5rem;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-drawer-close * {
  pointer-events: none;
}
input[type=radio].sr-only div.s-drawer-close {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-drawer-close {
  border-color: var(--color-main);
}
.s-drawer-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-drawer-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-drawer-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-drawer-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-drawer-close.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-drawer-close.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-drawer-close:focus{outline:2px solid transparent;outline-offset:2px}
.s-drawer-close:where([dir="ltr"], [dir="ltr"] *){right:1rem}
.s-drawer-close:where([dir="rtl"], [dir="rtl"] *){left:1rem}
.s-drawer-close svg{width:1.25rem;fill:#f87171}
.s-drawer-close svg:hover{fill:#ef4444}
.s-drawer-header{display:flex}
.mb-4.s-drawer-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-drawer-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-drawer-header{flex-direction:column}}
.s-drawer-header-inner{margin-bottom:1.25rem;display:flex;align-items:center;padding:1rem;text-align:left;font-size:1.125rem;line-height:1.75rem;font-weight:500}
.mb-4.s-drawer-header-inner.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-drawer-header-inner.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-drawer-header-inner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-drawer-header-inner.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-drawer-header-inner.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-drawer-header-inner.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-drawer-header-inner.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-drawer-header-content{display:flex;flex-direction:column;text-align:left}
.mb-4.s-drawer-header-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-drawer-header-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-drawer-header-content{text-align:center}}
.s-drawer-header-content:where([dir="rtl"], [dir="rtl"] *){text-align:right}
@media (min-width: 768px){
.s-drawer-header-content:where([dir="rtl"], [dir="rtl"] *){text-align:center}}
.s-drawer-header-img{margin-left:auto;margin-right:auto;max-width:150px}
@media (min-width: 640px){
.s-drawer-header-img{margin-bottom:1rem}}
.s-drawer-icon{display:inline-flex;height:4rem;width:4rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));font-size:1.875rem;line-height:2.25rem}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-drawer-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-drawer-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-drawer-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-drawer-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-drawer-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-drawer-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}
.s-drawer-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
@media (min-width: 640px){
.s-drawer-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}
.s-drawer-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
@media (min-width: 640px){
.s-drawer-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}
.s-drawer-icon svg{fill:#9ca3af}
.s-drawer-bg-normal{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-drawer-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-drawer-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-drawer-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-drawer-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-drawer-bg-success{--tw-border-opacity:1;border-color:rgba(134, 239, 172, 1);border-color:rgba(134, 239, 172, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(220, 252, 231, 1);background-color:rgba(220, 252, 231, var(--tw-bg-opacity, 1))}
.s-drawer-bg-success svg{fill:#16a34a}
.s-drawer-bg-error{--tw-border-opacity:1;border-color:rgba(252, 165, 165, 1);border-color:rgba(252, 165, 165, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1))}
.s-drawer-bg-error svg{fill:#dc2626}
.s-drawer-bg-primary{border-color:#414042;border-color:var(--color-primary);background-color:#414042;background-color:var(--color-primary)}
.s-drawer-bg-primary svg{fill:#ff6767;fill:var(--color-primary-reverse)}
.s-drawer-title{font-size:1.125rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.main-content h2.s-drawer-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-drawer-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-drawer-title.text-xl,
h4.text-red-800.s-drawer-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-drawer-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-drawer-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-drawer-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-drawer-title.text-xl,
  h4.text-red-800.s-drawer-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@media (min-width: 640px){
.s-drawer-title{margin-bottom:0.5rem}}
.s-drawer-sub-title{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-drawer-sub-title.line-through,
span.s-drawer-sub-title.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-drawer-sub-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-drawer-sub-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-drawer-sub-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-drawer-sub-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-drawer-sub-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-drawer-sub-title.line-through {
    color: #666666;
  }
}
@media (min-width: 640px){
.s-drawer-sub-title{margin-bottom:0.5rem}}
.s-drawer-title-below{order:10}
.s-drawer-body-slot{width:100%}
.s-drawer-body{position:fixed;bottom:0px;top:0px;width:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}
.s-drawer-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-drawer-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-drawer-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-drawer-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-drawer-body{position:relative;overflow:visible}}
.s-drawer-body:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-drawer-body:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.s-drawer-padding{padding:1rem;padding-top:1.5rem}
@media (min-width: 640px){
.s-drawer-padding{padding:1.5rem}}
.s-drawer-no-padding{padding:0px}
.s-drawer-spacer{display:inline-block;height:100vh}
.s-drawer-align-middle{vertical-align:bottom}
@media (min-width: 640px){
.s-drawer-align-middle{vertical-align:middle}}
.s-drawer-align-top{vertical-align:bottom}
@media (min-width: 640px){
.s-drawer-align-top{vertical-align:top}}
.s-drawer-align-bottom{vertical-align:bottom}
.s-drawer-overlay{position:fixed;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(107, 114, 128, 0.75);background-color:rgba(107, 114, 128, var(--tw-bg-opacity, 1));--tw-bg-opacity:0.75;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}
.s-drawer-overlay-leaving{opacity:0}
.s-drawer-entering{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
.s-drawer-leaving{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0}
@media (min-width: 640px){
.s-drawer-leaving{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}
.s-drawer-is-center{align-items:center}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-drawer-is-center {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-drawer-is-center{text-align:center}}
.s-drawer-left.s-drawer-leaving:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:-100%;transform:translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.s-drawer-left.s-drawer-leaving:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:100%;transform:translate(100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.s-drawer-right.s-drawer-leaving:where([dir="ltr"], [dir="ltr"] *){--tw-translate-x:100%;transform:translate(100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.s-drawer-right.s-drawer-leaving:where([dir="rtl"], [dir="rtl"] *){--tw-translate-x:-100%;transform:translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
@media (min-width: 480px){
.s-drawer-xs{max-width:320px}}
@media (min-width: 640px){
.s-drawer-sm{max-width:400px}}
@media (min-width: 768px){
.s-drawer-md{max-width:500px}}
.s-drawer-lg{max-width:600px}
.s-drawer-xl{max-width:800px}
.s-drawer-full{width:100%}
@media (min-width: 768px){
.s-drawer-full{width:calc(100% - 70px)}}
.s-file-upload-wrapper .filepond--drop-label{height:100%;cursor:pointer;border-radius:.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.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;cursor:pointer !important}
.filepond--root{min-height:120px !important;font-family:inherit !important}
.s-file-upload-wrapper .filepond--item-panel{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}
.s-file-upload-wrapper .filepond--drip-blob{--tw-bg-opacity:1;background-color:rgba(75, 85, 99, 1);background-color:rgba(75, 85, 99, var(--tw-bg-opacity, 1))}
.s-file-upload-wrapper .filepond--list{left:0px;width:100%}
.s-file-upload-wrapper .filepond--file-poster-wrapper{position:absolute;left:0px;top:0px;right:0px;margin:0px;display:flex;height:100%;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;overflow:hidden;border-radius:0.45em;background-color:rgba(0,0,0,0.01176)}
input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster-wrapper {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-file-upload-wrapper .filepond--file-poster-wrapper {
  border-color: var(--color-main);
}
.mb-4.s-file-upload-wrapper .filepond--file-poster-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-file-upload-wrapper .filepond--file-poster-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-file-upload-wrapper .filepond--file-poster-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-file-upload-wrapper .filepond--file-poster-wrapper.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-file-upload-wrapper .filepond--file-poster-wrapper.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-file-upload-wrapper .filepond--file-poster.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-file-upload-wrapper .filepond--file-poster.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-file-upload-wrapper .filepond--file-poster {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-file-upload-wrapper .filepond--file-poster.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-file-upload-wrapper .filepond--file-poster.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-file-upload-wrapper .filepond--file-poster-overlay{position:absolute;top:0px;left:0px;width:100%}
input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster-overlay {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-file-upload-wrapper .filepond--file-poster-overlay {
  border-color: var(--color-main);
}
.s-file-upload-wrapper .filepond--file-poster-overlay.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-file-upload-wrapper .filepond--file-poster-overlay.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.loading-screen.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.loading-screen.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-file-upload-profile-image .filepond--file-poster-overlay{display:none}
.loading-screen.s-file-upload-profile-image .filepond--file-poster-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-file-upload-profile-image .filepond--item{margin:0px !important;height:5rem !important}
.s-file-upload-profile-image .filepond--file-poster{height:100%;width:100%}
.s-file-upload-profile-image .filepond--file-status{display:none}
.loading-screen.s-file-upload-profile-image .filepond--file-status {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.loading-screen.s-file-upload-profile-image .filepond--file-info {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-file-upload-profile-image .filepond--list{left:0px;right:0px;height:100%}
.s-file-upload-profile-image .filepond--file-poster img{height:100%;width:100%;border-radius:9999px;-o-object-fit:cover;object-fit:cover}
.s-file-upload-profile-image .filepond--file-poster-wrapper{overflow:hidden;border-radius:9999px}
.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{display:flex !important}
.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{position:absolute;bottom:-62%;left:-190%;height:auto;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
  border-color: var(--color-main);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.top-4.z-\[2\] .s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-file-upload-multiple .filepond--root{max-height:120px}
.s-file-upload-multiple .filepond--list-scroller{top:0px;margin-top:0px;margin-bottom:0px;height:100%;overflow-y:scroll}
.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller{display:none}
.loading-screen.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-file-upload-multiple .filepond--item{
@media(min-width: 767px){margin-left:.3em !important}
@media(min-width: 767px){width:calc(33.33% - .5em)}
@media(max-width: 767px){margin-bottom:.3em}}
.s-file-upload-hint{margin-top:-15px;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-file-upload-hint.line-through,
span.s-file-upload-hint.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-file-upload-hint .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-file-upload-hint .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-file-upload-hint .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-file-upload-hint span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-file-upload-hint {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-file-upload-hint.line-through {
    color: #666666;
  }
}
.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)}
.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)}
.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;
}
.mb-4.s-filters-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-filters-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-filters-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-filters-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-filters-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-filters-footer .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-filters-footer.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
@media (min-width: 768px){
.s-filters-footer{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0px;padding-right:0px}}
.s-filters-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-filters-footer salla-button{flex:1 1 0%}
.s-filters-footer salla-button button{width:100%}
.s-filters-widget-container{display:block;overflow:hidden;border-radius:.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-filters-widget-container .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-filters-widget-container.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-filters-widget-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-filters-widget-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-filters-widget-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-filters-widget-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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);
  }
}
.gaming-gallery-showcase .gallery-item.s-filters-widget-opened {
  opacity: 1;
}
.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;
}
.main-content h2.s-filters-widget-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-filters-widget-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-filters-widget-title.text-xl,
h4.text-red-800.s-filters-widget-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-filters-widget-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-filters-widget-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-filters-widget-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-filters-widget-title.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-filters-widget-title.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-filters-widget-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-filters-widget-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-filters-widget-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-filters-widget-title.text-xl,
  h4.text-red-800.s-filters-widget-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
h1.s-filters-widget-arrow.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-filters-widget-arrow {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-filters-widget-arrow {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-filters-widget-arrow,
h4.text-red-800.font-bold.s-filters-widget-arrow {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-filters-widget-arrow,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-filters-widget-arrow {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-filters-widget-arrow {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-filters-widget-arrow,
  h4.text-red-800.font-bold.s-filters-widget-arrow {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-filters-widget-arrow svg{height:1.25rem;width:1.25rem}
.s-filters-widget-active-arrow{--tw-rotate:90deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
.s-filters-widget-values{overflow:hidden;padding-top:1rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.s-filters-widget-more{margin-top:0.5rem;display:block;cursor:pointer;font-size:0.875rem;line-height:1.25rem;color:#414042;color:var(--color-primary)}
.s-filters-widget-more * {
  pointer-events: none;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-widget-more .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-widget-more .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-widget-more .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-filters-widget-more span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-gifting-widget .s-list-tile-item-icon {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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))}
.s-gifting-widget-vertical .s-list-tile-item-subtitle.line-through,
span.s-gifting-widget-vertical .s-list-tile-item-subtitle.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-gifting-widget-vertical .s-list-tile-item-subtitle {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-gifting-widget-vertical .s-list-tile-item-subtitle.line-through {
    color: #666666;
  }
}
.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)}
.s-gifting-widget .s-button-text{display:flex}
.mb-4.s-gifting-widget .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-widget .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-gifting-widget .s-list-tile-item h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.flex.s-gifting-widget .s-list-tile-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-gifting-widget .s-list-tile-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-widget .s-list-tile-item span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.mb-4.s-gifting-info.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-info.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-info {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-info .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-info .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-info .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-info span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
}
.absolute.top-4.z-\[2\] .s-gifting-error {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-gifting-info span{font-size:0.75rem;line-height:1rem}
.s-gifting-widget-action-content{display:flex;align-items:center}
.mb-4.s-gifting-widget-action-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-widget-action-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-widget-action-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-gifting-modal-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-modal-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-modal-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-gifting-modal-header.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-gifting-modal-header.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-gifting-modal-header.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-gifting-modal-header.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-gifting-modal-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-modal-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-modal-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-gifting-modal-icon.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-gifting-modal-icon.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-gifting-modal-icon.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-gifting-modal-icon.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-modal-title{display:flex;width:100%;align-items:center;justify-content:space-between}
.mb-4.s-gifting-modal-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-modal-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-modal-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-gifting-modal-title.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-gifting-modal-title.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-gifting-modal-badge-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-modal-badge-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-modal-badge-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-badge .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-badge .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-badge .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-badge span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-uploader-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-uploader-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-uploader-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-gifting-modal-uploader-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-gifting-step-two.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-step-two.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-step-two.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-gifting-step-two.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.s-gifting-step-one .swiper-wrapper img.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-gifting-step-one .swiper-wrapper img.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-gifting-step-one .swiper-wrapper img.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-gifting-step-one .swiper-wrapper img.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.s-gifting-step-one .filepond-bg.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-gifting-step-one .filepond-bg.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-gifting-tel-input .s-tel-input-error-msg {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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)))}
.mb-4.s-gifting-step-two-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-step-two-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-step-two-footer {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.s-gifting-step-two-footer a.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-gifting-step-two-footer a.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-gifting-step-two-footer a.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-gifting-step-two-footer a.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-gifting-schedule.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-schedule.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-schedule {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-gifting-remove-preview.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-gifting-remove-preview.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-gifting-remove-preview {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-remove-preview.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-gifting-remove-preview.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-remove-preview:where([dir="rtl"], [dir="rtl"] *){left:auto;left:initial;right:-7px}
.s-gifting-remove-preview svg{height:100%;width:15px;fill:#fff}
.s-gifting-textarea{transition-property:all;transition-duration:200ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.s-gifting-calendar-hint{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.s-gifting-calendar.shown{margin-top:0.75rem;height:75px;opacity:1}
.s-gifting-textarea.shown{height:122px;opacity:1}
.s-gifting-calendar.hide{pointer-events:none;visibility:hidden;margin:0px;height:0px;opacity:0}
.s-gifting-textarea.hide{pointer-events:none;visibility:hidden;margin:0px;height:0px;opacity:0}
.s-gifting-filepond-placeholder-icon svg{margin-top:12px;margin-bottom:12px;margin-left:auto;margin-right:auto;height:4rem;width:3rem;fill:#e5e7eb}
.s-gifting-filepond-placeholder-text{font-size:0.75rem !important;line-height:1rem !important}
.s-gifting-filepond-placeholder-text{margin-left:auto;margin-right:auto;width:65%;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));margin-top:0.75rem;margin-bottom:0.75rem;font-family:"DINNextLTArabic", -apple-system, BlinkMacSystemFont;font-family:var(--font-main), -apple-system, BlinkMacSystemFont}
.s-gifting-filepond-placeholder-text.line-through,
span.s-gifting-filepond-placeholder-text.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-gifting-filepond-placeholder-text {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-gifting-filepond-placeholder-text.line-through {
    color: #666666;
  }
}
.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}
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-header salla-skeleton.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-skeleton .s-gifting-modal-title{margin-bottom:1.25rem}
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-title.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-title.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-title.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-gifting-skeleton .s-gifting-modal-title.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-gifting-image{margin-left:5px;margin-right:5px}
.s-infinite-scroll-wrapper{margin-top:1rem;text-align:center}
.s-infinite-scroll-last{margin:0px;text-align:center}
.s-infinite-scroll-error{margin:0px;text-align:center}
.s-list-tile-item{position:relative;display:flex;align-items:center;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:0.75rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1));text-decoration-line:none}
.mb-4.s-list-tile-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-list-tile-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-list-tile-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-list-tile-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-list-tile-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-list-tile-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-list-tile-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-list-tile-item-subtitle .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-list-tile-item-subtitle .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-list-tile-item-subtitle .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-list-tile-item-subtitle span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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%}
.s-localization-modal-section-inner{margin-top:1rem}
.s-localization-modal-section-inner > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * (1 - 0));margin-top:calc(1rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1rem * calc(1 - 0));margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * 0);margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.s-localization-modal-item{display:flex;align-items:center}
.mb-4.s-localization-modal-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-localization-modal-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-localization-modal-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.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;
}
.mb-4.s-localization-modal-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-localization-modal-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-localization-modal-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-localization-modal-label.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-localization-modal-label.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-localization-modal-label:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}
.s-localization-modal-label:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}
.s-localization-modal-flag{border-radius:0.125rem}
.s-localization-modal-currency{--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.s-localization-modal-select{height:2.5rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));background-position:right;background-repeat:no-repeat;padding-left:1rem;padding-right:1rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.s-localization-modal-select.line-through,
span.s-localization-modal-select.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-localization-modal-select .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-localization-modal-select .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-localization-modal-select .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-localization-modal-select.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-localization-modal-select.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-localization-modal-select.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-localization-modal-select .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-localization-modal-select.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-localization-modal-select span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-localization-modal-select.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-localization-modal-select {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-localization-modal-select.line-through {
    color: #666666;
  }
}
.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))}
.mb-4.s-localization-modal-skeleton-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-localization-modal-skeleton-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-localization-modal-skeleton-item{display:flex;align-items:center;justify-content:space-between}
.mb-4.s-localization-modal-skeleton-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-localization-modal-skeleton-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-localization-modal-skeleton-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-localization-modal-skeleton-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-localization-modal-skeleton-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-localization-modal-skeleton-item-flex{display:flex;align-items:center}
.mb-4.s-localization-modal-skeleton-item-flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-localization-modal-skeleton-item-flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-localization-modal-skeleton-item-flex {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-loyalty-prize-item.swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-prize-item.swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-prize-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-loyalty-prize-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-loyalty-prize-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-loyalty-prize-item.swiper-slide.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-loyalty-prize-item.swiper-slide.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-loyalty-prize-item.swiper-slide.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-loyalty-prize-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-loyalty-prize-item.swiper-slide.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.mb-4.s-loyalty-prize-item-selected .s-loyalty-prize-item-check.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-prize-item-selected .s-loyalty-prize-item-check.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-prize-item-selected .s-loyalty-prize-item-check {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-loyalty-prize-item-title{padding-left:0.5rem;padding-right:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:700}
.main-content h2.s-loyalty-prize-item-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-loyalty-prize-item-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-loyalty-prize-item-title.text-xl,
h4.text-red-800.s-loyalty-prize-item-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-loyalty-prize-item-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-loyalty-prize-item-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-loyalty-prize-item-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-loyalty-prize-item-title.text-xl,
  h4.text-red-800.s-loyalty-prize-item-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-loyalty-prize-item-subtitle{padding-left:0.5rem;padding-right:0.5rem;font-size:0.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-loyalty-prize-item-subtitle.line-through,
span.s-loyalty-prize-item-subtitle.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-subtitle .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-subtitle .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-subtitle .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-subtitle span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-loyalty-prize-item-subtitle {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-loyalty-prize-item-subtitle.line-through {
    color: #666666;
  }
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-loyalty-prize-item-check.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.main-content h2.s-loyalty-prize-item-points.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-loyalty-prize-item-points.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-loyalty-prize-item-points.text-xl,
h4.text-red-800.s-loyalty-prize-item-points.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-loyalty-prize-item-points.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-prize-item-points.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-prize-item-points {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-points .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-points .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-points .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-prize-item-points span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-loyalty-prize-item-points.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-loyalty-prize-item-points.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-loyalty-prize-item-points.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-loyalty-prize-item-points.text-xl,
  h4.text-red-800.s-loyalty-prize-item-points.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.bg-white.py-2\.5.s-loyalty-header.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-loyalty-header.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-loyalty-header.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-loyalty-header.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (max-width: 768px){
.s-loyalty-modal .s-modal-body{max-height:100%;overflow-y:scroll}}
.s-loyalty-skeleton .s-list-tile-item-content{display:block;width:100%}
.s-loyalty-header-icon{position:relative;display:flex;height:6rem;width:6rem;align-items:center;justify-content:center;border-radius:9999px;background-color:rgba(255,158,1,0.10196)}
.mb-4.s-loyalty-header-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-header-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-header-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
h1.s-loyalty-header-title.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-loyalty-header-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-loyalty-header-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-loyalty-header-title,
h4.text-red-800.font-bold.s-loyalty-header-title {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-loyalty-header-title,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-loyalty-header-title {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-loyalty-header-title {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-loyalty-header-title,
  h4.text-red-800.font-bold.s-loyalty-header-title {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-header-subtitle .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-header-subtitle .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-header-subtitle .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-header-subtitle span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-loyalty-activator-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-activator-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-activator-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-loyalty-confirmation-actions.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-confirmation-actions.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-loyalty-confirmation-actions.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-loyalty-confirmation-actions.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-confirmation-actions {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.mb-4.s-loyalty-widget-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-widget-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-widget-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.flex.s-loyalty-after-exchange .s-list-tile-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-loyalty-after-exchange .s-list-tile-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-loyalty-after-exchange-reset button span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-after-exchange-reset button span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-after-exchange-reset button span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-loyalty-after-exchange-action.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-after-exchange-action.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-after-exchange-action {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-placeholder{display:flex;align-items:center;justify-content:center}
.mb-4.s-loyalty-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-loyalty-skeleton .s-loyalty-header-title.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-skeleton-cards{display:flex;align-items:center}
.mb-4.s-loyalty-skeleton-cards.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-skeleton-cards.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-skeleton-cards {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-loyalty-program-container > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.625rem * (1 - 0));margin-top:calc(0.625rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.625rem * calc(1 - 0));margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.625rem * 0);margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))}
@media (min-width: 768px){
.s-loyalty-program-container > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * (1 - 0));margin-top:calc(1.25rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(1.25rem * calc(1 - 0));margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 0);margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}}
.s-loyalty-program-mobile-title{display:inline-block;width:8rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
@media (min-width: 768px){
.s-loyalty-program-mobile-title{display:none}}
.s-loyalty-program-reference-id{display:none}
.loading-screen.s-loyalty-program-reference-id {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px){
.s-loyalty-program-reference-id{display:inline-block}}
.s-loyalty-program-buy-as-gift-icon{margin-left:0.25rem;margin-right:0.25rem;display:inline-block;color:#414042;color:var(--color-primary)}
.s-loyalty-program-copy-to-clipboard-button{display:flex;align-items:center}
.mb-4.s-loyalty-program-copy-to-clipboard-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-program-copy-to-clipboard-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-program-copy-to-clipboard-button {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-loyalty-program-copy-to-clipboard-button{display:none}}
.s-loyalty-program-copy-to-clipboard-button salla-button{position:relative}
.s-loyalty-program-copy-to-clipboard-button-icon{pointer-events:none;font-size:0.75rem;line-height:1rem}
.s-loyalty-program-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.s-loyalty-program-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}
@media (min-width: 768px){
.s-loyalty-program-status-container{margin-left:0px;margin-right:0px}}
.s-loyalty-program-status-container:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}
.s-loyalty-program-status-container:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}
.s-loyalty-program-status-container i{margin-top:0.25rem}
.s-loyalty-program-status-container i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}
.s-loyalty-program-status-container i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}
.s-loyalty-program-rated-text{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}
.s-loyalty-program-unrated-text{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}
.s-loyalty-program-no-content{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:5rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.mb-4.s-loyalty-program-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-program-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-program-no-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-no-content .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.s-loyalty-program-no-content .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-loyalty-program-no-content .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-loyalty-program-no-content .icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-program-no-content .icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-program-no-content .icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-no-content p{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-loyalty-program-no-content p.line-through,
span.s-loyalty-program-no-content p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.s-loyalty-program-no-content p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-loyalty-program-no-content p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-loyalty-program-no-content p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-loyalty-program-no-content p.line-through {
    color: #666666;
  }
}
.s-loyalty-program-table{min-width:100%;border-collapse:separate}
@media (min-width: 768px){
.s-loyalty-program-table{margin-bottom:-0.75rem;--tw-border-spacing-y:1.25rem;border-spacing:var(--tw-border-spacing-x) 1.25rem;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}}
.s-loyalty-program-table-head{margin-bottom:1.25rem;display:none;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}
.loading-screen.s-loyalty-program-table-head {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bg-white.py-2\.5.s-loyalty-program-table-head.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-loyalty-program-table-head.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-loyalty-program-table-head.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-loyalty-program-table-head.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-loyalty-program-table-head{display:table-header-group}}
.s-loyalty-program-table-head-tr-th{padding-left:1.25rem;padding-right:1.25rem;text-align:left;font-size:0.875rem;line-height:1.25rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}
.s-loyalty-program-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-loyalty-program-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-head-tr-th .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-head-tr-th .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-head-tr-th .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-head-tr-th span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-loyalty-program-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.s-loyalty-program-table-tbody-tr{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;border-radius:.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}
.mb-4.s-loyalty-program-table-tbody-tr.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-program-table-tbody-tr.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-loyalty-program-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-loyalty-program-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-loyalty-program-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-loyalty-program-table-tbody-tr{display:table-row;flex-direction:row;flex-wrap:nowrap;padding:0px}}
.s-loyalty-program-table-tbody-tr-td{width:100%;white-space:nowrap;padding-left:1.25rem;padding-right:1.25rem;font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-tbody-tr-td .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-tbody-tr-td .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-tbody-tr-td .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-tbody-tr-td span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-table-tbody-tr-td:first-child{font-weight:700}
@media (min-width: 768px){
.s-loyalty-program-table-tbody-tr-td{height:5rem;width:auto}
.s-loyalty-program-table-tbody-tr-td:last-child{text-align:right}
.s-loyalty-program-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.s-loyalty-program-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}}
.s-loyalty-program-table-tbody-tr-td:first-child{font-weight:700}
.main-content h2.s-loyalty-program-table-tbody-tr-td:first-child.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-loyalty-program-table-tbody-tr-td:first-child.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl,
h4.text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl,
  h4.text-red-800.s-loyalty-program-table-tbody-tr-td:first-child.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-loyalty-program-table-tbody-tr-td-content{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:0.75rem;line-height:1rem}
.mb-4.s-loyalty-program-table-tbody-tr-td-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-program-table-tbody-tr-td-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-loyalty-program-table-tbody-tr-td-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-loyalty-program-table-tbody-tr-td-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-program-table-tbody-tr-td-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-loyalty-program-table-tbody-tr-td-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}
.s-loyalty-program-table-tbody-tr-td-content:where([dir="ltr"], [dir="ltr"] *){padding-right:0.5rem}
.s-loyalty-program-table-tbody-tr-td-content:where([dir="rtl"], [dir="rtl"] *){padding-left:0.5rem}
.s-loyalty-program-table-tbody-tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}
input[type=radio].sr-only div.s-loyalty-program-table-tbody-tr a {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-loyalty-program-table-tbody-tr a {
  border-color: var(--color-main);
}
.s-loyalty-program-table-tbody-tr a.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-loyalty-program-table-tbody-tr a.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *){left:0px}
.s-loyalty-program-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *){right:0px}
.s-loyalty-program-table-empty-state{display:flex;flex-direction:column;align-items:center;font-size:80px}
.mb-4.s-loyalty-program-table-empty-state.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-loyalty-program-table-empty-state.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-loyalty-program-table-empty-state {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-loyalty-program-table-empty-state i{margin-bottom:2rem;margin-top:4rem;font-size:80px;color:#c9c9c9;color:var(--infinte-color)}
.s-loyalty-program-table-placeholder-title{padding:0.75rem;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:700}
h1.s-loyalty-program-table-placeholder-title.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-loyalty-program-table-placeholder-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.s-loyalty-program-table-placeholder-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-loyalty-program-table-placeholder-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-loyalty-program-table-placeholder-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-loyalty-program-table-placeholder-title,
h4.text-red-800.font-bold.s-loyalty-program-table-placeholder-title {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-red-800.s-loyalty-program-table-placeholder-title.text-xl,
h4.text-red-800.s-loyalty-program-table-placeholder-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-loyalty-program-table-placeholder-title,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-loyalty-program-table-placeholder-title {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
body.gaming-dark-mode-enabled .text-red-800.s-loyalty-program-table-placeholder-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-loyalty-program-table-placeholder-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-loyalty-program-table-placeholder-title {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  
  .text-red-800.s-loyalty-program-table-placeholder-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-loyalty-program-table-placeholder-title,
  h4.text-red-800.font-bold.s-loyalty-program-table-placeholder-title {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .text-red-800.s-loyalty-program-table-placeholder-title.text-xl,
  h4.text-red-800.s-loyalty-program-table-placeholder-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-loyalty-program-table-placeholder-sub-title{text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-placeholder-sub-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-placeholder-sub-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-placeholder-sub-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-loyalty-program-table-placeholder-sub-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-maintenance-alert-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-maintenance-alert-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-maintenance-alert-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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);
}
.s-maintenance-alert-close.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-maintenance-alert-close.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-maintenance-alert-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-maintenance-alert-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-maintenance-alert-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-maintenance-alert-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-maintenance-alert-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-maintenance-alert-content.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-maintenance-alert-content.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-maintenance-alert-content{padding-left:2rem;padding-right:2rem}}
.s-maintenance-alert-container{display:flex;align-items:center}
.mb-4.s-maintenance-alert-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-maintenance-alert-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-maintenance-alert-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-maintenance-alert-icon{margin-right:1.25rem;display:none}
.loading-screen.s-maintenance-alert-icon {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.main-content h2.s-maintenance-alert-text h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-maintenance-alert-text h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-maintenance-alert-text h2.text-xl,
h4.text-red-800.s-maintenance-alert-text h2.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-text h2 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-text h2 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-text h2 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-text h2 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-maintenance-alert-text h2.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-maintenance-alert-text h2.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-maintenance-alert-text h2.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-maintenance-alert-text h2.text-xl,
  h4.text-red-800.s-maintenance-alert-text h2.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-maintenance-alert-btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-maintenance-alert-btn:hover{--tw-bg-opacity:1;background-color:rgba(53, 203, 181, 1);background-color:rgba(53, 203, 181, var(--tw-bg-opacity, 1))}
@media (min-width: 640px){
.s-maintenance-alert-btn{padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem}}
.s-map-modal-title{position:relative;margin-top:1rem;margin-bottom:1rem;padding-left:1rem;padding-right:1rem}
.s-map-location-icon{margin-right:0.5rem}
.s-map-location-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem;margin-right:0px}
.s-map-location-icon svg{height:1rem !important;width:1rem !important}
.s-map-modal-body{position:relative;overflow:hidden}
.s-map-element{height:400px;width:100%}
.s-map-search-wrapper{position:absolute;top:0px;z-index:1;margin:1.25rem;width:-webkit-fill-available}
input[type=radio].sr-only div.s-map-search-wrapper {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-map-search-wrapper {
  border-color: var(--color-main);
}
.s-map-search-wrapper.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-map-search-wrapper.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-map-search-wrapper input{height:2.5rem;width:100%;padding:0.5rem}
.s-map-search-wrapper input:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.s-map-search-results{margin-top:0px;display:flex;height:6rem;flex-direction:column;padding:0.5rem}
.mb-4.s-map-search-results.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-map-search-results.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-modal-body .s-loading-container.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-map-modal-body .s-loading-container.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-my-location-button.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-map-my-location-button.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-map-location-button .s-button-text{display:flex;align-items:center}
.mb-4.s-map-location-button .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-map-location-button .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-map-location-button .s-button-text {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-map-submit-button button{border-top-right-radius:0px;border-top-left-radius:0px;padding-top:12px;padding-bottom:12px}
.s-menu-item{display:none !important}
@media (min-width: 1024px){
.s-menu-item{display:block !important}
.s-menu-root-level{display:inline-block !important}}
.s-menu-non-root-level{position:relative}
.s-menu-products-wrapper{flex-grow:1;padding:2rem}
.s-menu-products-container{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-gap:1rem;gap:1rem}
.s-menu-products-container h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.s-menu-products-container span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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%}
.mb-4.s-menu-submenu-with-product.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-menu-submenu-with-product.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.s-menu-footer-item.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-menu-footer-item.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-menu-footer-item.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-footer-item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-footer-item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-footer-item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-menu-footer-item.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-footer-item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-menu-footer-item:last-child{margin-bottom:0px}
.s-menu-topnav-list{display:none;align-items:center;white-space:nowrap}
.loading-screen.s-menu-topnav-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-menu-topnav-list {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-menu-topnav-item .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-menu-topnav-item.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-topnav-item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-topnav-item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-topnav-item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-menu-topnav-item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-menu-topnav-item:hover{opacity:0.8}
.s-menu-topnav-item:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.s-menu-topnav-item:first-child:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.s-menu-topnav-item:last-child:where([dir="ltr"], [dir="ltr"] *){border-width:0px;padding-right:0px}
.s-menu-topnav-item:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.s-menu-topnav-item:first-child:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
.s-menu-topnav-item:last-child:where([dir="rtl"], [dir="rtl"] *){border-width:0px;padding-left:0px}
.s-metadata-box{margin-bottom:1.25rem;display:block;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:1.25rem}
.s-metadata-box.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-metadata-box.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-metadata-box.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-metadata-box.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-metadata-box.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-metadata-box.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-metadata-box.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-metadata-box.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-metadata-box.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-metadata-box.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-metadata-box.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-metadata-box.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-metadata-box-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-metadata-box-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-metadata-box-header.text-xl,
h4.text-red-800.s-metadata-box-header.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-metadata-box-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-metadata-box-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-metadata-box-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-metadata-box-header.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-metadata-box-header.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-metadata-box-header.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-metadata-box-header.text-xl,
  h4.text-red-800.s-metadata-box-header.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-metadata-row{margin-bottom:0.75rem;display:flex;flex-direction:row;justify-content:space-between;gap:0.5rem;line-height:1.25rem}
.mb-4.s-metadata-row.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-metadata-row.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-metadata-row.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-metadata-row.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-metadata-row-name.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-metadata-row-name.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-metadata-row-name.text-xl,
h4.text-red-800.s-metadata-row-name.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-metadata-row-name .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-metadata-row-name .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-metadata-row-name .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-metadata-row-name span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-metadata-row-name.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-metadata-row-name.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-metadata-row-name.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-metadata-row-name.text-xl,
  h4.text-red-800.s-metadata-row-name.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-modal-container{position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:200;overflow:hidden}
.s-modal-wrapper{height:100%;overflow-y:auto;text-align:center}
.s-modal-loader{margin-left:0.5rem;margin-right:0.5rem;display:flex;align-items:center;justify-content:center;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.mb-4.s-modal-loader.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-modal-loader.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-modal-loader {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.s-modal-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-modal-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-modal-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-modal-close.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-modal-close.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-modal-close.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-modal-header-inner.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-modal-header-inner.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-modal-header-inner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-modal-header-inner.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-modal-header-inner.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-modal-header-inner.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-modal-header-inner.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-modal-header-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-modal-header-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-modal-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-modal-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-modal-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-modal-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-modal-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-modal-icon{margin-left:auto;margin-right:auto;margin-bottom:1rem;height:5rem;width:5rem}}
.s-modal-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
@media (min-width: 640px){
.s-modal-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0px}}
.s-modal-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
@media (min-width: 640px){
.s-modal-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}}
.s-modal-icon svg{fill:#9ca3af}
.s-modal-bg-normal{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-modal-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-modal-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-modal-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-modal-bg-normal.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-modal-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-modal-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-modal-title.text-xl,
h4.text-red-800.s-modal-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-modal-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-modal-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-modal-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-modal-title.text-xl,
  h4.text-red-800.s-modal-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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))}
.s-modal-sub-title.line-through,
span.s-modal-sub-title.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-modal-sub-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-modal-sub-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-modal-sub-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-modal-sub-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-modal-sub-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-modal-sub-title.line-through {
    color: #666666;
  }
}
@media (min-width: 640px){
.s-modal-sub-title{margin-bottom:0.5rem}}
.s-modal-title-below{order:10}
.s-modal-body-slot{width:100%}
.s-modal-body{position:fixed;left:0px;bottom:0px;display:inline-block;width:100%;--tw-translate-y:1rem;transform:translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;border-radius:.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)}
.s-modal-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-modal-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-modal-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-modal-body.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-modal-is-center {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-modal-is-center{text-align:center}
.s-modal-xs{max-width:380px}
.s-modal-sm{max-width:480px}}
@media (min-width: 768px){
.s-modal-md{max-width:768px}}
.s-modal-lg{max-width:992px}
.s-modal-xl{max-width:1280px}
.s-modal-full{height:100%;width:100%}
@media (min-width: 768px){
.s-modal-full{height:calc(100% - 70px);width:calc(100% - 70px)}}
.s-multiple-bundle-product-wrapper{margin-bottom:1.25rem;display:block}
.bg-white.py-2\.5.s-multiple-bundle-product-wrapper.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-multiple-bundle-product-wrapper.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-multiple-bundle-product-wrapper.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-multiple-bundle-product-wrapper.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-wrapper-sections{display:flex;flex-direction:column;gap:1rem}
.s-multiple-bundle-product-wrapper-sections h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-multiple-bundle-product-wrapper-sections.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-wrapper-sections.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-wrapper-sections span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-wrapper-slider .swiper{display:block !important}
.s-multiple-bundle-product-wrapper-slider .swiper-pagination{position:static}
.s-multiple-bundle-product-wrapper-slider .swiper-pagination .swiper-pagination-bullet{height:8px;width:8px}
.s-multiple-bundle-product-slide-one-third{width:100% !important}
.s-multiple-bundle-product-slide-one-third{height:auto}
@media (min-width: 640px){
.s-multiple-bundle-product-slide-one-third{width:100% !important}}
@media (min-width: 768px){
.s-multiple-bundle-product-slide-one-third{width:50% !important}}
@media (min-width: 1024px){
.s-multiple-bundle-product-slide-one-third{width:35.7% !important}}
.s-multiple-bundle-product-slide-one-third-disabled{pointer-events:none;cursor:not-allowed}
.s-multiple-bundle-product-slide-one-third-disabled .s-multiple-bundle-product-image-wrapper{opacity:0.5}
.s-multiple-bundle-product-slide-one-third-disabled .s-multiple-bundle-product-button{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}
.s-multiple-bundle-product-card{position:relative;display:flex;height:100%;width:100%;flex-direction:column;overflow:hidden;border-radius:0.5rem;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))}
.mb-4.s-multiple-bundle-product-card.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-card.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-checkbox{position:absolute;top:0.25rem;right:0.5rem;height:1rem;width:1rem;border-radius:.75rem;--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1));accent-color:#16a34a}
input[type=radio].sr-only div.s-multiple-bundle-product-checkbox {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-multiple-bundle-product-checkbox {
  border-color: var(--color-main);
}
.s-multiple-bundle-product-checkbox.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-multiple-bundle-product-checkbox.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-image-wrapper{display:flex;height:200px;justify-content:center}
.mb-4.s-multiple-bundle-product-image-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-image-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-image{width:100%;-o-object-fit:cover;object-fit:cover}
.s-multiple-bundle-product-content-wrapper{padding:0.5rem;line-height:1rem}
.s-multiple-bundle-product-content{display:flex;align-items:flex-start;justify-content:space-between;gap:0.5rem}
.mb-4.s-multiple-bundle-product-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-multiple-bundle-product-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-multiple-bundle-product-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-details{display:flex;flex-direction:column}
.mb-4.s-multiple-bundle-product-details.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-details.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-title-wrapper{flex:1 1 0%}
.s-multiple-bundle-product-title{font-size:9px;font-weight:500;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
.s-multiple-bundle-product-price-wrapper{display:flex;align-items:center;gap:0.25rem}
.mb-4.s-multiple-bundle-product-price-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-price-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-price-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-price{font-size:9px;font-weight:700;--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
.main-content h2.s-multiple-bundle-product-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-multiple-bundle-product-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-multiple-bundle-product-price.text-xl,
h4.text-red-800.s-multiple-bundle-product-price.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-multiple-bundle-product-price.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-multiple-bundle-product-price.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-multiple-bundle-product-price.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-multiple-bundle-product-price.text-xl,
  h4.text-red-800.s-multiple-bundle-product-price.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-multiple-bundle-product-price-discount{margin-left:0.5rem;font-size:8px;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));text-decoration-line:line-through}
.s-multiple-bundle-product-price-discount.line-through,
span.s-multiple-bundle-product-price-discount.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.text-gray-500.s-multiple-bundle-product-price-discount,
span.text-gray-500.s-multiple-bundle-product-price-discount,
.regular-price.s-multiple-bundle-product-price-discount {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-multiple-bundle-product-price-discount {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-multiple-bundle-product-price-discount.line-through {
    color: #666666;
  }
  .text-gray-500.s-multiple-bundle-product-price-discount {
    color: #666666;
  }
}
.s-multiple-bundle-product-button{display:flex;align-items:center;gap:0.25rem;border-radius:0.5rem;border-width:0px;text-align:left;font-size:10px;font-weight:700;--tw-text-opacity:1;color:rgba(22, 163, 74, 1);color:rgba(22, 163, 74, 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}
.s-multiple-bundle-product-button:where([dir="ltr"], [dir="ltr"] *){text-align:left}
.s-multiple-bundle-product-button:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.main-content h2.s-multiple-bundle-product-button.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-multiple-bundle-product-button.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-multiple-bundle-product-button.text-xl,
h4.text-red-800.s-multiple-bundle-product-button.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-multiple-bundle-product-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-button {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-multiple-bundle-product-button.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-multiple-bundle-product-button.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-multiple-bundle-product-button.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-multiple-bundle-product-button.text-xl,
  h4.text-red-800.s-multiple-bundle-product-button.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-multiple-bundle-product-button:hover{--tw-text-opacity:1;color:rgba(59, 130, 246, 1);color:rgba(59, 130, 246, var(--tw-text-opacity, 1))}
.s-multiple-bundle-product-button-icon{font-size:10px;font-weight:700}
.main-content h2.s-multiple-bundle-product-button-icon.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-multiple-bundle-product-button-icon.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-multiple-bundle-product-button-icon.text-xl,
h4.text-red-800.s-multiple-bundle-product-button-icon.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-multiple-bundle-product-button-icon.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-multiple-bundle-product-button-icon.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-multiple-bundle-product-button-icon.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-multiple-bundle-product-button-icon.text-xl,
  h4.text-red-800.s-multiple-bundle-product-button-icon.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-multiple-bundle-product-button-icon svg{height:1rem;width:1rem;fill:#16a34a}
.s-multiple-bundle-product-button-disabled-icon{pointer-events:none;opacity:0.5}
.s-multiple-bundle-product-badge{display:flex;flex-shrink:0;align-items:center;gap:0.25rem;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;font-size:7px;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-multiple-bundle-product-badge.line-through,
span.s-multiple-bundle-product-badge.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.s-multiple-bundle-product-badge.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-badge.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-badge {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-multiple-bundle-product-badge {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-multiple-bundle-product-badge.line-through {
    color: #666666;
  }
}
.s-multiple-bundle-product-options-modal-footer{display:flex;justify-content:flex-end}
.mb-4.s-multiple-bundle-product-options-modal-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-options-modal-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-options-modal-slider{margin-top:1.25rem;display:flex;gap:1.25rem}
.mb-4.s-multiple-bundle-product-options-modal-slider.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-options-modal-slider.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-options-modal-slider .s-slider-container .swiper-slide{display:flex;align-items:center;justify-content:center}
.mb-4.s-multiple-bundle-product-options-modal-slider .s-slider-container .swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-options-modal-slider .s-slider-container .swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-options-modal-slider .s-slider-container .swiper-slide {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs{margin-top:0px !important}
.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container{margin:0px !important;width:40px !important;transform:none !important;padding-left:0px !important;padding-right:0px !important;padding-top:0.5rem !important;padding-bottom:0.5rem !important}
.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container{position:static}
.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container .swiper-slide{margin-top:0px !important;display:flex !important;height:40px !important}
.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container .swiper-slide{width:100%;align-items:center;justify-content:center;padding:0.25rem}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container .swiper-slide {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-wrapper{width:100%}
.s-multiple-bundle-product-cart-header{display:flex;align-items:center;gap:1rem}
.s-multiple-bundle-product-cart-header h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-multiple-bundle-product-cart-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-cart-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-cart-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-no-options{justify-content:space-between}
.mb-4.flex.s-multiple-bundle-product-cart-header-no-options.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-multiple-bundle-product-cart-header-no-options.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-content{display:flex;align-items:center;gap:1rem}
.s-multiple-bundle-product-cart-header-content h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-multiple-bundle-product-cart-header-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-cart-header-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-cart-header-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-content span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-remove-button{display:flex;align-items:center;gap:0.25rem}
.mb-4.s-multiple-bundle-product-cart-header-remove-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-cart-header-remove-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-cart-header-remove-button {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-body-remove-button{display:flex;align-items:center;justify-content:flex-end;gap:0.25rem}
.mb-4.s-multiple-bundle-product-cart-body-remove-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-cart-body-remove-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-cart-body-remove-button {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-image-wrapper{position:relative;flex-shrink:0;overflow:hidden}
.s-multiple-bundle-product-cart-header-image{height:4rem;width:4rem;flex: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));--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;-o-object-position:center;object-position:center}
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-cart-header-image.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-cart-header-image.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-cart-header-image.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-cart-header-image.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-content-details > :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-multiple-bundle-product-cart-header-content-details-title{font-size:1rem;font-weight:500;line-height:1.5rem;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.s-multiple-bundle-product-cart-header-content-details-price{display:flex;align-items:center;gap:0.25rem}
.mb-4.s-multiple-bundle-product-cart-header-content-details-price.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-cart-header-content-details-price.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-cart-header-content-details-price {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-content-details-price-regular{font-size:0.75rem;line-height:1rem;font-weight:700;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.main-content h2.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl,
h4.text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl,
  h4.text-red-800.s-multiple-bundle-product-cart-header-content-details-price-regular.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-multiple-bundle-product-cart-header-content-details-price-sale{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));text-decoration-line:line-through}
.s-multiple-bundle-product-cart-header-content-details-price-sale.line-through,
span.s-multiple-bundle-product-cart-header-content-details-price-sale.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.text-gray-500.s-multiple-bundle-product-cart-header-content-details-price-sale,
span.text-gray-500.s-multiple-bundle-product-cart-header-content-details-price-sale,
.regular-price.s-multiple-bundle-product-cart-header-content-details-price-sale {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-multiple-bundle-product-cart-header-content-details-price-sale {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-multiple-bundle-product-cart-header-content-details-price-sale.line-through {
    color: #666666;
  }
  .text-gray-500.s-multiple-bundle-product-cart-header-content-details-price-sale {
    color: #666666;
  }
}
.s-multiple-bundle-product-cart-header-content-details-quantity{display:flex;align-items:center;gap:0.25rem;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.mb-4.s-multiple-bundle-product-cart-header-content-details-quantity.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-multiple-bundle-product-cart-header-content-details-quantity.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-multiple-bundle-product-cart-header-content-details-quantity {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-multiple-bundle-product-cart-header-content-details-title-link{font-size:1rem;line-height:1.5rem;font-weight:500}
.s-multiple-bundle-product-options-modal-slider-thumb{height:100%;width:100%;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));-o-object-fit:cover;object-fit:cover}
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-options-modal-slider-thumb.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-options-modal-slider-thumb.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-options-modal-slider-thumb.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-multiple-bundle-product-options-modal-slider-thumb.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-notifications-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-notifications-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-notifications-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-notifications-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-notifications-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-notifications-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-notifications-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-notifications-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-notifications-item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-notifications-item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-notifications-item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-notifications-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-notifications-item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
h1.s-notifications-item-icon.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-notifications-item-icon {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-notifications-item-icon {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-notifications-item-icon,
h4.text-red-800.font-bold.s-notifications-item-icon {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-notifications-item-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-notifications-item-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-notifications-item-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-notifications-item-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-notifications-item-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-notifications-item-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-notifications-item-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-notifications-item-icon,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-notifications-item-icon {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-notifications-item-icon {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-notifications-item-icon,
  h4.text-red-800.font-bold.s-notifications-item-icon {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.main-content h2.s-notifications-item-content-leading h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-notifications-item-content-leading h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-notifications-item-content-leading h4.text-xl,
h4.text-red-800.s-notifications-item-content-leading h4.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading h4 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading h4 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading h4 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading h4 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-notifications-item-content-leading h4.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-notifications-item-content-leading h4.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-notifications-item-content-leading h4.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-notifications-item-content-leading h4.text-xl,
  h4.text-red-800.s-notifications-item-content-leading h4.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-notifications-item-content-leading p{margin-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-leading p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-notifications-item-content-trailing {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-notifications-item-content-trailing.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-notifications-item-content-trailing.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-notifications-item-content-trailing.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-trailing .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-trailing .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-trailing .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-notifications-item-content-trailing.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-notifications-item-content-trailing span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-notifications-item-content-trailing-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.375rem}
.s-notifications-item-content-trailing-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.375rem}
.s-notifications-item-read{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-notifications-item-read.line-through,
span.s-notifications-item-read.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-notifications-item-read {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-notifications-item-read.line-through {
    color: #666666;
  }
}
.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))}
.mb-4.s-notifications-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-notifications-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-notifications-no-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-offer-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-offer-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-offer-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-offer-wrapper{padding:1.25rem}}
@media (min-width: 768px){
.s-offer-wrapper{margin-bottom:4rem}}
.s-offer-corner-badge{position:absolute;z-index:1;float:left;margin:0px;height:auto;width:auto;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:0px;--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1));padding-left:3rem;padding-right:3rem;padding-top:0.25rem;padding-bottom:0.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.s-offer-corner-badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-offer-corner-badge {
  border-color: var(--color-main);
}
.s-offer-corner-badge.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-corner-badge.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-slide-one-sixth-single.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-slide-one-sixth-single.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-slide-cat-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-slide-cat-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-slide-cat-entry {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-slide-cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-offer-slide-cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-offer-slide-cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-offer-slide-cat-entry.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-slide-cat-entry.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-slide-cat-entry.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-slide-cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-offer-slide-cat-entry.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.s-offer-slide-cat-entry i.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-offer-slide-cat-entry i.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-slide-cat-entry h4{font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.s-offer-slide-cat-entry h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-slide-cat-entry h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-slide-cat-entry h4.text-xl,
h4.text-red-800.s-offer-slide-cat-entry h4.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-cat-entry h4 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-cat-entry h4 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-cat-entry h4 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-cat-entry h4 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-slide-cat-entry h4.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-slide-cat-entry h4.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-slide-cat-entry h4.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-slide-cat-entry h4.text-xl,
  h4.text-red-800.s-offer-slide-cat-entry h4.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-offer-slide-offer-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-slide-offer-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-slide-offer-entry {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-offer-slide-offer-entry.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-offer-slide-offer-entry.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-slide-offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-offer-slide-offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-offer-slide-offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-offer-slide-offer-entry.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-slide-offer-entry.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-slide-offer-entry.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-slide-offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-offer-slide-offer-entry.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-slide-offer-entry-price-quantity-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-slide-offer-entry-price-quantity-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price-amount-percent .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price-amount-percent .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price-amount-percent .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-slide-offer-entry-price-amount-percent span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-slide-offer-entry-price-amount-percent span{font-weight:700}
.main-content h2.s-offer-slide-offer-entry-price-amount-percent span.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-slide-offer-entry-price-amount-percent span.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl,
h4.text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl,
  h4.text-red-800.s-offer-slide-offer-entry-price-amount-percent span.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-offer-discount-list-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-discount-list-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-offer-discount-list-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-offer-discount-list-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-offer-discount-list-item-money.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-discount-list-item-money.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-discount-list-item-money.text-xl,
h4.text-red-800.s-offer-discount-list-item-money.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-discount-list-item-money.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-discount-list-item-money.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-discount-list-item-money.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-discount-list-item-money.text-xl,
  h4.text-red-800.s-offer-discount-list-item-money.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-offer-discount-list-item-discount{font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-discount-list-item-discount .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-discount-list-item-discount .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-discount-list-item-discount .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-discount-list-item-discount span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-discount-list-item-discount span{font-weight:700}
.main-content h2.s-offer-discount-list-item-discount span.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-discount-list-item-discount span.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-discount-list-item-discount span.text-xl,
h4.text-red-800.s-offer-discount-list-item-discount span.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-discount-list-item-discount span.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-discount-list-item-discount span.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-discount-list-item-discount span.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-discount-list-item-discount span.text-xl,
  h4.text-red-800.s-offer-discount-list-item-discount span.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-offer-bank-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-bank-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-bank-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-bank-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-offer-bank-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-offer-bank-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-bank-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-bank-wrapper-sinlge-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-bank-wrapper-sinlge-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-bank-wrapper-sinlge-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-bank-logo{margin-bottom:0.25rem;display:flex;height:5rem;width:5rem;align-items:center;border-radius:.75rem}
.mb-4.s-offer-bank-logo.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-bank-logo.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-bank-logo {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-bank-logo img{height:100%;max-height:100%;width:100%;-o-object-fit:contain;object-fit:contain}
.s-offer-bank-payment-wrapper{display:flex;min-width:84px;justify-content:center}
.mb-4.s-offer-bank-payment-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-bank-payment-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-offer-bank-payment-single.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-bank-payment-single.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-bank-payment-single {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-bank-payment-single.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-offer-bank-payment-single.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-offer-bank-payment-single.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-bank-payment-single.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-bank-payment-single img{height:-moz-fit-content;height:fit-content;width:100%;-o-object-fit:contain;object-fit:contain}
.s-offer-bank-payment-discount-percent{position:absolute;top:-1rem;left:auto;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(254, 226, 226, 1);background-color:rgba(254, 226, 226, var(--tw-bg-opacity, 1));padding:0.25rem;font-size:0.75rem;line-height:1rem;font-weight:400;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.s-offer-bank-payment-discount-percent {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-offer-bank-payment-discount-percent {
  border-color: var(--color-main);
}
.s-offer-bank-payment-discount-percent.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-bank-payment-discount-percent.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-bank-message{width:100%}
.s-offer-bank-message h2{max-width:92%;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.s-offer-bank-message p{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400;line-height:1.5;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-bank-message p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-bank-message p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-bank-message p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-bank-message p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-offer-bank-message-amount.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-bank-message-amount.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-bank-message-amount.text-xl,
h4.text-red-800.s-offer-bank-message-amount.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-bank-message-amount.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-bank-message-amount.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-bank-message-amount.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-bank-message-amount.text-xl,
  h4.text-red-800.s-offer-bank-message-amount.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.bg-white.py-2\.5.s-offer-.s-slider-block__title.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-offer-.s-slider-block__title.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-offer-.s-slider-block__title.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-offer-.s-slider-block__title.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.absolute.top-4.z-\[2\] .s-offer-.s-offer-wrapper .s-slider-block__title h2 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-.s-offer-wrapper .s-slider-block__title p{margin-top:0.25rem;overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none;line-height:1.5rem}
.s-offer-wrapper .s-slider-block__title::before{content:\ee30;font-family:sallaicons;position:absolute;top:1rem;font-size:3rem;font-weight:400;line-height:1;z-index:-1;color:rgba(254, 242, 242, 1)}
.s-offer-modal-body{display:flex;overflow-x:auto;margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px;gap:24px;padding-bottom:32px;-webkit-overflow-scrolling:touch;}
.s-offer-modal-body::-webkit-scrollbar{display:none}
.s-offer-modal-badge{margin-bottom:0.625rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1.5rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-top:0.625rem;padding-bottom:0.625rem;padding-left:1rem;padding-right:1rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-offer-modal-badge.line-through,
span.s-offer-modal-badge.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-badge {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-offer-modal-badge.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-offer-modal-badge.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-offer-modal-badge.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-offer-modal-badge .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-offer-modal-badge.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-badge.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-badge.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-badge.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-offer-modal-badge.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-badge.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-offer-modal-badge {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-offer-modal-badge.line-through {
    color: #666666;
  }
}
.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-icon svg.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-offer-modal-badge-icon svg.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-badge-text{font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.s-offer-modal-badge-text.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-modal-badge-text.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-modal-badge-text.text-xl,
h4.text-red-800.s-offer-modal-badge-text.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge-text .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge-text .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge-text .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-badge-text span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-modal-badge-text.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-modal-badge-text.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-modal-badge-text.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-modal-badge-text.text-xl,
  h4.text-red-800.s-offer-modal-badge-text.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-offer-modal-cat-item.swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-cat-item.swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-cat-item.swiper-slide {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-cat-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-offer-modal-cat-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-offer-modal-cat-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-offer-modal-cat-item.swiper-slide.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-modal-cat-item.swiper-slide.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-modal-cat-item.swiper-slide.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-offer-modal-cat-item.swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-offer-modal-cat-item.swiper-slide.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-modal-product.swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-product.swiper-slide.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-offer-modal-product.swiper-slide{width:40%}}
@media (min-width: 1024px){
.s-offer-modal-product.swiper-slide{width:28%}}
.s-offer-modal-product-image-wrap{position:relative;margin-bottom:1rem;display:block;height:8rem;overflow:hidden;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1))}
.s-offer-modal-product-image-wrap.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-offer-modal-product-image-wrap.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-offer-modal-product-image-wrap.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-modal-product-image-wrap.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-modal-product-image-wrap.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-offer-modal-product-image-wrap.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-product-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.s-offer-modal-not-available{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.s-offer-modal-product-info{margin-bottom:1rem}
.s-offer-modal-product-info.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-offer-modal-product-info.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-offer-modal-product-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-offer-modal-product-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-offer-modal-product-price.text-xl,
h4.text-red-800.s-offer-modal-product-price.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-offer-modal-product-price.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-product-price.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-product-price {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-offer-modal-product-price.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-offer-modal-product-price.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-offer-modal-product-price.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-product-price .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-product-price .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-product-price .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-offer-modal-product-price.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-product-price span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-offer-modal-product-price.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-offer-modal-product-price.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-offer-modal-product-price.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-offer-modal-product-price.text-xl,
  h4.text-red-800.s-offer-modal-product-price.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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))}
.absolute.top-4.z-\[2\] .s-offer-modal-product-sale-price {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.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}
.text-gray-500.s-offer-modal-product-old-price,
span.text-gray-500.s-offer-modal-product-old-price,
.regular-price.s-offer-modal-product-old-price {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
@media print {
  .text-gray-500.s-offer-modal-product-old-price {
    color: #666666;
  }
}
.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))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-header-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-header-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-header-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-header-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-offer-modal-header-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.mb-4.s-offer-modal-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-offer-modal-footer.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-offer-modal-footer.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-footer .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-footer .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-footer .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-footer span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-offer-modal-footer{margin-top:2rem;flex-direction:row}}
.s-offer-modal-expiry{margin-bottom:1.25rem}
.bg-white.py-2\.5.s-offer-modal-expiry.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-offer-modal-expiry.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-offer-modal-expiry.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-offer-modal-expiry.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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;
}
.mb-4.s-offer-modal-remember-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-remember-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-remember-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-remember-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-remember-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-remember-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.bg-white.py-2\.5.mb-5.s-offer-modal-remember-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-modal-remember-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-offer-modal-remember-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-offer-modal-remember-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-modal-slider-centered .s-offer-modal-slider-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-slider-centered .s-offer-modal-slider-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center}
.mb-4.s-offer-modal-skeleton.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-skeleton.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-skeleton {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-skeleton-items{margin-top:1.5rem;margin-bottom:1.5rem;display:flex;width:100%;align-items:center}
.mb-4.s-offer-modal-skeleton-items.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-skeleton-items.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-skeleton-items {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-skeleton-item{cursor:inherit !important}
.s-offer-modal-skeleton-item{position:relative;margin-right:1.25rem;width:33.333333%;text-align:center}
.s-offer-modal-skeleton-item:last-child{margin-right:0px}
.s-offer-modal-skeleton-item:where([dir="rtl"], [dir="rtl"] *){margin-right:0px;margin-left:1.25rem}
.s-offer-modal-skeleton-item:last-child:where([dir="rtl"], [dir="rtl"] *){margin-left:0px}
.s-offer-modal-skeleton-header{width:100%}
.s-offer-modal-skeleton-header salla-skeleton{margin-left:auto;margin-right:auto}
.s-offer-modal-skeleton-header salla-skeleton:nth-child(1){margin-bottom:1.25rem}
.s-offer-modal-skeleton-header salla-skeleton:nth-child(2){margin-bottom:0.75rem}
.s-offer-modal-skeleton-header salla-skeleton:nth-child(3){margin-bottom:1.25rem}
.s-offer-modal-skeleton-item-subtitle{display:flex;width:100%;align-items:center;justify-content:space-between}
.mb-4.s-offer-modal-skeleton-item-subtitle.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-skeleton-item-subtitle.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-offer-modal-skeleton-item-subtitle.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-offer-modal-skeleton-item-subtitle.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-skeleton-item-subtitle {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-offer-modal-skeleton-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-offer-modal-skeleton-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-offer-modal-skeleton-footer.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-offer-modal-skeleton-footer.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-offer-modal-skeleton-footer {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-discount-table{width:100%;border-width:1px;--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1))}
.s-offer-modal-discount-table table{width:100%;text-align:left;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(119, 119, 119, 1);color:rgba(119, 119, 119, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-discount-table table .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-discount-table table .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-discount-table table .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-offer-modal-discount-table table span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-offer-modal-discount-table tr{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgba(238, 238, 238, 1);border-color:rgba(238, 238, 238, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(252, 252, 252, 1);background-color:rgba(252, 252, 252, var(--tw-bg-opacity, 1))}
.s-offer-modal-discount-table tr:last-child{border-bottom-width:0px}
.s-offer-modal-discount-table tr td{padding-top:1rem;padding-bottom:1rem;padding-left:1.5rem;padding-right:1.5rem}
.s-offer-modal-discount-table tr td:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.s-offer-modal-discount-table-cell{text-align:right}
.s-offer-modal-discount-table-cell:where([dir="rtl"], [dir="rtl"] *){text-align:left !important}
.s-offer-modal-type-discounts-table .s-modal-body{position:relative !important}
.s-order-details-multiple-bundle-product{display:flex;height:auto;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;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));outline:2px solid transparent;outline-offset:0px}
.mb-4.s-order-details-multiple-bundle-product.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-multiple-bundle-product.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-multiple-bundle-product.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-order-details-multiple-bundle-product.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-order-details-multiple-bundle-product.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-order-details-multiple-bundle-product.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-wrapper{display:block}
.s-order-details-bundle-content{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}
.s-order-details-bundle-content h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-order-details-bundle-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-bundle-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-bundle-content span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-bundle-title{margin-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.s-order-details-bundle-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-order-details-bundle-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-order-details-bundle-title.text-xl,
h4.text-red-800.s-order-details-bundle-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-bundle-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-bundle-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-bundle-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-bundle-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-order-details-bundle-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-order-details-bundle-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-order-details-bundle-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-order-details-bundle-title.text-xl,
  h4.text-red-800.s-order-details-bundle-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-order-details-product{display:flex;align-items:center;justify-content:space-between;gap:0.75rem}
.mb-4.s-order-details-product.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-product.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-details-product {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-order-details-product.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-order-details-product.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-product-content{min-width:0px}
.s-order-details-product-info{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-order-details-product-info.line-through,
span.s-order-details-product-info.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.s-order-details-product-info.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-product-info.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-details-product-info {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-order-details-product-info {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-order-details-product-info.line-through {
    color: #666666;
  }
}
.s-order-details-product-image{display:flex;height:3.5rem;width:3.5rem;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;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))}
.mb-4.s-order-details-product-image.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-product-image.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-details-product-image {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-order-details-product-image.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-order-details-product-image.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-order-details-product-image.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-order-details-product-image.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-order-details-product-image.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-order-details-product-image.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-order-details-product-image.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-product-image.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-product-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.s-order-details-product-details{display:flex;min-width:0px;flex-grow:1;flex-direction:column;gap:0.25rem}
.mb-4.s-order-details-product-details.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-product-details.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-product-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1));text-decoration-line:none}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-name .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-name .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-name .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-name span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-product-name:hover{color:#414042;color:var(--color-primary)}
.s-order-details-product-price{font-size:0.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-price .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-price .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-price .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-product-price span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-product-price-sale{--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.s-order-details-product-regular-price{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}
.text-gray-500.s-order-details-product-regular-price,
span.text-gray-500.s-order-details-product-regular-price,
.regular-price.s-order-details-product-regular-price {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
@media print {
  .text-gray-500.s-order-details-product-regular-price {
    color: #666666;
  }
}
.s-order-details-product-quantity{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-order-details-options{margin-top:1rem}
.s-order-details-option{display:flex;align-items:center;justify-content:space-between;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));padding-top:0.5rem;padding-bottom:0.5rem}
.mb-4.s-order-details-option.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-option.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-order-details-option.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-order-details-option.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-details-option {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option:last-child{border-bottom-width:0px}
.s-order-details-option-name{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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-name .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-name .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-name .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-name span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-value{text-align:right;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-order-details-option-value.line-through,
span.s-order-details-option-value.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-value .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-value .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-value .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-value span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-order-details-option-value {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-order-details-option-value.line-through {
    color: #666666;
  }
}
.s-order-details-option-value:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.s-order-details-options-title{margin-top:1.25rem;margin-bottom:0.875rem;font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.s-order-details-options-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-order-details-options-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-order-details-options-title.text-xl,
h4.text-red-800.s-order-details-options-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-order-details-options-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-order-details-options-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-order-details-options-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-order-details-options-title.text-xl,
  h4.text-red-800.s-order-details-options-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-order-details-options-container{margin-bottom:0.5rem;display:flow-root;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:1rem;padding-right:1rem}
.bg-white.py-2\.5.mb-5.s-order-details-options-container.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-order-details-options-container.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-order-details-options-container.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-order-details-options-container .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-order-details-options-container.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-order-details-options-container.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-options-container-borderless{margin-bottom:0.5rem;display:flow-root}
.s-order-details-options-list > :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));--tw-divide-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-divide-opacity, 1))}
.s-order-details-options-list{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-list .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-list .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-list .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-options-list span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-options-item{display:flex;align-items:center;justify-content:space-between;padding-top:0.625rem;padding-bottom:0.625rem}
.mb-4.s-order-details-options-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-options-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-details-options-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-order-details-options-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-order-details-options-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-order-details-options-item.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-order-details-options-item.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-order-details-options-item.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-order-details-options-item.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-options-item-name{margin-bottom:0.5rem}
@media (min-width: 768px){
.s-order-details-options-item-name{margin-bottom:0px}}
.s-order-details-options-item-value{font-weight:500}
.s-order-details-options-item-value-image{font-weight:500;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.s-order-details-options-item-value-text{font-size:0.75rem;line-height:1rem;font-weight:500}
.s-order-details-option-image-container{display:flex}
.s-order-details-option-image-container > :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)))}
.mb-4.s-order-details-option-image-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-option-image-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-image-container:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-order-details-option-image{height:1.5rem;width:1.5rem;border-radius:0.375rem;-o-object-fit:cover;object-fit:cover}
.bg-white.py-2\.5.mb-5.s-order-details-option-image.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-order-details-option-image.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-order-details-option-image.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-order-details-option-image.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-color-swatch{display:inline-block;height:1.5rem;width:1.5rem;border-radius:9999px;--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-order-details-option-color-swatch:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.s-order-details-option-color-swatch:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.s-order-details-option-file-link{font-size:0.875rem;line-height:1.25rem;color:#414042;color:var(--color-primary);text-decoration-line:underline}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-file-link .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-file-link .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-file-link .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-file-link span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-color-picker{display:flex;width:-moz-fit-content;width:fit-content;border-radius:.75rem;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))}
.mb-4.s-order-details-option-color-picker.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-option-color-picker.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-color-picker-content{display:flex;align-items:center;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
.mb-4.s-order-details-option-color-picker-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-details-option-color-picker-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-details-option-color-picker-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-color-picker-content:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px;padding-right:0.25rem}
.s-order-details-option-color-picker-content:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px;padding-left:0.25rem}
.s-order-details-option-color-picker-text{padding-left:0.25rem;padding-right:0.25rem;font-size:0.75rem;line-height:1rem}
.s-order-details-option-color-picker-swatch{display:inline-block;height:1rem;border-radius:.75rem;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));padding:0.25rem;--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-order-details-option-color-picker-swatch:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.s-order-details-option-color-picker-swatch:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}
.s-order-details-option-color-picker-button{padding-left:0.25rem;padding-right:0.25rem;padding-top:0.25rem}
.s-order-details-option-color-picker-icon{pointer-events:none;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-order-details-option-color-picker-icon.line-through,
span.s-order-details-option-color-picker-icon.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-color-picker-icon .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-color-picker-icon .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-color-picker-icon .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-color-picker-icon span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-order-details-option-color-picker-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-order-details-option-color-picker-icon.line-through {
    color: #666666;
  }
}
.s-order-details-option-map-button{font-size:0.875rem;line-height:1.25rem;color:#414042;color:var(--color-primary)}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-map-button .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-map-button .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-map-button .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-details-option-map-button span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-details-option-default-text{font-size:0.75rem;line-height:1rem}
.s-order-details-option-color-copy-icon svg{height:1rem;width:1rem;fill:#6b7280}
.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}
.bg-white.py-2\.5.mb-5.s-order-summary-item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-order-summary-item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-order-summary-item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-order-summary-item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.main-content h2.s-order-summary-item-download.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-order-summary-item-download.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-order-summary-item-download.text-xl,
h4.text-red-800.s-order-summary-item-download.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-summary-item-download .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-summary-item-download .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-summary-item-download .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-summary-item-download span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-order-summary-item-download.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-order-summary-item-download.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-order-summary-item-download.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-order-summary-item-download.text-xl,
  h4.text-red-800.s-order-summary-item-download.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.flex.s-order-summary-code-item-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-order-summary-code-item-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-summary-code-item-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-order-summary-code-item-wrapper p.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-summary-code-item-wrapper p.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-summary-code-item-wrapper p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-summary-digital-item-wrapper{display:flex;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}
.mb-4.s-order-summary-digital-item-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-summary-digital-item-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-order-summary-digital-item-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-order-summary-digital-item-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-order-totals-card-wrapper{display:block}
.s-order-totals-card-panel{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:1.5rem;padding-right:1.5rem}
.s-order-totals-card-panel.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-order-totals-card-panel.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-order-totals-card-panel.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-order-totals-card-panel.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-order-totals-card-panel.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-order-totals-card-panel.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-order-totals-card-panel.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-order-totals-card-panel.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-totals-card-heading{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-order-totals-card-heading div.absolute {
  transition: all 0.3s;
}
input[type=radio].s-order-totals-card-heading:checked ~ div.absolute {
  border-color: var(--color-main);
}
.s-order-totals-card-flow{display:flow-root}
.s-order-totals-card-list{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-order-totals-card-list.line-through,
span.s-order-totals-card-list.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-list .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-list .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-list .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-list span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-order-totals-card-list {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-order-totals-card-list.line-through {
    color: #666666;
  }
}
.s-order-totals-card-list > .s-order-totals-card-row{border-bottom-width:1px}
.s-order-totals-card-list > .s-order-totals-card-row:last-child{border-bottom-width:0px}
.s-order-totals-card-row{display:block}
.s-order-totals-card-row-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem}
.s-order-totals-card-row-inner h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-order-totals-card-row-inner.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-totals-card-row-inner.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-totals-card-row-inner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-order-totals-card-row-inner.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-order-totals-card-row-inner.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-totals-card-row-inner span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-totals-card-label{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.s-order-totals-card-value{font-weight:500}
.s-order-totals-card-discount{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.absolute.top-4.z-\[2\] .s-order-totals-card-discount {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-order-totals-card-tax-value{font-weight:500;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.s-order-totals-card-total{margin-left:-1.5rem;margin-right:-1.5rem;border-radius:0.375rem;background-color:var(--color-border);padding-left:1.5rem;padding-right:1.5rem}
.bg-white.py-2\.5.mb-5.s-order-totals-card-total.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-order-totals-card-total.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-order-totals-card-total.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-order-totals-card-total.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-totals-card-total-label{font-size:1rem;line-height:1.5rem;font-weight:500}
.s-order-totals-card-total-value{font-size:1rem;line-height:1.5rem;font-weight:500}
.s-order-totals-card-refund{margin-left:-1.5rem;margin-right:-1.5rem;border-left-width:4px;--tw-border-opacity:1;border-color:rgba(254, 202, 202, 1);border-color:rgba(254, 202, 202, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(254, 242, 242, 1);background-color:rgba(254, 242, 242, var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem}
.s-order-totals-card-refund:where([dir="rtl"], [dir="rtl"] *){border-left-width:0px;border-right-width:4px}
.s-order-totals-card-refund-label{display:flex;align-items:center;gap:0.5rem;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.mb-4.s-order-totals-card-refund-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-order-totals-card-refund-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-order-totals-card-refund-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-order-totals-card-refund-icon{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-refund-icon .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-refund-icon .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-refund-icon .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-order-totals-card-refund-icon span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-order-totals-card-refund-icon {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-order-totals-card-refund-value{font-weight:500;--tw-text-opacity:1;color:rgba(220, 38, 38, 1);color:rgba(220, 38, 38, var(--tw-text-opacity, 1))}
.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}
.loading-screen.s-orders-reference-id {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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)}
.s-orders-copy-to-clipboard-button{display:flex;align-items:center}
.mb-4.s-orders-copy-to-clipboard-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-orders-copy-to-clipboard-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-orders-copy-to-clipboard-button {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-orders-copy-to-clipboard-button{display:none}}
.s-orders-copy-to-clipboard-button salla-button{position:relative}
.s-orders-copy-to-clipboard-button-icon{pointer-events:none;font-size:0.75rem;line-height:1rem}
.s-orders-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.s-orders-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}
@media (min-width: 768px){
.s-orders-status-container{margin-left:0px;margin-right:0px}}
.s-orders-status-container:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}
.s-orders-status-container:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}
.s-orders-status-container i{margin-top:0.25rem}
.s-orders-status-container i:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}
.s-orders-status-container i:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}
.s-orders-status-rated{font-size:1.125rem;line-height:1.75rem}
.s-orders-status-rated:where([dir="ltr"], [dir="ltr"] *){margin-left:1rem}
.s-orders-status-rated:where([dir="rtl"], [dir="rtl"] *){margin-right:1rem}
.s-orders-rated-text{--tw-text-opacity:1;color:rgba(251, 191, 36, 1);color:rgba(251, 191, 36, var(--tw-text-opacity, 1))}
.s-orders-unrated-text{--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}
.s-orders-no-content{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:5rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.mb-4.s-orders-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-orders-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-orders-no-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-orders-no-content .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.s-orders-no-content .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-orders-no-content .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-orders-no-content .icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-orders-no-content .icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-orders-no-content .icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-orders-no-content p{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-orders-no-content p.line-through,
span.s-orders-no-content p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.s-orders-no-content p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-orders-no-content p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-orders-no-content p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-orders-no-content p.line-through {
    color: #666666;
  }
}
.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))}
.loading-screen.s-orders-table-head {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bg-white.py-2\.5.s-orders-table-head.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-orders-table-head.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-orders-table-head.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-orders-table-head.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-head-tr-th .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-head-tr-th .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-head-tr-th .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-head-tr-th span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-orders-table-tbody-tr.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-orders-table-tbody-tr.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-orders-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-orders-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-orders-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-orders-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-tbody-tr-td .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-tbody-tr-td .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-tbody-tr-td .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-orders-table-tbody-tr-td span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-orders-table-tbody-tr-td:first-child.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-orders-table-tbody-tr-td:first-child.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl,
h4.text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl,
  h4.text-red-800.s-orders-table-tbody-tr-td:first-child.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-orders-table-tbody-tr-td-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-orders-table-tbody-tr-td-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-orders-table-tbody-tr-td-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-orders-table-tbody-tr-td-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-orders-table-tbody-tr-td-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-orders-table-tbody-tr-td-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}
.s-orders-table-tbody-tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}
input[type=radio].sr-only div.s-orders-table-tbody-tr a {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-orders-table-tbody-tr a {
  border-color: var(--color-main);
}
.s-orders-table-tbody-tr a.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-orders-table-tbody-tr a.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-payments-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-payments-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-payments-list-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-payments-list-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-payments-list-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-payments-list-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-payments-list-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-payments-list-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-payments-list-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-placeholder-description .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-placeholder-description .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-placeholder-description .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-placeholder-description span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-placeholder-icon{margin-bottom:1rem;fill:#e5e7eb}
.s-placeholder-icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-placeholder-icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-placeholder-align-right > .s-placeholder-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-placeholder-align-right > .s-placeholder-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-placeholder-align-right > .s-placeholder-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-placeholder-align-center > .s-placeholder-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-placeholder-align-center > .s-placeholder-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-placeholder-align-center > .s-placeholder-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-placeholder-icon-xs > svg{height:1.5rem;width:1.5rem}
.s-placeholder-icon-sm > svg{height:2.5rem;width:2.5rem}
.s-placeholder-icon-md > svg{height:3.5rem;width:3.5rem}
.s-placeholder-icon-lg > svg{height:4rem;width:4rem}
.s-placeholder-icon-xl > svg{height:5rem;width:5rem}
.s-placeholder-icon-xxl > svg{height:6rem;width:6rem}
.s-placeholder-icon-xxxl > svg{height:7rem;width:7rem}
.s-placeholder-icon-xs > i{font-size:20px}
.s-placeholder-icon-sm > i{font-size:35px}
.s-placeholder-icon-md > i{font-size:45px}
.s-placeholder-icon-lg > i{font-size:58px}
.s-placeholder-icon-xl > i{font-size:75px}
.s-placeholder-icon-xxl > i{font-size:85px}
.s-placeholder-icon-xxxl > i{font-size:100px}
.s-placeholder-wrapper{margin-top:3rem;margin-bottom:3rem;display:block}
.s-price-range-input{pointer-events:none;position:absolute;z-index:20;height:0.5rem;width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0}
.s-price-range-input * {
  pointer-events: none;
}
input[type=radio].sr-only div.s-price-range-input {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-price-range-input {
  border-color: var(--color-main);
}
.s-price-range-input.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-price-range-input.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.bg-white.py-2\.5.mb-5.s-price-range-bar.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-price-range-bar.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-price-range-bar.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-price-range-bar.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-price-range-bar.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-price-range-bar.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.bg-white.py-2\.5.mb-5.s-price-range-active-bar.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-price-range-active-bar.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-price-range-active-bar.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-price-range-active-bar.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-price-range-active-bar.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-price-range-active-bar.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-left-handle.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-price-range-left-handle.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-right-handle.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-price-range-right-handle.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-price-range-inputs{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;padding-top:1rem}
.mb-4.s-price-range-inputs.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-price-range-inputs.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-price-range-inputs {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-number-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-number-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-number-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-number-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-price-range-number-input:focus{--tw-border-opacity:1;border-color:rgba(156, 163, 175, 1);border-color:rgba(156, 163, 175, var(--tw-border-opacity, 1))}
.s-price-range-gray-text{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-price-range-gray-text.line-through,
span.s-price-range-gray-text.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-gray-text .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-gray-text .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-gray-text .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-price-range-gray-text span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-price-range-gray-text {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-price-range-gray-text.line-through {
    color: #666666;
  }
}
.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);
}
.s-price-range-currency.line-through,
span.s-price-range-currency.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.s-price-range-currency.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-price-range-currency.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-price-range-currency {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-price-range-currency.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-price-range-currency.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-price-range-currency {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-price-range-currency.line-through {
    color: #666666;
  }
}
@media (min-width: 640px){
.s-price-range-currency{font-size:0.875rem;line-height:1.25rem}}
.s-price-range-relative{position:relative}
.s-product-availability-wrap{width:100%}
.s-product-availability-subscribed{display:flex;width:100%;align-items:center;justify-content:center;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem;padding-top:0.75rem;padding-bottom:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(34, 197, 94, 1);color:rgba(34, 197, 94, var(--tw-text-opacity, 1))}
.main-content h2.s-product-availability-subscribed.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-availability-subscribed.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-availability-subscribed.text-xl,
h4.text-red-800.s-product-availability-subscribed.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-product-availability-subscribed.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-availability-subscribed.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-availability-subscribed {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-subscribed .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-subscribed .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-subscribed .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-availability-subscribed.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-availability-subscribed.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-availability-subscribed.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-subscribed span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-availability-subscribed.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-availability-subscribed.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-availability-subscribed.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-availability-subscribed.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-availability-subscribed.text-xl,
  h4.text-red-800.s-product-availability-subscribed.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-availability-header-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-product-availability-header-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-product-availability-header-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-product-availability-header-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-product-availability-header-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.main-content h2.s-product-availability-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-availability-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-availability-label.text-xl,
h4.text-red-800.s-product-availability-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-availability-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-availability-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-availability-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-availability-label.text-xl,
  h4.text-red-800.s-product-availability-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-availability-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-availability-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-availability-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-availability-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-availability-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-product-availability-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-availability-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-product-availability-footer.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-availability-footer.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-availability-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-product-availability-footer-btn{width:100%}
.s-product-availability-error-msg{display:block;height:1.75rem;padding-top:0.25rem;font-size:0.75rem;line-height:1rem;--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}
.s-product-availability-error-msg:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}
.s-product-availability-error-msg{--tw-border-opacity:1 !important;border-color:rgba(239, 68, 68, 1) !important;border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;--tw-text-opacity:1 !important;color:rgba(239, 68, 68, 1) !important;color:rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important}
.s-product-card-entry{position:relative;display:flex;height:100%;justify-content:space-between;border-radius:.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}
.mb-4.flex.s-product-card-entry.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-card-entry.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-product-card-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-card-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-card-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-overlay.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-overlay:hover{opacity:0.4}
.s-product-card-vertical{flex-direction:column}
.s-product-card-vertical .s-product-card-image{flex:1 1 0%;border-top-left-radius:.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-vertical .s-product-card-wishlist-btn.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-minimal .s-product-card-wishlist-btn.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-product-card-minimal .s-product-card-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-minimal .s-product-card-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.main-content h2.s-product-card-quantity.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-quantity.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-quantity.text-xl,
h4.text-red-800.s-product-card-quantity.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-product-card-quantity.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-quantity.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-quantity.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-quantity.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-quantity.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-quantity.text-xl,
  h4.text-red-800.s-product-card-quantity.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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);
}
.main-content h2.s-product-card-promotion-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-promotion-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-promotion-title.text-xl,
h4.text-red-800.s-product-card-promotion-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-product-card-promotion-title.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.s-product-card-promotion-title.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-promotion-title.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.s-product-card-promotion-title.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-promotion-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-promotion-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-promotion-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-promotion-title.text-xl,
  h4.text-red-800.s-product-card-promotion-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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);
}
.main-content h2.s-product-card-out-badge.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-out-badge.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-out-badge.text-xl,
h4.text-red-800.s-product-card-out-badge.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.s-product-card-out-badge.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-card-out-badge.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-card-out-badge.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-card-out-badge.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-out-badge.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-out-badge.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-out-badge.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-out-badge.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-out-badge.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-out-badge.text-xl,
  h4.text-red-800.s-product-card-out-badge.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@media (min-width: 768px){
.s-product-card-out-badge{padding-top:0.5rem;padding-bottom:0.5rem}}
.s-product-card-image{position:relative;height:100%;width:100%;flex-shrink:0;overflow:hidden;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.s-product-card-image::before{position:absolute;top:50%;left:50%;display:inline-block;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:1.875rem;line-height:2.25rem;content:var(--tw-content);--tw-text-opacity:1;color:rgba(229, 231, 235, 1);color:rgba(229, 231, 235, var(--tw-text-opacity, 1))}
.s-product-card-image:hover{opacity:0.9}
.s-product-card-image img{height:100%;width:100%;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.s-product-card-image img.loaded{position:relative;opacity:1}
.s-product-card-content{position:relative;display:flex;flex-direction:column;padding:0.75rem}
.mb-4.s-product-card-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-subtitle .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-subtitle .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-subtitle .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-subtitle span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-donation-input label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-donation-input label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-donation-input label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-donation-input label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.absolute.top-4.z-\[2\] .s-product-card-donation-input label span {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.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))}
.main-content h2.s-product-card-content-title a.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-content-title a.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-content-title a.text-xl,
h4.text-red-800.s-product-card-content-title a.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-title a .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-title a .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-title a .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-content-title a span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-content-title a.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-content-title a.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-content-title a.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-content-title a.text-xl,
  h4.text-red-800.s-product-card-content-title a.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-product-card-content-sub.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-content-sub.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-product-card-content-sub.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-card-content-sub.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-card-content-sub {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-product-card-content-sub.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-product-card-content-sub.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-product-card-content-sub.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-product-card-content-sub.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-product-card-rating.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-rating.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-card-rating {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-rating .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-rating .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-rating .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-rating span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-product-card-content-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-content-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-card-content-footer {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-product-card-sale-price h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-sale-price h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-sale-price h4.text-xl,
h4.text-red-800.s-product-card-sale-price h4.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price h4 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price h4 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price h4 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price h4 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-sale-price h4.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-sale-price h4.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-sale-price h4.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-sale-price h4.text-xl,
  h4.text-red-800.s-product-card-sale-price h4.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.text-gray-500.s-product-card-sale-price span,
span.text-gray-500.s-product-card-sale-price span,
.regular-price.s-product-card-sale-price span {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price span .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price span .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price span .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-sale-price span span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .text-gray-500.s-product-card-sale-price span {
    color: #666666;
  }
}
.s-product-card-starting-price{display:flex;width:100%;align-items:center;justify-content:space-between}
.mb-4.s-product-card-starting-price.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-starting-price.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-product-card-starting-price.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-card-starting-price.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-card-starting-price {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-product-card-starting-price h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-starting-price h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-starting-price h4.text-xl,
h4.text-red-800.s-product-card-starting-price h4.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-starting-price h4 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-starting-price h4 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-starting-price h4 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-starting-price h4 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-starting-price h4.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-starting-price h4.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-starting-price h4.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-starting-price h4.text-xl,
  h4.text-red-800.s-product-card-starting-price h4.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-product-card-price{font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.s-product-card-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-card-price.text-xl,
h4.text-red-800.s-product-card-price.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-price .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-price .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-price .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-card-price span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-price.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-price.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-card-price.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-card-price.text-xl,
  h4.text-red-800.s-product-card-price.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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);
}
.mb-4.s-product-card-content-pie.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-content-pie.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-card-content-pie {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-content-pie.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-content-pie.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-product-card-content-pie span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-content-pie span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-card-content-pie span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-content-pie span.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-content-pie span.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-content-pie span b{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#414042;color:var(--color-primary)}
h1.s-product-card-content-pie span b.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-product-card-content-pie span b {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.s-product-card-content-pie span b.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-product-card-content-pie span b {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-card-content-pie span b.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-product-card-content-pie span b,
h4.text-red-800.font-bold.s-product-card-content-pie span b {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-red-800.s-product-card-content-pie span b.text-xl,
h4.text-red-800.s-product-card-content-pie span b.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-product-card-content-pie span b,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-product-card-content-pie span b {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-card-content-pie span b.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-card-content-pie span b.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-product-card-content-pie span b {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  
  .text-red-800.s-product-card-content-pie span b.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-product-card-content-pie span b,
  h4.text-red-800.font-bold.s-product-card-content-pie span b {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .text-red-800.s-product-card-content-pie span b.text-xl,
  h4.text-red-800.s-product-card-content-pie span b.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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%}
.s-product-card-full-image{height:20rem;overflow:hidden}
@media (min-width: 768px){
.s-product-card-full-image{height:auto}}
.s-product-card-full-image .s-product-card-content{position:absolute;bottom:0px;z-index:10;width:100%;padding-left:2.5rem;padding-right:2.5rem;padding-top:1.25rem;padding-bottom:1.75rem}
input[type=radio].sr-only div.s-product-card-full-image .s-product-card-content {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-card-full-image .s-product-card-content {
  border-color: var(--color-main);
}
.s-product-card-full-image .s-product-card-content.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-full-image .s-product-card-content.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-card-full-image img{position:relative;height:100%;width:100%;overflow:hidden;border-radius:.75rem}
.s-product-card-full-image img:hover{opacity:0.9}
.s-product-card-full-image .s-product-card-image a{height:100%;width:100%}
.s-product-card-full-image .s-product-card-content-title a{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.s-product-card-full-image .s-product-card-content-title a:hover{color:#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%}
.s-product-options-wrapper{margin-bottom:1.25rem;display:block;border-radius:0.375rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:1.25rem}
.s-product-options-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-options-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-options-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-wrapper.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-wrapper.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-wrapper.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-product-options-wrapper.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-product-options-wrapper.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-product-options-wrapper.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-options-wrapper.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-product-options-wrapper.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-option-container{margin-bottom:1.25rem}
.bg-white.py-2\.5.s-product-options-option-container.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-product-options-option-container.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-product-options-option-container.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-product-options-option-container.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.flex.justify-between.s-product-options-option.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.justify-between.s-product-options-option.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.s-product-options-option .flex.items-center,
.mb-4.flex.justify-between.sm\:grid.s-product-options-option .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.main-content h2.s-product-options-option-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-options-option-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-options-option-label.text-xl,
h4.text-red-800.s-product-options-option-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-option-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-option-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-option-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-option-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-options-option-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-options-option-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-options-option-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-options-option-label.text-xl,
  h4.text-red-800.s-product-options-option-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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}
.mb-4.s-product-options-donation-message.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-donation-message.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-product-options-donation-message.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-options-donation-message.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-donation-message {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.absolute.top-4.z-\[2\] .s-product-options-option-label b span {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-option-label small{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-product-options-option-label small.line-through,
span.s-product-options-option-label small.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-product-options-option-label small {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-product-options-option-label small.line-through {
    color: #666666;
  }
}
.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}
.bg-white.py-2\.5.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-product-options-colors-wrapper .s-product-options-colors-item.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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].top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-colors-wrapper input[type=radio].top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-product-options-colors-wrapper input[type=radio] + label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-colors-wrapper input[type=radio] + label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-colors-wrapper input[type=radio] + label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-colors-wrapper input[type=radio] + label div .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-colors-wrapper input[type=radio] + label div .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-colors-wrapper input[type=radio] + label div .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-colors-wrapper input[type=radio] + label div span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-colors-wrapper input[type=radio] + label span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-product-options-colors-wrapper input[type=radio] + label span.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-product-options-colors-wrapper input[type=radio] + label span.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-product-options-colors-wrapper input[type=radio] + label span.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-colors-wrapper input[type=radio] + label span.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-product-options-colors-wrapper input[type=radio] + label span.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-colors-wrapper input[type=radio] + label span:after{height:14px;width:14px;--tw-scale-x:.5;--tw-scale-y:.5;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));opacity:0;transition-property:all;transition-duration:300ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);--tw-content:'';content:'';content:var(--tw-content)}
.s-product-options-colors-wrapper input[type=radio]:checked + label span:after{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}
.s-product-options-colors-wrapper input[type=radio]:disabled + label{opacity:0.4}
.s-product-options-field-required{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-product-options-field-required.line-through,
span.s-product-options-field-required.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-product-options-field-required {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-product-options-field-required.line-through {
    color: #666666;
  }
}
.s-product-options-donation-progress{margin-bottom:0.625rem;width:100%}
.s-product-options-donation-progress-target-text{margin-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-product-options-donation-progress-target-text.line-through,
span.s-product-options-donation-progress-target-text.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-text .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-text .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-text .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-text span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-product-options-donation-progress-target-text {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-product-options-donation-progress-target-text.line-through {
    color: #666666;
  }
}
.s-product-options-donation-progress-amount{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}
.mb-4.s-product-options-donation-progress-amount.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-donation-progress-amount.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-product-options-donation-progress-amount.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-options-donation-progress-amount.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-amount .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-amount .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-amount .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-amount span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-donation-progress-wrapper{height:1rem;width:100%;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}
.dark *.s-product-options-donation-progress-wrapper{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}
.s-product-options-donation-progress-bar{position:relative;display:flex;height:1rem;justify-content:flex-end;border-radius:9999px;background-color:#414042;background-color:var(--color-primary);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms}
.mb-4.s-product-options-donation-progress-bar.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-donation-progress-bar.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-progress-target-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.flex.s-product-options-donation-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-options-donation-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-donation-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-product-options-donation-wrapper h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-options-donation-wrapper h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-options-donation-wrapper h4.text-xl,
h4.text-red-800.s-product-options-donation-wrapper h4.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-options-donation-wrapper h4.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-options-donation-wrapper h4.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-options-donation-wrapper h4.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-options-donation-wrapper h4.text-xl,
  h4.text-red-800.s-product-options-donation-wrapper h4.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-product-options-donation-amount-label{margin-bottom:0.625rem;display:block;flex:1 1 0%;font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-amount-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-amount-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-amount-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-amount-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.bg-white.py-2\.5.mb-5.s-product-options-donation-amount-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-donation-amount-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-donation-amount-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-donation-amount-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-donation-amount-curruncy.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-donation-amount-curruncy.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-multiple-options-wrapper{flex-wrap:wrap;align-items:center}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-multiple-options-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-product-options-multiple-options-wrapper label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-multiple-options-wrapper label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-multiple-options-wrapper label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-multiple-options-wrapper label.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-product-options-multiple-options-wrapper label.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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;
}
.bg-white.py-2\.5.mb-5.s-product-options-multiple-options-wrapper input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-multiple-options-wrapper input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-multiple-options-wrapper input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-multiple-options-wrapper input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-multiple-options-wrapper span .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-multiple-options-wrapper span .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-multiple-options-wrapper span .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-multiple-options-wrapper span span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.bg-white.py-2\.5.mb-5.s-product-options-thumbnails-wrapper label.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-thumbnails-wrapper label.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-thumbnails-wrapper label.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-thumbnails-wrapper label.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-product-options-thumbnails-wrapper label{height:5rem}}
.s-product-options-thumbnails-wrapper > div{position:relative;display:inline-block;width:100%;text-align:center}
.s-product-options-thumbnails-stock-badge{position:absolute;bottom:10px;left:50%;z-index:0;display:block;--tw-translate-x:-50%;transform:translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));white-space:nowrap;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1));padding-left:0.375rem;padding-right:0.375rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div.s-product-options-thumbnails-stock-badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-stock-badge {
  border-color: var(--color-main);
}
.s-product-options-thumbnails-stock-badge.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-thumbnails-stock-badge.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-thumbnails-badge-overlay{position:absolute;top:0px;height:100%;width:100%;cursor:not-allowed;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));opacity:0.5}
input[type=radio].sr-only div.s-product-options-thumbnails-badge-overlay {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-badge-overlay {
  border-color: var(--color-main);
}
.s-product-options-thumbnails-badge-overlay.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-options-thumbnails-badge-overlay.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-options-thumbnails-badge-overlay.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-thumbnails-badge-overlay.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-thumbnails-badge-overlay.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-thumbnails-badge-overlay.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-thumbnails-icon{position:absolute;left:35%;top:35%;z-index:10;--tw-scale-x:.5;--tw-scale-y:.5;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:2px;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
input[type=radio].sr-only div.s-product-options-thumbnails-icon {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-product-options-thumbnails-icon {
  border-color: var(--color-main);
}
.s-product-options-thumbnails-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-options-thumbnails-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-options-thumbnails-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-thumbnails-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-thumbnails-icon.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-thumbnails-icon.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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].top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-thumbnails-wrapper div input[type=radio].top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-thumbnails-wrapper div input[type=radio] + label{position:relative}
.s-product-options-thumbnails-wrapper div input[type=radio] + label img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.s-product-options-thumbnails-wrapper div label::before{position:absolute;top:0px;right:0px;bottom:0px;left:0px;--tw-bg-opacity:1;background-color:rgba(0, 0, 0, 1);background-color:rgba(0, 0, 0, var(--tw-bg-opacity, 1));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);content:var(--tw-content);transition-duration:300ms}
.s-product-options-thumbnails-wrapper div input[type=radio]:checked + label::before{content:var(--tw-content);opacity:0.3}
.s-product-options-thumbnails-wrapper div input[type=radio]:disabled + label{opacity:0.4}
.s-product-options-thumbnails-wrapper div p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-thumbnails-wrapper div p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-thumbnails-wrapper div p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-thumbnails-wrapper div p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-thumbnails-wrapper div p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-image-input .s-file-upload-wrapper{min-height:120px}
.s-product-options-image-input .filepond--list-scroller{overflow-y:inherit !important}
.s-product-options-image-input .filepond--drop-label{min-height:120px !important}
.s-product-options-image-input .filepond--drop-label{cursor:pointer;border-radius:0.375rem;border-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-product-options-image-input .filepond--drop-label * {
  pointer-events: none;
}
.s-product-options-image-input .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-options-image-input .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-options-image-input .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-image-input .filepond--drop-label.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-image-input .filepond--drop-label.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-image-input .filepond--drop-label.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-image-input .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-options-image-input .filepond--drop-label.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.mb-4.s-product-options-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-filepond-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-donation-amount-currency.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-product-options-donation-options.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-donation-options.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-product-options-donation-options.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-product-options-donation-options.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-product-options-donation-options.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-product-options-donation-options.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-product-options-donation-options-item label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-donation-options-item label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-donation-options-item label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-options-donation-options-item label.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-donation-options-item label.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-donation-options-item label.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-product-options-donation-options-item label.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-product-options-donation-options-item label.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-product-options-donation-options-item label.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-options-item label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-options-item label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-options-item label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-donation-options-item label.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-product-options-donation-options-item label.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-donation-options-item label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-donation-options-item input{display:none}
.loading-screen.s-product-options-donation-options-item input {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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)}
.s-product-options-textarea textarea{resize:none}
.s-product-options-digital-card-wrapper{display:flex;flex-wrap:wrap;gap:1rem}
.s-product-options-digital-card-wrapper h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-product-options-digital-card-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-digital-card-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-digital-card-wrapper span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-product-options-digital-card-option.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-digital-card-option.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-digital-card-option {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-product-options-digital-card-option.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-digital-card-option.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-product-options-digital-card-option.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-product-options-digital-card-option.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-product-options-grid-mode.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-grid-mode.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-product-options-grid-mode.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-product-options-grid-mode.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-product-options-grid-mode.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-product-options-grid-mode.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.main-content h2.s-product-options-grid-mode-span.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-options-grid-mode-span.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-options-grid-mode-span.text-xl,
h4.text-red-800.s-product-options-grid-mode-span.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-product-options-grid-mode-span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-grid-mode-span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-grid-mode-span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-grid-mode-span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-options-grid-mode-span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-options-grid-mode-span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-grid-mode-span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-options-grid-mode-span.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-options-grid-mode-span.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-options-grid-mode-span.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-options-grid-mode-span.text-xl,
  h4.text-red-800.s-product-options-grid-mode-span.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.main-content h2.s-product-options-grid-mode-span-checkbox.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-product-options-grid-mode-span-checkbox.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-product-options-grid-mode-span-checkbox.text-xl,
h4.text-red-800.s-product-options-grid-mode-span-checkbox.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-product-options-grid-mode-span-checkbox.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-grid-mode-span-checkbox.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-options-grid-mode-span-checkbox {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-grid-mode-span-checkbox .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-grid-mode-span-checkbox .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-grid-mode-span-checkbox .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-product-options-grid-mode-span-checkbox span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-product-options-grid-mode-span-checkbox.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-product-options-grid-mode-span-checkbox.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-product-options-grid-mode-span-checkbox.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-product-options-grid-mode-span-checkbox.text-xl,
  h4.text-red-800.s-product-options-grid-mode-span-checkbox.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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)}
.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=checkbox].top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-grid-mode input[type=checkbox].top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-grid-mode input[type=radio].top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-options-grid-mode input[type=radio].top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-product-size-guide-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-size-guide-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-size-guide-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-size-guide-skeleton-table{margin-top:1.25rem;width:100%;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));line-height:1.25rem}
.s-product-size-guide-skeleton-table td{border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));padding:0.5rem;line-height:1.25rem}
.s-product-size-guide-header-icon{display:inline-flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-size-guide-header-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-product-size-guide-header-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-product-size-guide-header-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-product-size-guide-header-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-product-size-guide-header-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.mb-4.s-product-size-guide-skeleton-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-size-guide-skeleton-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-product-size-guide-skeleton-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-size-guide-skeleton-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-product-size-guide-skeleton-header.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-product-size-guide-skeleton-header.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-product-size-guide-skeleton-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-products-list-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-products-list-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-products-list-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-products-list-placeholder p{padding-top:0.5rem;text-align:center;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.s-products-list-row-cards{display:grid;grid-gap:1rem;gap:1rem}
.s-products-list-row-cards h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.s-products-list-row-cards span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-products-list-loading-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-products-list-loading-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-products-list-loading-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-products-list-horizontal-cards h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.s-products-list-horizontal-cards span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-products-list-horizontal-cards{gap:2rem}}
@media (min-width: 1024px){
.s-products-list-horizontal-cards{grid-template-columns:repeat(2, minmax(0, 1fr))}}
.s-products-list-placeholder span{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.s-products-list-placeholder span.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-products-list-placeholder span.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-products-list-placeholder span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-products-list-placeholder span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-products-list-placeholder span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-products-list-placeholder span svg{margin-left:auto;margin-right:auto;height:4rem;width:4rem;fill:#d1d5db;text-align:center}
.s-products-slider-wrapper{margin-bottom:2rem}
@media (min-width: 768px){
.s-products-slider-wrapper{margin-bottom:5rem}}
@media (min-width: 1024px){
.s-products-slider-wrapper{overflow:hidden}}
.s-products-slider-wrapper:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}
.s-products-slider-wrapper:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}
.s-products-slider-card{height:auto !important}
.s-products-slider-card{width:100%;max-width:250px;padding-left:0.5rem;padding-right:0.5rem}
@media (min-width: 640px){
.s-products-slider-card{width:50%;max-width:320px}}
@media (min-width: 768px){
.s-products-slider-card{width:33.333333%}}
@media (min-width: 1024px){
.s-products-slider-card{width:25%}}
.s-progress-bar-container{margin-bottom:0.625rem}
.s-progress-bar-header{margin-bottom:0.375rem;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.main-content h2.s-progress-bar-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-progress-bar-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-progress-bar-header.text-xl,
h4.text-red-800.s-progress-bar-header.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-progress-bar-header.line-through,
span.s-progress-bar-header.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-header .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-header .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-header .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-header span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-progress-bar-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-progress-bar-header.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-progress-bar-header.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-progress-bar-header.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  .s-progress-bar-header.line-through {
    color: #666666;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-progress-bar-header.text-xl,
  h4.text-red-800.s-progress-bar-header.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-progress-bar-target-section{margin-bottom:0.625rem;display:flex;justify-content:space-between;font-size:0.875rem;line-height:1.25rem}
.mb-4.s-progress-bar-target-section.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-progress-bar-target-section.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-progress-bar-target-section.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-progress-bar-target-section.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-target-section .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-target-section .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-target-section .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-target-section span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-progress-bar-wrapper{margin-bottom:0.375rem;width:100%;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}
.dark *.s-progress-bar-wrapper{--tw-bg-opacity:1;background-color:rgba(55, 65, 81, 1);background-color:rgba(55, 65, 81, var(--tw-bg-opacity, 1))}
.s-progress-bar-progress{height:100%;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(37, 99, 235, 1);background-color:rgba(37, 99, 235, var(--tw-bg-opacity, 1))}
.s-progress-bar-message{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-progress-bar-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-quantity-input-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-quantity-input-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-quantity-input-container.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-quantity-input-container.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-quantity-input-container.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quantity-input-container .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quantity-input-container .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quantity-input-container .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-quantity-input-container.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quantity-input-container span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.main-content h2.s-quantity-input-input.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-quantity-input-input.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-quantity-input-input.text-xl,
h4.text-red-800.s-quantity-input-input.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-quantity-input-input.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-quantity-input-input.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-quantity-input-input.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-quantity-input-input.text-xl,
  h4.text-red-800.s-quantity-input-input.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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%}
@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}
.mb-4.s-quick-order-button-cont.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-quick-order-button-cont.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-quick-order-button-cont.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-quick-order-button-cont.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-quick-order-checkbox-container{margin-top:0.5rem;margin-bottom:0.5rem;display:flex}
.mb-4.s-quick-order-checkbox-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-quick-order-checkbox-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-quick-order-expandable .s-form-group > span.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-quick-order-flex-input.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-quick-order-flex-input.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-quick-order-flex-input:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-quick-order-flex-input salla-tel-input{height:2.5rem;width:100%}
.s-quick-order-errors p{font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(185, 28, 28, 1);color:rgba(185, 28, 28, var(--tw-text-opacity, 1))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quick-order-errors p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quick-order-errors p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quick-order-errors p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-quick-order-errors p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-quick-order-confirm{display:flex;align-items:center;justify-content:center;border-radius:.75rem;border-width:1px;padding:0.5rem}
.mb-4.s-quick-order-confirm.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-quick-order-confirm.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-quick-order-confirm {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-quick-order-terms.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-quick-order-terms.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-quick-order-terms {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-quick-order-terms.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-quick-order-terms.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-modal-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-rating-modal-footer.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-rating-modal-footer.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-footer {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-rating-modal-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-rating-modal-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-rating-modal-btn.text-xl,
h4.text-red-800.s-rating-modal-btn.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-rating-modal-btn .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-rating-modal-btn.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-rating-modal-btn.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-rating-modal-btn.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-rating-modal-btn.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-rating-modal-btn.text-xl,
  h4.text-red-800.s-rating-modal-btn.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-rating-modal-dots.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-dots.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-modal-step-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-step-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-step-wrap {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-product-details{position:relative;display:flex;flex:1 1 0%;flex-direction:column;padding-bottom:1rem}
.mb-4.s-rating-modal-product-details.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-product-details.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-product-details-main{display:flex;align-items:flex-start;justify-content:space-between}
.mb-4.s-rating-modal-product-details-main.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-product-details-main.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-rating-modal-product-details-main.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-rating-modal-product-details-main.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-product-details-main .s-rating-stars-wrapper{margin-bottom:0.375rem;flex-direction:column;align-items:center;gap:0.625rem}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-product-details-main .s-rating-stars-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.mb-4.s-rating-modal-rounded-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-rounded-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-rounded-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-rounded-icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-rating-modal-rounded-icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-title{margin-bottom:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.main-content h2.s-rating-modal-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-rating-modal-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-rating-modal-title.text-xl,
h4.text-red-800.s-rating-modal-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-rating-modal-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-rating-modal-title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-rating-modal-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-rating-modal-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-rating-modal-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-rating-modal-title.text-xl,
  h4.text-red-800.s-rating-modal-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-rating-modal-store-logo{width:4rem;-o-object-fit:contain;object-fit:contain}
.s-rating-modal-shipping-logo{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}
.s-rating-modal-shipping-icon{font-size:3rem;line-height:1;color:#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}
.s-rating-modal-comment.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-rating-modal-comment.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-comment .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-comment .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-comment .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-comment.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-comment.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-comment.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-comment span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-comment.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-rating-modal-product .rating-outer-form.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-product .rating-outer-form.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.bg-white.py-2\.5.mb-5.s-rating-modal-product-img-wrap.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-product-img-wrap.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-product-img-wrap.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-product-img-wrap.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-rating-modal-product-img-wrap{width:5rem}}
.s-rating-modal-product-img{position:relative;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;font-size:0px}
.s-rating-modal-product-img::before{position:absolute;top:0px;left:0px;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}
.s-rating-modal-product-title{margin-bottom:0.375rem;font-size:0.875rem;font-weight:700;line-height:1.25rem}
.main-content h2.s-rating-modal-product-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-rating-modal-product-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-rating-modal-product-title.text-xl,
h4.text-red-800.s-rating-modal-product-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-product-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-product-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-product-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-product-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-rating-modal-product-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-rating-modal-product-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-rating-modal-product-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-rating-modal-product-title.text-xl,
  h4.text-red-800.s-rating-modal-product-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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)}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-rating-modal-thanks-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-rating-modal-thanks-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-rating-modal-thanks-title.text-xl,
h4.text-red-800.s-rating-modal-thanks-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-rating-modal-thanks-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-rating-modal-thanks-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-rating-modal-thanks-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-rating-modal-thanks-title.text-xl,
  h4.text-red-800.s-rating-modal-thanks-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-msg .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-msg .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-msg .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-msg span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-rating-modal-thanks-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-rating-modal-thanks-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-rating-modal-thanks-btn.text-xl,
h4.text-red-800.s-rating-modal-thanks-btn.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-thanks-btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-rating-modal-thanks-btn.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-rating-modal-thanks-btn.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-rating-modal-thanks-btn.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-rating-modal-thanks-btn.text-xl,
  h4.text-red-800.s-rating-modal-thanks-btn.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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);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}
.main-content h2.s-rating-modal-thanks-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-rating-modal-thanks-btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-rating-modal-thanks-btn.text-xl,
h4.text-red-800.s-rating-modal-thanks-btn.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-thanks-btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-modal-thanks-btn.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-thanks-btn.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-rating-modal-thanks-btn.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-rating-modal-thanks-btn.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-rating-modal-thanks-btn.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-rating-modal-thanks-btn.text-xl,
  h4.text-red-800.s-rating-modal-thanks-btn.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-time .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-time .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-time .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-thanks-time span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-stars-company{margin-bottom:1.25rem}
.bg-white.py-2\.5.s-rating-modal-stars-company.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-rating-modal-stars-company.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-rating-modal-stars-company.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-rating-modal-stars-company.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-stars-company .s-rating-stars-wrapper{flex-direction:column;align-items:center;justify-content:center;gap:0.5rem}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-stars-company .s-rating-stars-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-stars-product{margin-bottom:0.25rem}
.s-rating-modal-upload-count{font-size:0.875rem;line-height:1.25rem;font-weight:500}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-upload-count .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-upload-count .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-upload-count .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-upload-count span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-modal-skeleton.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-skeleton.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-skeleton {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-modal-skeleton-footer.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-skeleton-footer.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)))}
.mb-4.s-rating-modal-skeleton-stars.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-skeleton-stars.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-skeleton-stars {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-skeleton-stars:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-rating-modal-skeleton-stars div svg{width:25px;fill:currentColor;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.s-rating-modal-uploader{height:0px;opacity:0;transition-property:all;transition-duration:100ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
.s-rating-modal-uploader.is-opened{margin-bottom:1.5rem}
.s-rating-modal-uploader.is-closed{pointer-events:none;z-index:0}
.s-rating-modal-uploader .filepond--drop-label{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.s-rating-modal-uploader .filepond--file-status .filepond--file-status-main{font-size:11px}
.s-rating-modal-uploader .filepond--file-info-main{font-size:11px}
.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info{display:none}
.loading-screen.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.s-rating-modal-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-filepond-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-modal-contact.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-contact.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-rating-modal-contact.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-rating-modal-contact.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-contact {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-contact.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-rating-modal-contact.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-contact.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-contact.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-contact.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-contact.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-modal-contact-icons.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-contact-icons.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-contact-icons {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-rating-modal-contact-icons span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-contact-icons span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-contact-icons span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-contact-icons span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-rating-modal-contact-icons span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-rating-modal-contact-icons span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-contact-icons span.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-contact-icons span.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-rating-modal-contact-icons span.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-rating-modal-contact-icons span.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-rating-modal-contact-icons span.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.s-rating-modal-delete-wrapper p{margin-top:1.25rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-rating-modal-delete-wrapper p.line-through,
span.s-rating-modal-delete-wrapper p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-delete-wrapper p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-delete-wrapper p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-delete-wrapper p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-rating-modal-delete-wrapper p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-rating-modal-delete-wrapper p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-rating-modal-delete-wrapper p.line-through {
    color: #666666;
  }
}
.s-rating-modal-delete-actions{margin-top:1.25rem;display:flex;align-items:center;gap:0.625rem}
.mb-4.s-rating-modal-delete-actions.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-modal-delete-actions.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-modal-delete-actions {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-modal-delete-actions salla-button{width:100%}
.s-rating-modal-delete-actions salla-button button{width:100%}
.s-rating-stars-wrapper{display:inline-flex;align-items:center}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-stars-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-stars-wrapper.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-stars-wrapper.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-stars-wrapper.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-rating-stars-wrapper.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-rating-stars-element.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-stars-element.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-rating-stars-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-rating-stars-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-rating-stars-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-review-card-slider-container{position:relative;display:grid;height:auto;overflow:clip;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.s-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)}
.mb-4.s-review-card-slides.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-slides.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-review-card-slider-slide{display:grid;height:100%;width:100%;flex-shrink:0;align-content:center;justify-content:center;place-content:center}
.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);
}
.mb-4.s-review-card-slider-dots.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-slider-dots.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-review-card-slider-dots.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-review-card-slider-dots.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-review-card-content{display:grid;grid-gap:0.5rem;gap:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding:1.25rem}
.s-review-card-content.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-review-card-content.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-review-card-content.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-review-card-content.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-review-card-header{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.mb-4.s-review-card-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-review-card-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-review-card-stars.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-stars.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-review-card-reviewer-name{display:flex;align-items:center;gap:0.5rem}
.mb-4.s-review-card-reviewer-name.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-reviewer-name.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-review-card-reviewer-name {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-review-card-review-content.line-through,
span.s-review-card-review-content.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-review-content .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-review-content .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-review-content .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-review-content span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-review-card-review-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-review-card-review-content.line-through {
    color: #666666;
  }
}
.s-review-card-product-container{display:flex;gap:0.5rem}
.mb-4.s-review-card-product-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-product-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-product-details-name .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-product-details-name .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-product-details-name .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-review-card-product-details-name span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.s-review-card-product-details-purchase-count.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-product-details-purchase-count.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-review-card-product-details-purchase-count {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-review-card-product-details-purchase-count {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-review-card-divider{margin-left:auto;margin-right:auto;height:1px;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1))}
.s-review-card-verified-icon{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(251, 191, 36, 1);background-color:rgba(251, 191, 36, var(--tw-bg-opacity, 1));font-size:0.75rem;line-height:1rem}
.mb-4.s-review-card-verified-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-review-card-verified-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-review-card-verified-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-reviews-header-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-header-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-reviews-header-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-reviews-header-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-reviews-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-reviews-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-reviews-header.text-xl,
h4.text-red-800.s-reviews-header.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-reviews-header.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-reviews-header.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-reviews-header.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-reviews-header.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-reviews-header.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-reviews-header.text-xl,
  h4.text-red-800.s-reviews-header.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-reviews-avatar-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}
.s-reviews-content{margin-bottom:0.5rem;margin-top:1rem;line-height:1.5rem}
@media (min-width: 640px){
.s-reviews-content{margin-top:0px}}
.s-reviews-customer-header{font-size:0.75rem;line-height:1rem;font-weight:700}
.main-content h2.s-reviews-customer-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-reviews-customer-header.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-reviews-customer-header.text-xl,
h4.text-red-800.s-reviews-customer-header.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-reviews-customer-header.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-reviews-customer-header.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-reviews-customer-header.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-reviews-customer-header.text-xl,
  h4.text-red-800.s-reviews-customer-header.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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}
.main-content h2.s-reviews-display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-reviews-display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-reviews-display-all.text-xl,
h4.text-red-800.s-reviews-display-all.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-display-all {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-reviews-display-all.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-reviews-display-all.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-reviews-display-all.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-display-all .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-display-all .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-display-all .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-reviews-display-all.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-display-all span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-reviews-display-all.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-reviews-display-all.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-reviews-display-all.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-reviews-display-all.text-xl,
  h4.text-red-800.s-reviews-display-all.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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);
}
.s-reviews-quote-icon svg.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.s-reviews-quote-icon svg.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-reviews-quote-icon svg.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.s-reviews-quote-icon svg.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-reviews-testimonial.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-testimonial.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-reviews-testimonial.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-reviews-testimonial.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-reviews-testimonial.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-reviews-testimonial.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-reviews-testimonial__inner.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-testimonial__inner.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-testimonial__inner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.s-reviews-testimonial__icon svg.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.s-reviews-testimonial__icon svg.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-reviews-testimonial__icon svg.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.s-reviews-testimonial__icon svg.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.loading-screen.s-reviews-testimonial__text p {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@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}
.mb-4.s-reviews-testimonial__name_wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-testimonial__name_wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-testimonial__name_wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.loading-screen.s-reviews-testimonial__rating {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-testimonial__rating .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-testimonial__rating .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-testimonial__rating .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-testimonial__rating span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-reviews-testimonial__info h2{font-size:0.75rem;line-height:1rem;font-weight:700}
.main-content h2.s-reviews-testimonial__info h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-reviews-testimonial__info h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-reviews-testimonial__info h2.text-xl,
h4.text-red-800.s-reviews-testimonial__info h2.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-reviews-testimonial__info h2.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-reviews-testimonial__info h2.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-reviews-testimonial__info h2.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-reviews-testimonial__info h2.text-xl,
  h4.text-red-800.s-reviews-testimonial__info h2.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-container .swiper-slide-prev .s-reviews-testimonial {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial{align-items:center;justify-content:flex-start}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-container .swiper-slide-next .s-reviews-testimonial {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:7%}
.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:7%}
.s-reviews-container .swiper-slide-active{width:60%}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial{opacity:1;--tw-shadow:5px 0 0 0 var(--color-main);--tw-shadow-colored:5px 0 0 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
@media (min-width: 1024px){
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *){padding-right:6rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem}}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner{width:100%}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="ltr"], [dir="ltr"] *){margin-right:1.5rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="rtl"], [dir="rtl"] *){margin-left:1.5rem}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{margin-bottom:0.5rem}
@media (min-width: 1024px){
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{margin-bottom:0px}}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__rating{display:block}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__text p{display:block}
.s-reviews-container .s-slider--nav-arrow{right:17%;top:35%;display:none;--tw-translate-y:50%;transform:translate(var(--tw-translate-x), 50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.loading-screen.s-reviews-container .s-slider--nav-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
h1.s-reviews-page-title.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-reviews-page-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.s-reviews-page-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-reviews-page-title {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-reviews-page-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-reviews-page-title,
h4.text-red-800.font-bold.s-reviews-page-title {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-red-800.s-reviews-page-title.text-xl,
h4.text-red-800.s-reviews-page-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-page-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-reviews-page-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-page-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-reviews-page-title,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-reviews-page-title {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
body.gaming-dark-mode-enabled .text-red-800.s-reviews-page-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-reviews-page-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-reviews-page-title {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  
  .text-red-800.s-reviews-page-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-reviews-page-title,
  h4.text-red-800.font-bold.s-reviews-page-title {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .text-red-800.s-reviews-page-title.text-xl,
  h4.text-red-800.s-reviews-page-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.s-reviews-page-count.line-through,
span.s-reviews-page-count.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-page-count .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-page-count .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-page-count .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-reviews-page-count span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-reviews-page-count {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-reviews-page-count.line-through {
    color: #666666;
  }
}
.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)}
.bg-white.py-2\.5.mb-5.s-reviews-page-filter.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-reviews-page-filter.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-reviews-page-filter.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-reviews-page-filter.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-reviews-page-filter:focus{border-color:#414042;border-color:var(--color-primary)}
.s-reviews-page-filter-label{display:none;white-space:nowrap}
.loading-screen.s-reviews-page-filter-label {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.s-reviews-page-filter-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-page-filter-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-page-filter-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-reviews-page-header-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-page-header-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-page-header-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-reviews-page-header-wrapper.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-reviews-page-header-wrapper.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-reviews-summary-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-summary-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
@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}
.s-reviews-summary-header-section h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-reviews-summary-header-section.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-summary-header-section.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-summary-header-section {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-reviews-summary-header-section span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.s-reviews-summary-count.line-through,
span.s-reviews-summary-count.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-reviews-summary-count {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-reviews-summary-count.line-through {
    color: #666666;
  }
}
.s-reviews-summary-rows{display:grid;grid-gap:1rem;gap:1rem}
.s-reviews-summary-rows h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.s-reviews-summary-rows span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-reviews-summary-rows{width:54%}}
.s-reviews-summary-row{display:flex;align-items:center;gap:0.625rem}
.mb-4.s-reviews-summary-row.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-summary-row.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-summary-row {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-reviews-summary-row-rate.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-reviews-summary-row-rate.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-reviews-summary-row-rate {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl,
h4.text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl,
  h4.text-red-800.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-scopes-title{margin-bottom:0.75rem}
.s-scopes-header{margin-bottom:0.5rem;display:block;text-align:center}
.s-scopes-header-icon{margin:auto;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(252, 252, 252, 1);background-color:rgba(252, 252, 252, var(--tw-bg-opacity, 1))}
.mb-4.s-scopes-header-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-scopes-header-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-scopes-header-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.s-scopes-header-subtitle{text-align:left;font-size:1.25rem;line-height:1.75rem}
h1.s-scopes-header-subtitle.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-scopes-header-subtitle {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-scopes-header-subtitle {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-scopes-header-subtitle,
h4.text-red-800.font-bold.s-scopes-header-subtitle {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-scopes-header-subtitle,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-scopes-header-subtitle {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-scopes-header-subtitle {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-scopes-header-subtitle,
  h4.text-red-800.font-bold.s-scopes-header-subtitle {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-scopes-header-subtitle:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.s-scopes-search-wrapper{position:relative;width:100%}
.s-scopes-search-icon{pointer-events:none;position:absolute;top:0px;bottom:0px;left:0px;display:flex;align-items:center;padding-left:0.75rem}
input[type=radio].sr-only div.s-scopes-search-icon {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-scopes-search-icon {
  border-color: var(--color-main);
}
.mb-4.s-scopes-search-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-scopes-search-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-scopes-search-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-scopes-search-icon.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-scopes-search-icon.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-search-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-search-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-search-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-search-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-scopes-input-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-scopes-input-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-scopes-input-wrap {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-scopes-input-wrap.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-scopes-input-wrap.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-scopes-input-wrap.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-scopes-input-wrap.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.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))}
.mb-4.s-scopes-label.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-scopes-label.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-scopes-label {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-scopes-label.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-scopes-label.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-select .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-select .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-select .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-scopes-select.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-scopes-select.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-scopes-select.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-scopes-select .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-scopes-select.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-scopes-select span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-scopes-select.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-scopes-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-scopes-input-wrap.is-hidden-branch{display:none}
.loading-screen.s-scopes-input-wrap.is-hidden-branch {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-scopes-wrap{display:flex;max-height:350px;flex-direction:column}
.mb-4.s-scopes-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-scopes-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-scopes-wrap .s-placeholder-wrapper{display:flex;height:12rem;flex-direction:column;align-items:center;justify-content:center}
.mb-4.s-scopes-wrap .s-placeholder-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-scopes-wrap .s-placeholder-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-scopes-wrap .s-placeholder-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-scopes-footer{margin-top:auto}
.s-scopes-modal .s-modal-header{display:block !important}
.s-scopes-skeleton .s-list-tile-item-content{display:block;width:100%}
.s-scopes-skeleton .s-scopes-header-title > salla-skeleton{margin-top:0.75rem;margin-bottom:0.75rem;display:block}
.s-scopes-skeleton .s-scopes-header-subtitle > salla-skeleton{margin-bottom:0.75rem;display:block}
.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton{margin-bottom:1.25rem;display:block}
.bg-white.py-2\.5.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.s-search-container.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-search-container.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-search-container.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-search-container.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-search-oval{border-radius:20px}
.s-search-inline{min-width:220px}
.s-search-container-open{border-radius:0px !important}
.s-search-container-open{max-height:24rem}
.s-search-container-open .s-search-input{border-top-left-radius:0.375rem !important;border-top-right-radius:0.375rem !important;border-bottom-right-radius:0px !important;border-bottom-left-radius:0px !important}
.s-search-container-open .s-search-input{border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.s-search-no-results .s-search-input{border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.s-search-input{height:2.5rem;width:100%;border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding-top:0px;padding-bottom:0.125rem;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.s-search-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-search-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-search-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-search-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-search-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-search-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-search-input.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-search-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-search-icon-wrap.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.s-search-results.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-search-results.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-search-results.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-search-results.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-search-results.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-search-results.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-no-results-placeholder .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-no-results-placeholder .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-no-results-placeholder .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-no-results-placeholder span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-search-product.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-search-product.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-search-product .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-search-product.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.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))}
.bg-white.py-2\.5.mb-5.s-search-product-image-container.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-search-product-image-container.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-search-product-image-container.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-search-product-image-container.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-search-product-image{position:relative;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;font-size:0px}
.s-search-product-image::before{position:absolute;top:0px;left:0px;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgba(229, 231, 235, 1);background-color:rgba(229, 231, 235, var(--tw-bg-opacity, 1));--tw-content:'';content:'';content:var(--tw-content)}
.s-search-product-details{flex:1 1 0%;padding-top:0.25rem}
.s-search-product-details:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}
@media (min-width: 480px){
.s-search-product-details:where([dir="ltr"], [dir="ltr"] *){padding-left:1.25rem}}
.s-search-product-details:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}
@media (min-width: 480px){
.s-search-product-details:where([dir="rtl"], [dir="rtl"] *){padding-right:1.25rem}}
.s-search-product-title{margin-bottom:0.375rem;display:flex;flex-direction:column;align-items:baseline;justify-content:flex-start;font-size:0.875rem;font-weight:700;line-height:1.5rem;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
.main-content h2.s-search-product-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-search-product-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-search-product-title.text-xl,
h4.text-red-800.s-search-product-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-search-product-title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-search-product-title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-search-product-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-search-product-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-search-product-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-search-product-title.text-xl,
  h4.text-red-800.s-search-product-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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)}
.main-content h2.s-search-product-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-search-product-price.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-search-product-price.text-xl,
h4.text-red-800.s-search-product-price.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.s-search-product-price.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-search-product-price.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-search-product-price {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-price .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-price .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-price .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-search-product-price span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-search-product-price.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-search-product-price.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-search-product-price.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-search-product-price.text-xl,
  h4.text-red-800.s-search-product-price.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.text-gray-500.s-search-product-regular-price,
span.text-gray-500.s-search-product-regular-price,
.regular-price.s-search-product-regular-price {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
@media print {
  .text-gray-500.s-search-product-regular-price {
    color: #666666;
  }
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-search-action.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-search-input-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-search-input-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-search-input-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.bg-white.py-2\.5.mb-5.s-skeleton-item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-skeleton-item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-skeleton-item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-skeleton-item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-wrapper .swiper-pagination-bullet{--tw-bg-opacity:1;background-color:rgba(156, 163, 175, 1);background-color:rgba(156, 163, 175, var(--tw-bg-opacity, 1))}
.s-slider-wrapper .swiper-pagination-bullet-active{background-color:#414042;background-color:var(--color-primary)}
.s-slider-swiper-wrapper > div{align-items:stretch}
.s-slider-container{display:block}
.s-slider-horizontal .s-slider-thumbs{margin-top:1rem}
.s-slider-thumbs-container{position:relative;margin-left:-5px;margin-right:-5px}
@media (min-width: 640px){
.s-slider-thumbs-container{padding-left:0px;padding-right:0px}}
.s-slider-thumbs-container:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}
@media (min-width: 1024px){
.s-slider-thumbs-container:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}}
.s-slider-thumbs-container:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}
@media (min-width: 1024px){
.s-slider-thumbs-container:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}}
.s-slider-wrapper{position:relative}
.s-slider-block__title{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;max-width:1280px;align-items:center;justify-content:space-between}
.mb-4.s-slider-block__title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-slider-block__title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-slider-block__title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-slider-block__title.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-slider-block__title.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-slider-block__title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-slider-block__title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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)))}
.mb-4.s-slider-block__title-left.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-slider-block__title-left.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-slider-block__title-left {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-slider-block__title h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-slider-block__title h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-slider-block__title h2.text-xl,
h4.text-red-800.s-slider-block__title h2.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-slider-block__title h2.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-slider-block__title h2.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-slider-block__title h2.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-slider-block__title h2.text-xl,
  h4.text-red-800.s-slider-block__title h2.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__title p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__title p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__title p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__title p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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)))}
.mb-4.s-slider-block__title-nav.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-slider-block__title-nav.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.carousel-slider .s-slider-block__title-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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);
}
.mb-4.flex.s-slider-v-centered .s-slider-block__title-nav.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-slider-v-centered .s-slider-block__title-nav.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-slider-v-centered .s-slider-block__title-nav.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.top-4.s-slider-v-centered .s-slider-block__title-nav .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-v-centered .s-slider-block__title-nav.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.s-slider-v-centered .s-slider-block__title-nav .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-slider-v-centered .s-slider-block__title-nav button{pointer-events:auto;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px #d1d5db, 0 4px 6px -4px #d1d5db;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);--tw-shadow-color:#d1d5db;--tw-shadow:var(--tw-shadow-colored)}
.s-slider-v-centered .s-slider-block__title-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-slider-v-centered .s-slider-block__title-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-slider-v-centered .s-slider-block__title-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-v-centered .s-slider-block__title-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.main-content h2.s-slider-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-slider-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-slider-block__display-all.text-xl,
h4.text-red-800.s-slider-block__display-all.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__display-all .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__display-all .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__display-all .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-slider-block__display-all span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-slider-block__display-all.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-slider-block__display-all.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-slider-block__display-all.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-slider-block__display-all.text-xl,
  h4.text-red-800.s-slider-block__display-all.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
h1.s-slider-nav-arrow.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-slider-nav-arrow {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-slider-nav-arrow {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-slider-nav-arrow,
h4.text-red-800.font-bold.s-slider-nav-arrow {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-slider-nav-arrow {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-slider-nav-arrow.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-slider-nav-arrow.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-slider-nav-arrow.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-slider-nav-arrow.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-slider-nav-arrow,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-slider-nav-arrow {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-slider-nav-arrow {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-slider-nav-arrow,
  h4.text-red-800.font-bold.s-slider-nav-arrow {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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);
}
.mb-4.s-slider-thumbs-nav.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-slider-thumbs-nav.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-slider-thumbs-nav.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-slider-thumbs-nav.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-slider-thumbs-nav.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.top-4.s-slider-thumbs-nav .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-thumbs-nav.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.s-slider-thumbs-nav .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-slider-thumbs-nav:where([dir="ltr"], [dir="ltr"] *){flex-direction:row-reverse}
.s-slider-thumbs-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-slider-thumbs-nav button{pointer-events:auto;border-style:none;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-slider-thumbs-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-slider-thumbs-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-slider-thumbs-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-thumbs-nav button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
  }
}
.gaming-gallery-showcase salla-slider.gallery-item:not(.hydrated),.gaming-gallery-showcase .gallery-item .carousel-slider {
  opacity: 1;
}
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}
salla-slider.mb-4[type]:not(.hydrated) > div.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,salla-slider
.mb-4[type]:not(.hydrated) > div.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode, salla-slider.mb-4[type]:not(.hydrated) .swiper > div > div.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center, salla-slider
.mb-4[type]:not(.hydrated) .swiper > div > div.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode,.mb-4 .carousel-slider .swiper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4 .carousel-slider .swiper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper{padding-left:0px;padding-right:0px}}
salla-slider[type]:not(.hydrated) > div:where([dir="ltr"], [dir="ltr"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="ltr"], [dir="ltr"] *), .carousel-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}
@media (min-width: 1024px){
salla-slider[type]:not(.hydrated) > div:where([dir="ltr"], [dir="ltr"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="ltr"], [dir="ltr"] *), .carousel-slider .swiper:where([dir="ltr"], [dir="ltr"] *){padding-right:0px}}
salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}
@media (min-width: 1024px){
salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *){padding-left:0px}}
salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div{flex-shrink:0;padding-left:5px;padding-right:5px}
@media (min-width: 640px){
salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div{padding-left:0.625rem;padding-right:0.625rem}}
salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div, salla-slider.photos-slider:not(.hydrated) > div{margin-left:0px;margin-right:0px;width:100%;padding-left:0px;padding-right:0px}
salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div, salla-slider.photos-slider:not(.hydrated) > div > div{padding:0px}
salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2){display:none}
salla-slider.loading-screen:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
salla-slider[type='fullscreen'] [slot='items'] > div{min-height:calc(100vh - 100px);width:100%}
salla-slider:not(.hydrated){display:block;overflow:hidden}
.s-slider-has-notitle .s-slider-block__title{margin-bottom:0px}
salla-slider div[slot='thumbs']{margin-top:0.625rem}
salla-slider{display:block}
salla-slider div[slot='thumbs'] > div{height:5rem;padding-left:5px;padding-right:5px}
.s-slider-vertical{height:100%}
@media (min-width: 768px){
.s-slider-vertical{display:flex}}
.s-slider-vertical .s-slider-container{margin-left:0px;margin-right:0px}
.s-slider-vertical .s-slider-thumbs{margin-left:-0.625rem;margin-right:-0.625rem;margin-top:0.625rem;width:100%}
@media (min-width: 768px){
.s-slider-vertical .s-slider-thumbs{margin-top:0px;margin-bottom:0px;margin-left:15px;height:100%;width:8rem;padding:0px}
.s-slider-vertical .s-slider-thumbs:where([dir="rtl"], [dir="rtl"] *){margin-left:0px;margin-right:15px}}
.s-slider-vertical .s-slider-thumbs-container{margin-left:-0.625rem;margin-right:-0.625rem;margin-top:0.625rem;max-height:360px;width:100vw;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
@media (min-width: 768px){
.s-slider-vertical .s-slider-thumbs-container{top:50%;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;min-height:100%;width:8rem;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));padding:0px;padding-top:3rem;padding-bottom:3rem}}
.s-slider-vertical .s-slider-thumbs-prev{margin-left:0px !important;margin-right:0px !important}
.s-slider-vertical .s-slider-thumbs-prev{position:absolute;top:1%;left:50%;z-index:1;display:none;--tw-translate-x:-50%;--tw-rotate:90deg;transform:translate(-50%, var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
input[type=radio].sr-only div.s-slider-vertical .s-slider-thumbs-prev {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-slider-vertical .s-slider-thumbs-prev {
  border-color: var(--color-main);
}
.loading-screen.s-slider-vertical .s-slider-thumbs-prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-slider-vertical .s-slider-thumbs-prev.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-vertical .s-slider-thumbs-prev.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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);
}
.loading-screen.s-slider-vertical .s-slider-thumbs-next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-slider-vertical .s-slider-thumbs-next.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-vertical .s-slider-thumbs-next.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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);
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide.top-4.z-\[2\] .text-red-500:after {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide.top-4.z-\[2\] .text-gray-500:after {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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);
}
salla-slider.mb-4 .video-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center:before,salla-slider
.mb-4 .video-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode:before, salla-slider.mb-4 .model-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center:before, salla-slider
.mb-4 .model-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 salla-slider.flex .video-entry:before,.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3  salla-slider.flex .model-entry:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
salla-slider .video-entry.top-4.z-\[2\] .text-red-500:before, salla-slider .model-entry.top-4.z-\[2\] .text-red-500:before {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider .video-entry.top-4.z-\[2\] .text-gray-500:before, salla-slider .model-entry.top-4.z-\[2\] .text-gray-500:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
h1.s-slider-thumbs .swiper-slide.video-entry.md\:text-2xl:before,h1 .s-slider-thumbs .swiper-slide.model-entry.md\:text-2xl:before {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,.main-content h2.font-bold .s-slider-thumbs .swiper-slide.model-entry:before {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,.gap-4 h2.font-bold .s-slider-thumbs .swiper-slide.model-entry:before {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,
h4.text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,.text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before,
h4.text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,body.gaming-dark-mode-enabled .text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,
  .text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,
  h4.text-red-800.font-bold.s-slider-thumbs .swiper-slide.video-entry:before,.text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before,
  h4.text-red-800.font-bold .s-slider-thumbs .swiper-slide.model-entry:before {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.loading-screen.s-slider-with-grid-thumbs .s-slider-thumbs-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.s-social-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-social-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-social-link a.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-social-link a.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-social-link a {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-social-link a .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-social-link a .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-social-link a .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-social-link a span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-social-share-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-social-share-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-social-share-list {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-social-share-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-social-share-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-social-share-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-social-share-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-social-share-list.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-social-share-list.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.mb-4.s-tabs-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tabs-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tabs-header-item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tabs-header-item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tabs-header-item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tabs-header-item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-tabs-header-item{padding-left:1.75rem;padding-right:1.75rem}}
.s-tabs-content{display:none}
.loading-screen.s-tabs-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tel-input-control .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tel-input-control .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tel-input-control .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-tel-input-control.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-tel-input-control.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-tel-input-control.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tel-input-control span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-tel-input-control.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-tiered-offer-container{position:relative;margin-bottom:1.25rem;width:100%;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));padding:1rem;--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-tiered-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-tiered-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-tiered-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-tiered-offer-container.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-tiered-offer-container.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-tiered-offer-container.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-tiered-offer-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-tiered-offer-container.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-tiered-offer-container{padding:1.25rem;padding-left:1.5rem;padding-right:1.5rem}}
.s-tiered-offer-header{margin-bottom:1.5rem;display:flex;align-items:center;gap:0.75rem}
.mb-4.s-tiered-offer-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-header-content{flex:1 1 0%}
.s-tiered-offer-current-tier-name-wrapper{display:flex;flex-direction:row;align-items:flex-start;gap:0.375rem}
.mb-4.s-tiered-offer-current-tier-name-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-current-tier-name-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-current-tier-name-wrapper h2{font-size:1.125rem;line-height:1.75rem}
.s-tiered-offer-current-tier-name-wrapper svg{height:1.5rem;width:1.5rem}
.s-tiered-offer-program-title{margin:0px;margin-bottom:0.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-tiered-offer-program-title.line-through,
span.s-tiered-offer-program-title.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-tiered-offer-program-title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-tiered-offer-program-title.line-through {
    color: #666666;
  }
}
.s-tiered-offer-program-title h2{font-size:1.125rem;line-height:1.75rem}
.s-tiered-offer-current-tier{margin:0px;margin-bottom:0.375rem;font-weight:700}
.main-content h2.s-tiered-offer-current-tier.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-tiered-offer-current-tier.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-tiered-offer-current-tier.text-xl,
h4.text-red-800.s-tiered-offer-current-tier.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-tiered-offer-current-tier.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-tiered-offer-current-tier.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-tiered-offer-current-tier.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-tiered-offer-current-tier.text-xl,
  h4.text-red-800.s-tiered-offer-current-tier.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-tiered-offer-tier-name{font-weight:600;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.s-tiered-offer-progress-container{margin-top:1.5rem;margin-bottom:1rem}
.s-tiered-offer-progress-container.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-tiered-offer-progress-container.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-progress-wrapper{position:relative}
.s-tiered-offer-progress-bg{position:absolute;top:0.5rem;left:1rem;right:1rem;height:1rem;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))}
input[type=radio].sr-only div.s-tiered-offer-progress-bg {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-tiered-offer-progress-bg {
  border-color: var(--color-main);
}
.s-tiered-offer-progress-bg.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-tiered-offer-progress-bg.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-progress-fill{position:absolute;top:0.5rem;height:1rem;border-radius:9999px;background-color:#414042;background-color:var(--color-primary);transition-property:all;transition-duration:500ms;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}
input[type=radio].sr-only div.s-tiered-offer-progress-fill {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-tiered-offer-progress-fill {
  border-color: var(--color-main);
}
.s-tiered-offer-progress-fill.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-tiered-offer-progress-fill.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestones-wrapper{display:flex;justify-content:flex-end}
.mb-4.s-tiered-offer-milestones-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-milestones-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestones{position:relative;display:flex;height:3rem;width:100%;align-items:center;justify-content:space-between}
.mb-4.s-tiered-offer-milestones.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-milestones.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-tiered-offer-milestones.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-tiered-offer-milestones.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-milestones {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-single-milestone-justify-end{position:relative;display:flex;height:3rem;width:100%;align-items:center;justify-content:flex-end}
.mb-4.s-tiered-offer-single-milestone-justify-end.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-single-milestone-justify-end.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-single-milestone-justify-end {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestone{display:flex;flex-direction:column;align-items:center}
.mb-4.s-tiered-offer-milestone.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-milestone.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-milestone {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestone-icon{position:relative;z-index:10;margin-top:0px;display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:0.75rem;border-width:2px;--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.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, 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);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.s-tiered-offer-milestone-icon.line-through,
span.s-tiered-offer-milestone-icon.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.s-tiered-offer-milestone-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-milestone-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-milestone-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestone-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-tiered-offer-milestone-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-tiered-offer-milestone-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-tiered-offer-milestone-icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-tiered-offer-milestone-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-tiered-offer-milestone-icon.line-through {
    color: #666666;
  }
}
.s-tiered-offer-milestone-icon span{display:flex;align-items:center;justify-content:center}
.mb-4.s-tiered-offer-milestone-icon span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-milestone-icon span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-milestone-icon span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestone-icon svg{height:1.25rem;width:1.25rem;color:currentColor}
.s-tiered-offer-milestone-name{margin-top:0.5rem;display:flex;height:1rem;align-items:center;justify-content:center}
.mb-4.s-tiered-offer-milestone-name.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-milestone-name.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-milestone-name {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-milestone-name span{text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:500}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-milestone-name span .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-milestone-name span .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-milestone-name span .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-milestone-name span span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-tiered-offer-milestone-name span{font-size:0.75rem;line-height:1rem}}
.s-tiered-offer-tabs-container{margin-top:1rem}
.s-tiered-offer-tab-headers{display:flex;gap:0.25rem;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.25rem}
.mb-4.s-tiered-offer-tab-headers.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-tab-headers.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-tab-headers.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-tiered-offer-tab-headers.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-tiered-offer-tab-headers.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-headers.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-headers.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-headers.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-tiered-offer-tab-headers.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-headers.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-tab-header{display:flex;flex:1 1 0%;cursor:pointer;align-items:center;justify-content:center;border-radius:0.125rem;border-style:none;background-color:transparent;padding-top:0.625rem;padding-bottom:0.625rem;padding-left:0.75rem;padding-right:0.75rem;font-size:0.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.s-tiered-offer-tab-header * {
  pointer-events: none;
}
.mb-4.s-tiered-offer-tab-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-tiered-offer-tab-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-tiered-offer-tab-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-tiered-offer-tab-header.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-tiered-offer-tab-header.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-tiered-offer-tab-header.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-tab-header .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-tab-header .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-tab-header .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-tiered-offer-tab-header.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-tab-header span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 640px){
.s-tiered-offer-tab-header{padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.75rem;line-height:1rem}}
.s-tiered-offer-tab-active{border-radius:0.375rem;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));--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)}
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-active.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-active.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-active.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-tiered-offer-tab-active.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-tab-active:hover{background-color:var(--color-primary-dark);opacity:0.8}
.s-tiered-offer-tab-content-wrapper{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-width:1px;border-top-width:0px;--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-tiered-offer-tab-content-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-tiered-offer-tab-content-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-tiered-offer-tab-content-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-tiered-offer-tab-content-wrapper.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-tab-content{padding-left:1.5rem;padding-right:1.5rem}
@media (min-width: 640px){
.s-tiered-offer-tab-content{padding-left:1rem;padding-right:1rem}}
.s-tiered-offer-tab-content.tab-hidden{display:none}
.loading-screen.s-tiered-offer-tab-content.tab-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-tiered-offer-tab-content-inner{padding-top:1rem}
.s-tiered-offer-discount-section{margin-bottom:0.5rem}
.s-tiered-offer-discount-title{margin:0px;margin-bottom:0.5rem;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.main-content h2.s-tiered-offer-discount-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-tiered-offer-discount-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-tiered-offer-discount-title.text-xl,
h4.text-red-800.s-tiered-offer-discount-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-tiered-offer-discount-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-tiered-offer-discount-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-tiered-offer-discount-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-tiered-offer-discount-title.text-xl,
  h4.text-red-800.s-tiered-offer-discount-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-tiered-offer-benefit-description{margin:0px;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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-benefit-description .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-benefit-description .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-benefit-description .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-tiered-offer-benefit-description span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-tiered-offer-skeleton-wrapper{padding:1.25rem}
.s-tiered-offer-skeleton-title{margin-bottom:0.75rem}
.s-tiered-offer-skeleton-subtitle{margin-bottom:1.5rem}
.s-tiered-offer-skeleton-progress{margin-bottom:1.25rem}
.bg-white.py-2\.5.s-tiered-offer-skeleton-progress.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-tiered-offer-skeleton-progress.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-tiered-offer-skeleton-progress.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-tiered-offer-skeleton-progress.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-trust-badges-wrapper{display:flex;align-items:center}
.s-trust-badges-wrapper > :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)))}
.mb-4.s-trust-badges-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-trust-badges-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-trust-badges-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-trust-badges-wrapper:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-trust-badges-label{margin-bottom:0.25rem;font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-trust-badges-number{font-size:0.875rem;line-height:1.25rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-number .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-number .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-number .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-trust-badges-number span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
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;
}
.mb-4.s-user-menu-trigger.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-menu-trigger.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-menu-trigger {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-user-menu-trigger.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-user-menu-trigger.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-user-menu-trigger.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-menu-trigger.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
  }
}
.gaming-gallery-showcase .gallery-item.s-user-menu-toggler.opened .s-user-menu-dropdown {
  opacity: 1;
}
.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}
.loading-screen.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon{display:none}
.loading-screen.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger-text-value .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger-text-value .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger-text-value .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-menu-trigger-text-value span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-user-menu-dropdown.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-user-menu-dropdown.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-user-menu-dropdown.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-menu-dropdown.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.s-user-menu-dropdown-item a.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-menu-dropdown-item a.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-menu-dropdown-item a {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.s-user-menu-dropdown-item a.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.s-user-menu-dropdown-item a.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.s-user-menu-dropdown-item a.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.s-user-menu-dropdown-item a.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-prefix svg{margin-right:0.75rem;height:1rem;width:1rem;fill:#9ca3af}
.s-user-menu-dropdown-item-prefix 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}
.mb-4.s-user-menu-dropdown-header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-menu-dropdown-header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-menu-dropdown-header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.main-content h2.s-user-menu-dropdown-header-content p.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-user-menu-dropdown-header-content p.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-user-menu-dropdown-header-content p.text-xl,
h4.text-red-800.s-user-menu-dropdown-header-content p.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-user-menu-dropdown-header-content p.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-user-menu-dropdown-header-content p.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-user-menu-dropdown-header-content p.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-user-menu-dropdown-header-content p.text-xl,
  h4.text-red-800.s-user-menu-dropdown-header-content p.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-menu-dropdown-header-close.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-user-menu-dropdown-item-badge.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-menu-dropdown-item-badge.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-menu-dropdown-item-badge {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-user-menu-dropdown-item-badge.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-menu-dropdown-item-badge.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500:after {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-menu-red-dot .s-user-menu-avatar-wrap.top-4.z-\[2\] .text-gray-500:after {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-user-menu-login-btn.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-menu-login-btn.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-menu-login-btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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-menu-dropdown-item-suffix:where([dir="ltr"], [dir="ltr"] *){margin-left:auto}
.s-user-menu-dropdown-item-suffix:where([dir="rtl"], [dir="rtl"] *){margin-right:auto}
.s-user-menu-dropdown-item-suffix svg{height:1rem;width:1rem;fill:#9ca3af}
.s-user-menu-dropdown-item-suffix-link{display:flex;align-items:center}
.mb-4.s-user-menu-dropdown-item-suffix-link.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-menu-dropdown-item-suffix-link.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-menu-dropdown-item-suffix-link {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.s-user-profile-field-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-user-profile-field-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-user-profile-field-label.text-xl,
h4.text-red-800.s-user-profile-field-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-profile-field-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-profile-field-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-profile-field-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-user-profile-field-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-user-profile-field-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-user-profile-field-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-user-profile-field-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-user-profile-field-label.text-xl,
  h4.text-red-800.s-user-profile-field-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.absolute.top-4.z-\[2\] .s-user-profile-field-error {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-profile-submit{margin-top:1.5rem;width:100%}
.s-user-profile-filepond-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.mb-4.s-user-profile-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-profile-filepond-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-profile-filepond-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.s-user-settings-section.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-user-settings-section.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-user-settings-section.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-user-settings-section.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-user-settings-section:first-child{border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.s-user-settings-section:last-child{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-width:0px}
.s-user-settings-section .s-list-tile-item{align-items:flex-start;background-color:transparent;padding:1.25rem}
@media (min-width: 768px){
.s-user-settings-section .s-list-tile-item{align-items:center}}
.s-user-settings-section .s-list-tile-item-action{margin-left:auto}
.s-user-settings-section .s-list-tile-item-action:where([dir="rtl"], [dir="rtl"] *){margin-right:auto;margin-left:0px}
.s-user-settings-section .s-list-tile-item-action button{width:100%;padding:10px}
.s-user-settings-section-deactivate-user .s-list-tile-item{flex-wrap:wrap}
@media (min-width: 768px){
.s-user-settings-section-deactivate-user .s-list-tile-item{flex-wrap:nowrap}}
.s-user-settings-section-deactivate-user .s-list-tile-item-icon{position:relative;top:5px}
@media (min-width: 768px){
.s-user-settings-section-deactivate-user .s-list-tile-item-icon{top:0px}}
@media (max-width: 768px){
.s-user-settings-section-deactivate-user .s-list-tile-item-content{flex:1 0 85%}
.s-user-settings-section-deactivate-user .s-list-tile-item-action{flex:1 1 100%;margin-top:1rem}}
.s-user-settings-section-title{font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(17, 24, 39, 1);color:rgba(17, 24, 39, var(--tw-text-opacity, 1))}
.s-user-settings-section-subtitle{font-size:0.75rem;line-height:1rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-user-settings-section-subtitle.line-through,
span.s-user-settings-section-subtitle.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-user-settings-section-subtitle {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-user-settings-section-subtitle.line-through {
    color: #666666;
  }
}
.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))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-settings-confirmation-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-user-settings-confirmation-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-user-settings-confirmation-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-user-settings-confirmation-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-user-settings-confirmation-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
}
.absolute.top-4.z-\[2\] .s-user-settings-confirmation-warning {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.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)))}
.mb-4.s-user-settings-confirmation-actions.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-user-settings-confirmation-actions.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-user-settings-confirmation-actions.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-user-settings-confirmation-actions.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-user-settings-confirmation-actions {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-user-settings-confirmation-actions:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.s-verify-message{text-align:center;font-size:0.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-verify-message.line-through,
span.s-verify-message.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-verify-message {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-verify-message.line-through {
    color: #666666;
  }
}
.s-verify-label{margin-bottom:1rem;display:block;text-align:center;font-size:0.875rem;line-height:1.25rem}
.s-verify-label.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-verify-label.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-verify-codes{margin-left:-0.25rem;margin-right:-0.25rem;margin-bottom:1.25rem;display:flex;justify-content:space-between}
.mb-4.s-verify-codes.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-verify-codes.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-verify-codes.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-verify-codes.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.s-verify-codes.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-verify-codes.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-verify-codes.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-verify-codes.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-verify-input.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-verify-input.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-verify-input.text-xl,
h4.text-red-800.s-verify-input.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-verify-input.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-verify-input.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-verify-input.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-verify-input.text-xl,
  h4.text-red-800.s-verify-input.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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%}
.bg-white.py-2\.5.s-verify-submit.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-verify-submit.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-verify-submit.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-verify-submit.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-verify-header-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-verify-header-icon.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-verify-header-icon.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-verify-header-icon.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-verify-header-icon.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend-message .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend-message .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend-message .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend-message span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.s-verify-error-message.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-verify-error-message.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-verify-error-message.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-verify-error-message.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-verify-resend span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.s-verify-back.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-verify-back.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-verify-back {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-verify-back.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-verify-back.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-wallet-reference-id {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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)}
.s-wallet-copy-to-clipboard-button{display:flex;align-items:center}
.mb-4.s-wallet-copy-to-clipboard-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-wallet-copy-to-clipboard-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-wallet-copy-to-clipboard-button {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.mb-4.s-wallet-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-wallet-no-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-wallet-no-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-wallet-no-content .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.s-wallet-no-content .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-wallet-no-content .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.s-wallet-no-content .icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-wallet-no-content .icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-wallet-no-content .icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-wallet-no-content p{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-wallet-no-content p.line-through,
span.s-wallet-no-content p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.s-wallet-no-content p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-wallet-no-content p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-wallet-no-content p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-wallet-no-content p.line-through {
    color: #666666;
  }
}
.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))}
.loading-screen.s-wallet-table-head {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.bg-white.py-2\.5.s-wallet-table-head.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.s-wallet-table-head.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.s-wallet-table-head.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.s-wallet-table-head.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-head-tr-th .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-head-tr-th .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-head-tr-th .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-head-tr-th span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-wallet-table-tbody-tr.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-wallet-table-tbody-tr.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-wallet-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-wallet-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-wallet-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-wallet-table-tbody-tr.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-tbody-tr-td .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-tbody-tr-td .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-tbody-tr-td .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-wallet-table-tbody-tr-td span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-wallet-table-tbody-tr-td:first-child.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-wallet-table-tbody-tr-td:first-child.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl,
h4.text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl,
  h4.text-red-800.s-wallet-table-tbody-tr-td:first-child.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.mb-4.s-wallet-table-tbody-tr-td-content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-wallet-table-tbody-tr-td-content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-wallet-table-tbody-tr-td-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-wallet-table-tbody-tr-td-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-wallet-table-tbody-tr-td-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.s-wallet-table-tbody-tr-td-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}
.s-wallet-table-tbody-tr-td-content:where([dir="ltr"], [dir="ltr"] *){padding-right:0.5rem}
.s-wallet-table-tbody-tr-td-content:where([dir="rtl"], [dir="rtl"] *){padding-left:0.5rem}
.s-wallet-table-tbody-tr a{position:absolute;top:0px;bottom:0px;display:block;width:100%}
input[type=radio].sr-only div.s-wallet-table-tbody-tr a {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-wallet-table-tbody-tr a {
  border-color: var(--color-main);
}
.s-wallet-table-tbody-tr a.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-wallet-table-tbody-tr a.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
/**
 * Critical Salla Payments Styles
 * These styles MUST be loaded first to prevent flickering
 * DO NOT MOVE THIS FILE - It needs to be in 01-settings for early loading
 */
/* Critical: Force payment options visibility - Highest Priority */
salla-payments {
  display: block !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 80px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}
salla-payments *,
salla-payments::part(*),
salla-payments::slotted(*) {
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
  background-color: transparent !important;
}
salla-payments img,
salla-payments svg,
salla-payments picture {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-width: 100% !important;
  height: auto !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 4px !important;
  padding: 2px !important;
}
/* Prevent hiding by any animation or transition */
salla-payments,
salla-payments *,
salla-payments::part(*),
salla-payments::slotted(*) {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}
/* Force all payment-related elements to be visible */
salla-payments [role=img],
salla-payments [class*=icon],
salla-payments [class*=image],
salla-payments [class*=logo],
salla-payments [class*=payment] {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}
/* Fix lazy loading conflicts */
salla-payments img[loading=lazy],
salla-payments img[src*=image],
salla-payments img[data-src] {
  loading: eager !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Fix payment method container layout */
salla-payments .payment-method,
salla-payments [class*=payment],
salla-payments [class*=method],
salla-payments [class*=item],
salla-payments [class*=option] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  background-color: transparent !important;
}
/* Fix icon/image containers */
salla-payments [class*=icon],
salla-payments [class*=image],
salla-payments [class*=logo],
salla-payments [class*=badge],
salla-payments [class*=thumb] {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
  padding: 4px !important;
}
/* Prevent content shifts */
salla-payments {
  contain: layout style !important;
}
/* SVG styling */
salla-payments svg {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Picture element support */
salla-payments picture {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Slot content visibility */
salla-payments slot {
  display: contents !important;
}
/* Fix any potential overlay or z-index issues */
salla-payments * {
  box-sizing: border-box !important;
}
/* Mobile optimization */
@media (max-width: 768px) {
  salla-payments {
    width: 100% !important;
    background: transparent !important;
  }
  salla-payments img {
    max-width: 100% !important;
  }
}
/* Ensure visibility in all states */
salla-payments img:not([src]),
salla-payments img[src=""] {
  display: none !important;
}
/* Fix display property conflicts and override any class-based animations */
salla-payments [style*="display:none"],
salla-payments [style*="display: none"],
salla-payments [style*="visibility:hidden"],
salla-payments [style*="visibility: hidden"],
salla-payments [style*="opacity:0"],
salla-payments [style*="opacity: 0"],
salla-payments .animated,
salla-payments .fadeInDown,
salla-payments .animatedfadeInDown,
salla-payments .pulse-anime,
salla-payments .slideInUp,
salla-payments .slideInUpFast,
salla-payments .swiper-lazy,
salla-payments .lazy__bg {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
}
/* Remove white background from all payment elements */
salla-payments [style*=background],
salla-payments [style*=background-color],
salla-payments div,
salla-payments span,
salla-payments a,
salla-payments button {
  background: transparent !important;
  background-color: transparent !important;
}
/* Force transparent background on wrapper elements */
salla-payments [class*=wrapper],
salla-payments [class*=container],
salla-payments [class*=box],
salla-payments [class*=card],
salla-payments [class*=section] {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
: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);
}
body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #231f1e;
  color: var(--main-text-color);
  position: relative;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  margin-bottom: 0px;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  max-width: 100%;
}
a:focus {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1{font-size:1.875rem;line-height:2.25rem}
h2{font-size:1.25rem;line-height:1.75rem}
h1h2.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2h2.font-bold {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2h2.font-bold {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
h2.text-red-800.font-bold,
h4h2.text-red-800.font-bold {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled h2.text-red-800.font-bold,
body.gaming-dark-mode-enabled h4h2.text-red-800.font-bold {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  h2
  .text-red-800.font-bold {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  h2.text-red-800.font-bold,
  h4h2.text-red-800.font-bold {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
h3{font-size:1.25rem;line-height:1.75rem}
h1h3.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2h3.font-bold {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2h3.font-bold {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
h3.text-red-800.font-bold,
h4h3.text-red-800.font-bold {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled h3.text-red-800.font-bold,
body.gaming-dark-mode-enabled h4h3.text-red-800.font-bold {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  h3
  .text-red-800.font-bold {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  h3.text-red-800.font-bold,
  h4h3.text-red-800.font-bold {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
h3 {
  line-height: 38px;
}
.f-color {
  color: #FF6767;
}
h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}
html {
  scroll-behavior: smooth;
}
.cursor-pointer * {
  pointer-events: none;
}
.flip-x {
  transform: scaleX(-1);
}
input[type=file] {
  display: none;
}
body{--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: 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;
}
salla-payments .pulse-anime,
salla-payments * .pulse-anime {
  animation: none !important;
  transform: none !important;
}
/*
** Single page
*/
.content .content-entry img {
  margin: 15px 0 25px;
}
.content .content-entry ul, .content .content-entry li {
  list-style: inherit !important;
}
.content .content-entry ol {
  list-style: auto !important;
}
/* Components Init*/
salla-modal:not(.hydrated) {
  display: none;
}
/* video aspect ratio*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-width: initial;
}
.grid-trigger{margin-left:0.25rem;margin-right:0.25rem;display:flex;height:2.5rem;width:2.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:0.375rem;font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1))}
.grid-trigger * {
  pointer-events: none;
}
h1.grid-trigger.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.grid-trigger {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.grid-trigger {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.grid-trigger,
h4.text-red-800.font-bold.grid-trigger {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.grid-trigger.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.grid-trigger.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.grid-trigger {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.grid-trigger.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.grid-trigger.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.grid-trigger.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.grid-trigger.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.grid-trigger,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.grid-trigger {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.grid-trigger {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.grid-trigger,
  h4.text-red-800.font-bold.grid-trigger {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.flex-center{display:flex;align-items:center;justify-content:center}
.mb-4.flex-center.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex-center.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.flex-center {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.center-between{display:flex;align-items:center;justify-content:space-between}
.mb-4.center-between.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.center-between.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.center-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.center-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.center-between {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.grow-0 {
  flex-grow: 0 !important;
}
.basis-0 {
  flex-basis: 0;
}
.gradient-bg{--tw-gradient-from:var(--color-primary) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255, 255, 255, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to:var(--color-primary-dark) var(--tw-gradient-to-position)}
[dir=ltr] .gradient-bg{background-image:linear-gradient(to right, var(--tw-gradient-stops))}
[dir=rtl] .gradient-bg{background-image:linear-gradient(to left, var(--tw-gradient-stops))}
@media (max-width: 1024px) {
  .gradient-bg.profile-header {
    background-image: none;
  }
  .gradient-bg.profile-header .breadcrumbs a,
  .gradient-bg.profile-header .breadcrumbs span,
  .gradient-bg.profile-header .breadcrumbs .arrow{--tw-text-opacity:1;color:rgba(75, 85, 99, 1);color:rgba(75, 85, 99, var(--tw-text-opacity, 1))}
}
.badge{display:inline-flex;height:1.25rem;min-width:20px;align-items:center;justify-content:center;border-radius:9999px;padding:0.25rem;font-size:0.75rem;line-height:1rem}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.badge {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.badge.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.badge.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.badge.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.badge.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.cart-submit-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.cart-submit-wrap.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.cart-submit-wrap.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.cart-submit-wrap.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.cart-submit-wrap {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.loading-screen.s-app-install-banner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-app-install-banner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-app-install-banner.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-app-install-banner.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-app-install-banner.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-app-install-banner.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.s-app-install-banner[open=false] {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.mb-4.s-app-install-banner[open=true][position=top].justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-app-install-banner[open=true][position=top].justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.s-app-install-banner[open=true][position=bottom].justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-app-install-banner[open=true][position=bottom].justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-app-install-banner[position=top]{position:relative;top:0px;margin:0px;width:100%;border-radius:0px}
.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)}
.main-content h2.s-app-install-banner-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-app-install-banner-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-app-install-banner-title.text-xl,
h4.text-red-800.s-app-install-banner-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-app-install-banner-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-app-install-banner-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-app-install-banner-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-app-install-banner-title.text-xl,
  h4.text-red-800.s-app-install-banner-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-app-install-banner-sub-title{max-width:95%;font-size:0.875rem;line-height:1.25rem;font-weight:400}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-banner-sub-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-banner-sub-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-banner-sub-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-app-install-banner-sub-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-app-install-banner-cta{color:#414042;color:var(--color-primary);text-decoration-line:underline}
.s-app-install-banner-cancel-button{position:absolute;top:0.5rem}
input[type=radio].sr-only div.s-app-install-banner-cancel-button {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.s-app-install-banner-cancel-button {
  border-color: var(--color-main);
}
.s-app-install-banner-cancel-button.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-app-install-banner-cancel-button.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-app-install-banner-cancel-button:where([dir="ltr"], [dir="ltr"] *){right:0.75rem}
.s-app-install-banner-cancel-button:where([dir="rtl"], [dir="rtl"] *){left:0.75rem}
.blog-category ul:where([dir="ltr"], [dir="ltr"] *),
.blog-category ol:where([dir="ltr"], [dir="ltr"] *){padding-left:1rem}
.blog-category ul:where([dir="rtl"], [dir="rtl"] *),
.blog-category ol:where([dir="rtl"], [dir="rtl"] *){padding-right:1rem}
.blog-category ul li {
  list-style: disc;
}
.blog-category ol li {
  list-style: auto;
}
.blog-category a{color:#414042;color:var(--color-primary)}
.blog-category a:hover{color:var(--color-primary-dark)}
.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;
}
salla-payments .animated,
salla-payments * .animated {
  animation: none !important;
  opacity: 1 !important;
}
.s-product-card-action-btn.animated,
.s-product-card-quick-view-btn.animated,
.s-product-card-similar-products-btn.animated {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.animatedfadeInDown {
  opacity: 0;
}
salla-payments .animatedfadeInDown,
salla-payments * .animatedfadeInDown {
  opacity: 1 !important;
}
.fadeInDown {
  opacity: 0;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
salla-payments .fadeInDown,
salla-payments * .fadeInDown {
  opacity: 1 !important;
  animation: none !important;
}
@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;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUpFast {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp {
  animation-name: slideInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.slideInUpFast {
  animation-name: slideInUpFast;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideInUp-delay-1 {
  animation-delay: 0.1s;
}
.slideInUp-delay-2 {
  animation-delay: 0.15s;
}
.slideInUp-delay-3 {
  animation-delay: 0.2s;
}
.slideInUp-delay-4 {
  animation-delay: 0.25s;
}
.slideInUp-delay-5 {
  animation-delay: 0.3s;
}
.slideInUp-delay-6 {
  animation-delay: 0.35s;
}
.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);
}
.swiper-lazy.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.swiper-lazy.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.swiper-lazy.swiper-lazy-loaded{opacity:1}
salla-payments .swiper-lazy,
salla-payments * .swiper-lazy {
  opacity: 1 !important;
  transition: none !important;
}
.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);
}
.lazy__bg.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.lazy__bg.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.lazy__bg.loaded{opacity:1}
salla-payments .lazy__bg,
salla-payments * .lazy__bg {
  opacity: 1 !important;
  transition: none !important;
}
.s-product-card-action-btn.lazy,
.s-product-card-action-btn .lazy,
.s-product-card-quick-view-btn.lazy,
.s-product-card-similar-products-btn.lazy {
  opacity: 1 !important;
  transition: none !important;
  visibility: visible !important;
}
.rtl .rtl-range-slider,
[dir=rtl] .rtl-range-slider {
  transform: rotateY(180deg);
}
.rtl .rtl-range-numbers,
[dir=rtl] .rtl-range-numbers {
  flex-direction: row-reverse;
}
.rtl .form-select, .rtl select,
[dir=rtl] .form-select,
[dir=rtl] select {
  background-position: left 0.5rem center;
  padding-right: 12px;
}
.rtl .fix-align,
[dir=rtl] .fix-align {
  transform: translateY(-2px);
  display: inline-block;
}
.rtl .flatpickr-months .numInputWrapper .cur-year,
[dir=rtl] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 15px 0 0;
}
.sf-dump {
  direction: ltr;
}
[dir=ltr] .with-arrow .sicon-keyboard_arrow_left:before,
[dir=ltr] nav .sicon-keyboard_arrow_left:before,
[dir=ltr] .sub-menu .has-children > a:after {
  content: "\e96c";
}
[dir=ltr] .flatpickr-months .numInputWrapper .cur-year {
  padding: 0 0 0 15px;
}
[dir=ltr] .flatpickr-months [class^=arrow] {
  right: auto;
  right: initial;
  left: 0;
}
input[type=radio].sr-only div.absolute {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.absolute {
  border-color: var(--color-main);
}
input[type=text]:disabled {
  color: #838383;
}
.form-label{margin-bottom:0.625rem;display:block;font-size:0.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.main-content h2.form-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.form-label.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.form-label.text-xl,
h4.text-red-800.form-label.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-label span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.form-label.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.form-label.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.form-label.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.form-label.text-xl,
  h4.text-red-800.form-label.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-input .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-input .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-input .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.form-input span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.form-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.form-input:focus{border-color:#414042;border-color:var(--color-primary);--tw-ring-color:transparent}
.dark *.form-input{--tw-border-opacity:1;border-color:rgba(75, 85, 99, 1);border-color:rgba(75, 85, 99, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(75, 85, 99, 1);background-color:rgba(75, 85, 99, var(--tw-bg-opacity, 1))}
.dark .form-input:focus{border-color:#414042;border-color:var(--color-primary)}
.form-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
textarea.form-input{height:6rem}
.has-error{--tw-border-opacity:1;border-color:rgba(248, 113, 113, 1);border-color:rgba(248, 113, 113, var(--tw-border-opacity, 1))}
.has-error:focus{--tw-border-opacity:1;border-color:rgba(239, 68, 68, 1);border-color:rgba(239, 68, 68, var(--tw-border-opacity, 1))}
.has-success{--tw-border-opacity:1;border-color:rgba(34, 197, 94, 1);border-color:rgba(34, 197, 94, var(--tw-border-opacity, 1))}
.has-success:focus{--tw-border-opacity:1;border-color:rgba(22, 163, 74, 1);border-color:rgba(22, 163, 74, var(--tw-border-opacity, 1))}
/*
* Buttons
*/
salla-button[width=wide]{width:100%}
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}
.main-content h2.btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.btn.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.btn.text-xl,
h4.text-red-800.btn.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.btn {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.btn.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.btn.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.btn.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.btn.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.btn.text-xl,
  h4.text-red-800.btn.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.btn--wishlist.is-added{--tw-text-opacity:1;color:rgba(239, 68, 68, 1);color:rgba(239, 68, 68, var(--tw-text-opacity, 1))}
.absolute.top-4.z-\[2\] .btn--wishlist.is-added {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.btn--rounded-gray {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn--rounded-gray.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn--rounded-gray.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn--rounded-gray.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--rounded-gray .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--rounded-gray .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--rounded-gray .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn--rounded-gray.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--rounded-gray span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.btn--circle-gray {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn--circle-gray.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn--circle-gray.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.btn--circle-gray.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--circle-gray .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--circle-gray .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--circle-gray .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.btn--circle-gray.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--circle-gray span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.btn--icon.line-through,
span.btn--icon.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.btn--icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.btn--icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.btn--icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.btn--icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.btn--icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.btn--icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.btn--icon.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .btn--icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .btn--icon.line-through {
    color: #666666;
  }
}
.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);
}
.loading-screen.btn--close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.absolute.top-4.z-\[2\] .btn--close {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.btn--close.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.btn--close.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
h1.btn--close-sm.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.btn--close-sm {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.btn--close-sm {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.btn--close-sm,
h4.text-red-800.font-bold.btn--close-sm {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.btn--close-sm,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.btn--close-sm {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.btn--close-sm {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.btn--close-sm,
  h4.text-red-800.font-bold.btn--close-sm {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.mb-4.btn--collapse.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.btn--collapse.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.btn--collapse {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.btn--collapse.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.btn--collapse.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.btn--collapse.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.btn--collapse.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.btn--collapse.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.btn--collapse.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--collapse .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--collapse .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--collapse .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.btn--collapse.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.btn--collapse.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.btn--collapse span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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)}
.btn--outline-primary{border-width:1px;border-color:#414042;border-color:var(--color-primary);color:#414042;color:var(--color-primary)}
.btn--outline-primary:hover{background-color:#414042;background-color:var(--color-primary);color:#ff6767;color:var(--color-primary-reverse)}
.btn--outline{border-width:1px;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(156, 163, 175, 1);color:rgba(156, 163, 175, var(--tw-text-opacity, 1));--tw-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.btn--outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.btn--outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.btn--outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.btn--outline.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.rounded-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.rounded-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.rounded-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
/*
* 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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
button.btn--coupon.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
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}
button.mb-4.btn--coupon .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,button
.mb-4.btn--coupon .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
salla-button.has-not-coupon button .icon, salla-button.has-coupon button .coupon-text{display:none}
salla-button.loading-screen.has-not-coupon button .icon, salla-button.loading-screen.has-coupon button .coupon-text {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.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;
}
.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;
}
.bg-white.py-2\.5.mb-5.radio-images__label.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.radio-images__label.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.radio-images__label.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.radio-images__label.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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__badge.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.radio-images__badge.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.top-navbar.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.top-navbar.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .topnav-link-item .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .topnav-link-item.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.topnav-link-item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.topnav-link-item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.topnav-link-item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.topnav-link-item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.topnav-link-item:hover{opacity:0.8}
.topnav-link-item:where([dir="ltr"], [dir="ltr"] *){border-right-width:1px}
.topnav-link-item:last-child:where([dir="ltr"], [dir="ltr"] *){border-width:0px;padding-right:0px}
.topnav-link-item:where([dir="rtl"], [dir="rtl"] *){border-left-width:1px}
.topnav-link-item:last-child:where([dir="rtl"], [dir="rtl"] *){border-width:0px;padding-left:0px}
.topnav-link-item.right-side:first-child:where([dir="ltr"], [dir="ltr"] *){padding-left:0px}
.topnav-link-item.right-side:first-child:where([dir="rtl"], [dir="rtl"] *){padding-right:0px}
/* Main Nav */
.main-nav-container{min-height:68px}
@media (min-width: 1024px){
.main-nav-container{min-height:84px}}
.has-bg .main-nav-container, .has-bg .main-nav-container .sub-menu{background-color:var(--mainnav-bg)}
.has-text-color .main-nav-container{color:var(--mainnav-text-color)}
.menu-item{display:flex;align-items:center;padding-left:1.5rem;padding-right:1.5rem;padding-top:0.625rem;padding-bottom:0.625rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1));transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.menu-item.line-through,
span.menu-item.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.menu-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.menu-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.menu-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.menu-item.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.menu-item.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.menu-item.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.menu-item.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .menu-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .menu-item.line-through {
    color: #666666;
  }
}
.menu-item:hover{background-color:rgba(229, 231, 235, 0.3)}
@media (min-width: 640px){
.menu-item{font-size:0.875rem;line-height:1.25rem}}
.menu-item.logout{--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.menu-item.is-active{background-color:rgba(229, 231, 235, 0.2);color:#414042;color:var(--color-primary)}
/* Sticky Header */
.main-nav-container.animated .inner {
  transition: top 0.5s, transform 0.5s, opacity 0.4s;
}
.main-nav-container.fixed-pinned .inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 29;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 1024px) {
  .main-nav-container.fixed-pinned .inner {
    transform: none;
    top: -70px;
  }
}
.main-nav-container.fixed-pinned .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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.navbar-brand {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.navbar-brand.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.navbar-brand.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
h1.header-btn__icon.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.header-btn__icon {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.header-btn__icon {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.header-btn__icon,
h4.text-red-800.font-bold.header-btn__icon {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.header-btn__icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.header-btn__icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.header-btn__icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.header-btn__icon,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.header-btn__icon {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.header-btn__icon {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.header-btn__icon,
  h4.text-red-800.font-bold.header-btn__icon {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
button.login-btn,
.login-btn {
  background-color: #F4C542 !important;
  background: #F4C542 !important;
  color: #000000 !important;
  font-weight: 700 !important;
  padding: 12px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  outline: none !important;
  transition: all 0.3s !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
button.login-btn:hover,
.login-btn:hover {
  background-color: #E5B632 !important;
  background: #E5B632 !important;
  opacity: 0.95 !important;
}
button.login-btn span,
.login-btn span {
  background-color: #E5B632 !important;
  display: inline-block !important;
  color: #000000 !important;
}
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}
.s-cart-summary-count {
  background-color: #991b1b !important;
  background-color: var(--cart-badge-bg-color, #991b1b) !important;
  color: #ffffff !important;
  color: var(--cart-badge-text-color, #ffffff) !important;
}
#nav-cart{position:relative;display:flex;align-items:center;white-space:nowrap}
.mb-4#nav-cart.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4#nav-cart.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex#nav-cart {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
#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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
#nav-cart span.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
#nav-cart span:where([dir="ltr"], [dir="ltr"] *){left:-0.5rem}
#nav-cart span:where([dir="rtl"], [dir="rtl"] *){right:-0.5rem}
.header-search .s-search-results{z-index:10}
.store-footer{position:relative;margin-top:2rem;--tw-bg-opacity:1;background-color:rgba(14, 15, 15, 1);background-color:rgba(14, 15, 15, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
@media (min-width: 640px){
.store-footer{margin-top:4rem}}
.store-footer a{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.store-footer a:hover{opacity:0.75}
.store-footer__inner{border-bottom-width:1px;border-style:dashed;border-bottom-color:rgba(255, 255, 255, 0.1);--tw-bg-opacity:1;background-color:rgba(29, 31, 31, 1);background-color:rgba(29, 31, 31, var(--tw-bg-opacity, 1));padding-top:2rem;padding-bottom:2rem}
@media (min-width: 1024px){
.store-footer__inner{padding-top:4rem;padding-bottom:4rem}}
.store-footer h3{margin-bottom:0.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.main-content h2.store-footer h3.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.store-footer h3.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.store-footer h3.text-xl,
h4.text-red-800.store-footer h3.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.store-footer h3.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.store-footer h3.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.store-footer h3.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.store-footer h3.text-xl,
  h4.text-red-800.store-footer h3.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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}
.mb-4.store-footer .social-link.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.store-footer .social-link.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.store-footer .social-link {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.store-footer .social-link .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.store-footer .social-link .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.store-footer .social-link .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.store-footer .social-link span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.store-footer .social-link:hover{opacity:0.75}
.store-footer .footer-logo-container{border-bottom-width:1px;border-style:dashed;border-color:rgba(255, 255, 255, 0.1);padding-bottom:1.5rem}
.store-footer .footer-logo{max-height:5rem;-o-object-fit:contain;object-fit:contain;transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.store-footer .footer-logo:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.store-footer .footer-logo {
  max-width: 180px;
}
.store-footer .footer-social-container ul{display:flex;justify-content:center;gap:0.75rem}
.mb-4.store-footer .footer-social-container ul.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.store-footer .footer-social-container ul.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.store-footer .footer-section{display:flex;flex-direction:column}
.mb-4.store-footer .footer-section.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.store-footer .footer-section.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.store-footer .footer-heading-container{display:flex;justify-content:center}
.mb-4.store-footer .footer-heading-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.store-footer .footer-heading-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.store-footer .footer-heading-container{justify-content:flex-start}}
.store-footer .footer-heading{display:inline-block;border-bottom-width:1px;border-color:rgba(255, 255, 255, 0.1);padding-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}
.main-content h2.store-footer .footer-heading.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.store-footer .footer-heading.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.store-footer .footer-heading.text-xl,
h4.text-red-800.store-footer .footer-heading.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.store-footer .footer-heading.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.store-footer .footer-heading.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.store-footer .footer-heading.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.store-footer .footer-heading.text-xl,
  h4.text-red-800.store-footer .footer-heading.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.store-footer .footer-heading {
  min-width: 120px;
}
.store-footer .tax-info{margin-top:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.store-footer .tax-info:hover{opacity:0.9}
.store-footer .contact-social{margin-top:1.25rem;border-top-width:1px;border-color:rgba(255, 255, 255, 0.1);padding-top:1.25rem}
.store-footer .contact-social ul{margin-bottom:0px}
.footer-is-light .store-footer{--tw-bg-opacity:1;background-color:rgba(249, 250, 251, 1);background-color:rgba(249, 250, 251, var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
.footer-is-light .store-footer .store-footer__inner{--tw-border-opacity:1;border-bottom-color:rgba(229, 231, 235, 1);border-bottom-color:rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1))}
.footer-is-light .store-footer .footer-logo-container{border-color:rgba(229, 231, 235, 0.5)}
.footer-is-light .store-footer .footer-heading{border-color:rgba(229, 231, 235, 0.5);--tw-text-opacity:1;color:rgba(31, 41, 55, 1);color:rgba(31, 41, 55, var(--tw-text-opacity, 1))}
.footer-is-light .store-footer .social-link{--tw-border-opacity:1;border-color:rgba(209, 213, 219, 1);border-color:rgba(209, 213, 219, var(--tw-border-opacity, 1))}
.footer-is-light .store-footer .contact-social{--tw-border-opacity:1;border-color:rgba(243, 244, 246, 1);border-color:rgba(243, 244, 246, var(--tw-border-opacity, 1))}
.copyright-text p{--tw-text-opacity:1;color:rgba(55, 65, 81, 1);color:rgba(55, 65, 81, var(--tw-text-opacity, 1))}
/* Lazy loading styles */
img.lazy{--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms;
  min-height: 60px}
img.lazy-loaded{opacity:1}
/* Footer logo animation */
.footer-logo-container img{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.footer-logo-container img:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.main-menu > li > a[href*=offer]{--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}
.main-menu > li > a[href*=offer].font-bold.text-xl,
h4.main-menu > li > a[href*=offer].font-bold.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .main-menu > li > a[href*=offer],
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.main-menu > li > a[href*=offer],
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .main-menu > li > a[href*=offer] {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.main-menu > li > a[href*=offer]) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .main-menu > li > a[href*=offer].font-bold.text-xl,
body.gaming-dark-mode-enabled h4.main-menu > li > a[href*=offer].font-bold.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  .main-menu > li > a[href*=offer].font-bold.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .main-menu > li > a[href*=offer].font-bold.text-xl,
  h4.main-menu > li > a[href*=offer].font-bold.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.filters-opened .close-filters {
  display: block !important;
}
.menu-opened .btn--close-sm.close-mobile-menu {
  display: block !important;
}
.mobile-menu {
  display: none;
  overflow:hidden;
}
.mm-ocd__content {
  overflow-y: auto;
}
.mm-ocd-opened .mobile-menu {
  display: block;
}
@media (max-width: 480px) {
  .mm-ocd-opened .btn--close-sm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999999;
  }
}
.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}
.main-content h2.mm-spn.mm-spn--navbar.text-xl:after {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.mm-spn.mm-spn--navbar.text-xl:after {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.mm-spn.mm-spn--navbar.text-xl:after,
h4.text-red-800.mm-spn.mm-spn--navbar.text-xl:after {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.mm-spn.mm-spn--navbar.text-xl:after,
body.gaming-dark-mode-enabled h4.text-red-800.mm-spn.mm-spn--navbar.text-xl:after {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.mm-spn.mm-spn--navbar.text-xl:after {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.mm-spn.mm-spn--navbar.text-xl:after,
  h4.text-red-800.mm-spn.mm-spn--navbar.text-xl:after {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.mm-spn.mm-spn--navbar:where([dir="ltr"], [dir="ltr"] *):after{padding-left:3rem}
.mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{padding-right:3rem}
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir="ltr"], [dir="ltr"] *):after{padding-left:0.75rem}
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after{padding-right:0.75rem}
[dir=rtl] .mm-spn.mm-spn--navbar:before {
  transform: rotate(135deg) translateY(77%);
  right: 20px;
  right: var(--mm-spn-item-indent);
  left: auto;
}
.mm-spn li a,
.mm-spn li > span {
  padding: 18px;
  display:flex;
  align-items:center;
  gap:1rem;
}
.mm-spn li a h2.font-bold.text-xl,
.mm-spn li > span h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.mm-spn li a.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.mm-spn li a.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode,.mb-4
.mm-spn li > span.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4
.mm-spn li > span.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.mm-spn li a,.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex
.mm-spn li > span {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mm-spn li a span:first-child,
.mm-spn li > span span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.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);
}
.dropdown__menu.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.dropdown__menu.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.dropdown__menu.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.dropdown__menu.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.dropdown__menu.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.dropdown__menu.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.dropdown-toggler.line-through,
span.dropdown-toggler.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.dropdown-toggler {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.dropdown-toggler.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.dropdown-toggler.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.dropdown-toggler.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.dropdown-toggler.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .dropdown-toggler {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .dropdown-toggler.line-through {
    color: #666666;
  }
}
@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);
  }
}
.gaming-gallery-showcase .gallery-item.dropdown-toggler.is-opened .dropdown__menu {
  opacity: 1;
}
@media (max-width: 1024px) {
  .dropdown-toggler .dropdown__menu {
    left: 0 !important;
  }
  .dropdown-toggler .dropdown__menu {
    position:fixed;
    bottom:0px;
    top:auto;
    width:100%;
    transform-origin:center;
    --tw-translate-y:2.5rem;
    transform:translate(var(--tw-translate-x), 2.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
    opacity:0;
    transition-duration:300ms;
  }
  .dropdown-toggler .dropdown__menu .menu-item:where([dir="ltr"], [dir="ltr"] *){padding-right:0.625rem}
  .dropdown-toggler .dropdown__menu .menu-item:where([dir="rtl"], [dir="rtl"] *){padding-left:0.625rem}
  .dropdown-toggler.is-opened .dropdown__menu{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:1}
  .dropdown-toggler.is-opened:before{pointer-events:auto;visibility:visible;opacity:1}
.dropdown-toggler.is-opened .tooltip-content:before {
  visibility: visible;
  opacity: 1;
  transform: translate(82px, -110px);
}
[dir=rtl] .icon-trigger.dropdown-toggler.is-opened .tooltip-content:before {
  transform: translate(53px, -63px);
}
[dir=ltr] .icon-trigger.dropdown-toggler.is-opened .tooltip-content:before {
  transform: translate(-54px, -65px);
}
@media (max-width: 991px) {
  [dir=rtl] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .tooltip-content:before {
    transform: translate(70px, -80px);
  }
  [dir=ltr] .icon-trigger.mobile-shifted.dropdown-toggler.is-opened .tooltip-content:before {
    transform: translate(-70px, -80px);
  }
}
.gaming-gallery-showcase .gallery-item.dropdown-toggler.is-opened:before {
  opacity: 1;
}
}
/* User Menu Sidebar Styles */
.user-menu-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 90%;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
}
.user-menu-sidebar.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.user-menu-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  position: relative;
  overflow: hidden;
}
.user-menu-sidebar .sidebar-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  z-index: 1;
}
.user-menu-sidebar .sidebar-header .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.user-menu-sidebar .sidebar-header .user-info .user-details h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.user-menu-sidebar .sidebar-header .user-info .user-details p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.user-menu-sidebar .sidebar-header .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.user-menu-sidebar .sidebar-header .close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}
.user-menu-sidebar .sidebar-menu {
  padding: 20px;
}
.user-menu-sidebar .sidebar-menu .menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #374151;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.user-menu-sidebar .sidebar-menu .menu-item:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #414042;
  color: var(--color-primary, #3b82f6);
}
.user-menu-sidebar .sidebar-menu .menu-item .menu-icon {
  font-family: "sallaicons" !important;
}
.user-menu-sidebar .sidebar-menu .menu-item .menu-icon {
  font-size: 18px;
  width: 20px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.user-menu-sidebar .sidebar-menu .menu-item .menu-text {
  font-size: 14px;
  font-weight: 500;
}
.user-menu-sidebar .sidebar-menu .menu-item.logout {
  color: #ef4444;
}
.user-menu-sidebar .sidebar-menu .menu-item.logout:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.user-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.user-menu-backdrop.open {
  opacity: 1;
  visibility: visible;
}
/* RTL Support for User Menu Sidebar */
[dir=rtl] .user-menu-sidebar {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}
[dir=rtl] .user-menu-sidebar.open {
  transform: translateX(0);
}
.sicon-bell-ring::before {
  content: "\e954";
}
.sicon-box-bankers::before {
  content: "\e95b";
}
.sicon-shopping-bag::before {
  content: "\e95f";
}
.sicon-star::before {
  content: "\e9d7";
}
.sicon-user-circle::before {
  content: "\e9f8";
}
.sicon-receipt::before {
  content: "\e9c7";
}
.sicon-heart::before {
  content: "\e979";
}
.sicon-location::before {
  content: "\e997";
}
.sicon-wallet::before {
  content: "\e9fc";
}
.sicon-user::before {
  content: "\e9f7";
}
.sicon-logout::before {
  content: "\e98f";
}
@media (max-width: 768px) {
  .single-order-header-item{display:flex;align-items:center;justify-content:space-between}
.mb-4.single-order-header-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.single-order-header-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.single-order-header-item.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.single-order-header-item.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.single-order-header-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
}
.order-file .s-button-text{display:flex;gap:0.5rem}
.mb-4.order-file .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.order-file .s-button-text.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
/* 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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.tag .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.tag .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.tag .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.tag span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.tag--primary{border-color:#414042;border-color:var(--color-primary);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)}
.profile-header .breadcrumbs a:hover{opacity:0.8}
.profile-header .breadcrumbs span{color:#ff6767;color:var(--color-primary-reverse);opacity:0.8}
.profile-header .breadcrumbs .arrow{color:#ff6767;color:var(--color-primary-reverse);opacity:0.7}
.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)}
.bg-white.py-2\.5.mb-5.rating-header.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rating-header.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rating-header.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rating-header.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
/* 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;
}
.form--user-profile .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.form--user-profile .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.form--user-profile .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.form--user-profile .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.form--user-profile .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.mb-4.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
h1.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i,
h4.text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i,
  h4.text-red-800.font-bold.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
/* 
* 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}
.mb-4.thankyou-block.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.thankyou-block.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.thankyou-block {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.thankyou-block.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.thankyou-block.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.thankyou-block.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.thankyou-block.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.thankyou-block.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.thankyou-block.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.thankyou-block.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.thankyou-block.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.main-content h2.thankyou-block.sent.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.thankyou-block.sent.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.thankyou-block.sent.text-xl,
h4.text-red-800.thankyou-block.sent.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.thankyou-block.sent.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.thankyou-block.sent.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.thankyou-block.sent.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.thankyou-block.sent.text-xl,
  h4.text-red-800.thankyou-block.sent.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.mb-4.thankyou-block.sent.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center:before,
.mb-4.thankyou-block.sent.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.thankyou-block.sent:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.thankyou-block.sent:before {
  content: "\ea9d";
  font-family: "sallaicons";
}
/* 
* Order rating actions
*/
.rating-actions{display:flex;align-items:center;gap:0.5rem}
.mb-4.rating-actions.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.rating-actions.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.rating-actions {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.rating-actions salla-button button{margin-left:0px !important;margin-right:0px !important;height:2rem !important;width:2rem !important;border-radius:.75rem !important}
/* 
* Blog single page
*/
.blog-single .s-comments-item-user-info-name{margin-left:0px;margin-right:0px}
/*
  Block Title
*/
.s-block__title{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}
.mb-4.s-block__title.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-block__title.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-block__title.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-block__title.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block__title {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block__title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-block__title.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.main-content h2.s-block__title h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block__title h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block__title h2.text-xl,
h4.text-red-800.s-block__title h2.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-block__title h2.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block__title h2.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block__title h2.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block__title h2.text-xl,
  h4.text-red-800.s-block__title h2.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__title p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__title p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__title p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__title p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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)))}
.loading-screen.s-block__title-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
.main-content h2.s-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block__display-all.text-xl,
h4.text-red-800.s-block__display-all.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block__display-all {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-block__display-all.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-block__display-all.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-block__display-all.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__display-all .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__display-all .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__display-all .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-block__display-all.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block__display-all span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-block__display-all.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block__display-all.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block__display-all.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block__display-all.text-xl,
  h4.text-red-800.s-block__display-all.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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);
}
.s-block--hero-slider .swiper-slide .swiper-lazy.top-4.z-\[2\] .text-red-500:after {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--hero-slider .swiper-slide .swiper-lazy.top-4.z-\[2\] .text-gray-500:after {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.s-block--hero-slider .swiper-slide .overlay-bg.top-4.z-\[2\] .text-red-500:after {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--hero-slider .swiper-slide .overlay-bg.top-4.z-\[2\] .text-gray-500:after {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
/* 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}
.bg-white.py-2\.5.mb-5.banner--fixed img.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.banner--fixed img.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.banner--fixed img.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.banner--fixed img.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
/* 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))}
.bg-white.py-2\.5.mb-5.banner-entry.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.banner-entry.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.banner-entry.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.banner-entry.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.banner-entry article.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.banner-entry article.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.banner-entry article {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.banner-entry.square-photos h3{height:100%;padding-left:0.75rem;padding-right:0.75rem}
.banner-entry h3{display:flex;flex-direction:column;justify-content:center}
.mb-4.banner-entry h3.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.banner-entry h3.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.bg-white.py-2\.5.mb-5.banner-entry h3.text-with-border.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.banner-entry h3.text-with-border.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.banner-entry h3.text-with-border.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.banner-entry h3.text-with-border.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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 > 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);
}
.has-overlay.top-4.z-\[2\] .text-red-500:after {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.has-overlay.top-4.z-\[2\] .text-gray-500:after {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.loading-screen.tabs-wrapper .tabs__item {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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)}
.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}
.s-block--special-products .tabs.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-block--special-products .tabs.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
.main-content h2.s-block--special-products .tab-trigger.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block--special-products .tab-trigger.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block--special-products .tab-trigger.text-xl,
h4.text-red-800.s-block--special-products .tab-trigger.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.s-block--special-products .tab-trigger.line-through,
span.s-block--special-products .tab-trigger.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-block--special-products .tab-trigger {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-block--special-products .tab-trigger.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block--special-products .tab-trigger.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block--special-products .tab-trigger.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  .s-block--special-products .tab-trigger.line-through {
    color: #666666;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block--special-products .tab-trigger.text-xl,
  h4.text-red-800.s-block--special-products .tab-trigger.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.s-block--special-products .tab-trigger.is-active button{border-color:#414042;border-color:var(--color-primary);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}
.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);
}
.s-block--slider-with-bg .slider-bg.top-4.z-\[2\] .text-red-500:before {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--slider-with-bg .slider-bg.top-4.z-\[2\] .text-gray-500:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block--slider-with-bg .s-slider-block__title-right{display:none}
.loading-screen.s-block--slider-with-bg .s-slider-block__title-right {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.s-block--slider-with-bg .s-slider-block__title-left{display:flex;width:100%;justify-content:space-between}
.mb-4.s-block--slider-with-bg .s-slider-block__title-left.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-block--slider-with-bg .s-slider-block__title-left.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.s-block--slider-with-bg .s-slider-block__title-left.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.s-block--slider-with-bg .s-slider-block__title-left.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl,
h4.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block--slider-with-bg .s-slider-block__display-all {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl,
  h4.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.main-content h2.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl,
h4.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block--slider-with-bg .s-slider-block__display-all {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.s-block--slider-with-bg .s-slider-block__display-all.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--slider-with-bg .s-slider-block__display-all span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-block--slider-with-bg .s-slider-block__display-all.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl,
  h4.text-red-800.s-block--slider-with-bg .s-slider-block__display-all.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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)}
.s-block--slider-with-bg .s-slider-block__display-all.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-block--slider-with-bg .s-slider-block__display-all.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-block--slider-with-bg .s-slider-block__display-all.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--slider-with-bg .s-slider-block__display-all.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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{background-color:transparent !important;--tw-text-opacity:1 !important;color:rgba(255, 255, 255, 1) !important;color:rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
  flex-grow: 0 !important}
.s-block--slider-with-bg .s-slider-block__display-all{border-radius:9999px}
/*
  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}
.mb-4.slide--cat-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.slide--cat-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.slide--cat-entry {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.slide--cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.slide--cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.slide--cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.slide--cat-entry.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.slide--cat-entry.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.slide--cat-entry.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.slide--cat-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.slide--cat-entry.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.slide--cat-entry i.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.slide--cat-entry i.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.slide--cat-entry h2{font-size:0.875rem;line-height:1.25rem;font-weight:700}
.main-content h2.slide--cat-entry h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.slide--cat-entry h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.slide--cat-entry h2.text-xl,
h4.text-red-800.slide--cat-entry h2.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.slide--cat-entry h2 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.slide--cat-entry h2 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.slide--cat-entry h2 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.slide--cat-entry h2 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.slide--cat-entry h2.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.slide--cat-entry h2.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.slide--cat-entry h2.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.slide--cat-entry h2.text-xl,
  h4.text-red-800.slide--cat-entry h2.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
/*
  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}
.mb-4.slide--offer-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.slide--offer-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.slide--offer-entry {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.slide--offer-entry.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.slide--offer-entry.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.slide--offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.slide--offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.slide--offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.slide--offer-entry.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.slide--offer-entry.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.slide--offer-entry.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.slide--offer-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.slide--offer-entry.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.main-content h2.s-block--categories__title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block--categories__title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block--categories__title.text-xl,
h4.text-red-800.s-block--categories__title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-block--categories__title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block--categories__title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block--categories__title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block--categories__title.text-xl,
  h4.text-red-800.s-block--categories__title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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;
}
.mb-4.s-block--features__item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-block--features__item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block--features__item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block--features__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-block--features__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-block--features__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.s-block--features__item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.s-block--features__item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.s-block--features__item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--features__item .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--features__item.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--features__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.s-block--features__item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.mb-4.s-block--features__item .feature-icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-block--features__item .feature-icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block--features__item .feature-icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block--features__item .feature-icon i{font-size:1.875rem;line-height:2.25rem;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))}
.main-content h2.s-block--features__item h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-block--features__item h2.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-block--features__item h2.text-xl,
h4.text-red-800.s-block--features__item h2.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item h2 .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item h2 .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item h2 .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item h2 span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.s-block--features__item h2.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.s-block--features__item h2.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-block--features__item h2.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-block--features__item h2.text-xl,
  h4.text-red-800.s-block--features__item h2.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.s-block--features__item p.line-through,
span.s-block--features__item p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--features__item p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .s-block--features__item p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-block--features__item p.line-through {
    color: #666666;
  }
}
.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;
}
/* Spacer control: neutralize default margins so spacer height controls the gap */
.s-block--spacer{margin-top:0px}
.s-block--spacer + .s-block{margin-top:0px}
.s-block.no-margin-bottom,
.s-block.no-margin-bottom > *,
.s-block.no-margin-bottom > .container > * {
  /* Force remove spacing for .no-gap spacer */
}
.s-block.no-margin-bottom .s-block.no-margin-bottom, .s-block.no-margin-bottom .s-block.no-margin-bottom *,
.s-block.no-margin-bottom > * .s-block.no-margin-bottom,
.s-block.no-margin-bottom > * .s-block.no-margin-bottom *,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-bottom,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-bottom * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.s-block.no-margin-bottom .s-block.no-margin-top .s-block.no-margin-top, .s-block.no-margin-bottom .s-block.no-margin-top .s-block.no-margin-top *,
.s-block.no-margin-bottom .s-block.no-margin-top > * .s-block.no-margin-top,
.s-block.no-margin-bottom .s-block.no-margin-top > * .s-block.no-margin-top *,
.s-block.no-margin-bottom .s-block.no-margin-top > .container > * .s-block.no-margin-top,
.s-block.no-margin-bottom .s-block.no-margin-top > .container > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > * .s-block.no-margin-top .s-block.no-margin-top,
.s-block.no-margin-bottom > * .s-block.no-margin-top .s-block.no-margin-top *,
.s-block.no-margin-bottom > * .s-block.no-margin-top > * .s-block.no-margin-top,
.s-block.no-margin-bottom > * .s-block.no-margin-top > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > * .s-block.no-margin-top > .container > * .s-block.no-margin-top,
.s-block.no-margin-bottom > * .s-block.no-margin-top > .container > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-top .s-block.no-margin-top,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-top .s-block.no-margin-top *,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-top > * .s-block.no-margin-top,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-top > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-top > .container > * .s-block.no-margin-top,
.s-block.no-margin-bottom > .container > * .s-block.no-margin-top > .container > * .s-block.no-margin-top * {
  margin-top: 0 !important;
  padding-top: 0 !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))}
salla-slider.details-slider .s-slider-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,salla-slider.details-slider .s-slider-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,salla-slider.details-slider .s-slider-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.bg-white.py-2\.5.mb-5.details-slider .s-slider-container.inline-flex.text-sm .px-4 .text-red-800,salla-slider
.bg-white.py-2\.5.mb-5.details-slider .s-slider-container.inline-flex.text-sm .px-4.text-red-800,salla-slider
.bg-white.py-2\.5.mb-5.details-slider .s-slider-container.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.details-slider .s-slider-container.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
salla-slider.bg-white.py-2\.5.mb-5.details-slider .s-slider-container.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
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))}
salla-slider.bg-white.py-2\.5.mb-5.details-slider .swiper-slide.inline-flex.text-sm .px-4 .text-red-800,salla-slider
.bg-white.py-2\.5.mb-5.details-slider .swiper-slide.inline-flex.text-sm .px-4.text-red-800,salla-slider
.bg-white.py-2\.5.mb-5.details-slider .swiper-slide.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.details-slider .swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,salla-slider.details-slider .swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,salla-slider.details-slider .swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.bg-white.py-2\.5.mb-5.details-slider .swiper-slide.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
salla-slider.details-slider .swiper-slide.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
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);
}
salla-slider.details-slider salla-button.btn--wishlist.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.absolute.top-4.details-slider salla-button.btn--wishlist .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.details-slider salla-button.btn--wishlist.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
salla-slider.absolute.top-4.details-slider salla-button.btn--wishlist .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
salla-slider.loading-screen.details-slider .s-slider-block__title-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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}
@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(153, 27, 27, 1);background-color:rgba(153, 27, 27, 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);
}
.main-content h2.promotion-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.promotion-title.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.promotion-title.text-xl,
h4.text-red-800.promotion-title.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.promotion-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.promotion-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.promotion-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.promotion-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.promotion-title.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.promotion-title.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.promotion-title.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.promotion-title.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.promotion-title.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.promotion-title.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.promotion-title.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.promotion-title.text-xl,
  h4.text-red-800.promotion-title.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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%}
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}
salla-slider.bg-white.py-2\.5.mb-5.photos-slider .swiper-slide.inline-flex.text-sm .px-4 .text-red-800,salla-slider
.bg-white.py-2\.5.mb-5.photos-slider .swiper-slide.inline-flex.text-sm .px-4.text-red-800,salla-slider
.bg-white.py-2\.5.mb-5.photos-slider .swiper-slide.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
salla-slider.bg-white.py-2\.5.mb-5.photos-slider .swiper-slide.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.loading-screen.s-block--testimonials .s-slider-block__title-nav {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: 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}
@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}
.bg-white.py-2\.5.offer-slider .s-slider-block__title.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.offer-slider .s-slider-block__title.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.offer-slider .s-slider-block__title.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.offer-slider .s-slider-block__title.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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.top-4.z-\[2\] .text-red-500:before {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.offer-slider .s-slider-block__title.z-\[2\] .text-red-500:before {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.offer-slider .s-slider-block__title.top-4.z-\[2\] .text-gray-500:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.offer-slider .s-slider-block__title.z-\[2\] .text-gray-500:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.offer-slider .s-slider-block__title:where([dir="ltr"], [dir="ltr"] *):before{left:0px}
.offer-slider .s-slider-block__title:where([dir="rtl"], [dir="rtl"] *):before{right:0px}
.offer-slider .s-slider-block__title:before {
  content: "\ee30";
  font-family: "sallaicons";
}
.offer-slider .s-slider-block__title h2{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgba(248, 113, 113, 1);color:rgba(248, 113, 113, var(--tw-text-opacity, 1))}
.offer-slider .s-slider-block__title p{margin-top:0.25rem;overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none;line-height:1.5rem}
.bank-offer .s-slider-block__title{display:none}
.loading-screen.bank-offer .s-slider-block__title {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
model-viewer[style*=width]:before{display:none}
model-viewer.loading-screen[style*=width]:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.blog-slider .swiper-slide img{max-height:480px;min-height:380px}
@media (min-width: 768px){
.blog-slider .swiper-slide img{max-height:680px}}
salla-slider .swiper-slide{opacity:0;
  animation: slideInUpFast 0.4s ease-out forwards}
salla-slider .swiper-slide:nth-child(1) {
  animation-delay: 0.1s;
}
salla-slider .swiper-slide:nth-child(2) {
  animation-delay: 0.15s;
}
salla-slider .swiper-slide:nth-child(3) {
  animation-delay: 0.2s;
}
salla-slider .swiper-slide:nth-child(4) {
  animation-delay: 0.25s;
}
salla-slider .swiper-slide:nth-child(5) {
  animation-delay: 0.3s;
}
salla-slider .swiper-slide:nth-child(6) {
  animation-delay: 0.35s;
}
salla-slider:not(.swiper-initialized) .swiper-slide{opacity:0;
  transform: translateY(20px)}
salla-slider.swiper-initialized .swiper-slide{opacity:0;
  animation: slideInUpFast 0.4s ease-out forwards}
salla-slider .s-product-card-entry{opacity:0;
  animation: slideInUpFast 0.5s ease-out forwards}
salla-slider.loading .swiper-slide{opacity:0.3;
  animation: none}
salla-slider.loading .swiper-slide .s-product-card-entry{opacity:0.5;
  animation: none}
.product-entry{position:relative;display:flex;height:100%;justify-content:space-between;border-radius:0.5rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1));transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms}
.mb-4.flex.product-entry.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.product-entry.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.product-entry.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.product-entry.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.product-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.product-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.product-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.product-entry.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.flex.product-entry--wishlist.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.product-entry--wishlist.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.bg-white.py-2\.5.mb-5.product-entry--wishlist .product-entry__image.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.product-entry--wishlist .product-entry__image.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.product-entry--wishlist .product-entry__image.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.product-entry--wishlist .product-entry__image.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (min-width: 768px){
.product-entry--wishlist .product-entry__image{height:4rem;width:5rem}}
.product-entry--wishlist salla-button{display:flex}
.mb-4.product-entry--wishlist salla-button.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.product-entry--wishlist salla-button.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.s-comments-product.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.s-comments-product.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}}

.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * {
  /* Force remove spacing for .no-gap spacer */
}

.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-bottom,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-bottom * {
  margin-bottom: 0;
  padding-bottom: 0;
}

.s-block.no-margin-bottom .s-block.no-margin-top > .s-comments-product .s-comments-container > * .s-block.no-margin-top,
.s-block.no-margin-bottom .s-block.no-margin-top > .s-comments-product .s-comments-container > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > * .s-block.no-margin-top > .s-comments-product .s-comments-container > * .s-block.no-margin-top,
.s-block.no-margin-bottom > * .s-block.no-margin-top > .s-comments-product .s-comments-container > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-top .s-block.no-margin-top,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-top .s-block.no-margin-top *,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-top > * .s-block.no-margin-top,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-top > * .s-block.no-margin-top *,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-top > .container > * .s-block.no-margin-top,
.s-block.no-margin-bottom > .s-comments-product .s-comments-container > * .s-block.no-margin-top > .container > * .s-block.no-margin-top * {
  margin-top: 0;
  padding-top: 0;
}
.s-block--testimonials.s-comments-product .s-comments-container{padding:0px}
@media (min-width: 1024px){
.s-block--testimonials.s-comments-product .s-comments-container{padding-left:0.625rem;padding-right:0.625rem}}
.s-block--store-map .s-comments-product .s-comments-container {
  position: relative;
  z-index: 1;
}
.s-block--store-map.padding-small .s-comments-product .s-comments-container {
  padding: 1rem;
}
.s-block--store-map.padding-medium .s-comments-product .s-comments-container {
  padding: 2rem;
}
.s-block--store-map.padding-large .s-comments-product .s-comments-container {
  padding: 3rem;
}
.s-block--store-map.padding-xlarge .s-comments-product .s-comments-container {
  padding: 4rem;
}
.s-block--store-map.padding-disabled .s-comments-product .s-comments-container {
  padding: 0;
}
@media (max-width: 768px) {
  .s-block--store-map.padding-small .s-comments-product .s-comments-container {
    padding: 0.5rem;
  }
  .s-block--store-map.padding-medium .s-comments-product .s-comments-container {
    padding: 1rem;
  }
  .s-block--store-map.padding-large .s-comments-product .s-comments-container {
    padding: 1.5rem;
  }
  .s-block--store-map.padding-xlarge .s-comments-product .s-comments-container {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .s-block--store-map.padding-small .s-comments-product .s-comments-container {
    padding: 0.25rem;
  }
  .s-block--store-map.padding-medium .s-comments-product .s-comments-container {
    padding: 0.5rem;
  }
  .s-block--store-map.padding-large .s-comments-product .s-comments-container {
    padding: 1rem;
  }
  .s-block--store-map.padding-xlarge .s-comments-product .s-comments-container {
    padding: 1.5rem;
  }
}

body.custom-background-color .s-container:not(.header-container):not(.top-navbar .s-comments-product .s-comments-container) {
  background-color: #ffffff;
  background-color: var(--store-background-color, #ffffff);
}

body:not(.nav-merge-active) .top-navbar .s-comments-product .s-comments-container {
  background-color: #ffffff;
  background-color: var(--header-background-color, #ffffff);
}

.header-with-background .s-comments-product .s-comments-container {
  position: relative;
  z-index: 2;
}
.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);
}
.mb-4.share-btns-list.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.share-btns-list.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.share-btns-list {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.share-btns-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.share-btns-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.share-btns-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.share-btns-list.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.share-btns-list.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.share-btns-list.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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);
}
.mb-4.pie-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.pie-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.pie-wrapper {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.pie-wrapper.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.pie-wrapper.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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:7rem}
  .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-direction:column;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)}
.mb-4.is-sticky-product-bar .sticky-product-bar.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.is-sticky-product-bar .sticky-product-bar.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.is-sticky-product-bar .sticky-product-bar.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.is-sticky-product-bar .sticky-product-bar.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.is-sticky-product-bar .sticky-product-bar {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.is-sticky-product-bar .sticky-product-bar .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.top-4.is-sticky-product-bar .sticky-product-bar .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
  @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{width:100%;--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}
.loading-screen.is-sticky-product-bar .sticky-product-bar__price,.loading-screen
  .is-sticky-product-bar .sticky-product-bar .form-label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
  .is-sticky-product-bar .sticky-product-bar__quantity{margin:0px;transition-delay:900ms}
  .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input{width:100%}
  .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container{width:100%}
  .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input .s-quantity-input-input{width:80%}
  .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}
.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%}
.model-viewer-wrapper.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.model-viewer-wrapper.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.switcher-3d-view.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.switcher-3d-view:where([dir="ltr"], [dir="ltr"] *){right:1rem}
.switcher-3d-view:where([dir="rtl"], [dir="rtl"] *){left:1rem}
.model-viewer{height:100%;width:100%}
.model-viewer__poster{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-size:contain;background-position:center;background-repeat:no-repeat}
input[type=radio].sr-only div.model-viewer__poster {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.model-viewer__poster {
  border-color: var(--color-main);
}
.model-viewer__poster.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.model-viewer__poster.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.main-content h2.s-toggle .s-toggle-switcher-has-text.text-xl:before {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.s-toggle .s-toggle-switcher-has-text.text-xl:before {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before,
h4.text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before,
body.gaming-dark-mode-enabled h4.text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before,
  h4.text-red-800.s-toggle .s-toggle-switcher-has-text.text-xl:before {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800:before,.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800:before,.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800:before {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-toggle .s-toggle-input:checked + div.s-toggle-switcher-bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800):before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.product-option-uploader .s-file-upload-wrapper .filepond--drop-label.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder{display:flex;flex-direction:column;align-items:center;justify-content:center}
.mb-4.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
h1.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i,
h4.text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i,
  h4.text-red-800.font-bold.product-option-uploader .s-file-upload-wrapper .product-option-uploader-placholder-icon i {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@media (max-width: 640px) {
  .s-offer-modal-slider-centered .s-offer-modal-slider-item {
    max-width: 46% !important;
  }
}
.s-product-card-full-image salla-add-product-button{border-radius:.75rem;--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.s-product-card-full-image salla-add-product-button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.s-product-card-full-image salla-add-product-button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.s-product-card-full-image salla-add-product-button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-full-image salla-add-product-button.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.absolute.top-4.z-\[2\] .s-product-card-wishlist-added i {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{flex:none}
@media (min-width: 640px){
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image{flex:1 1 0%}}
.s-product-options-colors-wrapper{display:flex;flex-wrap:wrap;gap:1rem}
.s-product-options-colors-wrapper h2.font-bold.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mb-4.s-product-options-colors-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-options-colors-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-colors-wrapper span:first-child {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-product-options-colors-wrapper .s-product-options-colors-item{margin:0px;width:auto}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="ltr"], [dir="ltr"] *){margin:0px}
.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="rtl"], [dir="rtl"] *){margin:0px}
.s-product-card-minimal .s-product-card-image:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}
.s-product-card-minimal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}
.s-product-card-starting-price{justify-content:flex-start;gap:0.625rem}
.s-product-card-starting-price h4{--tw-text-opacity:1;color:rgba(153, 27, 27, 1);color:rgba(153, 27, 27, var(--tw-text-opacity, 1))}
.s-product-card-starting-price h4.font-bold.text-xl,
h4.s-product-card-starting-price h4.font-bold.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .s-product-card-starting-price h4,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.s-product-card-starting-price h4,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-product-card-starting-price h4 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.s-product-card-starting-price h4) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .s-product-card-starting-price h4.font-bold.text-xl,
body.gaming-dark-mode-enabled h4.s-product-card-starting-price h4.font-bold.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  .s-product-card-starting-price h4.font-bold.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .s-product-card-starting-price h4.font-bold.text-xl,
  h4.s-product-card-starting-price h4.font-bold.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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}
.loading-screen.magnify-wrapper .img-magnifier-glass {
  opacity: 0;
  visibility: hidden;
  pointer-events: 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 {
  background-color: aqua;
  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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-product-card-horizontal salla-button.s-product-card-wishlist-btn.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
  .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}
.mb-4.s-product-card-horizontal salla-progress-bar.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-product-card-horizontal salla-progress-bar.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-rating-stars-reviews{--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.s-rating-stars-reviews.line-through,
span.s-rating-stars-reviews.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .s-rating-stars-reviews {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .s-rating-stars-reviews.line-through {
    color: #666666;
  }
}
.s-product-card-promotion-title{--tw-bg-opacity:1;background-color:rgba(153, 27, 27, 1);background-color:rgba(153, 27, 27, 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{--tw-text-opacity:1 !important;color:rgba(153, 27, 27, 1) !important;color:rgba(153, 27, 27, var(--tw-text-opacity, 1)) !important}
.s-product-card-sale-price h4.font-bold.text-xl,
h4.s-product-card-sale-price h4.font-bold.text-xl {
  color: #dc2626 !important;
  color: var(--product-sale-price-color, #dc2626) !important;
  font-weight: bold !important;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1) !important;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .s-product-card-sale-price h4,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.s-product-card-sale-price h4,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-product-card-sale-price h4 {
  color: #dc2626 !important;
  color: var(--product-highlight-color, #dc2626) !important;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.s-product-card-sale-price h4) {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
body.gaming-dark-mode-enabled .s-product-card-sale-price h4.font-bold.text-xl,
body.gaming-dark-mode-enabled h4.s-product-card-sale-price h4.font-bold.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4) !important;
}
@media print {
  .s-product-card-sale-price h4.font-bold.text-xl {
    color: #000000 !important;
    text-shadow: none !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
  }
}
@media (prefers-contrast: high) {
  .s-product-card-sale-price h4.font-bold.text-xl,
  h4.s-product-card-sale-price h4.font-bold.text-xl {
    border: 1px solid currentColor !important;
    padding: 2px 4px !important;
    border-radius: 4px !important;
  }
}
.s-product-card-sale-price span{color:inherit}
@media (max-width: 1024px) {
  salla-filters,
  salla-filters > *{padding-left:1.25rem !important;padding-right:1.25rem !important}
}
#offer-corner-badge{position:absolute;z-index:1;float:left;margin:0px;height:auto;width:auto;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:0px;--tw-bg-opacity:1;background-color:rgba(220, 38, 38, 1);background-color:rgba(220, 38, 38, var(--tw-bg-opacity, 1));padding-left:3rem;padding-right:3rem;padding-top:0.25rem;padding-bottom:0.25rem;--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
input[type=radio].sr-only div#offer-corner-badge {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div#offer-corner-badge {
  border-color: var(--color-main);
}
#offer-corner-badge.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
#offer-corner-badge.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
#offer-corner-badge:where([dir="ltr"], [dir="ltr"] *){top:1.25rem;right:-3.5rem;--tw-rotate:45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
#offer-corner-badge:where([dir="rtl"], [dir="rtl"] *){top:0.75rem;left:-3rem;--tw-rotate:-45deg;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cart-options{border-radius:0.375rem;border-width:1px;border-style:dashed;--tw-border-opacity:1;border-color:rgba(156, 163, 175, 1);border-color:rgba(156, 163, 175, var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.cart-options.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.cart-options.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.cart-options.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.cart-options.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.cart-options.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.cart-options.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.cart-options.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.cart-options.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.cart-options salla-product-options{margin-bottom:0px;padding-top:0px}
.cart-options salla-product-options .s-product-options-option:not(div.s-product-options-option-booking){display:block !important}
.cart-options salla-product-options-label{margin-bottom:0.75rem}
.cart-options salla-product-options .s-form-control{border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-form-control.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-form-control.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-form-control.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-form-control.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.cart-options salla-product-options .s-datetime-picker-input{border-radius:0.375rem;--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-datetime-picker-input.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-datetime-picker-input.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-datetime-picker-input.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.cart-options salla-product-options .s-datetime-picker-input.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.cart-options salla-product-options .s-product-options-multiple-options-wrapper{display:block !important}
salla-quantity-input[max="1"] input{pointer-events:none;opacity:0.5}
salla-quantity-input[max="1"] .s-quantity-input-button{cursor:not-allowed}
.brands-nav{display:flex;flex-wrap:wrap;justify-content:center}
.brands-nav > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem * 0);margin-right:calc(0.5rem * var(--tw-space-x-reverse));margin-left:calc(0.5rem * (1 - 0));margin-left:calc(0.5rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(0.5rem * calc(1 - 0));margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));--tw-space-y-reverse:0;margin-top:calc(0.5rem * (1 - 0));margin-top:calc(0.5rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.5rem * calc(1 - 0));margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * 0);margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}
.mb-4.brands-nav.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.brands-nav.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.brands-nav__item.line-through,
span.brands-nav__item.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.mb-4.brands-nav__item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.brands-nav__item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.brands-nav__item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.brands-nav__item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.brands-nav__item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.brands-nav__item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brands-nav__item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brands-nav__item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brands-nav__item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.brands-nav__item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brands-nav__item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .brands-nav__item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .brands-nav__item.line-through {
    color: #666666;
  }
}
.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}
.brands-nav__item span{pointer-events:none}
.brands-nav.is-sticky{position:fixed;top:2.25rem;z-index:0;height:100%;flex-direction:column;flex-wrap:wrap}
.brands-nav.is-sticky > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * (1 - 0));margin-top:calc(0.125rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(0.125rem * calc(1 - 0));margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * 0);margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}
.brands-nav.is-sticky{padding-top:4rem;padding-bottom:2.5rem}
.brands-nav.is-sticky:where([dir="ltr"], [dir="ltr"] *){left:0.5rem}
.brands-nav.is-sticky:where([dir="rtl"], [dir="rtl"] *){right:0.5rem}
.brands-nav.is-sticky .brands-nav__item{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.brands-nav.is-sticky .brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.brands-nav.is-sticky .brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.brands-nav.is-sticky .brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.brands-nav.is-sticky .brands-nav__item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.brand-char.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.brand-char.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.brand-char {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.brand-char.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.brand-char.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.brand-char.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.brand-char.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.brand-char.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.brand-char.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brand-char .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brand-char .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brand-char .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.brand-char.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.brand-char.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.brand-char span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.brand-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.brand-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.brand-item {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.brand-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.brand-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.brand-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.brand-item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.brand-item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.brand-item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.brand-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.brand-item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}}
/**
 * Loading Screen Styles
 * Custom loading screen with configurable colors and animations
 */
:root {
  --loading-bg-primary: #ffffff;
  --loading-bg-secondary: #f8fafc;
  --loading-text-color: #374151;
  --loading-spinner-color: #7c3aed;
  --loading-logo-size: 120px;
  --loading-duration: 2s;
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  background: linear-gradient(135deg, var(--loading-bg-primary), var(--loading-bg-secondary));
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading-screen.fade-out {
  animation: fadeOut 0.5s ease-in-out forwards;
}
.loading-screen.slide-up-out {
  animation: slideUpOut 0.5s ease-in-out forwards;
}
.loading-screen.scale-out {
  animation: scaleOut 0.5s ease-in-out forwards;
}
.loading-screen.rotate-out {
  animation: rotateOut 0.5s ease-in-out forwards;
}
.loading-screen__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 90%;
  animation: contentFadeIn 0.8s ease-out;
}
.loading-screen__logo {
  width: auto;
  height: 120px;
  height: var(--loading-logo-size);
  max-width: 300px;
  margin-bottom: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  animation: logoFloat 2s ease-in-out infinite;
}
.loading-screen__text {
  color: #374151;
  color: var(--loading-text-color);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2rem;
  opacity: 0.8;
  animation: textPulse 2s ease-in-out infinite;
}
.loading-screen__spinner {
  position: relative;
  width: 50px;
  height: 50px;
}
.loading-screen__spinner-circle {
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #7c3aed;
  border-top: 3px solid var(--loading-spinner-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-screen__spinner-dots {
  display: flex;
  gap: 8px;
}
.loading-screen__spinner-dots .dot {
  width: 12px;
  height: 12px;
  background-color: #7c3aed;
  background-color: var(--loading-spinner-color);
  border-radius: 50%;
  animation: dotBounce 1.4s ease-in-out infinite both;
}
.loading-screen__spinner-dots .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.loading-screen__spinner-dots .dot:nth-child(2) {
  animation-delay: -0.16s;
}
.loading-screen__spinner-dots .dot:nth-child(3) {
  animation-delay: 0s;
}
.loading-screen__progress {
  width: 200px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 1rem;
}
.loading-screen__progress-bar {
  height: 100%;
  background-color: #7c3aed;
  background-color: var(--loading-spinner-color);
  border-radius: 2px;
  animation: progressFill 2s ease-out forwards;
  animation: progressFill var(--loading-duration) ease-out forwards;
}
@media (max-width: 768px) {
  .loading-screen__logo {
    height: calc(120px * 0.8);
    height: calc(var(--loading-logo-size) * 0.8);
    margin-bottom: 1.5rem;
  }
  .loading-screen__text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .loading-screen__progress {
    width: 150px;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideUpOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  to {
    opacity: 0;
    transform: rotate(180deg) scale(0.8);
  }
}
@keyframes contentFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes textPulse {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dotBounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes progressFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
body.loading-active {
  overflow: hidden;
}
.loading-screen-preload .loading-screen__content {
  animation-delay: 0.2s;
}
.loading-screen-preload .loading-screen__logo {
  animation-delay: 0.3s;
}
.loading-screen-preload .loading-screen__text {
  animation-delay: 0.4s;
}
.loading-screen-preload .loading-screen__spinner {
  animation-delay: 0.5s;
}
.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))}
.mb-4.no-content-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.no-content-placeholder.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.no-content-placeholder {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.no-content-placeholder .icon{margin-bottom:1rem;display:flex;height:8rem;width:8rem;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgba(243, 244, 246, 1);background-color:rgba(243, 244, 246, var(--tw-bg-opacity, 1));font-size:3rem;line-height:1;--tw-text-opacity:1;color:rgba(209, 213, 219, 1);color:rgba(209, 213, 219, var(--tw-text-opacity, 1))}
.no-content-placeholder .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.no-content-placeholder .icon.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.no-content-placeholder .icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.no-content-placeholder .icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.no-content-placeholder .icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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))}
.no-content-placeholder p.line-through,
span.no-content-placeholder p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.no-content-placeholder p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.no-content-placeholder p.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .no-content-placeholder p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .no-content-placeholder p.line-through {
    color: #666666;
  }
}
.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}
/* Gaming WhatsApp Float Button Styles - Optimized */
.gaming-whatsapp-float {
  z-index: 1000 !important;
}
.gaming-whatsapp-float {
  position: fixed;
  bottom: 6rem;
  right: 20px; /* Default position - will be overridden by JavaScript */
  z-index: var(--z-floating);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  border: 2px solid rgba(255, 0, 255, 0.3);
  overflow: visible;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}
.gaming-whatsapp-float:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6), 0 0 20px rgba(255, 0, 255, 0.5);
  border-color: rgba(0, 255, 255, 0.6);
}
.gaming-whatsapp-icon {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}
.gaming-whatsapp-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}
/* Pulse animation */
.gaming-whatsapp-pulse {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 0, 255, 0.6);
  animation: gaming-pulse 2s infinite;
  z-index: 1;
  backface-visibility: hidden;
}
/* Glow effect */
.gaming-whatsapp-glow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 255, 0.2) 0%, transparent 70%);
  animation: gaming-glow 3s infinite alternate;
  z-index: 0;
  backface-visibility: hidden;
}
/* Tooltip styling */
.gaming-tooltip {
  position: absolute !important;
  bottom: 70px !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  background: rgba(20, 20, 35, 0.95) !important;
  color: white !important;
  padding: 10px 15px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 0, 255, 0.4) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 0, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
  min-width: 140px !important;
  max-width: 200px !important;
  text-align: center !important;
  z-index: 9999 !important;
}
.gaming-tooltip:before {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  border: 8px solid transparent !important;
  border-top-color: rgba(20, 20, 35, 0.95) !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) !important;
}
.gaming-tooltip:after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  border: 6px solid transparent !important;
  border-top-color: rgba(255, 0, 255, 0.4) !important;
}
.gaming-whatsapp-float:hover .gaming-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(-5px) !important;
}
/* Animations */
@keyframes gaming-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes gaming-glow {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.1);
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .gaming-whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 6rem;
    right: 15px;
  }
  .gaming-whatsapp-icon {
    width: 25px;
    height: 25px;
  }
  .gaming-tooltip {
    font-size: 11px !important;
    padding: 8px 12px !important;
    bottom: 65px !important;
    min-width: 120px !important;
  }
  .gaming-tooltip:before {
    border-width: 6px !important;
  }
  .gaming-tooltip:after {
    border-width: 4px !important;
  }
}
/* Position support - Handled dynamically by JavaScript */
/* All positioning is now controlled by the WhatsApp component JavaScript */
/* Performance optimizations */
@media (prefers-reduced-motion: reduce) {
  .gaming-whatsapp-pulse,
  .gaming-whatsapp-glow {
    animation: none;
  }
  .gaming-whatsapp-float {
    transition: none;
  }
  .gaming-whatsapp-float:hover {
    transform: none;
  }
}
.loyalty .breadcrumbs{padding-bottom:0px;padding-top:1rem}
.loyalty .breadcrumbs ol{justify-content:center}
@media (min-width: 1024px){
.loyalty .breadcrumbs ol{justify-content:flex-start}}
.loyalty .breadcrumbs a,
.loyalty .breadcrumbs span,
.loyalty .breadcrumbs .arrow{color:rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 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)}
.loyalty__banner.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.loyalty__banner.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.loyalty__banner.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.loyalty__banner.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.loyalty__banner.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.loyalty__banner.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.loyalty__banner.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.loyalty__banner.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.loyalty__banner-inner {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.flex.loyalty__banner-content.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.loyalty__banner-content.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.loyalty__banner-content {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.main-content h2.loyalty__banner-content .info h1.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.loyalty__banner-content .info h1.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.loyalty__banner-content .info h1.text-xl,
h4.text-red-800.loyalty__banner-content .info h1.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.loyalty__banner-content .info h1.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.loyalty__banner-content .info h1.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.loyalty__banner-content .info h1.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.loyalty__banner-content .info h1.text-xl,
  h4.text-red-800.loyalty__banner-content .info h1.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.loyalty__banner-content .info p{margin-bottom:0.5rem;max-width:20rem;line-height:1.5rem;--tw-text-opacity:1;color:rgba(107, 114, 128, 1);color:rgba(107, 114, 128, var(--tw-text-opacity, 1))}
.loyalty__banner-content .info p.line-through,
span.loyalty__banner-content .info p.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.absolute.top-4.z-\[2\] .loyalty__banner-content .info p {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .loyalty__banner-content .info p.line-through {
    color: #666666;
  }
}
.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))}
.loyalty__banner .loyalty-points.line-through,
span.loyalty__banner .loyalty-points.line-through {
  color: #9ca3af;
  color: var(--product-old-price-color, #9ca3af);
  opacity: 0.8;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.loyalty__banner .loyalty-points .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.loyalty__banner .loyalty-points .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.loyalty__banner .loyalty-points .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.loyalty__banner .loyalty-points span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.z-\[2\] .loyalty__banner .loyalty-points {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media print {
  .loyalty__banner .loyalty-points.line-through {
    color: #666666;
  }
}
.loyalty__banner .loyalty-points .count-number{font-size:2.25rem;line-height:2.5rem;font-weight:700;color:#414042;color:var(--color-primary)}
.main-content h2.loyalty__banner .loyalty-points .count-number.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.loyalty__banner .loyalty-points .count-number.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.loyalty__banner .loyalty-points .count-number.text-xl,
h4.text-red-800.loyalty__banner .loyalty-points .count-number.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.loyalty__banner .loyalty-points .count-number.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.loyalty__banner .loyalty-points .count-number.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.loyalty__banner .loyalty-points .count-number.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.loyalty__banner .loyalty-points .count-number.text-xl,
  h4.text-red-800.loyalty__banner .loyalty-points .count-number.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.loyalty-star.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.mb-4.points-ways__list .way-item.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.points-ways__list .way-item.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.points-ways__list .way-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.points-ways__list .way-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.points-ways__list .way-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.points-ways__list .way-item.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.points-ways__list .way-item.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.points-ways__list .way-item.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.points-ways__list .way-item.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.points-ways__list .way-item.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.points-ways__list .way-item__icon{position:relative;display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center}
.mb-4.points-ways__list .way-item__icon.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.points-ways__list .way-item__icon.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.points-ways__list .way-item__icon {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.points-ways__list .way-item__icon span{position:absolute;top:0px;right:0px;bottom:0px;left:0px;z-index:0;height:100%;width:100%;border-radius:9999px;opacity:0.1}
input[type=radio].sr-only div.points-ways__list .way-item__icon span {
  transition: all 0.3s;
}
input[type=radio].sr-only:checked ~ div.points-ways__list .way-item__icon span {
  border-color: var(--color-main);
}
.points-ways__list .way-item__icon span.top-4.z-\[2\] .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.points-ways__list .way-item__icon span.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.points-ways__list .way-item__content{display:flex;flex-direction:column;justify-content:flex-start}
.mb-4.points-ways__list .way-item__content.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.points-ways__list .way-item__content.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.points-ways__list .way-item__content h4{word-break:break-all;font-size:1.25rem;line-height:1.75rem;font-weight:700}
h1.points-ways__list .way-item__content h4.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.points-ways__list .way-item__content h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.points-ways__list .way-item__content h4 {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.points-ways__list .way-item__content h4.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.points-ways__list .way-item__content h4 {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.points-ways__list .way-item__content h4.text-xl,
h4.text-red-800.points-ways__list .way-item__content h4.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-red-800.font-bold.points-ways__list .way-item__content h4,
h4.text-red-800.font-bold.points-ways__list .way-item__content h4 {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.points-ways__list .way-item__content h4.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.points-ways__list .way-item__content h4.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.points-ways__list .way-item__content h4,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.points-ways__list .way-item__content h4 {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.points-ways__list .way-item__content h4.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
  
  .text-red-800.font-bold.points-ways__list .way-item__content h4 {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.points-ways__list .way-item__content h4.text-xl,
  h4.text-red-800.points-ways__list .way-item__content h4.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
  .text-red-800.font-bold.points-ways__list .way-item__content h4,
  h4.text-red-800.font-bold.points-ways__list .way-item__content h4 {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.points-ways__list .way-item__content p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.points-ways__list .way-item__content p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.points-ways__list .way-item__content p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.points-ways__list .way-item__content p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.points-ways__list .way-item__action{margin-top:auto;padding-top:1rem}
.virtooal {
  margin: 15px 0;
  border-radius: 10px;
  border: 1px solid rgb(229, 229, 229);
  background: white;
}
@media screen and (min-width: 992px) {
  .virtooal {
    padding: 18px;
  }
}
.virtooal--content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.virtooal--details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .virtooal--details {
    display: none;
  }
}
.virtooal--details--title {
  font-size: 16px;
  font-weight: 700;
  color: #1F2937;
}
.virtooal--details--desc {
  font-size: 13px;
  color: #7C8082;
  font-weight: 400;
}
@media (max-width: 992px) {
  .virtooal--action {
    width: 100%;
  }
}
.virtooal--action button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem 0.625rem 1.5rem;
  line-height: 1.25rem;
  background: #414042;
  background: var(--color-primary);
  color: #ff6767;
  color: var(--color-primary-reverse);
  border-radius: 5px;
}
.virtooal--action button:hover {
  opacity: 0.8 !important;
}
.virtooal--action button:hover {
  background: var(--color-primary-dark);
}
@media (max-width: 992px) {
  .virtooal--action button {
    width: 100%;
  }
}
.virtooal--action button .icon {
  width: 14px;
  height: 14px;
}
[dir=rtl] .virtooal--action button .icon {
  margin-left: 0.75rem;
}
[dir=ltr] .virtooal--action button .icon {
  margin-right: 0.75rem;
}
.landing-page{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.landing-page.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.landing-page.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.landing-page.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.landing-page.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@media (max-width: 640px) {
  .landing-page{padding-bottom:4rem}
}
.landing-page > header{position:relative;width:100%;overflow:hidden}
.landing-page > header .header-content{position:relative;z-index:1;margin-left:auto;margin-right:auto;max-width:750px;padding-bottom:30px;text-align:center}
.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))}
.main-content h2.landing-page > header .header-content-inner > h1.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.landing-page > header .header-content-inner > h1.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.landing-page > header .header-content-inner > h1.text-xl,
h4.text-red-800.landing-page > header .header-content-inner > h1.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.landing-page > header .header-content-inner > h1.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,.landing-page > header .header-content-inner > h1.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.landing-page > header .header-content-inner > h1.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.landing-page > header .header-content-inner > h1.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.landing-page > header .header-content-inner > h1.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.landing-page > header .header-content-inner > h1.text-xl,
  h4.text-red-800.landing-page > header .header-content-inner > h1.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
@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))}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.landing-page > header .header-content-inner > p .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.landing-page > header .header-content-inner > p .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.landing-page > header .header-content-inner > p .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.landing-page > header .header-content-inner > p span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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))}
h1.landing-page > header .header-content-offer p.md\:text-2xl {
  color: #1f2937;
  color: var(--product-title-color, #1f2937);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.main-content h2.font-bold.landing-page > header .header-content-offer p {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.landing-page > header .header-content-offer p {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.landing-page > header .header-content-offer p,
h4.text-red-800.font-bold.landing-page > header .header-content-offer p {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.landing-page > header .header-content-offer p,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.landing-page > header .header-content-offer p {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.font-bold.landing-page > header .header-content-offer p {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.font-bold.landing-page > header .header-content-offer p,
  h4.text-red-800.font-bold.landing-page > header .header-content-offer p {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.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);
}
.loading-screen.landing-page > header:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.landing-page > header.top-4.z-\[2\] .text-red-500:before {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.landing-page > header.top-4.z-\[2\] .text-gray-500:before {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
@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}
.mb-4.landing-page .center-products .vertical-products .s-products-list-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.landing-page .center-products .vertical-products .s-products-list-wrapper.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
}
@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}
.mb-4.landing-page--quick-buy salla-mini-checkout-widget.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.landing-page--quick-buy salla-mini-checkout-widget.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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)}
.mb-4.landing-page--quick-buy.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.landing-page--quick-buy.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.landing-page--quick-buy.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.landing-page--quick-buy.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.landing-page--quick-buy {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.landing-page--quick-buy.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.landing-page--quick-buy.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.landing-page--quick-buy.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.landing-page--quick-buy.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.absolute.top-4.landing-page--quick-buy .text-red-500 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.absolute.top-4.landing-page--quick-buy .text-gray-500 {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
  @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}
.mb-4.landing-page.notfound > header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.landing-page.notfound > header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.landing-page.notfound > header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.mb-4.landing-page.expired > header.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.landing-page.expired > header.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.landing-page.expired > header {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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;
}
/* Base gallery component */
.first-gallery-enhanced {
  position: relative;
  contain: layout style paint;
  isolation: isolate;
  /* Performance optimizations */
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Enhanced gallery container */
.enhanced-gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* Gallery grid layouts */
.gallery-grid {
  display: grid;
  grid-gap: 15px;
  grid-gap: var(--image-spacing, 15px);
  gap: 15px;
  gap: var(--image-spacing, 15px);
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(var(--columns-count, 4), 1fr);
  will-change: transform;
  transform: translateZ(0);
}
/* Grid layout */
.layout-grid .gallery-grid {
  display: grid;
  align-items: start;
}
/* Masonry layout */
.layout-masonry .gallery-grid {
  display: grid;
  grid-template-rows: masonry;
  align-items: start;
}
/* Fallback for browsers without masonry support */
@supports not (grid-template-rows: masonry) {
  .layout-masonry .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .layout-masonry .gallery-item {
    flex: 0 0 calc((100% - (4 - 1) * 15px) / 4);
    flex: 0 0 calc((100% - (var(--columns-count, 4) - 1) * var(--image-spacing, 15px)) / var(--columns-count, 4));
    margin-bottom: 15px;
    margin-bottom: var(--image-spacing, 15px);
  }
}
/* Carousel layout */
.layout-carousel .gallery-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 15px;
  gap: var(--image-spacing, 15px);
  padding-bottom: 10px;
}
.layout-carousel .gallery-grid::-webkit-scrollbar {
  display: none;
}
.layout-carousel .gallery-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: calc((100% - (4 - 1) * 15px) / 4);
  width: calc((100% - (var(--columns-count, 4) - 1) * var(--image-spacing, 15px)) / var(--columns-count, 4));
}
/* Gallery item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border-radius: var(--image-border-radius, 8px);
  transition: all 0.3s ease;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Image container */
.gallery-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border-radius: var(--image-border-radius, 8px);
  background: #f8f9fa;
}
/* Enhanced gallery image */
.enhanced-gallery-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 8px;
  border-radius: var(--image-border-radius, 8px);
}
/* Aspect ratio settings */
.aspect-ratio-square .gallery-image-container {
  aspect-ratio: 1/1;
}
.aspect-ratio-landscape .gallery-image-container {
  aspect-ratio: 16/9;
}
.aspect-ratio-portrait .gallery-image-container {
  aspect-ratio: 9/16;
}
.aspect-ratio-auto .gallery-image-container {
  aspect-ratio: auto;
  height: auto;
}
/* Image shadows */
[data-enable-image-shadows=true] .gallery-image-container {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
[data-enable-image-shadows=false] .gallery-image-container {
  box-shadow: none;
}
/* Hover effects */
.hover-effects-enabled .gallery-item:hover .enhanced-gallery-image {
  transform: scale(1.05);
}
/* Hover overlay */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: var(--hover-overlay-color, #000000);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  z-index: 1;
  pointer-events: none;
  will-change: opacity;
  transform: translateZ(0);
}
.hover-effects-enabled .gallery-item:hover .hover-overlay {
  opacity: 0.3;
  opacity: var(--hover-overlay-opacity, 0.3);
}
/* Gallery link */
.gallery-link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  border-radius: var(--image-border-radius, 8px);
}
.gallery-link:focus {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
/* Gallery placeholder */
.gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 24px;
  min-height: 150px;
  border-radius: 8px;
  border-radius: var(--image-border-radius, 8px);
}
/* Animation classes */
.animations-enabled .gallery-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.animations-enabled .gallery-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
/* Animation types */
.animation-fadeIn .gallery-item {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.animation-fadeIn .gallery-item.animate-in {
  opacity: 1;
}
.animation-slideUp .gallery-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.animation-slideUp .gallery-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.animation-scaleIn .gallery-item {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease;
}
.animation-scaleIn .gallery-item.animate-in {
  opacity: 1;
  transform: scale(1);
}
.animation-bounceIn .gallery-item {
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.animation-bounceIn .gallery-item.animate-in {
  opacity: 1;
  transform: scale(1);
}
/* Animation delays */
.delay-none .gallery-item {
  transition-delay: 0ms;
}
.delay-short .gallery-item {
  transition-delay: 100ms;
}
.delay-medium .gallery-item {
  transition-delay: 200ms;
}
.delay-long .gallery-item {
  transition-delay: 300ms;
}
/* Stagger animations */
.stagger-enabled .gallery-item {
  transition-delay: 0ms;
  transition-delay: var(--animation-delay, 0ms);
}
/* Responsive settings */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(var(--mobile-columns, 2), 1fr);
  }
  .layout-carousel .gallery-item {
    width: calc((100% - (2 - 1) * 15px) / 2);
    width: calc((100% - (var(--mobile-columns, 2) - 1) * var(--image-spacing, 15px)) / var(--mobile-columns, 2));
  }
  /* Hide on mobile when enabled */
  .hide-mobile {
    display: none !important;
  }
  /* Reduce spacing on mobile */
  .gallery-grid {
    gap: calc(15px * 0.75);
    gap: calc(var(--image-spacing, 15px) * 0.75);
  }
  /* Reduce border radius on mobile */
  .gallery-item,
  .gallery-image-container,
  .enhanced-gallery-image,
  .gallery-link {
    border-radius: calc(8px * 0.75);
    border-radius: calc(var(--image-border-radius, 8px) * 0.75);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(var(--tablet-columns, 3), 1fr);
  }
  .layout-carousel .gallery-item {
    width: calc((100% - (3 - 1) * 15px) / 3);
    width: calc((100% - (var(--tablet-columns, 3) - 1) * var(--image-spacing, 15px)) / var(--tablet-columns, 3));
  }
}
/* RTL support */
[dir=rtl] .layout-carousel .gallery-grid {
  direction: rtl;
}
[dir=rtl] .hover-overlay {
  direction: ltr;
}
/* Accessibility and performance */
@media (prefers-reduced-motion: reduce) {
  .gallery-item,
  .enhanced-gallery-image,
  .hover-overlay {
    transition: none !important;
    animation: none !important;
  }
  .hover-effects-enabled .gallery-item:hover .enhanced-gallery-image {
    transform: none !important;
  }
  .animations-enabled .gallery-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* High DPI displays */
@media (min-resolution: 192dpi) {
  .enhanced-gallery-image {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .gallery-placeholder {
    background: #374151;
    color: #9ca3af;
  }
  [data-enable-image-shadows=true] .gallery-image-container {
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
  }
}
/* Loading states */
.enhanced-gallery-image[loading=lazy] {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.enhanced-gallery-image[loading=lazy].loaded {
  opacity: 1;
}
/* Error states */
.enhanced-gallery-image:not([src]),
.enhanced-gallery-image[src=""] {
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enhanced-gallery-image:not([src])::before,
.enhanced-gallery-image[src=""]::before {
  content: "صورة غير متوفرة";
  color: #6b7280;
  font-size: 14px;
}
/* Print styles */
@media print {
  .hover-overlay {
    display: none !important;
  }
  .gallery-item {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .layout-carousel .gallery-grid {
    display: grid !important;
    overflow: visible !important;
  }
}
.gaming-gallery-showcase {
  /* Force all images to be visible - prevent placeholder issues */
  /* Gallery item containers */
}
.gaming-gallery-showcase img, .gaming-gallery-showcase .gallery-image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.gaming-gallery-showcase img, .gaming-gallery-showcase .gallery-image {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateZ(0); /* GPU acceleration */
}
.gaming-gallery-showcase .gallery-item {
  opacity: 1; /* Always show containers */
  transform: translateZ(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.gaming-gallery-showcase .gallery-item.visible {
  opacity: 1;
}
/* Main Gallery Section - optimized to prevent layout shift */
.gaming-gallery-showcase {
  margin: 0;
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  /* Remove initial opacity and transform to prevent layout shift */
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  /* Only animate safe properties */
  transition: box-shadow 0.3s ease;
  will-change: auto;
  contain: layout style paint;
}
.gaming-gallery-showcase.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  /* Add subtle shadow without layout shift */
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
/* Gallery bouncing animation removed to prevent layout shift */
/* Using subtle fade and safe property animations instead */
/* Banner with optimized animation - no layout shift */
.game-gallery-banner {
  position: relative;
  background-color: #0c1824;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 80px 20px 140px;
  min-height: 600px; /* Fixed consistent height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Center content to prevent shift */
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.5);
  width: 100%;
  /* Remove initial opacity and transform to prevent layout shift */
  opacity: 1;
  transform: translateY(0);
  /* Use will-change and contain for better performance */
  will-change: auto;
  contain: layout style paint;
  transition: box-shadow 0.3s ease; /* Only animate safe properties */
  /* Subtle animation without layout shift */
  /* Responsive heights to prevent layout shift */
}
.game-gallery-banner.animate-in {
  opacity: 1;
  transform: translateY(0);
  /* Remove bouncing animation that causes layout shift */
}
@media (max-width: 768px) {
  .game-gallery-banner {
    min-height: 400px;
    padding: 60px 15px 80px;
  }
}
@media (max-width: 480px) {
  .game-gallery-banner {
    min-height: 350px;
    padding: 40px 15px 60px;
  }
}
/* Removed bouncing animation to prevent layout shift */
/* Use subtle fade effects instead of transform animations */
/* Content - ENHANCED for better visibility */
.game-gallery-content {
  opacity: 1 !important;
  visibility: visible !important;
}
.game-gallery-content {
  position: relative;
  z-index: 20; /* زيادة z-index عشان العناوين تظهر فوق كل حاجة */
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  /* إضافة خلفية أقوى عشان التباين */
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 15px;
  border: 1px solid rgba(29, 233, 182, 0.3);
  box-shadow: 0 0 30px rgba(29, 233, 182, 0.2);
  /* Remove initial opacity and transform to prevent layout shift */
  transform: translate3d(0, 0, 0) scale(1);
  /* Only animate safe properties */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: auto;
  contain: layout style paint;
  /* Remove transform animation to prevent layout shift */
}
.game-gallery-content.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  /* Add subtle glow effect without layout shift */
  box-shadow: 0 0 35px rgba(29, 233, 182, 0.15);
  border-color: rgba(29, 233, 182, 0.3);
}
/* Content bounce animation removed - using smooth transitions only */
/* Title - optimized to prevent layout shift */
.game-gallery-title {
  /* Remove initial opacity and transform to prevent layout shift */
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /* Only animate safe properties */
  transition: text-shadow 0.3s ease, color 0.3s ease;
  will-change: auto;
}
.game-gallery-title.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /* Add subtle text glow effect without layout shift */
}
.game-gallery-title h2 {
  color: #1DE9B6;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(29, 233, 182, 0.7);
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
}
.game-gallery-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #1DE9B6, transparent);
  box-shadow: 0 0 10px rgba(29, 233, 182, 0.8);
  transition: width 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}
.game-gallery-title.animate-in h2::after {
  width: 80px;
}
/* Title bounce animation removed - using smooth transitions only */
/* Description Animation - Fast and Smooth */
.game-gallery-description {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.game-gallery-description.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.game-gallery-description p {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 25px 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
/* Button - optimized to prevent layout shift */
.game-gallery-button {
  /* Remove initial opacity and transform to prevent layout shift */
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  /* Only animate safe properties */
  transition: filter 0.3s ease;
  will-change: auto;
}
.game-gallery-button.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  /* Add subtle glow without layout shift */
  filter: drop-shadow(0 0 10px rgba(29, 233, 182, 0.3));
}
/* Button bounce animation removed - using smooth transitions only */
/* Icons Container Animation */
.game-gallery-icons {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
  contain: layout style paint;
}
.game-gallery-icons.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* Individual Icon Cards Animation - Clean Sliding Up Effect */
.game-card {
  flex: 0 0 150px;
  max-width: 150px;
  perspective: 1000px;
  margin-bottom: 10px;
  transform-style: preserve-3d;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
  contain: layout style paint;
  /* Ensure images inside cards are always visible */
  /* Enhanced staggered animation delays for smooth sliding effect */
}
.game-card .gallery-image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.game-card.animate-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /* Add subtle slide-up animation with keyframes for enhanced effect */
  animation: cardSlideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.game-card:nth-child(1) {
  transition-delay: 0s;
  animation-delay: 0s;
}
.game-card:nth-child(2) {
  transition-delay: 0.08s;
  animation-delay: 0.08s;
}
.game-card:nth-child(3) {
  transition-delay: 0.16s;
  animation-delay: 0.16s;
}
.game-card:nth-child(4) {
  transition-delay: 0.24s;
  animation-delay: 0.24s;
}
.game-card:nth-child(5) {
  transition-delay: 0.32s;
  animation-delay: 0.32s;
}
.game-card:nth-child(6) {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
.game-card:nth-child(7) {
  transition-delay: 0.48s;
  animation-delay: 0.48s;
}
.game-card:nth-child(8) {
  transition-delay: 0.56s;
  animation-delay: 0.56s;
}
/* Clean Card Slide Up Animation - Performance Optimized
 * Creates a smooth sliding up effect where cards start 40px below their final position
 * and slide smoothly upward with hardware acceleration using translate3d()
 * Includes proper will-change cleanup for optimal performance
 */
@keyframes cardSlideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }
}
/* Full width banner container */
.full-width-banner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
/* Banner overlays and effects */
.game-gallery-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(12, 24, 36, 0.7) 0%, rgba(8, 8, 24, 0.85) 100%);
  z-index: 1;
}
.game-gallery-banner::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(130deg, rgba(0, 191, 165, 0) 20%, rgba(29, 233, 182, 0.1) 30%, rgba(29, 233, 182, 0.1) 50%, rgba(0, 191, 165, 0.1) 70%, rgba(29, 233, 182, 0) 80%);
  border-radius: 0;
  pointer-events: none;
  z-index: 2;
  background-size: 300% 300%;
  animation: border-glow 3s linear infinite;
}
/* Gaming particle overlay */
.gaming-particle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(circle at 25% 25%, rgba(29, 233, 182, 0.05) 0%, transparent 20%), radial-gradient(circle at 75% 50%, rgba(76, 201, 240, 0.05) 0%, transparent 20%), radial-gradient(circle at 50% 80%, rgba(123, 97, 255, 0.05) 0%, transparent 20%);
  background-size: 200% 200%, 150% 150%, 250% 250%;
  animation: particle-shift 20s ease infinite;
  opacity: 0.6;
  pointer-events: none;
}
/* Button styles */
.game-cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #00BFA5, #1DE9B6);
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  color: #0c1824;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 5px 20px rgba(29, 233, 182, 0.5);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.game-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1DE9B6, #4CC9F0);
  z-index: -1;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scaleX(0);
  transform-origin: right;
}
.game-cta-button:hover {
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 10px 25px rgba(29, 233, 182, 0.7);
  color: #0c1824;
  -webkit-text-decoration: none;
  text-decoration: none;
  will-change: transform;
}
.game-cta-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
/* Cards container */
.game-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Gallery links */
.game-gallery-link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
}
.game-gallery-link:hover, .game-gallery-link:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  transform: translate3d(0, -2px, 0);
  will-change: transform;
}
.game-gallery-link:focus {
  box-shadow: 0 0 0 3px rgba(29, 233, 182, 0.5);
}
/* Gallery icons */
.game-gallery-icon {
  background-color: rgba(26, 46, 63, 0.9);
  border: 2px solid #1DE9B6;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(29, 233, 182, 0.3);
  opacity: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  /* Ensure content inside is visible */
}
.game-gallery-icon img, .game-gallery-icon .icon-placeholder {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.game-gallery-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(29, 233, 182, 0.2) 0%, transparent 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.game-gallery-icon:hover {
  transform: translateY(-8px) translateZ(20px);
  box-shadow: 0 15px 30px rgba(29, 233, 182, 0.5), 0 0 15px rgba(29, 233, 182, 0.5);
  border-color: #4CC9F0;
}
.game-gallery-icon:hover::before {
  opacity: 1;
}
.game-card:hover {
  transform: rotateY(10deg) rotateX(10deg);
}
/* Gallery images */
.gallery-image {
  max-width: 100%;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 1; /* Make sure images are visible */
  filter: drop-shadow(0 0 5px rgba(29, 233, 182, 0.5));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s ease, opacity 0.3s ease;
  will-change: transform, filter;
  /* Ensure images are visible during loading */
}
.gallery-image.loaded {
  opacity: 1;
}
.gallery-image[src] {
  opacity: 1;
}
.game-gallery-icon:hover .gallery-image {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px rgba(29, 233, 182, 0.8));
}
/* Icon placeholder */
.icon-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1DE9B6;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(29, 233, 182, 0.7);
  font-size: 1.5rem;
  flex-direction: column;
  gap: 5px;
}
.icon-placeholder i {
  font-size: 2rem;
  opacity: 0.7;
}
/* Link overlay */
.gallery-link-overlay {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: rgba(29, 233, 182, 0.9);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.gallery-link-overlay i {
  font-size: 12px;
  color: #0c1824;
}
.game-gallery-link:hover .gallery-link-overlay,
.game-gallery-icon:hover .gallery-link-overlay {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}
/* Keyframe animations */
@keyframes particle-shift {
  0%, 100% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
  }
  25% {
    background-position: 50% 25%, 25% 75%, 75% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 100%, 100% 25%;
  }
  75% {
    background-position: 50% 75%, 75% 25%, 25% 100%;
  }
}
@keyframes border-glow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Responsive design with faster mobile animations */
@media (max-width: 768px) {
  .gaming-gallery-showcase {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-content {
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 30px 15px;
  }
  .game-gallery-title {
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-title h2 {
    font-size: 1.8rem;
  }
  .game-gallery-description {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-description p {
    font-size: 1rem;
  }
  .game-gallery-button {
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-icons {
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-card {
    flex: 0 0 120px;
    max-width: 120px;
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Faster sliding animation on mobile */
    /* Faster staggered delays for mobile */
  }
  .game-card.animate-in {
    animation: cardSlideUpMobile 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .game-card:nth-child(1) {
    animation-delay: 0s;
  }
  .game-card:nth-child(2) {
    animation-delay: 0.06s;
  }
  .game-card:nth-child(3) {
    animation-delay: 0.12s;
  }
  .game-card:nth-child(4) {
    animation-delay: 0.18s;
  }
  .game-card:nth-child(5) {
    animation-delay: 0.24s;
  }
  .game-card:nth-child(6) {
    animation-delay: 0.3s;
  }
  .game-card:nth-child(7) {
    animation-delay: 0.36s;
  }
  .game-card:nth-child(8) {
    animation-delay: 0.42s;
  }
  .game-gallery-banner {
    padding: 60px 15px 120px;
  }
  .game-gallery-icon {
    padding: 15px;
    min-height: 80px;
  }
  .gallery-link-overlay {
    width: 20px;
    height: 20px;
    right: 8px;
  }
  .gallery-link-overlay i {
    font-size: 10px;
  }
  /* Mobile-optimized slide up animation */
  @keyframes cardSlideUpMobile {
    0% {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      will-change: auto;
    }
  }
}
@media (max-width: 480px) {
  .gaming-gallery-showcase {
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-content {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-title {
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-description {
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-button {
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-gallery-icons {
    transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .game-card {
    flex: 0 0 100px;
    max-width: 100px;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Even faster sliding animation on small mobile */
    /* Even faster staggered delays for small mobile */
  }
  .game-card.animate-in {
    animation: cardSlideUpSmall 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .game-card:nth-child(1) {
    animation-delay: 0s;
  }
  .game-card:nth-child(2) {
    animation-delay: 0.05s;
  }
  .game-card:nth-child(3) {
    animation-delay: 0.1s;
  }
  .game-card:nth-child(4) {
    animation-delay: 0.15s;
  }
  .game-card:nth-child(5) {
    animation-delay: 0.2s;
  }
  .game-card:nth-child(6) {
    animation-delay: 0.25s;
  }
  .game-card:nth-child(7) {
    animation-delay: 0.3s;
  }
  .game-card:nth-child(8) {
    animation-delay: 0.35s;
  }
  .game-cards-container {
    gap: 15px;
  }
  .game-gallery-icon {
    padding: 12px;
    min-height: 70px;
  }
  .gallery-image {
    max-height: 45px;
  }
  /* Small mobile-optimized slide up animation */
  @keyframes cardSlideUpSmall {
    0% {
      opacity: 0;
      transform: translate3d(0, 25px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      will-change: auto;
    }
  }
}
/* Reduced motion support for accessibility */
@media (prefers-reduced-motion: reduce) {
  .gaming-gallery-showcase,
  .game-gallery-content,
  .game-gallery-title,
  .game-gallery-description,
  .game-gallery-button,
  .game-gallery-icons,
  .game-card {
    transition: opacity 0.2s ease !important;
    animation: none !important;
    transform: none !important;
  }
  .gaming-gallery-showcase.animate-in,
  .game-gallery-content.animate-in,
  .game-gallery-title.animate-in,
  .game-gallery-description.animate-in,
  .game-gallery-button.animate-in,
  .game-gallery-icons.animate-in,
  .game-card.animate-in {
    opacity: 1 !important;
    transform: none !important;
  }
  /* Disable card slide animations for reduced motion */
  @keyframes cardSlideUp {
    0%, 100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes cardSlideUpMobile {
    0%, 100% {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes cardSlideUpSmall {
    0%, 100% {
      opacity: 1;
      transform: none;
    }
  }
}
/* Force images to be visible in all cases */
.gaming-gallery-showcase img,
.gaming-gallery-showcase .gallery-image,
.game-gallery-icon img,
.game-gallery-icon .gallery-image {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  max-width: 100% !important;
  max-height: 60px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
/* Accessibility - Disable animations for reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gaming-gallery-showcase,
  .game-gallery-banner,
  .game-gallery-content,
  .game-gallery-title,
  .game-gallery-description,
  .game-gallery-button,
  .game-gallery-icons,
  .game-card,
  .game-cta-button,
  .gaming-particle-overlay {
    animation: none !important;
    transition: opacity 0.3s ease !important;
    transform: none !important;
    opacity: 1 !important;
  }
  /* Ensure images are visible in reduced motion mode */
  img, .gallery-image {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }
}
/* === ENHANCED STYLES FOR IMPROVED VISIBILITY & PERFORMANCE === */
/* Enhanced title styling for better visibility */
.game-gallery-title h2 {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.game-gallery-title h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 10px rgba(29, 233, 182, 0.5);
  /* إضافة outline للنص */
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  transform: translateZ(0); /* فورس العرض */
  position: relative;
  z-index: 25;
}
/* Enhanced description styling */
.game-gallery-description p {
  color: #f0f0f0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.game-gallery-description p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 25;
}
/* Enhanced CTA button styling */
.game-cta-button {
  color: white !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.game-cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(45deg, #007bff, #0056b3);
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
  z-index: 25;
  position: relative;
}
.game-cta-button:hover {
  color: white !important;
}
.game-cta-button:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.4);
}
/* Enhanced gallery item hover effects */
.game-gallery-icon {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: var(--image-border-radius);
  overflow: hidden;
  position: relative;
}
.game-gallery-icon:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
/* Hover overlay effects */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hover-overlay-color);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.game-gallery-icon:hover .hover-overlay {
  opacity: var(--hover-overlay-opacity);
}
/* Performance-optimized gallery grid */
.gallery-grid {
  display: grid;
  grid-gap: var(--image-spacing);
  gap: var(--image-spacing);
  grid-template-columns: repeat(var(--columns-count), 1fr);
  /* GPU acceleration for smooth animations */
  transform: translateZ(0);
  /* Responsive grid without media queries using CSS Grid auto-fit */
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
/* Gallery image containers optimization */
.gallery-image-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--image-border-radius);
  /* Performance optimizations for images */
  contain: layout style;
  will-change: auto; /* Only during animations */
  /* Loading states */
}
.gallery-image-container.animate-in {
  will-change: transform, opacity;
}
.gallery-image-container:not(.animate-in) {
  will-change: auto;
}
.gallery-image-container.loaded img {
  opacity: 1 !important;
}
.gallery-image-container.loaded [data-skeleton] {
  display: none;
  opacity: 0;
  visibility: hidden;
}
/* Gallery image skeleton */
.gallery-image-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2a2a2a 25%, #404040 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  border-radius: var(--image-border-radius);
  z-index: 1;
  /* Only animate when visible */
  animation: none;
}
.gallery-image-skeleton.loading {
  animation: galleryLoading 1.5s infinite;
}
/* Enhanced responsive design with performance optimizations */
@media (max-width: 768px) {
  .game-gallery-title h2 {
    font-size: 2.5rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(var(--tablet-columns), 1fr);
    gap: calc(var(--image-spacing) * 0.8);
  }
}
@media (max-width: 480px) {
  .game-gallery-title h2 {
    font-size: 2rem;
  }
  .game-gallery-description p {
    font-size: 1rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(var(--mobile-columns), 1fr);
    gap: calc(var(--image-spacing) * 0.6);
  }
  .game-cta-button {
    padding: 12px 24px;
    font-size: 1rem;
  }
}
/* Print styles */
@media print {
  .game-gallery-banner {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .gallery-image-skeleton {
    display: none;
  }
}
/* Keyframes for animations */
@keyframes galleryLoading {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* Banner shimmer effect */
.gaming-particle-overlay {
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
  background-size: 200% 200%;
  animation: shimmer 4s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 100% {
    background-position: -200% -200%;
  }
  50% {
    background-position: 200% 200%;
  }
}
/**
 * Enhanced Line Break Component Styles
 * Customizable divider with gaming theme support
 */
/* Base line break component */
.gaming-advanced-divider {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  contain: layout style paint;
  isolation: isolate;
  /* Default margins - will be overridden by theme settings */
  margin: 30px 0;
  /* Performance optimizations */
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* Base divider line */
.divider-line {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  /* Default height - will be overridden by theme settings */
  height: 2px;
}
/* Gaming style (default) */
.divider-line.style-gaming {
  background: linear-gradient(90deg, transparent 0%, rgba(29, 233, 182, 0.3) 20%, rgba(29, 233, 182, 0.8) 50%, rgba(29, 233, 182, 0.3) 80%, transparent 100%) !important;
  border: none !important;
}
/* Solid style */
.divider-line.style-solid {
  background: #1de9b6 !important;
  background: var(--line-color, #1de9b6) !important;
  border: none !important;
  height: 2px !important;
  height: var(--line-thickness, 2px) !important;
}
/* Dashed style */
.divider-line.style-dashed {
  background: transparent !important;
  border-top: 2px dashed #1de9b6 !important;
  border-top: var(--line-thickness, 2px) dashed var(--line-color, #1de9b6) !important;
  border-bottom: none !important;
  height: 0 !important;
}
/* Dotted style */
.divider-line.style-dotted {
  background: transparent !important;
  border-top: 2px dotted #1de9b6 !important;
  border-top: var(--line-thickness, 2px) dotted var(--line-color, #1de9b6) !important;
  border-bottom: none !important;
  height: 0 !important;
}
/* Double style */
.divider-line.style-double {
  background: transparent !important;
  border-top: calc(2px / 2) solid #1de9b6 !important;
  border-top: calc(var(--line-thickness, 2px) / 2) solid var(--line-color, #1de9b6) !important;
  border-bottom: calc(2px / 2) solid #1de9b6 !important;
  border-bottom: calc(var(--line-thickness, 2px) / 2) solid var(--line-color, #1de9b6) !important;
  height: calc(2px * 2) !important;
  height: calc(var(--line-thickness, 2px) * 2) !important;
}
/* Glow effect (only for gaming style) */
.divider-line.style-gaming::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(29, 233, 182, 0.1) 30%, rgba(29, 233, 182, 0.5) 50%, rgba(29, 233, 182, 0.1) 70%, transparent 100%);
  box-shadow: 0 0 15px rgba(29, 233, 182, 0.6);
  filter: blur(1px);
  will-change: filter;
  transform: translateZ(0);
}
/* Shine effect */
.divider-line.enable-shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  will-change: transform;
  transform: translateZ(0);
}
/* Glow element */
.divider-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(60px, min(15vw, 120px));
  height: 100%;
  background: radial-gradient(ellipse, rgba(29, 233, 182, 0.8) 0%, rgba(29, 233, 182, 0.4) 40%, transparent 70%);
  filter: blur(6px);
  will-change: transform, opacity, filter;
  transform: translate(-50%, -50%) translateZ(0);
}
/* Particles element */
.divider-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle at 20%, rgba(29, 233, 182, 0.3) 1px, transparent 1px), radial-gradient(circle at 40%, rgba(76, 201, 240, 0.2) 1px, transparent 1px), radial-gradient(circle at 60%, rgba(29, 233, 182, 0.3) 1px, transparent 1px), radial-gradient(circle at 80%, rgba(76, 201, 240, 0.2) 1px, transparent 1px);
  background-size: 50px 1px, 75px 1px, 60px 1px, 40px 1px;
  opacity: 0.6;
  will-change: background-position;
}
/* Animation classes for different speeds */
.animation-very-slow .divider-line.enable-shine::after {
  animation: shine 6s infinite ease-in-out;
}
.animation-slow .divider-line.enable-shine::after {
  animation: shine 4s infinite ease-in-out;
}
.animation-normal .divider-line.enable-shine::after {
  animation: shine 3s infinite ease-in-out;
}
.animation-fast .divider-line.enable-shine::after {
  animation: shine 2s infinite ease-in-out;
}
.animation-very-fast .divider-line.enable-shine::after {
  animation: shine 1s infinite ease-in-out;
}
/* Glow animations */
.animation-very-slow .divider-glow {
  animation: glow-pulse 8s ease-in-out infinite;
}
.animation-slow .divider-glow {
  animation: glow-pulse 6s ease-in-out infinite;
}
.animation-normal .divider-glow {
  animation: glow-pulse 4s ease-in-out infinite;
}
.animation-fast .divider-glow {
  animation: glow-pulse 3s ease-in-out infinite;
}
.animation-very-fast .divider-glow {
  animation: glow-pulse 2s ease-in-out infinite;
}
/* Particles animations */
.animation-very-slow .divider-particles {
  animation: particles-flow 12s linear infinite;
}
.animation-slow .divider-particles {
  animation: particles-flow 8s linear infinite;
}
.animation-normal .divider-particles {
  animation: particles-flow 6s linear infinite;
}
.animation-fast .divider-particles {
  animation: particles-flow 4s linear infinite;
}
.animation-very-fast .divider-particles {
  animation: particles-flow 2s linear infinite;
}
/* Keyframe animations */
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(300%);
  }
}
@keyframes glow-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes particles-flow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 200px 0px, 300px 0px, 240px 0px, 160px 0px;
  }
}
/* RTL support */
[dir=rtl] .divider-line.style-gaming {
  background: linear-gradient(270deg, transparent 0%, rgba(29, 233, 182, 0.3) 20%, rgba(29, 233, 182, 0.8) 50%, rgba(29, 233, 182, 0.3) 80%, transparent 100%);
}
[dir=rtl] .divider-line.style-gaming::before {
  background: linear-gradient(270deg, transparent 0%, rgba(29, 233, 182, 0.1) 30%, rgba(29, 233, 182, 0.5) 50%, rgba(29, 233, 182, 0.1) 70%, transparent 100%);
}
[dir=rtl] .divider-line.enable-shine::after {
  animation: shine-rtl 3s infinite ease-in-out;
}
@keyframes shine-rtl {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-300%);
  }
}
/* Responsive design */
@media (max-width: 1024px) {
  .gaming-advanced-divider {
    margin: max(15px, min(4vw, 30px)) 0;
  }
  .divider-particles {
    background-size: 40px 1px, 60px 1px, 50px 1px, 35px 1px;
  }
}
@media (max-width: 768px) {
  .gaming-advanced-divider {
    margin: max(12px, min(3vw, 25px)) 0;
  }
  .divider-line {
    height: 1.8px;
  }
  .divider-glow {
    height: 1.8px;
    filter: blur(4px);
  }
  .divider-particles {
    background-size: 35px 1px, 50px 1px, 40px 1px, 30px 1px;
    opacity: 0.5;
  }
}
@media (max-width: 480px) {
  .gaming-advanced-divider {
    margin: max(10px, min(2.5vw, 20px)) 0;
  }
  .divider-line {
    height: 1.5px;
  }
  .divider-glow {
    height: 1.5px;
    filter: blur(3px);
    box-shadow: 0 0 10px rgba(29, 233, 182, 0.6), 0 0 20px rgba(29, 233, 182, 0.4);
  }
  .divider-particles {
    background-size: 25px 1px, 35px 1px, 30px 1px, 20px 1px;
    opacity: 0.4;
  }
}
@media (max-width: 320px) {
  .gaming-advanced-divider {
    margin: 15px 0;
  }
  .divider-line {
    height: 1px;
  }
  .divider-glow {
    height: 1px;
    filter: blur(2px);
  }
  .divider-particles {
    display: none;
  }
}
/* Accessibility and performance */
@media (prefers-reduced-motion: reduce) {
  .divider-line.enable-shine::after,
  .divider-glow,
  .divider-particles {
    animation: none;
  }
  .divider-glow {
    opacity: 0.6;
    width: max(40px, min(10vw, 80px));
  }
  .divider-particles {
    display: none;
  }
}
/* High DPI displays */
@media (min-resolution: 192dpi) {
  .divider-line {
    transform: translateZ(0) scale(1);
  }
  .divider-glow {
    filter: blur(4px);
  }
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .gaming-advanced-divider {
    filter: brightness(1.1);
  }
}
/* Battery saving mode */
@media (prefers-reduced-data: reduce) {
  .divider-particles {
    display: none;
  }
  .divider-line.enable-shine::after {
    animation-duration: 6s;
  }
  .divider-glow {
    animation-duration: 8s;
  }
}
/* Gaming Theme Special Gallery - Enhanced Performance & Gaming Aesthetics */
.special-gallery {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  contain: layout style;
  position: relative;
  background: linear-gradient(135deg, rgba(10, 10, 24, 0.9) 0%, rgba(20, 20, 40, 0.8) 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(111, 76, 255, 0.2);
}
.special-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(29, 233, 182, 0.05) 50%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.special-gallery-flex {
  display: flex;
  flex-direction: row;
  height: 450px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 8px;
  will-change: contents;
  contain: layout;
  position: relative;
  z-index: 2;
  gap: 4px;
}
/* Gaming-styled gallery item with neon effects - Performance Optimized */
.special-gallery-item {
  position: relative;
  overflow: hidden;
  flex: 1;
  transition: flex 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0;
  padding: 0;
  will-change: flex;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 8px;
  border: 1px solid rgba(29, 233, 182, 0.3);
  background: rgba(10, 15, 25, 0.6);
  box-shadow: 0 0 15px rgba(111, 76, 255, 0.1);
  contain: layout style paint;
}
.special-gallery-item:hover {
  flex: 3;
  z-index: 2;
  border-color: rgba(29, 233, 182, 0.8);
  box-shadow: 0 0 25px rgba(111, 76, 255, 0.4), 0 0 50px rgba(29, 233, 182, 0.2), inset 0 0 20px rgba(29, 233, 182, 0.1);
  transform: translate3d(0, -2px, 0);
}
.special-gallery-flex:hover .special-gallery-item:not(:hover) {
  flex: 0.5;
  opacity: 0.7;
  border-color: rgba(29, 233, 182, 0.1);
  box-shadow: 0 0 10px rgba(111, 76, 255, 0.05);
}
/* Gaming-enhanced image container */
.special-gallery-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  contain: strict;
  border-radius: 6px;
  background: linear-gradient(45deg, rgba(10, 15, 25, 0.8), rgba(20, 25, 35, 0.6));
}
.special-gallery-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(29, 233, 182, 0.1) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.special-gallery-item:hover .special-gallery-image-container::before {
  opacity: 1;
}
.special-gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  transform: translate3d(0, 0, 0);
  background-color: rgba(15, 20, 30, 0.8);
  filter: brightness(0.9) contrast(1.1);
  contain: layout style paint;
}
.special-gallery-image.lazy {
  opacity: 0;
  transition: opacity 0.6s ease;
  filter: blur(2px);
}
.special-gallery-image.loaded {
  opacity: 1;
  filter: blur(0);
}
.special-gallery-item:hover .special-gallery-image {
  transform: scale3d(1.08, 1.08, 1);
  filter: brightness(1.1) contrast(1.2) saturate(1.1);
}
/* Gaming-enhanced content styling */
.special-gallery-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 3;
  background: linear-gradient(to top, rgba(10, 10, 24, 0.95) 0%, rgba(20, 20, 40, 0.8) 40%, rgba(10, 15, 25, 0.4) 70%, transparent 100%);
  pointer-events: none;
  border-radius: 0 0 6px 6px;
}
.special-gallery-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(29, 233, 182, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.special-gallery-item:hover .special-gallery-content::before {
  opacity: 1;
}
.special-gallery-text {
  text-align: center;
  color: #fff;
  opacity: 0.9;
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
}
.special-gallery-item:hover .special-gallery-text {
  opacity: 1;
  transform: translateY(-2px);
}
.special-gallery-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 0 10px rgba(29, 233, 182, 0.5), 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  will-change: opacity, transform;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #fff 0%, rgba(29, 233, 182, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.special-gallery-description {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.85;
  transition: all 0.3s ease;
  will-change: opacity, transform;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
}
.special-gallery-item:hover .special-gallery-description {
  opacity: 1;
  color: rgb(255, 255, 255);
}
.special-gallery-flex:hover .special-gallery-item:not(:hover) .special-gallery-description {
  opacity: 0;
  transform: translateY(10px);
}
/* Gaming-styled button with neon effects */
.special-gallery-button {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, transparent 0%, rgba(29, 233, 182, 0.1) 100%);
  color: #fff;
  border: 1px solid rgba(29, 233, 182, 0.6);
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: background, color, border-color, opacity, transform, box-shadow;
  pointer-events: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  text-shadow: 0 0 8px rgba(29, 233, 182, 0.3);
  box-shadow: 0 0 15px rgba(29, 233, 182, 0.2);
}
.special-gallery-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(29, 233, 182, 0.3), transparent);
  transition: left 0.5s ease;
}
.special-gallery-item:hover .special-gallery-button {
  background: linear-gradient(135deg, rgba(29, 233, 182, 0.8) 0%, rgba(111, 76, 255, 0.6) 100%);
  color: #0a0a18;
  border-color: rgb(29, 233, 182);
  box-shadow: 0 0 20px rgba(29, 233, 182, 0.6), 0 0 40px rgba(111, 76, 255, 0.3);
  transform: translateY(-2px);
  text-shadow: none;
}
.special-gallery-item:hover .special-gallery-button::before {
  left: 100%;
}
.special-gallery-flex:hover .special-gallery-item:not(:hover) .special-gallery-button {
  opacity: 0;
  transform: translateY(10px);
  box-shadow: none;
}
/* Gaming loader styles */
.gaming-loader-ring {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(29, 233, 182, 0.2);
  border-top: 2px solid rgba(29, 233, 182, 0.8);
  border-radius: 50%;
  animation: gaming-spin 1s linear infinite;
  margin: 0 auto 8px;
  box-shadow: 0 0 10px rgba(29, 233, 182, 0.3);
}
@keyframes gaming-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gaming-loader-text {
  font-family: "DINNextLTArabic";
  font-family: var(--font-main, "Arial");
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(29, 233, 182, 0.5);
}
/* Gaming enhanced class additional effects */
.special-gallery.gaming-enhanced {
  position: relative;
  overflow: hidden;
}
.special-gallery.gaming-enhanced::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, transparent 20%, rgba(29, 233, 182, 0.02) 50%, transparent 80%);
  animation: gaming-pulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes gaming-pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
@keyframes gaming-ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
.gaming-item-loaded {
  animation: gaming-fade-in 0.8s ease-out forwards;
}
@keyframes gaming-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Gaming-responsive design optimizations */
@media (max-width: 991px) {
  .special-gallery {
    box-shadow: 0 0 20px rgba(111, 76, 255, 0.15);
  }
  .special-gallery-flex {
    height: 400px;
    padding: 6px;
  }
  .special-gallery-item {
    transition: flex 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border-width: 1px;
  }
  .special-gallery-item:hover {
    box-shadow: 0 0 20px rgba(111, 76, 255, 0.3), 0 0 35px rgba(29, 233, 182, 0.15);
  }
  .special-gallery-image {
    transition: transform 0.4s ease, filter 0.4s ease;
  }
}
@media (max-width: 767px) {
  .special-gallery {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(111, 76, 255, 0.1);
  }
  .special-gallery-flex {
    height: 300px;
    padding: 4px;
    gap: 2px;
  }
  .special-gallery-title {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .special-gallery-description {
    font-size: 13px;
    line-height: 1.3;
  }
  .special-gallery-item {
    transition: flex 0.25s ease, transform 0.25s ease;
    border-radius: 6px;
  }
  .special-gallery-item:hover {
    flex: 2;
    transform: translateY(-1px);
  }
  .special-gallery-image {
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  .special-gallery-item:hover .special-gallery-image {
    transform: scale(1.05);
  }
  .special-gallery-button {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .special-gallery {
    border-radius: 6px;
    margin: 0 4px;
  }
  .special-gallery-flex {
    height: 250px;
    padding: 3px;
    gap: 1px;
  }
  .special-gallery-title {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
  }
  .special-gallery-description {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .special-gallery-button {
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 15px;
    letter-spacing: 0.3px;
  }
  .special-gallery-item {
    transition: flex 0.2s ease, transform 0.2s ease;
    border-radius: 4px;
  }
  .special-gallery-item:hover {
    box-shadow: 0 0 15px rgba(111, 76, 255, 0.2), 0 0 25px rgba(29, 233, 182, 0.1);
  }
  .special-gallery-image {
    transition: transform 0.2s ease, filter 0.2s ease;
  }
  .special-gallery-item:hover .special-gallery-image {
    transform: scale(1.03);
  }
}
/* Gaming accessibility and reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .special-gallery-item,
  .special-gallery-image,
  .special-gallery-description,
  .special-gallery-button,
  .special-gallery-content::before,
  .special-gallery-button::before {
    transition-duration: 0.1s !important;
  }
  .special-gallery-item:hover .special-gallery-image {
    transform: scale(1.02) !important;
  }
  .special-gallery-item:hover {
    box-shadow: 0 0 10px rgba(111, 76, 255, 0.1) !important;
  }
  .special-gallery::before {
    display: none !important;
  }
}
/* Gaming theme dark mode enhancements */
@media (prefers-color-scheme: dark) {
  .special-gallery {
    background: linear-gradient(135deg, rgba(5, 5, 15, 0.95) 0%, rgba(10, 10, 25, 0.9) 100%);
    box-shadow: 0 0 35px rgba(111, 76, 255, 0.25);
  }
  .special-gallery-item {
    background: rgba(5, 10, 20, 0.8);
    border-color: rgba(29, 233, 182, 0.4);
  }
  .special-gallery-item:hover {
    border-color: rgba(29, 233, 182, 0.9);
    box-shadow: 0 0 30px rgba(111, 76, 255, 0.5), 0 0 60px rgba(29, 233, 182, 0.25);
  }
}
/*
  Moving Text Banner Component
*/
.s-block--moving-text{margin-top:0px !important;
  margin-bottom: 0 !important}
.s-block--moving-text{position:relative;overflow:hidden}
.s-block--moving-text .moving-text-container{position:relative;display:flex;width:100%;align-items:center}
.mb-4.s-block--moving-text .moving-text-container.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-block--moving-text .moving-text-container.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block--moving-text .moving-text-container {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block--moving-text .moving-text-icon{z-index:10;flex-shrink:0;padding-left:1rem;padding-right:1rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--moving-text .moving-text-icon .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--moving-text .moving-text-icon.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--moving-text .moving-text-icon i{opacity:0.8}
.s-block--moving-text .moving-text-wrapper{position:relative;width:100%;flex:1 1 0%;overflow:hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgb(0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgb(0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%}
.s-block--moving-text .moving-text-track{display:flex;width:-moz-max-content;width:max-content;align-items:center;white-space:nowrap}
.mb-4.s-block--moving-text .moving-text-track.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.s-block--moving-text .moving-text-track.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.s-block--moving-text .moving-text-track {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block--moving-text .moving-text-track {
  animation: moveText 15s linear infinite;
  animation: moveText var(--moving-speed, 15s) linear infinite;
  will-change: transform;
  transform: translateX(100%);
}
.s-block--moving-text .moving-text-track:hover {
  animation-play-state: paused;
}
.s-block--moving-text .moving-text-item{display:inline-block;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: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:200ms}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--moving-text .moving-text-item .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--moving-text .moving-text-item .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--moving-text .moving-text-item .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.s-block--moving-text .moving-text-item span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.s-block--moving-text .moving-text-item {
  color: #ffffff;
  color: var(--text-color, #ffffff);
}
.s-block--moving-text .moving-text-item[href]{cursor:pointer}
.s-block--moving-text .moving-text-item[href] * {
  pointer-events: none;
}
.s-block--moving-text .moving-text-item[href]:hover{opacity:0.8}
.s-block--moving-text .moving-text-separator{display:inline-block;padding-left:1rem;padding-right:1rem;opacity:0.6}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--moving-text .moving-text-separator .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--moving-text .moving-text-separator.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.s-block--moving-text .moving-text-separator {
  color: #ffffff;
  color: var(--text-color, #ffffff);
}
@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* RTL Support */
html[dir=rtl] .s-block--moving-text .moving-text-wrapper {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgb(0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgb(0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%);
}
html[dir=rtl] .s-block--moving-text .moving-text-track {
  animation: moveTextRTL 15s linear infinite;
  animation: moveTextRTL var(--moving-speed, 15s) linear infinite;
  transform: translateX(-100%);
}
@keyframes moveTextRTL {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* Responsive adjustments */
@media (max-width: 640px) {
  .s-block--moving-text .moving-text-icon{padding-left:0.75rem;padding-right:0.75rem}
  .s-block--moving-text .moving-text-item{padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;font-size:0.75rem;line-height:1rem}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--moving-text .moving-text-item .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .s-block--moving-text .moving-text-item.text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
  .s-block--moving-text .moving-text-separator{padding-left:0.75rem;padding-right:0.75rem}
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .s-block--moving-text .moving-text-item{--tw-text-opacity:0.9}
}
/* Accessibility - Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .s-block--moving-text .moving-text-track {
    animation: none;
    transform: translateX(0);
  }
}
/* Product with Icons Component - Modern & Lightweight */
.product-with-icons-section {
  padding: 3rem 1.5rem;
  margin: 2rem auto;
  max-width: 1200px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
/* Section Header Styles */
.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-play-state: paused;
}
.product-with-icons-section .section-title {
  color: #1f2937;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  position: relative;
}
.product-with-icons-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  border-radius: 2px;
}
.product-with-icons-section .section-description {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 400;
}
.product-with-icons-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}
.icons-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  max-width: 220px;
}
.icons-section .icons-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.5s ease-out forwards;
  animation-play-state: paused;
}
.icon-item:hover {
  transform: translateY(-4px);
  background: #ffffff;
  border-color: #d1d5db;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.icon-item:hover .icon-wrapper {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.2);
}
.icon-item:hover .icon-symbol {
  transform: scale(1.1);
}
.icon-wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}
.icon-symbol {
  font-size: 1.5rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.icon-title {
  color: #374151;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.main-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
  max-width: 380px;
}
.main-image-section .image-wrapper {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 0.6s ease-out 0.2s forwards;
  animation-play-state: paused;
}
.main-image-link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
}
.main-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  background: #f3f4f6;
  /* Lazy loading optimization */
}
.main-image[loading=lazy] {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-image.loaded {
  opacity: 1;
}
.main-image:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Staggered animation delays - simplified */
.icon-item:nth-child(1) {
  animation-delay: 0.1s;
}
.icon-item:nth-child(2) {
  animation-delay: 0.2s;
}
.icon-item:nth-child(3) {
  animation-delay: 0.3s;
}
.icon-item:nth-child(4) {
  animation-delay: 0.4s;
}
/* Performance optimization for animations */
.icon-item, .main-image-section .image-wrapper {
  will-change: transform, opacity;
}
/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .icon-item, .main-image-section .image-wrapper, .section-header {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .icon-item:hover, .main-image:hover {
    transform: none;
  }
}
@media (max-width: 1024px) {
  .product-with-icons-section {
    padding: 2.5rem 1.5rem;
    margin: 1.5rem auto;
  }
  .product-with-icons-grid {
    flex-direction: column;
    gap: 2.5rem;
    max-width: 600px;
  }
  .icons-section {
    max-width: 100%;
    order: 2;
  }
  .icons-section .icons-container {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .main-image-section {
    order: 1;
    max-width: 320px;
  }
  .icon-item {
    flex: 0 0 calc(50% - 0.75rem);
    min-width: 180px;
    max-width: 220px;
    padding: 1.25rem 0.875rem;
  }
}
@media (max-width: 768px) {
  .product-with-icons-section {
    padding: 2rem 1rem;
    margin: 1rem auto;
  }
  .section-header {
    margin-bottom: 2rem;
  }
  .product-with-icons-section .section-title {
    font-size: 2rem;
  }
  .product-with-icons-section .section-description {
    font-size: 1rem;
    max-width: 400px;
  }
  .product-with-icons-grid {
    gap: 2rem;
  }
  .icon-item {
    flex: 0 0 100%;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 1.25rem;
  }
  .icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }
  .icon-symbol {
    font-size: 1.25rem;
  }
  .main-image-section {
    max-width: 260px;
  }
  .main-image {
    max-height: 240px;
  }
}
@media (max-width: 480px) {
  .product-with-icons-section {
    padding: 2rem 0.75rem;
    margin: 1rem auto;
  }
  .section-header {
    margin-bottom: 2rem;
  }
  .product-with-icons-section .section-title {
    font-size: 1.9rem;
  }
  .product-with-icons-section .section-description {
    font-size: 1rem;
    max-width: 400px;
  }
  .icons-section .icons-container {
    gap: 1.5rem;
  }
  .icon-item {
    padding: 1.25rem;
    max-width: 280px;
  }
  .icon-wrapper {
    width: 4rem;
    height: 4rem;
  }
  .icon-symbol {
    font-size: 1.5rem;
  }
}
/* Store Map Component - Gaming Theme with Custom Styling */
:root {
  --store-map-primary: #1DE9B6;
  --store-map-primary-rgb: 29, 233, 182;
  --store-map-secondary: #FF6B6B;
  --store-map-dark: #121212;
  --store-map-dark-light: #1a1a1a;
  --store-map-text: #ffffff;
  --store-map-text-muted: #b0b0b0;
  --store-map-border: rgba(29, 233, 182, 0.2);
  --store-map-glow: 0 0 20px rgba(29, 233, 182, 0.3);
  --store-map-glow-hover: 0 0 30px rgba(29, 233, 182, 0.5);
  /* Custom component colors - can be overridden by component settings */
  --component-title-color: #212529;
  --component-description-color: #6c757d;
  --component-branch-name-color: #495057;
  --component-branch-address-color: #6c757d;
  --component-bg-color: #f8f9fa;
  --component-border-color: #dee2e6;
}
.s-block--store-map {
  padding: 4rem 0;
  background: #121212;
  background: var(--store-map-dark);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* Custom background styling */
  /* Custom border styling */
  /* Custom padding styling */
}
.s-block--store-map.background-enabled {
  background-color: #f8f9fa !important;
  background-color: var(--component-bg-color, #f8f9fa) !important;
}
.s-block--store-map.background-disabled {
  background-color: transparent !important;
}
.s-block--store-map.border-enabled {
  border: 1px solid #dee2e6;
  border: 1px solid var(--component-border-color, #dee2e6);
}
.s-block--store-map.border-disabled {
  border: none;
}
.s-block--store-map.padding-small {
  padding: 2rem 0;
}
.s-block--store-map.padding-medium {
  padding: 4rem 0;
}
.s-block--store-map.padding-large {
  padding: 6rem 0;
}
.s-block--store-map.padding-xlarge {
  padding: 8rem 0;
}
.s-block--store-map.padding-disabled {
  padding: 0;
}
.s-block--store-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(29, 233, 182, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.s-block--store-map .container {
  position: relative;
  z-index: 1;
}
/* Header Styles */
.store-map-header {
  margin-bottom: 3rem;
}
.store-map-header .store-map-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  color: var(--title-color, var(--store-map-text));
  margin-bottom: 1rem;
  text-shadow: 0 0 20px rgba(29, 233, 182, 0.3);
  text-shadow: var(--store-map-glow);
  position: relative;
  transition: color 0.3s ease;
}
.store-map-header .store-map-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #1DE9B6, #FF6B6B);
  background: linear-gradient(90deg, var(--store-map-primary), var(--store-map-secondary));
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(29, 233, 182, 0.3);
  box-shadow: var(--store-map-glow);
}
.store-map-header .store-map-description {
  font-size: 1.1rem;
  color: #b0b0b0;
  color: var(--description-color, var(--store-map-text-muted));
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  transition: color 0.3s ease;
}
/* Grid Layout */
.store-map-grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(var(--columns, 2), 1fr);
}
.store-map-grid[data-columns="1"] {
  --columns: 1;
}
.store-map-grid[data-columns="2"] {
  --columns: 2;
}
.store-map-grid[data-columns="3"] {
  --columns: 3;
}
.store-map-grid[data-columns="4"] {
  --columns: 4;
}
/* List Layout */
.store-map-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
/* Branch Item Styles */
.branch-item {
  background: #1a1a1a;
  background: var(--store-map-dark-light);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(29, 233, 182, 0.2);
  border: 1px solid var(--store-map-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.branch-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(29, 233, 182, 0.1), transparent);
  transition: left 0.5s ease;
}
.branch-item:hover {
  border-color: #1DE9B6;
  border-color: var(--store-map-primary);
  box-shadow: 0 0 20px rgba(29, 233, 182, 0.3);
  box-shadow: var(--store-map-glow);
  transform: translateY(-5px);
}
.branch-item:hover::before {
  left: 100%;
}
/* Branch Info Styles */
.branch-info {
  margin-bottom: 1rem;
}
.branch-info .branch-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1DE9B6;
  color: var(--branch-name-color, var(--store-map-primary));
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(29, 233, 182, 0.3);
  transition: color 0.3s ease;
}
.branch-info .branch-address {
  color: #b0b0b0;
  color: var(--branch-address-color, var(--store-map-text-muted));
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  transition: color 0.3s ease;
}
/* Map Container */
.map-container {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(29, 233, 182, 0.2);
  border: 2px solid var(--store-map-border);
  transition: border-color 0.3s ease;
  position: relative;
}
.map-container:hover {
  border-color: #1DE9B6;
  border-color: var(--store-map-primary);
}
.map-container .map-embed-wrapper {
  width: 100%;
  height: 100%;
}
.map-container .map-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.map-container .map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #1a1a1a;
  background: var(--store-map-dark-light);
  color: #b0b0b0;
  color: var(--store-map-text-muted);
  text-align: center;
}
.map-container .map-placeholder i {
  font-size: 3rem;
  color: #1DE9B6;
  color: var(--store-map-primary);
  margin-bottom: 1rem;
  opacity: 0.7;
}
.map-container .map-placeholder p {
  margin: 0;
  font-size: 1rem;
}
/* No Branches Placeholder */
.no-branches-placeholder {
  text-align: center;
  padding: 4rem 2rem;
}
.no-branches-placeholder .placeholder-content {
  max-width: 400px;
  margin: 0 auto;
}
.no-branches-placeholder .placeholder-content i {
  font-size: 4rem;
  color: #1DE9B6;
  color: var(--store-map-primary);
  margin-bottom: 1.5rem;
  display: block;
  opacity: 0.7;
}
.no-branches-placeholder .placeholder-content h3 {
  font-size: 1.5rem;
  color: #ffffff;
  color: var(--store-map-text);
  margin-bottom: 1rem;
  font-weight: 600;
}
.no-branches-placeholder .placeholder-content p {
  color: #b0b0b0;
  color: var(--store-map-text-muted);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
/* Tabs Layout */
.store-map-tabs .tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}
.store-map-tabs .tabs-navigation .tab-button {
  padding: 0.75rem 1.5rem;
  background: #1a1a1a;
  background: var(--store-map-dark-light);
  color: #b0b0b0;
  color: var(--store-map-text-muted);
  border: 1px solid rgba(29, 233, 182, 0.2);
  border: 1px solid var(--store-map-border);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.store-map-tabs .tabs-navigation .tab-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #1DE9B6 0%, transparent 70%);
  background: radial-gradient(circle, var(--store-map-primary) 0%, transparent 70%);
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.store-map-tabs .tabs-navigation .tab-button:hover, .store-map-tabs .tabs-navigation .tab-button.active {
  color: #ffffff;
  color: var(--store-map-text);
  border-color: #1DE9B6;
  border-color: var(--store-map-primary);
  box-shadow: 0 0 20px rgba(29, 233, 182, 0.3);
  box-shadow: var(--store-map-glow);
}
.store-map-tabs .tabs-navigation .tab-button:hover::before, .store-map-tabs .tabs-navigation .tab-button.active::before {
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.store-map-tabs .tabs-navigation .tab-button.active {
  background: rgba(29, 233, 182, 0.1);
  color: #1DE9B6;
  color: var(--store-map-primary);
}
.store-map-tabs .tabs-content .tab-panel {
  display: none;
}
.store-map-tabs .tabs-content .tab-panel.active {
  display: block;
  animation: fadeInUp 0.5s ease;
}
/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive Design */
@media (max-width: 1024px) {
  .store-map-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .store-map-header .store-map-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .s-block--store-map {
    padding: 2rem 0;
  }
  .store-map-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .store-map-header {
    margin-bottom: 2rem;
  }
  .store-map-header .store-map-title {
    font-size: 1.8rem;
  }
  .store-map-header .store-map-description {
    font-size: 1rem;
  }
  .branch-item {
    padding: 1rem;
  }
  .tabs-navigation .tab-button {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .store-map-header .store-map-title {
    font-size: 1.5rem;
  }
  .branch-info .branch-name {
    font-size: 1.1rem;
  }
  .tabs-navigation {
    flex-direction: column;
    align-items: center;
  }
  .tabs-navigation .tab-button {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
}
/* Loading Animation */
.map-container.loading {
  position: relative;
}
.map-container.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(29, 233, 182, 0.2);
  border: 3px solid var(--store-map-border);
  border-top: 3px solid #1DE9B6;
  border-top: 3px solid var(--store-map-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Error State Styling */
.map-container.error {
  background: #1a1a1a;
  background: var(--store-map-dark-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container.error .error-message {
  text-align: center;
  color: #b0b0b0;
  color: var(--store-map-text-muted);
}
.map-container.error .error-message i {
  font-size: 2rem;
  color: #FF6B6B;
  color: var(--store-map-secondary);
  margin-bottom: 1rem;
  display: block;
}
.map-container.error .error-message p {
  margin: 0.5rem 0;
  font-weight: 500;
}
.map-container.error .error-message small {
  opacity: 0.7;
}
/* Enhanced Hover Effects */
.branch-item:hover .map-container {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
/* Accessibility Improvements */
.tab-button:focus {
  outline: 2px solid #1DE9B6;
  outline: 2px solid var(--store-map-primary);
  outline-offset: 2px;
}
.map-container:focus-within {
  outline: 2px solid #1DE9B6;
  outline: 2px solid var(--store-map-primary);
  outline-offset: 2px;
}
/* Print Styles */
@media print {
  .s-block--store-map {
    background: white !important;
    color: black !important;
  }
  .s-block--store-map::before {
    display: none;
  }
  .store-map-title {
    color: black !important;
    text-shadow: none !important;
  }
  .branch-name {
    color: black !important;
    text-shadow: none !important;
  }
  .map-container {
    border: 1px solid #ccc !important;
  }
  .map-container {
    page-break-inside: avoid;
  }
}
/* Layout Styles */
.store-branches-container[data-layout=grid] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .store-branches-container[data-layout=grid] {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.store-branches-container[data-layout=list] {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.store-branches-container[data-layout=list] .branch-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 2rem;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) {
  .store-branches-container[data-layout=list] .branch-item {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
/* Tabs Layout Styles */
.store-branches-tabs .tabs-navigation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.store-branches-tabs .tabs-navigation .tab-button {
  padding: 0.75rem 1.5rem;
  background: #1a1a1a;
  background: var(--store-map-dark-light);
  border: 2px solid rgba(29, 233, 182, 0.2);
  border: 2px solid var(--store-map-border);
  border-radius: 8px;
  color: #b0b0b0;
  color: var(--store-map-text-muted);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.store-branches-tabs .tabs-navigation .tab-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(29, 233, 182, 0.2), transparent);
  transition: left 0.5s ease;
}
.store-branches-tabs .tabs-navigation .tab-button:hover {
  border-color: #1DE9B6;
  border-color: var(--store-map-primary);
  color: #1DE9B6;
  color: var(--store-map-primary);
  box-shadow: 0 0 20px rgba(29, 233, 182, 0.3);
  box-shadow: var(--store-map-glow);
}
.store-branches-tabs .tabs-navigation .tab-button:hover::before {
  left: 100%;
}
.store-branches-tabs .tabs-navigation .tab-button.active {
  background: #1DE9B6;
  background: var(--store-map-primary);
  border-color: #1DE9B6;
  border-color: var(--store-map-primary);
  color: #121212;
  color: var(--store-map-dark);
  box-shadow: 0 0 30px rgba(29, 233, 182, 0.5);
  box-shadow: var(--store-map-glow-hover);
}
@media (max-width: 768px) {
  .store-branches-tabs .tabs-navigation .tab-button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.store-branches-tabs .tabs-content .tab-panel {
  display: none;
  animation: fadeInUp 0.5s ease;
}
.store-branches-tabs .tabs-content .tab-panel.active {
  display: block;
}
/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Store Map Custom Styling
 * Advanced styling options for store map component customization
 */
/* Custom styling classes for store map component */
.s-block--store-map {
  /* Background styling variations */
  /* Border styling variations */
  /* Padding variations */
  /* Custom color overrides */
  /* Tab buttons color customization */
}
.s-block--store-map.background-enabled {
  background-color: #f8f9fa !important;
  background-color: var(--component-bg-color, #f8f9fa) !important;
}
.s-block--store-map.background-enabled::before {
  opacity: 0.1;
}
.s-block--store-map.background-disabled {
  background-color: transparent !important;
}
.s-block--store-map.background-disabled::before {
  opacity: 1;
}
.s-block--store-map.border-enabled {
  border: 1px solid #dee2e6;
  border: 1px solid var(--component-border-color, #dee2e6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.s-block--store-map.border-enabled:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.s-block--store-map.border-disabled {
  border: none;
  box-shadow: none;
}
.s-block--store-map.padding-small {
  padding: 2rem 0;
}
.s-block--store-map.padding-small .container {
  padding: 1rem;
}
.s-block--store-map.padding-medium {
  padding: 4rem 0;
}
.s-block--store-map.padding-medium .container {
  padding: 2rem;
}
.s-block--store-map.padding-large {
  padding: 6rem 0;
}
.s-block--store-map.padding-large .container {
  padding: 3rem;
}
.s-block--store-map.padding-xlarge {
  padding: 8rem 0;
}
.s-block--store-map.padding-xlarge .container {
  padding: 4rem;
}
.s-block--store-map.padding-disabled {
  padding: 0;
}
.s-block--store-map.padding-disabled .container {
  padding: 0;
}
.s-block--store-map .store-map-title {
  color: #212529 !important;
  color: var(--title-color, var(--component-title-color, var(--store-map-text))) !important;
}
.s-block--store-map .store-map-title {
  transition: color 0.3s ease;
}
.s-block--store-map .store-map-description {
  color: #6c757d !important;
  color: var(--description-color, var(--component-description-color, var(--store-map-text-muted))) !important;
}
.s-block--store-map .store-map-description {
  transition: color 0.3s ease;
}
.s-block--store-map .branch-name {
  color: #495057 !important;
  color: var(--branch-name-color, var(--component-branch-name-color, var(--store-map-primary))) !important;
}
.s-block--store-map .branch-name {
  transition: color 0.3s ease;
}
.s-block--store-map .branch-address {
  color: #6c757d !important;
  color: var(--branch-address-color, var(--component-branch-address-color, var(--store-map-text-muted))) !important;
}
.s-block--store-map .branch-address {
  transition: color 0.3s ease;
}
.s-block--store-map .tabs-navigation .tab-button {
  color: #495057 !important;
  color: var(--branch-name-color, var(--component-branch-name-color, var(--store-map-text))) !important;
}
.s-block--store-map .tabs-navigation .tab-button {
  transition: all 0.3s ease;
}
.s-block--store-map .tabs-navigation .tab-button:hover {
  color: #212529 !important;
  color: var(--title-color, var(--component-title-color, var(--store-map-primary))) !important;
}
.s-block--store-map .tabs-navigation .tab-button.active {
  color: #212529 !important;
  color: var(--title-color, var(--component-title-color, var(--store-map-primary))) !important;
}
.s-block--store-map .tabs-navigation .tab-button.active {
  background-color: #f8f9fa;
  background-color: var(--component-bg-color, rgba(29, 233, 182, 0.1));
}
/* Responsive adjustments for custom styling */
@media (max-width: 768px) {
  .s-block--store-map.padding-small {
    padding: 1.5rem 0;
  }
  .s-block--store-map.padding-small .container {
    padding: 0.5rem;
  }
  .s-block--store-map.padding-medium {
    padding: 2rem 0;
  }
  .s-block--store-map.padding-medium .container {
    padding: 1rem;
  }
  .s-block--store-map.padding-large {
    padding: 3rem 0;
  }
  .s-block--store-map.padding-large .container {
    padding: 1.5rem;
  }
  .s-block--store-map.padding-xlarge {
    padding: 4rem 0;
  }
  .s-block--store-map.padding-xlarge .container {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .s-block--store-map.padding-small {
    padding: 1rem 0;
  }
  .s-block--store-map.padding-small .container {
    padding: 0.25rem;
  }
  .s-block--store-map.padding-medium {
    padding: 1.5rem 0;
  }
  .s-block--store-map.padding-medium .container {
    padding: 0.5rem;
  }
  .s-block--store-map.padding-large {
    padding: 2rem 0;
  }
  .s-block--store-map.padding-large .container {
    padding: 1rem;
  }
  .s-block--store-map.padding-xlarge {
    padding: 2.5rem 0;
  }
  .s-block--store-map.padding-xlarge .container {
    padding: 1.5rem;
  }
}
/* Animation enhancements for custom styled components */
.s-block--store-map.background-enabled .branch-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
.s-block--store-map.background-enabled .branch-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}
/* Print styles for custom styling */
@media print {
  .s-block--store-map {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    padding: 1rem 0 !important;
  }
  .s-block--store-map::before {
    display: none !important;
  }
  .s-block--store-map .store-map-title {
    color: #000000 !important;
    text-shadow: none !important;
  }
  .s-block--store-map .store-map-description {
    color: #333333 !important;
  }
  .s-block--store-map .branch-name {
    color: #000000 !important;
    text-shadow: none !important;
  }
  .s-block--store-map .branch-address {
    color: #333333 !important;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .s-block--store-map.border-enabled {
    border-width: 2px !important;
    border-color: #000000 !important;
  }
  .s-block--store-map .store-map-title {
    color: #000000 !important;
    text-shadow: none !important;
  }
  .s-block--store-map .store-map-description {
    color: #333333 !important;
  }
  .s-block--store-map .branch-name {
    color: #000000 !important;
    text-shadow: none !important;
  }
  .s-block--store-map .branch-address {
    color: #333333 !important;
  }
}
/* Dark theme adjustments */
@media (prefers-color-scheme: dark) {
  .s-block--store-map.background-enabled {
    --component-bg-color: #2d3748;
    --component-border-color: #4a5568;
    --component-title-color: #ffffff;
    --component-description-color: #b0b0b0;
    --component-branch-name-color: #e0e0e0;
    --component-branch-address-color: #b0b0b0;
  }
}
.video-banner-wrapper {
  width: 100%;
  margin: 2rem 0;
  contain: layout style;
  will-change: auto;
}
.video-banner-wrapper.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.video-banner-component {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  contain: layout style paint;
  transform: translateZ(0);
  backface-visibility: hidden;
  height: 600px;
  height: var(--banner-height, 600px);
  border-radius: 12px;
  border-radius: var(--border-radius, 12px);
}
.video-banner-component.has-shadow {
  box-shadow: 0 10px calc(10px * 2) #000000;
  box-shadow: 0 var(--shadow-intensity, 10px) calc(var(--shadow-intensity, 10px) * 2) var(--shadow-color, #000000);
}
.video-banner-component.has-overlay .video-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: var(--overlay-color, #000000);
  opacity: calc(40 / 100);
  opacity: calc(var(--overlay-opacity, 40) / 100);
  z-index: 2;
  pointer-events: none;
}
.video-banner-component.animation-fadeIn {
  opacity: 0;
  animation: fadeInAnimation 0.8s ease-out forwards;
}
.video-banner-component.animation-slideUp {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUpAnimation 0.8s ease-out forwards;
}
.video-banner-component.animation-scaleIn {
  opacity: 0;
  transform: scale(0.9);
  animation: scaleInAnimation 0.8s ease-out forwards;
}
.video-banner-component.animation-bounceIn {
  opacity: 0;
  transform: scale(0.9);
  animation: bounceInAnimation 1s ease-out forwards;
}
.video-banner-component.animation-duration-slow {
  animation-duration: 1.2s !important;
}
.video-banner-component.animation-duration-fast {
  animation-duration: 0.5s !important;
}
.video-banner-component.animation-delay-none {
  animation-delay: 0s !important;
}
.video-banner-component.animation-delay-short {
  animation-delay: 0.2s !important;
}
.video-banner-component.animation-delay-medium {
  animation-delay: 0.5s !important;
}
.video-banner-component.animation-delay-long {
  animation-delay: 1s !important;
}
@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}
@keyframes slideUpAnimation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleInAnimation {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceInAnimation {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.video-banner-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-banner-video, .video-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.3s ease;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.video-banner-component:hover .video-banner-video, .video-banner-component:hover .video-banner-image {
  transform: translateZ(0) scale(1.01);
}
.video-loading-placeholder, .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  z-index: 5;
}
.video-loading-placeholder .loading-spinner, .image-placeholder .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e9ecef;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.video-loading-placeholder p, .image-placeholder p {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.video-banner-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
  text-align: center;
  width: 100%;
  max-width: 800px;
}
.video-banner-component.text-position-left .video-banner-content {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}
.video-banner-component.text-position-right .video-banner-content {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.video-banner-text {
  background-color: rgba(0, 0, 0, 0.5);
  background-color: var(--text-bg-color, rgba(0, 0, 0, 0.5));
  padding: 2rem;
  border-radius: calc(12px / 2);
  border-radius: calc(var(--border-radius, 12px) / 2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.video-banner-title {
  color: #ffffff;
  color: var(--text-color, #ffffff);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.video-banner-subtitle {
  color: #ffffff;
  color: var(--text-color, #ffffff);
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.video-banner-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: calc(12px / 3);
  border-radius: calc(var(--border-radius, 12px) / 3);
  transition: all 0.3s ease;
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  border: none;
  transform: translateY(0);
}
.video-banner-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
}
.video-banner-button i {
  transition: transform 0.3s ease;
}
.video-banner-button:hover i {
  transform: translateX(-3px);
}
@media (max-width: 768px) {
  .video-banner-content {
    padding: 1rem;
    max-width: 100%;
  }
  .video-banner-text {
    padding: 1.5rem;
  }
  .video-banner-title {
    font-size: 1.8rem;
  }
  .video-banner-subtitle {
    font-size: 1rem;
  }
  .video-banner-button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
.video-banner-section[data-lcp-optimized=true] .video-title {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}
.video-banner-section[data-lcp-optimized=true] .video-title {
  min-height: 1.2em;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-banner-section[data-lcp-optimized=true] .video-text-content {
  contain: layout style;
}
.video-banner-section {
  margin: 0 !important;
  margin-bottom: 2rem !important;
}
.video-banner-section {
  position: relative;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease;
  will-change: transform;
  z-index: 1;
}
.video-banner-section.animate-in {
  transform: translateY(0);
  animation: sectionSlideInUp 0.8s ease-out forwards;
}
@keyframes sectionSlideInUp {
  0% {
    transform: translateY(30px);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-banner-container {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  max-height: 800px;
  overflow: hidden;
  border-radius: 12px;
  contain: layout style;
  background: #000;
  display: block;
}
.media-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  display: block;
  overflow: hidden;
}
.iframe-container, .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease;
  opacity: 0;
  contain: layout style paint;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  min-width: 100%;
  min-height: 100%;
}
.banner-image.gif-image {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.banner-image.static-image {
  image-rendering: auto;
}
.banner-image.loaded {
  opacity: 1;
}
.video-banner-section.image-loaded .banner-image, .video-banner-section.gif-loaded .banner-image {
  opacity: 1;
}
.video-banner-section .banner-image, .video-banner-section .video-element, .video-banner-section .video-iframe {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.video-banner-container:hover .banner-image {
  transform: scale(1.05);
}
.video-element, .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: none;
  outline: none;
  min-width: 100%;
  min-height: 100%;
}
.video-loading, .image-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  color: #fff;
  transition: opacity 0.3s ease;
}
.video-loading p, .image-loading p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #414042;
  border-top: 3px solid var(--color-primary, #1DE9B6);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.iframe-fallback, .image-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.fallback-content {
  text-align: center;
  color: #fff;
  padding: 2rem;
}
.fallback-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
.fallback-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
.fallback-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.7;
  color: #414042;
  color: var(--color-primary, #1DE9B6);
}
.fallback-link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #414042;
  background: var(--color-primary, #1DE9B6);
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.fallback-link:hover {
  background: #17c1a3;
  background: var(--color-primary-dark, #17c1a3);
  color: #fff;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 2rem;
}
.video-text-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
}
.animate-element {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease;
  will-change: transform;
}
.animate-element.animate-in {
  animation: slideInUp 0.8s ease-out forwards;
}
@keyframes slideInUp {
  0% {
    transform: translateY(20px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-title {
  font-family: "DINNextLTArabic", "DINNextLTArabic", -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-main), "DINNextLTArabic", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  position: relative;
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  font-display: swap;
}
.video-title.animate-in {
  animation: titleSlideInUp 0.8s ease-out forwards;
}
.video-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #414042;
  background: var(--color-primary, #1DE9B6);
  box-shadow: 0 0 15px #414042;
  box-shadow: 0 0 15px var(--color-primary, #1DE9B6);
  transition: width 0.8s ease 0.3s;
}
.video-title.animate-in::after {
  width: 80px;
  animation: underlineSlideIn 0.8s ease-out 0.4s forwards;
}
@keyframes titleSlideInUp {
  0% {
    transform: translateY(20px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes underlineSlideIn {
  0% {
    width: 0;
    transform: translateX(-50%);
  }
  100% {
    width: 80px;
    transform: translateX(-50%);
  }
}
.video-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto 2rem auto;
}
.video-button-container {
  margin-top: 2rem;
}
.video-button-container.animate-in {
  animation: buttonContainerSlideInUp 0.8s ease-out 0.6s forwards;
}
.video-button-container.animate-in .video-banner-button {
  animation: buttonSlideInUp 0.8s ease-out 0.8s forwards, buttonPulse 3s ease-in-out 2s infinite;
}
@keyframes buttonContainerSlideInUp {
  0% {
    transform: translateY(20px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes buttonSlideInUp {
  0% {
    transform: translateY(15px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-banner-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: #414042;
  background: var(--color-primary, #1DE9B6);
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(29, 233, 182, 0.3);
  position: relative;
  overflow: hidden;
}
.video-banner-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.video-banner-button:hover {
  background: #17c1a3;
  background: var(--color-primary-dark, #17c1a3);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 233, 182, 0.4);
}
.video-banner-button:hover::before {
  left: 100%;
}
.video-banner-button:hover .button-icon {
  transform: translateX(5px);
}
.button-text {
  position: relative;
  z-index: 1;
}
.button-icon {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  font-size: 1rem;
}
@keyframes buttonPulse {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(29, 233, 182, 0.3);
  }
  50% {
    box-shadow: 0 4px 20px rgba(29, 233, 182, 0.5);
  }
}
.video-banner-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 2px dashed #dee2e6;
}
.placeholder-content {
  text-align: center;
  color: #6c757d;
}
.placeholder-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
}
.placeholder-content p {
  font-size: 1rem;
  opacity: 0.8;
}
.placeholder-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.video-banner-section.video-loaded .video-loading, .video-banner-section.image-loaded .image-loading, .video-banner-section.gif-loaded .image-loading {
  display: none;
}
.video-banner-section.video-error .video-loading, .video-banner-section.video-error .image-loading {
  background: rgba(0, 0, 0, 0.9);
}
.video-banner-section .image-container ~ .video-loading {
  display: none;
}
[dir=rtl] .video-banner-button:hover .button-icon {
  transform: translateX(-5px);
}
@media (max-width: 768px) {
  .gif-image {
    image-rendering: pixelated;
  }
  .video-banner-container {
    height: 60vh;
    min-height: 400px;
    border-radius: 8px;
    box-shadow: none;
  }
  .video-banner-component:hover .video-banner-video, .video-banner-component:hover .video-banner-image {
    transform: none;
  }
  .video-banner-section .banner-image, .video-banner-section .video-element, .video-banner-section .video-iframe {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .video-banner-component {
    animation-duration: 0.4s !important;
  }
  .video-content {
    padding: 1rem;
  }
  .video-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .video-title::after {
    width: 60px;
    height: 3px;
  }
  .video-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .video-banner-button {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    gap: 0.5rem;
  }
  .video-button-container {
    margin-top: 1.5rem;
  }
}
@media (max-width: 480px) {
  .video-banner-container {
    height: 50vh;
    min-height: 350px;
  }
  .video-title {
    font-size: 2rem;
  }
  .video-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .video-banner-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    gap: 0.4rem;
  }
  .video-button-container {
    margin-top: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-banner-section, .animate-element, .video-title, .video-title::after, .video-banner-button, .video-button-container {
    transition: opacity 0.3s ease !important;
    animation: none !important;
  }
  .video-banner-section {
    opacity: 1;
    transform: none;
  }
  .animate-element, .video-title, .video-button-container {
    opacity: 1;
    transform: none;
  }
  .video-banner-button::before {
    display: none;
  }
  .video-banner-button:hover {
    transform: none;
  }
  .video-banner-section.animate-in, .animate-element.animate-in, .video-title.animate-in, .video-button-container.animate-in {
    opacity: 1;
    transform: none;
  }
}
.low-quality-mode {
  filter: blur(1px);
  opacity: 0.8;
}
.video-loading {
  filter: grayscale(100%);
  opacity: 0.5;
}
.video-ready {
  filter: none;
  opacity: 1;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .video-banner-component, .video-banner-video, .video-banner-image {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
@media (prefers-contrast: high) {
  .video-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .video-title, .video-subtitle {
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
  }
}
.video-banner-section .media-background, .video-banner-section .iframe-container, .video-banner-section .image-container {
  box-sizing: border-box;
}
.video-banner-section .media-background *, .video-banner-section .iframe-container *, .video-banner-section .image-container * {
  box-sizing: border-box;
}
.video-banner-section .video-iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.video-banner-section .video-element {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.video-banner-section .banner-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}
.offer-banner {
  width: 100%;
  margin: 2rem 0;
  contain: layout style;
  will-change: auto;
  position: relative;
  z-index: 1;
}
.offer-banner--full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.offer-banner.animate-in {
  transform: translateY(0);
  animation: sectionSlideInUp 0.8s ease-out forwards;
}
.offer-banner__container {
  position: relative;
  width: 100%;
  height: 500px;
  min-height: 400px;
  max-height: 700px;
  overflow: hidden;
  border-radius: 16px;
  background: #000000;
  background: var(--offer-bg-color, #000000);
  contain: layout style paint;
  transform: translateZ(0);
  backface-visibility: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.offer-banner__container:hover {
  transform: translateY(-2px);
}
.offer-banner__container:hover .offer-banner__image {
  transform: scale(1.02);
}
/* Background Media Section */
.offer-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.offer-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  contain: layout style paint;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.offer-banner__image--loaded {
  opacity: 1;
}
/* Placeholder Section */
.offer-banner__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  z-index: 1;
}
.offer-banner__placeholder-content {
  text-align: center;
  color: #6c757d;
  padding: 2rem;
}
.offer-banner__placeholder-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.offer-banner__placeholder-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #495057;
  font-weight: 600;
}
.offer-banner__placeholder-text {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.8;
}
.offer-banner__placeholder-hint {
  font-size: 0.8rem;
  opacity: 0.6;
}
/* Overlay */
.offer-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
  pointer-events: none;
}
/* Content Section */
.offer-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 2rem;
  text-align: center;
}
/* Offer Title */
.offer-banner__title {
  font-family: "DINNextLTArabic", "DINNextLTArabic", -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-main), "DINNextLTArabic", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  color: #ffffff;
  color: var(--text-color, #ffffff);
  position: relative;
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  font-display: swap;
}
.offer-banner__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #1DE9B6;
  background: var(--button-bg-color, #1DE9B6);
  box-shadow: 0 0 15px #1DE9B6;
  box-shadow: 0 0 15px var(--button-bg-color, #1DE9B6);
  border-radius: 2px;
}
/* Countdown Timer */
.offer-banner__countdown {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.offer-banner__countdown.expired {
  opacity: 0.5;
}
.offer-banner__countdown.urgent .offer-banner__countdown-item {
  animation: urgentPulse 1s ease-in-out infinite;
}
.offer-banner__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem 1.2rem;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
  min-width: 60px;
}
.offer-banner__countdown-item:hover {
  transform: translateY(-2px);
}
.offer-banner__countdown-value {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  color: #1DE9B6;
  color: var(--button-bg-color, #1DE9B6);
  transition: transform 0.15s ease;
}
.offer-banner__countdown-label {
  font-size: 0.8rem;
  opacity: 0.9;
  margin-top: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  color: var(--text-color, #ffffff);
}
.offer-banner__countdown-separator {
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 0.7;
  color: #ffffff;
  color: var(--text-color, #ffffff);
  animation: blink 2s infinite;
}
/* Call to Action Button */
.offer-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: #1DE9B6;
  background: var(--button-bg-color, #1DE9B6);
  color: #ffffff;
  color: var(--button-text-color, #ffffff);
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(29, 233, 182, 0.3);
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}
.offer-banner__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.offer-banner__cta:hover {
  background: #17c1a3;
  background: var(--button-bg-color, #17c1a3);
  color: #ffffff;
  color: var(--button-text-color, #ffffff);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 233, 182, 0.4);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.offer-banner__cta:hover::before {
  left: 100%;
}
.offer-banner__cta:hover .offer-banner__cta-icon {
  transform: translateX(5px);
}
.offer-banner__cta-text {
  position: relative;
  z-index: 1;
}
.offer-banner__cta-icon {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  font-size: 1rem;
}
/* Offer Ended Message */
.offer-banner__ended-message {
  margin: 2rem 0;
  padding: 1rem 2rem;
  background: rgba(220, 53, 69, 0.9);
  border-radius: 50px;
  color: white;
  font-weight: 600;
  animation: fadeIn 0.5s ease;
}
.offer-banner__ended-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.offer-banner__ended-icon {
  font-size: 1.2rem;
}
/* Animations */
@keyframes sectionSlideInUp {
  0% {
    transform: translateY(30px);
    opacity: 0.8;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blink {
  0%, 50% {
    opacity: 0.7;
  }
  51%, 100% {
    opacity: 0.3;
  }
}
@keyframes urgentPulse {
  0%, 100% {
    background: rgba(220, 53, 69, 0.6);
    transform: scale(1);
  }
  50% {
    background: rgba(220, 53, 69, 0.8);
    transform: scale(1.02);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .offer-banner__container {
    height: 400px;
    min-height: 350px;
    border-radius: 12px;
  }
  .offer-banner__container:hover {
    transform: none;
  }
  .offer-banner__container:hover .offer-banner__image {
    transform: none;
  }
  .offer-banner__content {
    padding: 1rem;
  }
  .offer-banner__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .offer-banner__title::after {
    width: 50px;
    height: 3px;
  }
  .offer-banner__countdown-item {
    padding: 0.7rem 1rem;
    min-width: 50px;
  }
  .offer-banner__countdown-item .offer-banner__countdown-value {
    font-size: 1.5rem;
  }
  .offer-banner__countdown-item .offer-banner__countdown-label {
    font-size: 0.7rem;
  }
  .offer-banner__countdown {
    gap: 0.5rem;
    margin: 1.5rem 0;
  }
  .offer-banner__cta {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .offer-banner__placeholder-content {
    padding: 1rem;
  }
  .offer-banner__placeholder-icon {
    font-size: 3rem;
  }
  .offer-banner__placeholder-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .offer-banner__container {
    height: 300px;
    min-height: 280px;
    border-radius: 8px;
  }
  .offer-banner__title {
    font-size: 1.6rem;
  }
  .offer-banner__countdown {
    gap: 0.3rem;
    margin: 1rem 0;
  }
  .offer-banner__countdown-item {
    padding: 0.5rem 0.8rem;
    min-width: 40px;
  }
  .offer-banner__countdown-item .offer-banner__countdown-value {
    font-size: 1.2rem;
  }
  .offer-banner__countdown-item .offer-banner__countdown-label {
    font-size: 0.6rem;
  }
  .offer-banner__countdown-separator {
    font-size: 1.2rem;
  }
  .offer-banner__cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    gap: 0.4rem;
    margin-top: 1rem;
  }
}
/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
  .offer-banner,
  .offer-banner__title,
  .offer-banner__cta,
  .offer-banner__countdown-separator {
    transition: opacity 0.3s ease !important;
    animation: none !important;
  }
  .offer-banner {
    opacity: 1;
    transform: none;
  }
  .offer-banner__cta::before {
    display: none;
  }
  .offer-banner__cta:hover {
    transform: none;
  }
  .offer-banner__countdown-item:hover {
    transform: none;
  }
}
/* High Contrast Mode */
@media (prefers-contrast: high) {
  .offer-banner__overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .offer-banner__title {
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
  }
  .offer-banner__countdown-label {
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
  }
}
/* RTL Support */
[dir=rtl] .offer-banner__cta:hover .offer-banner__cta-icon {
  transform: translateX(-5px);
}
/* Loading Performance Optimization */
.offer-banner .offer-banner__image {
  contain: layout style paint;
  content-visibility: auto;
  contain-intrinsic-size: 1200px 600px;
}
.special-cards-with-effects {
  position: relative;
  overflow: hidden;
}
.special-cards-with-effects .special-card-wrapper {
  perspective: 2500px;
  perspective-origin: center center;
}
.special-cards-with-effects .special-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.special-cards-with-effects .special-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.special-cards-with-effects .special-card:hover {
  transform: translateY(-15px) rotateX(5deg) rotateY(-2deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.08);
}
.special-cards-with-effects .special-card:hover::before {
  opacity: 1;
}
.special-cards-with-effects .special-card:hover .card-image-main {
  transform: perspective(900px) translateY(10%) rotateX(60deg) translateZ(-50px);
  filter: blur(3px) brightness(0.5);
  box-shadow: 2px 50px 40px -10px rgba(0, 0, 0, 0.8);
}
.special-cards-with-effects .special-card:hover .card-image-hover {
  opacity: 1;
  transform: translateY(-20px) translateZ(200px) rotateX(0deg) rotateY(0deg) scale(1.05);
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.6), 0 30px 50px rgba(0, 0, 0, 0.4);
}
.special-cards-with-effects .special-card:hover .card-content {
  opacity: 0;
  transform: translate(-50%, -50%) translateZ(20px) scale(0.8);
}
.special-cards-with-effects .special-card:hover .card-lighting-effects {
  opacity: 1;
}
.special-cards-with-effects .special-card:hover .card-particles {
  opacity: 1;
}
.special-cards-with-effects .special-card:hover .card-particles .particle {
  animation-play-state: running;
}
.special-cards-with-effects .special-card:hover .card-link-btn {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.special-cards-with-effects .card-image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  transform-style: preserve-3d;
  background: transparent;
  border: none;
  box-shadow: none;
}
.special-cards-with-effects .card-image-main,
.special-cards-with-effects .card-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.3, 1);
  transform-style: preserve-3d;
  border-radius: 16px;
  overflow: hidden;
}
.special-cards-with-effects .card-image-main img,
.special-cards-with-effects .card-image-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: inherit;
  border-radius: 16px;
}
.special-cards-with-effects .card-image-main {
  z-index: 2;
  transform: none;
  background: transparent;
  border: none;
}
.special-cards-with-effects .card-image-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
  border-radius: 16px;
}
.special-cards-with-effects .card-image-main img {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.special-cards-with-effects .card-image-hover {
  z-index: 3;
  opacity: 0;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 100%;
  transform: translateZ(-30px) rotateX(0deg) rotateY(0deg) scale(0.95);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 20px 40px rgba(0, 0, 0, 0.3);
  border: none;
  background: transparent;
}
.special-cards-with-effects .card-image-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
  border-radius: 13px;
}
.special-cards-with-effects .card-image-hover img {
  border-radius: 13px;
}
.special-cards-with-effects .card-effect-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(147, 51, 234, 0.1) 50%, rgba(236, 72, 153, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 4;
}
.special-card:hover .special-cards-with-effects .card-effect-overlay {
  opacity: 1;
}
.special-cards-with-effects .card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 5;
  pointer-events: none;
  opacity: 1;
  text-align: center;
}
.special-cards-with-effects .card-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.2;
  transition: all 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.5);
}
.special-card:hover .special-cards-with-effects .card-title {
  color: #60a5fa;
  text-shadow: 0 2px 8px rgba(96, 165, 250, 0.8), 0 1px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(96, 165, 250, 0.4);
}
.special-cards-with-effects .card-description {
  font-size: 0.9rem;
  color: #f1f5f9;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: color 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.special-card:hover .special-cards-with-effects .card-description {
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.8);
}
.special-cards-with-effects .card-action {
  margin-top: 20px;
  text-align: center;
}
.special-cards-with-effects .card-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  pointer-events: auto;
}
.special-cards-with-effects .card-link-btn:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}
.special-cards-with-effects .card-link-btn .btn-icon {
  transition: transform 0.3s ease;
}
.special-cards-with-effects .card-link-btn:hover .btn-icon {
  transform: translateX(3px) rotate(45deg);
}
.special-cards-with-effects .card-lighting-effects {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 6;
}
.special-cards-with-effects .card-lighting-effects .light-beam {
  position: absolute;
  background: linear-gradient(45deg, rgba(59, 130, 246, 0.3), rgba(147, 51, 234, 0.2));
  filter: blur(20px);
  border-radius: 50%;
  animation: lightPulse 3s ease-in-out infinite;
}
.special-cards-with-effects .card-lighting-effects .light-beam.light-beam-1 {
  top: 10%;
  left: 10%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
}
.special-cards-with-effects .card-lighting-effects .light-beam.light-beam-2 {
  top: 60%;
  right: 15%;
  width: 40px;
  height: 40px;
  animation-delay: 1s;
}
.special-cards-with-effects .card-lighting-effects .light-beam.light-beam-3 {
  bottom: 20%;
  left: 20%;
  width: 50px;
  height: 50px;
  animation-delay: 2s;
}
.special-cards-with-effects .card-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 7;
}
.special-cards-with-effects .card-particles .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, #3b82f6, #1d4ed8);
  border-radius: 50%;
  animation: particleFloat 4s ease-in-out infinite;
  animation-play-state: paused;
}
.special-cards-with-effects .card-particles .particle.particle-1 {
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}
.special-cards-with-effects .card-particles .particle.particle-2 {
  top: 40%;
  right: 20%;
  animation-delay: 0.5s;
}
.special-cards-with-effects .card-particles .particle.particle-3 {
  top: 70%;
  left: 25%;
  animation-delay: 1s;
}
.special-cards-with-effects .card-particles .particle.particle-4 {
  top: 30%;
  right: 30%;
  animation-delay: 1.5s;
}
.special-cards-with-effects .card-particles .particle.particle-5 {
  bottom: 30%;
  left: 40%;
  animation-delay: 2s;
}
.special-cards-with-effects .card-particles .particle.particle-6 {
  bottom: 50%;
  right: 25%;
  animation-delay: 2.5s;
}
@keyframes lightPulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}
@keyframes particleFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.6;
  }
  25% {
    transform: translateY(-10px) rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px) rotate(180deg);
    opacity: 0.8;
  }
  75% {
    transform: translateY(-15px) rotate(270deg);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .special-cards-with-effects .special-card:hover {
    transform: translateY(-8px) rotateX(2deg);
  }
  .special-cards-with-effects .card-image-container {
    height: 200px;
  }
  .special-cards-with-effects .card-content {
    padding: 20px;
  }
  .special-cards-with-effects .card-title {
    font-size: 1.1rem;
  }
  .special-cards-with-effects .card-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .special-cards-with-effects .card-image-container {
    height: 180px;
  }
  .special-cards-with-effects .card-content {
    padding: 16px;
  }
  .special-cards-with-effects .card-link-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}
@media (prefers-color-scheme: dark) {
  .special-cards-with-effects .special-card {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .special-cards-with-effects .card-content {
    background: rgba(31, 41, 55, 0.95);
  }
  .special-cards-with-effects .card-title {
    color: #f9fafb;
  }
  .special-card:hover .special-cards-with-effects .card-title {
    color: #60a5fa;
  }
  .special-cards-with-effects .card-description {
    color: #9ca3af;
  }
  .special-card:hover .special-cards-with-effects .card-description {
    color: #d1d5db;
  }
}
.special-cards-with-effects .card-image-container {
  height: 450px !important;
}
/**
 * Store Background Color Styles
 * These styles apply the background color to the store body
 * without affecting the navbar or top navigation
 */
body.custom-background-color {
  background-color: #ffffff !important;
  background-color: var(--store-background-color, #ffffff) !important;
}
body.custom-background-color .app-inner,
body.custom-background-color .s-container:not(.header-container):not(.top-navbar .container),
body.custom-background-color .s-page-content,
body.custom-background-color main {
  background-color: #ffffff;
  background-color: var(--store-background-color, #ffffff);
}
body.custom-background-color .s-product-card,
body.custom-background-color .s-cart-summary,
body.custom-background-color .s-block {
  background-color: inherit;
}
body.custom-background-color footer {
  background-color: inherit;
}
/**
 * Header Background Color Styles
 * These styles apply the background color to the store header
 */
body:not(.nav-merge-active) #mainnav,
body:not(.nav-merge-active) .main-nav-container,
body:not(.nav-merge-active) .top-navbar,
body:not(.nav-merge-active) .store-header,
body:not(.nav-merge-active) header,
body:not(.nav-merge-active) .inner,
body:not(.nav-merge-active) .s-top-nav,
body:not(.nav-merge-active) .s-navbar,
body:not(.nav-merge-active) .header-container,
body:not(.nav-merge-active) .top-navbar .container {
  background-color: #ffffff !important;
  background-color: var(--header-background-color, #ffffff) !important;
}
body:not(.nav-merge-active) .store-header *,
body:not(.nav-merge-active) .top-navbar *,
body:not(.nav-merge-active) #mainnav *,
body:not(.nav-merge-active) .main-nav-container * {
  background-color: #ffffff !important;
  background-color: var(--header-background-color, #ffffff) !important;
}
body.nav-merge-active #mainnav,
body.nav-merge-active .main-nav-container,
body.nav-merge-active .store-header,
body.nav-merge-active .inner {
  background-color: transparent !important;
  background-image: none !important;
}
body.nav-merge-active .store-header *,
body.nav-merge-active #mainnav *,
body.nav-merge-active .main-nav-container * {
  background-color: transparent !important;
  background-image: none !important;
}
body.nav-merge-active.is-scrolled #mainnav,
body.nav-merge-active.is-scrolled .main-nav-container,
body.nav-merge-active.is-scrolled .store-header,
body.nav-merge-active.is-scrolled .inner {
  background-color: #ffffff !important;
  background-color: var(--header-background-color, #ffffff) !important;
}
body.nav-merge-active.is-scrolled .store-header *,
body.nav-merge-active.is-scrolled #mainnav *,
body.nav-merge-active.is-scrolled .main-nav-container * {
  background-color: #ffffff !important;
  background-color: var(--header-background-color, #ffffff) !important;
}
.light-header .navbar-brand,
.light-header .header-btn,
.light-header .header-btn__icon,
.light-header .s-dropdown-menu__trigger,
.light-header .s-user-menu__name,
.light-header a, .light-header button, .light-header span, .light-header i {
  color: #000000 !important;
}
.dark-header .navbar-brand,
.dark-header .header-btn,
.dark-header .header-btn__icon,
.dark-header .s-dropdown-menu__trigger,
.dark-header .s-user-menu__name,
.dark-header a, .dark-header button, .dark-header span, .dark-header i {
  color: #ffffff !important;
}
/**
 * Product Detail Page Customization Styles
 * These styles apply custom colors to product detail page elements based on theme settings
 */
:root {
  --product-tabs-background-color: #ffffff;
  --product-tabs-text-color: #6b7280;
  --product-tabs-active-text-color: #3b82f6;
  --product-tabs-border-color: #e5e7eb;
  --product-tabs-active-border-color: #3b82f6;
  --product-tabs-hover-background-color: #f9fafb;
}
.product-page h1,
.main-content h1 {
  color: #1f2937 !important;
  color: var(--product-title-color, #1f2937) !important;
}
.product-page h1,
.main-content h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
h1.text-xl.md\:text-2xl {
  color: #1f2937 !important;
  color: var(--product-title-color, #1f2937) !important;
}
h1.text-xl.md\:text-2xl {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.product-entry__sub-title,
.main-content h2.product-entry__sub-title {
  color: #6b7280 !important;
  color: var(--product-subtitle-color, #6b7280) !important;
}
.product__description,
.product__description p,
.product__description div,
.product__description span:not(.price):not(.sale-price),
.article--main,
.article--main p,
.article--main div {
  color: #374151 !important;
  color: var(--product-description-color, #374151) !important;
}
.product__description,
.product__description p,
.product__description div,
.product__description span:not(.price):not(.sale-price),
.article--main,
.article--main p,
.article--main div {
  line-height: 1.7;
}
.product__description h1, .product__description h2, .product__description h3, .product__description h4, .product__description h5, .product__description h6,
.product__description p h1,
.product__description p h2,
.product__description p h3,
.product__description p h4,
.product__description p h5,
.product__description p h6,
.product__description div h1,
.product__description div h2,
.product__description div h3,
.product__description div h4,
.product__description div h5,
.product__description div h6,
.product__description span:not(.price):not(.sale-price) h1,
.product__description span:not(.price):not(.sale-price) h2,
.product__description span:not(.price):not(.sale-price) h3,
.product__description span:not(.price):not(.sale-price) h4,
.product__description span:not(.price):not(.sale-price) h5,
.product__description span:not(.price):not(.sale-price) h6,
.article--main h1,
.article--main h2,
.article--main h3,
.article--main h4,
.article--main h5,
.article--main h6,
.article--main p h1,
.article--main p h2,
.article--main p h3,
.article--main p h4,
.article--main p h5,
.article--main p h6,
.article--main div h1,
.article--main div h2,
.article--main div h3,
.article--main div h4,
.article--main div h5,
.article--main div h6 {
  color: #1f2937 !important;
  color: var(--product-title-color, #1f2937) !important;
}
.product__description h1, .product__description h2, .product__description h3, .product__description h4, .product__description h5, .product__description h6,
.product__description p h1,
.product__description p h2,
.product__description p h3,
.product__description p h4,
.product__description p h5,
.product__description p h6,
.product__description div h1,
.product__description div h2,
.product__description div h3,
.product__description div h4,
.product__description div h5,
.product__description div h6,
.product__description span:not(.price):not(.sale-price) h1,
.product__description span:not(.price):not(.sale-price) h2,
.product__description span:not(.price):not(.sale-price) h3,
.product__description span:not(.price):not(.sale-price) h4,
.product__description span:not(.price):not(.sale-price) h5,
.product__description span:not(.price):not(.sale-price) h6,
.article--main h1,
.article--main h2,
.article--main h3,
.article--main h4,
.article--main h5,
.article--main h6,
.article--main p h1,
.article--main p h2,
.article--main p h3,
.article--main p h4,
.article--main p h5,
.article--main p h6,
.article--main div h1,
.article--main div h2,
.article--main div h3,
.article--main div h4,
.article--main div h5,
.article--main div h6 {
  margin: 1.5em 0 0.5em;
}
.product__description h1:first-child, .product__description h2:first-child, .product__description h3:first-child, .product__description h4:first-child, .product__description h5:first-child, .product__description h6:first-child,
.product__description p h1:first-child,
.product__description p h2:first-child,
.product__description p h3:first-child,
.product__description p h4:first-child,
.product__description p h5:first-child,
.product__description p h6:first-child,
.product__description div h1:first-child,
.product__description div h2:first-child,
.product__description div h3:first-child,
.product__description div h4:first-child,
.product__description div h5:first-child,
.product__description div h6:first-child,
.product__description span:not(.price):not(.sale-price) h1:first-child,
.product__description span:not(.price):not(.sale-price) h2:first-child,
.product__description span:not(.price):not(.sale-price) h3:first-child,
.product__description span:not(.price):not(.sale-price) h4:first-child,
.product__description span:not(.price):not(.sale-price) h5:first-child,
.product__description span:not(.price):not(.sale-price) h6:first-child,
.article--main h1:first-child,
.article--main h2:first-child,
.article--main h3:first-child,
.article--main h4:first-child,
.article--main h5:first-child,
.article--main h6:first-child,
.article--main p h1:first-child,
.article--main p h2:first-child,
.article--main p h3:first-child,
.article--main p h4:first-child,
.article--main p h5:first-child,
.article--main p h6:first-child,
.article--main div h1:first-child,
.article--main div h2:first-child,
.article--main div h3:first-child,
.article--main div h4:first-child,
.article--main div h5:first-child,
.article--main div h6:first-child {
  margin-top: 0;
}
.product__description a,
.product__description p a,
.product__description div a,
.product__description span:not(.price):not(.sale-price) a,
.article--main a,
.article--main p a,
.article--main div a {
  color: #414042 !important;
  color: var(--color-primary, #3b82f6) !important;
}
.product__description a,
.product__description p a,
.product__description div a,
.product__description span:not(.price):not(.sale-price) a,
.article--main a,
.article--main p a,
.article--main div a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.product__description a:hover,
.product__description p a:hover,
.product__description div a:hover,
.product__description span:not(.price):not(.sale-price) a:hover,
.article--main a:hover,
.article--main p a:hover,
.article--main div a:hover {
  color: #60a5fa !important;
  color: var(--color-primary-light, #60a5fa) !important;
}
.product__description ul, .product__description ol,
.product__description p ul,
.product__description p ol,
.product__description div ul,
.product__description div ol,
.product__description span:not(.price):not(.sale-price) ul,
.product__description span:not(.price):not(.sale-price) ol,
.article--main ul,
.article--main ol,
.article--main p ul,
.article--main p ol,
.article--main div ul,
.article--main div ol {
  color: inherit;
}
.product__description ul li, .product__description ol li,
.product__description p ul li,
.product__description p ol li,
.product__description div ul li,
.product__description div ol li,
.product__description span:not(.price):not(.sale-price) ul li,
.product__description span:not(.price):not(.sale-price) ol li,
.article--main ul li,
.article--main ol li,
.article--main p ul li,
.article--main p ol li,
.article--main div ul li,
.article--main div ol li {
  color: inherit;
  margin: 0.5em 0;
}
.main-content h2.font-bold.text-xl {
  color: #111827 !important;
  color: var(--product-price-color, #111827) !important;
}
.main-content h2.font-bold.text-xl {
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.font-bold.text-xl {
  color: #111827 !important;
  color: var(--product-price-color, #111827) !important;
}
.gap-4 h2.font-bold.text-xl {
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.product-price:not(.sale-price):not(.old-price) {
  color: #111827 !important;
  color: var(--product-price-color, #111827) !important;
}
.product-price:not(.sale-price):not(.old-price) {
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.font-bold.text-xl,
h4.text-red-800.font-bold.text-xl,
.sale-price {
  color: #dc2626 !important;
  color: var(--product-sale-price-color, #dc2626) !important;
}
.text-red-800.font-bold.text-xl,
h4.text-red-800.font-bold.text-xl,
.sale-price {
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.text-gray-500.line-through,
span.text-gray-500.line-through,
.old-price,
.regular-price.line-through {
  color: #9ca3af !important;
  color: var(--product-old-price-color, #9ca3af) !important;
}
.text-gray-500.line-through,
span.text-gray-500.line-through,
.old-price,
.regular-price.line-through {
  opacity: 0.8;
}
.color-grey,
small.color-grey,
.product-meta,
.sku-info {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626 !important;
  color: var(--product-highlight-color, #dc2626) !important;
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.absolute.top-4.z-\[2\] .text-red-500 {
  color: #dc2626 !important;
  color: var(--product-highlight-color, #dc2626) !important;
}
.absolute.top-4.z-\[2\] .text-gray-500 {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.product-brand .brand-name {
  color: #6b7280 !important;
  color: var(--product-subtitle-color, #6b7280) !important;
}
salla-rating-stars {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.gap-4 span:first-child {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.social-share-text,
.additional-info {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.product-tags .tag {
  color: #6b7280 !important;
  color: var(--product-meta-color, #6b7280) !important;
}
.product-tags .tag {
  border-color: #6b7280;
  border-color: var(--product-meta-color, #6b7280);
}
.product-tags .tag:hover {
  color: #1f2937 !important;
  color: var(--product-title-color, #1f2937) !important;
}
.product-tags .tag:hover {
  border-color: #1f2937;
  border-color: var(--product-title-color, #1f2937);
}
.main-content h1:focus,
.main-content h2:focus,
.main-content .product__description:focus {
  outline: 2px solid #414042;
  outline: 2px solid var(--color-primary, #3b82f6);
  outline-offset: 2px;
  border-radius: 4px;
}
body.gaming-dark-mode-enabled .product__description,
body.gaming-dark-mode-enabled .article--main {
  background: rgba(31, 41, 55, 0.5);
  border-radius: 8px;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
body.gaming-dark-mode-enabled .main-content h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
body.gaming-dark-mode-enabled .text-red-800.font-bold.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.font-bold.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media (max-width: 768px) {
  .main-content h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .product__description {
    padding: 1rem;
    font-size: 0.95rem;
  }
}
@media print {
  .main-content h1,
  .product-entry__sub-title,
  .product__description,
  .product__description *,
  .text-red-800.font-bold.text-xl {
    color: #000000 !important;
    text-shadow: none !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
  }
  .text-gray-500.line-through {
    color: #666666 !important;
  }
}
@keyframes productDetailFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-content h1, .main-content h2, .main-content .product__description {
  animation: productDetailFadeIn 0.6s ease-out;
}
.main-content h1 {
  animation-delay: 0.1s;
}
.main-content h2 {
  animation-delay: 0.2s;
}
.main-content .product__description {
  animation-delay: 0.3s;
}
@media (prefers-contrast: high) {
  .main-content h1,
  .product-entry__sub-title,
  .product__description {
    text-shadow: none !important;
  }
  .text-red-800.font-bold.text-xl,
  h4.text-red-800.font-bold.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
/* Featured Products Title Color Customization */
/* Apply featured products title color to all relevant elements */
.s-block--special-products .s-block__title h2,
.s-block--special-products .tabs .tab-trigger,
.s-block--tabs-produtcs .tabs .tab-trigger,
.s-block--tabs-produtcs .s-block__title h2,
.s-slider-block__title h2,
.s-slider-block__title-right h2,
.s-slider-block__title-left h2,
.s-block--latest-products .s-block__title h2,
.s-block--best-offers .s-slider-block__title h2,
.s-block--best-offers h2,
salla-products-slider h2,
salla-products-slider .s-slider-block__title h2,
salla-products-slider .s-slider-block__title-right h2 {
  color: var(--featured-products-title-color) !important;
}
/* Ensure active tab states also use the custom color */
.s-block--special-products .tab-trigger.is-active,
.s-block--tabs-produtcs .tab-trigger.is-active {
  color: var(--featured-products-title-color) !important;
}
/* Override any default button styles for tab triggers */
.s-block--special-products .tab-trigger button,
.s-block--tabs-produtcs .tab-trigger button {
  color: inherit !important;
}
/* Make sure the color applies to active state buttons as well */
.s-block--special-products .tab-trigger.is-active button,
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: var(--featured-products-title-color) !important;
}
/**
 * Product Tabs Navigation Styles
 * Tabbed navigation for product details page
 */
.product-tabs{margin-bottom:1.5rem;border-bottom-width:1px;
  border-color: #e5e7eb;
  border-color: var(--product-tabs-border-color, #e5e7eb);
  margin-top: 2rem}
.product-tabs__nav{margin-bottom:-1px;display:flex;flex-wrap:wrap}
.mb-4.product-tabs__nav.justify-between.sm\:grid.sm\:grid-cols-3 .flex.items-center,
.mb-4.product-tabs__nav.justify-between.sm\:grid.sm\:grid-cols-3 .text-unicode {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.product-tabs__tab{display:inline-flex;align-items:center;justify-content:center;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-width:2px;border-color:transparent;padding-top:1.25rem;padding-bottom:1.25rem;padding-left:2rem;padding-right:2rem;text-align:center;font-size:1.125rem;line-height:1.75rem;font-weight:600;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:200ms}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.product-tabs__tab {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.product-tabs__tab.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.product-tabs__tab.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.product-tabs__tab.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.product-tabs__tab.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.product-tabs__tab {
  color: #6b7280;
  color: var(--product-tabs-text-color, #6b7280);
  background-color: #ffffff;
  background-color: var(--product-tabs-background-color, #ffffff);
  gap: 0.5rem;
  min-height: 56px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tabs__tab:hover {
  color: #3b82f6;
  color: var(--product-tabs-active-text-color, #3b82f6);
  background-color: #f9fafb;
  background-color: var(--product-tabs-hover-background-color, #f9fafb);
}
.product-tabs__tab.is-active {
  color: #3b82f6;
  color: var(--product-tabs-active-text-color, #3b82f6);
  border-color: #3b82f6;
  border-color: var(--product-tabs-active-border-color, #3b82f6);
  background-color: #ffffff;
  background-color: var(--product-tabs-background-color, #ffffff);
}
.product-tabs__tab.is-active .product-tabs__tab-icon {
  color: #3b82f6;
  color: var(--product-tabs-active-text-color, #3b82f6);
}
.product-tabs__tab-icon{
  display: inline-flex !important}
.product-tabs__tab-icon{flex-shrink:0;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: inherit;
  fill: currentColor;
  margin-right: 0.5rem}
.product-tabs__content{padding-top:1rem}
.product-tabs__panel{display:none}
.loading-screen.product-tabs__panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-tabs__panel.is-active{display:block}
@media (max-width: 768px) {
  .product-tabs__tab{padding-top:1rem;padding-bottom:1rem;padding-left:1.25rem;padding-right:1.25rem;font-size:1rem;line-height:1.5rem;
    min-height: 48px}
  .product-tabs__tab-icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-right: 0.375rem;
  }
}
body.gaming-dark-mode-enabled .product-tabs {
  border-color: #e5e7eb;
  border-color: var(--product-tabs-border-color, #374151);
}
body.gaming-dark-mode-enabled .product-tabs__tab {
  color: #6b7280;
  color: var(--product-tabs-text-color, #9ca3af);
  background-color: #ffffff;
  background-color: var(--product-tabs-background-color, #1f2937);
}
body.gaming-dark-mode-enabled .product-tabs__tab:hover {
  color: #3b82f6;
  color: var(--product-tabs-active-text-color, #60a5fa);
  background-color: #f9fafb;
  background-color: var(--product-tabs-hover-background-color, #374151);
}
body.gaming-dark-mode-enabled .product-tabs__tab.is-active {
  color: #3b82f6;
  color: var(--product-tabs-active-text-color, #60a5fa);
  border-color: #3b82f6;
  border-color: var(--product-tabs-active-border-color, #60a5fa);
  background-color: #ffffff;
  background-color: var(--product-tabs-background-color, #1f2937);
}
.product-tabs__tab {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-tabs__tab > span{vertical-align:middle;line-height:1;
  font-size: inherit}
.product-tabs__tab > svg.product-tabs__tab-icon {
  display: inline-flex !important;
}
.product-tabs__tab > svg.product-tabs__tab-icon {
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex-shrink: 0;
}
/**
 * Advertisement Banner Component Styles
 * A customizable banner that appears above the header with text, icon, and animation
 */
/* Base Advertisement Banner Styles */
.advertisement-banner {
  width: 100%;
  background-color: #ff6b6b; /* Default background color */
  color: #ffffff; /* Default text color */
  padding: 10px 0;
  overflow: hidden; /* Ensure it appears above other elements */
  font-family: Arial, sans-serif;
  font-family: var(--font-family, Arial, sans-serif);
  font-size: 14px;
  font-size: var(--font-size, 14px);
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  /* Ensure it appears above the header */
  position: relative;
  z-index: 1001;
  /* Default spacing for merged header */
  --ad-banner-merged-spacing: 0px;
}
/* Ensure banner appears above merged header AND sticky header */
body.nav-merge-active .advertisement-banner {
  position: relative;
  z-index: 1002; /* Higher than merged header */
  margin-bottom: 0px;
  margin-bottom: var(--ad-banner-merged-spacing, 0px);
}
/* When header is sticky/fixed, make banner sticky too */
.main-nav-container.fixed-pinned ~ .advertisement-banner,
.main-nav-container.fixed-header ~ .advertisement-banner {
  position: sticky;
  top: 0;
  z-index: 126; /* Higher than sticky header's z-index: 125 */
  margin-bottom: 0;
}
/* Alternative: If banner is before header in DOM, use this */
custom-advertisement-banner {
  display: block;
  position: relative;
  z-index: 200; /* Higher than any header state */
  width: 100%;
  /* Make it sticky when scrolling */
  /* Ensure it stays above header in all scenarios */
  /* In merged header mode */
}
custom-advertisement-banner.is-sticky {
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.main-nav-container.fixed-pinned ~ custom-advertisement-banner, .main-nav-container.fixed-header ~ custom-advertisement-banner {
  position: sticky;
  top: 0;
  z-index: 200;
}
body.nav-merge-active custom-advertisement-banner {
  z-index: 200;
}
/* Banner container */
.advertisement-banner__container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-width: var(--container-max-width, 1200px);
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
/* Banner wrapper */
.advertisement-banner__wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 40px;
  height: var(--banner-height, 40px);
}
/* Banner content */
.advertisement-banner__content {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  will-change: left;
}
/* Cloned banner content */
.advertisement-banner__content--clone {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  will-change: left;
}
/* Banner icon */
.advertisement-banner__icon {
  margin-right: 10px;
  font-size: 18px;
  font-size: var(--icon-size, 18px);
  color: #ffffff; /* Default icon color */
  flex-shrink: 0;
}
/* Banner text */
.advertisement-banner__text {
  margin: 0;
  font-weight: 500;
  font-weight: var(--font-weight, 500);
  letter-spacing: 0.3px;
  letter-spacing: var(--letter-spacing, 0.3px);
}
/* Responsive Design */
@media (max-width: 768px) {
  .advertisement-banner {
    font-size: 12px;
    font-size: var(--mobile-font-size, 12px);
    padding: 8px 0;
  }
  .advertisement-banner__wrapper {
    height: 35px;
    height: var(--mobile-banner-height, 35px);
  }
  .advertisement-banner__icon {
    font-size: 16px;
    font-size: var(--mobile-icon-size, 16px);
    margin-right: 8px;
  }
}
@media (max-width: 480px) {
  .advertisement-banner {
    font-size: 11px;
    font-size: var(--small-mobile-font-size, 11px);
    padding: 6px 0;
  }
  .advertisement-banner__wrapper {
    height: 30px;
    height: var(--small-mobile-banner-height, 30px);
  }
  .advertisement-banner__container {
    padding: 0 10px;
  }
  .advertisement-banner__icon {
    font-size: 14px;
    font-size: var(--small-mobile-icon-size, 14px);
    margin-right: 6px;
  }
}
/* Animation optimizations */
@media (prefers-reduced-motion: reduce) {
  .advertisement-banner__content {
    animation: none;
    transition: none;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .advertisement-banner {
    border-bottom: 2px solid;
  }
}
/* Focus styles for accessibility */
.advertisement-banner__close:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
/* Print styles */
@media print {
  .advertisement-banner {
    display: none;
  }
}
/* Utility classes for customization */
.advertisement-banner--small {
  --banner-height: 30px;
  --font-size: 12px;
  --icon-size: 16px;
}
.advertisement-banner--large {
  --banner-height: 50px;
  --font-size: 16px;
  --icon-size: 20px;
}
.advertisement-banner--left {
  justify-content: flex-start;
}
.advertisement-banner--center {
  justify-content: center;
}
.advertisement-banner--right {
  justify-content: flex-end;
}
/* Color variations */
.advertisement-banner--primary {
  background-color: #414042;
  background-color: var(--color-primary, #007bff);
}
.advertisement-banner--secondary {
  background-color: #6c757d;
  background-color: var(--color-secondary, #6c757d);
}
.advertisement-banner--success {
  background-color: #28a745;
  background-color: var(--color-success, #28a745);
}
.advertisement-banner--danger {
  background-color: #dc3545;
  background-color: var(--color-danger, #dc3545);
}
.advertisement-banner--warning {
  background-color: #ffc107;
  background-color: var(--color-warning, #ffc107);
  color: #212529;
  color: var(--color-dark, #212529);
}
.advertisement-banner--info {
  background-color: #17a2b8;
  background-color: var(--color-info, #17a2b8);
}
.advertisement-banner--light {
  background-color: #f8f9fa;
  background-color: var(--color-light, #f8f9fa);
  color: #212529;
  color: var(--color-dark, #212529);
}
.advertisement-banner--dark {
  background-color: #343a40;
  background-color: var(--color-dark, #343a40);
}
/**
 * New Banners Slider Component Styles
 * Animated horizontal banners with responsive design
 */
/* Full width support */
.new-banners-slider.full-width-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.new-banners-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  margin-bottom: 2rem;
  will-change: transform;
  contain: layout style paint;
}
.new-banners-slider salla-slider {
  display: block;
  height: 100%;
}
/* Banner Slide */
.banner-slide {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  contain: layout style paint;
}
.banner-slide.active {
  opacity: 1;
}
/* Desktop size */
@media (min-width: 1025px) {
  .banner-slide {
    height: 500px;
  }
}
/* Tablet size */
@media (max-width: 1024px) and (min-width: 769px) {
  .banner-slide {
    height: 400px;
  }
}
/* Mobile size */
@media (max-width: 768px) {
  .banner-slide {
    height: 300px;
  }
}
/* Banner Image */
.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.8s ease;
  will-change: transform;
}
.banner-slide:hover .banner-image {
  transform: scale(1.05);
}
/* Banner Overlay */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
/* Banner Content */
.banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem;
  z-index: 3;
  color: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
  will-change: transform;
}
.banner-slide:hover .banner-content {
  transform: translate3d(0, -10px, 0);
}
/* Banner Title */
.banner-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #fff;
  color: var(--title-color, #fff);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.banner-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #1DE9B6, rgba(29, 233, 182, 0.3));
  box-shadow: 0 0 10px #1DE9B6;
  transition: width 0.6s ease 0.3s;
}
.banner-slide.active .banner-title::after {
  width: 100%;
}
/* Banner Subtitle */
.banner-subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
  color: #e0e0e0;
  color: var(--subtitle-color, #e0e0e0);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5rem;
  margin-top: 0;
  max-width: 600px;
  line-height: 1.6;
}
/* Banner Button */
.banner-button {
  display: inline-flex;
  align-items: center;
  background: rgba(29, 233, 182, 0.2);
  border: 1px solid #1DE9B6;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(29, 233, 182, 0.3);
  gap: 8px;
}
.banner-button:hover {
  background: rgba(29, 233, 182, 0.3);
  box-shadow: 0 0 25px rgba(29, 233, 182, 0.5);
  transform: translateY(-2px);
}
.banner-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.banner-button:hover svg {
  transform: translateX(4px);
}
/* Banner Pagination Dots */
.banner-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.pagination-dot.active {
  background: #1DE9B6;
  border-color: #1DE9B6;
  box-shadow: 0 0 10px #1DE9B6;
}
.pagination-dot:hover {
  border-color: #fff;
}
/* Banner Controls */
.banner-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
  pointer-events: none;
}
.banner-control-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  padding: 0;
}
.banner-control-btn:hover {
  background: rgba(29, 233, 182, 0.2);
  border-color: #1DE9B6;
  box-shadow: 0 0 15px rgba(29, 233, 182, 0.4);
}
.banner-control-btn svg {
  width: 24px;
  height: 24px;
}
/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner-title,
.banner-subtitle,
.banner-button {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}
.banner-title {
  animation-delay: 0.2s;
}
.banner-subtitle {
  animation-delay: 0.4s;
}
.banner-button {
  animation-delay: 0.6s;
}
/* Responsive adjustments */
@media (max-width: 1024px) {
  .banner-slide {
    height: 400px;
  }
  .banner-title {
    font-size: 2rem;
  }
  .banner-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .banner-slide {
    height: 300px;
  }
  .banner-content {
    padding: 2rem 1.5rem;
  }
  .banner-title {
    font-size: 1.75rem;
  }
  .banner-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .banner-button {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
  .banner-control-btn {
    width: 40px;
    height: 40px;
  }
  .banner-control-btn svg {
    width: 18px;
    height: 18px;
  }
  .banner-control-btn:not(:hover) {
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  .banner-slide {
    height: 250px;
  }
  .banner-content {
    padding: 1.5rem 1rem;
  }
  .banner-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .banner-subtitle {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }
  .banner-button {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .banner-controls {
    padding: 0 10px;
  }
  .banner-control-btn {
    width: 35px;
    height: 35px;
  }
  .banner-control-btn svg {
    width: 16px;
    height: 16px;
  }
  .banner-pagination {
    bottom: 15px;
    gap: 6px;
  }
  .pagination-dot {
    width: 10px;
    height: 10px;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .banner-slide,
  .banner-image,
  .banner-control-btn,
  .pagination-dot,
  .banner-title,
  .banner-subtitle,
  .banner-button {
    transition: none !important;
    animation: none !important;
  }
}
/* Low-end device optimizations */
.low-end-device .banner-image {
  transition: none;
}
.discount-countdown-timer {
  background: transparent;
  border: 2px solid rgba(102, 126, 234, 0.4);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
  animation: slideDown 0.3s ease-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.discount-countdown-timer .countdown-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.discount-countdown-timer .countdown-header .countdown-label {
  font-size: 14px;
  font-weight: 600;
  color: #667eea;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.discount-countdown-timer .countdown-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.discount-countdown-timer .countdown-display .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.discount-countdown-timer .countdown-display .countdown-unit .countdown-number {
  font-size: 28px;
  font-weight: 700;
  color: #667eea;
  line-height: 1;
  min-width: 50px;
  text-align: center;
  font-family: "Courier New", monospace;
  transition: transform 0.2s ease;
}
.discount-countdown-timer .countdown-display .countdown-unit .countdown-number:hover {
  transform: scale(1.05);
}
.discount-countdown-timer .countdown-display .countdown-unit .countdown-text {
  font-size: 11px;
  font-weight: 500;
  color: #667eea;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.discount-countdown-timer .countdown-display .countdown-separator {
  font-size: 24px;
  font-weight: 700;
  color: #667eea;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 640px) {
  .discount-countdown-timer .countdown-display .countdown-separator {
    margin: 4px 2px;
  }
}
.discount-countdown-timer.countdown-warning {
  animation: pulse 0.8s ease-in-out infinite;
  background: transparent;
  border-color: rgba(245, 87, 108, 0.6);
  box-shadow: 0 4px 20px rgba(245, 87, 108, 0.25), inset 0 0 20px rgba(245, 87, 108, 0.1);
}
.discount-countdown-timer.countdown-warning .countdown-label {
  animation: textPulse 0.8s ease-in-out infinite;
  color: #f5576c;
}
.discount-countdown-timer.countdown-warning .countdown-number {
  color: #f5576c;
}
.discount-countdown-timer.countdown-warning .countdown-text {
  color: #f5576c;
}
.discount-countdown-timer.countdown-warning .countdown-separator {
  color: #f5576c;
}
.discount-countdown-timer.is-expired {
  background: transparent;
  border-color: rgba(107, 114, 128, 0.3);
  box-shadow: 0 4px 20px rgba(107, 114, 128, 0.1);
}
.discount-countdown-timer.is-expired .countdown-expired {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.discount-countdown-timer.is-expired .countdown-expired .countdown-expired-label {
  font-size: 18px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .discount-countdown-timer {
    padding: 12px;
    margin-bottom: 12px;
  }
  .discount-countdown-timer .countdown-display {
    gap: 4px;
  }
  .discount-countdown-timer .countdown-display .countdown-unit {
    gap: 2px;
  }
  .discount-countdown-timer .countdown-display .countdown-unit .countdown-number {
    font-size: 22px;
    min-width: 40px;
  }
  .discount-countdown-timer .countdown-display .countdown-unit .countdown-text {
    font-size: 10px;
  }
  .discount-countdown-timer .countdown-display .countdown-separator {
    font-size: 18px;
    margin: 0 1px;
  }
}
@media (max-width: 480px) {
  .discount-countdown-timer {
    padding: 10px;
    margin-bottom: 10px;
  }
  .discount-countdown-timer .countdown-header {
    margin-bottom: 8px;
  }
  .discount-countdown-timer .countdown-header .countdown-label {
    font-size: 12px;
  }
  .discount-countdown-timer .countdown-display {
    gap: 2px;
  }
  .discount-countdown-timer .countdown-display .countdown-unit {
    gap: 2px;
  }
  .discount-countdown-timer .countdown-display .countdown-unit .countdown-number {
    font-size: 18px;
    min-width: 35px;
  }
  .discount-countdown-timer .countdown-display .countdown-unit .countdown-text {
    font-size: 9px;
  }
  .discount-countdown-timer .countdown-display .countdown-separator {
    font-size: 16px;
    margin: 0 1px;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 4px 20px rgba(245, 87, 108, 0.4);
  }
  50% {
    box-shadow: 0 4px 40px rgba(245, 87, 108, 0.8);
  }
}
@keyframes textPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@media (prefers-color-scheme: dark) {
  .discount-countdown-timer {
    background: transparent;
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.2);
  }
  .discount-countdown-timer .countdown-label {
    color: #a5b4fc;
  }
  .discount-countdown-timer .countdown-number {
    color: #a5b4fc;
  }
  .discount-countdown-timer .countdown-text {
    color: #a5b4fc;
  }
  .discount-countdown-timer .countdown-separator {
    color: #a5b4fc;
  }
  .discount-countdown-timer.countdown-warning {
    background: transparent;
    border-color: rgba(239, 68, 68, 0.5);
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.2), inset 0 0 20px rgba(239, 68, 68, 0.08);
  }
  .discount-countdown-timer.countdown-warning .countdown-label {
    color: #fca5a5;
  }
  .discount-countdown-timer.countdown-warning .countdown-number {
    color: #fca5a5;
  }
  .discount-countdown-timer.countdown-warning .countdown-text {
    color: #fca5a5;
  }
  .discount-countdown-timer.countdown-warning .countdown-separator {
    color: #fca5a5;
  }
  .discount-countdown-timer.is-expired {
    background: transparent;
    border-color: rgba(75, 85, 99, 0.3);
    box-shadow: 0 4px 20px rgba(75, 85, 99, 0.1);
  }
  .discount-countdown-timer.is-expired .countdown-expired-label {
    color: #9ca3af;
  }
}
@media (prefers-reduced-motion: reduce) {
  .discount-countdown-timer {
    animation: none;
  }
  .discount-countdown-timer .countdown-unit .countdown-number {
    transition: none;
  }
  .discount-countdown-timer .countdown-unit .countdown-number:hover {
    transform: none;
  }
  .discount-countdown-timer.countdown-warning {
    animation: none;
  }
  .discount-countdown-timer.countdown-warning .countdown-label {
    animation: none;
  }
}
/**
 * Product Card Styles - v2.0
 * Modern, clean, professional design
 */
custom-salla-product-card {
  --pc-bg: #ffffff;
  --pc-border: #e5e7eb;
  --pc-radius: var(--pc-border-radius, 12px);
  --pc-shadow: 0 2px 8px rgba(0,0,0,0.06);
  --pc-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--pc-bg);
  border: 1px solid var(--pc-border);
  border-radius: var(--pc-radius);
  overflow: hidden;
  transition: transform var(--pc-transition), box-shadow var(--pc-transition);
  height: 100%;
}
.pc-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.pc-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #f9fafb;
  flex-shrink: 0;
}
.pc-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.pc-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  min-height: 200px;
}
.pc-card:hover .pc-image {
  transform: scale(1.05);
}
.pc-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 2;
}
.pc-badge--sale {
  background: #ef4444;
  color: white;
}
.pc-badge--promo {
  background: #8b5cf6;
  color: white;
}
.pc-badge--qty {
  background: #3b82f6;
  color: white;
}
.pc-badge--out {
  background: #6b7280;
  color: white;
}
.pc-quick-actions {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
}
.pc-card:hover .pc-quick-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 768px) {
  .pc-quick-actions {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    bottom: 8px;
    gap: 6px;
  }
  .pc-quick-actions .pc-btn {
    width: 36px;
    height: 36px;
  }
  .pc-quick-actions .pc-btn i {
    font-size: 14px;
  }
}
@media (hover: none) and (pointer: coarse) {
  .pc-quick-actions {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.pc-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: white;
  color: #374151;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.pc-btn:hover {
  transform: scale(1.1);
}
.pc-btn--wishlist:hover, .pc-btn--wishlist.is-active {
  background: #ef4444;
  color: white;
}
.pc-btn--quickview {
  background: #3b82f6;
  background: var(--pc-quick-view-color, #3b82f6);
  color: white;
}
.pc-btn--quickview:hover {
  background: #2563eb;
  background: var(--pc-quick-view-hover, #2563eb);
}
.pc-btn--similar {
  background: #8b5cf6;
  background: var(--pc-similar-color, #8b5cf6);
  color: white;
}
.pc-btn--similar:hover {
  opacity: 0.9;
}
.pc-btn i {
  font-size: 16px;
}
.pc-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  justify-content: space-between;
  text-align: center;
  text-align: var(--pc-title-align, center);
}
.pc-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2937;
  color: var(--pc-text, #1f2937);
  text-align: center;
  text-align: var(--pc-title-align, center);
}
.pc-title a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc-title a:hover {
  color: #3b82f6;
}
.pc-subtitle {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  color: var(--pc-text-secondary, #6b7280);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pc-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: var(--pc-meta-justify, center);
  gap: 8px;
}
.pc-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: var(--pc-meta-justify, center);
}
.pc-price__current {
  color: #1f2937 !important;
  color: var(--pc-price-color, #1f2937) !important;
}
.pc-price__current {
  font-size: 18px;
  font-weight: 700;
}
.pc-price__old {
  font-size: 14px;
  color: #9ca3af;
  color: var(--pc-text-secondary, #9ca3af);
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.pc-price__label {
  font-size: 12px;
  color: #6b7280;
  color: var(--pc-text-secondary, #6b7280);
}
.pc-price--sale .pc-price__current {
  color: #ef4444 !important;
  color: var(--pc-sale-price-color, #ef4444) !important;
}
.pc-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #6b7280;
  color: var(--pc-text-secondary, #6b7280);
}
.pc-rating i {
  color: #fbbf24;
}
.pc-footer {
  margin-top: 8px;
}
.pc-add-btn-custom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #3b82f6;
  background-color: var(--pc-add-btn-bg, #3b82f6);
  color: #ffffff;
  color: var(--pc-add-btn-text, #ffffff);
}
.pc-add-btn-custom:hover:not(:disabled) {
  filter: brightness(0.9);
  transform: translateY(-1px);
}
.pc-add-btn-custom:active:not(:disabled) {
  transform: translateY(0);
}
.pc-add-btn-custom:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pc-add-btn-custom.is-loading {
  pointer-events: none;
}
.pc-add-btn-custom.is-loading::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.pc-add-btn-custom i {
  font-size: 16px;
}
.pc-add-btn-custom span {
  white-space: nowrap;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.pc-add-btn {
  --salla-add-product-button-bg: var(--pc-add-btn-bg, #3b82f6) !important;
  --salla-add-product-button-color: var(--pc-add-btn-text, #ffffff) !important;
  --salla-add-product-button-hover-bg: var(--pc-add-btn-bg, #3b82f6) !important;
}
.pc-add-btn {
  width: 100%;
}
.pc-add-btn salla-button, .pc-add-btn button {
  background-color: #3b82f6 !important;
  background-color: var(--pc-add-btn-bg, #3b82f6) !important;
  color: #ffffff !important;
  color: var(--pc-add-btn-text, #ffffff) !important;
}
.pc-add-btn salla-button:hover, .pc-add-btn button:hover {
  filter: brightness(0.9);
}
.pc-add-btn salla-button i, .pc-add-btn button i {
  color: inherit !important;
}
.pc-add-btn salla-button span, .pc-add-btn button span {
  color: inherit !important;
}
[data-hover-effect=light-sweep]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  z-index: 10;
  pointer-events: none;
  transition: none;
}
[data-hover-effect=light-sweep]:hover::before {
  animation: lightSweep 0.8s ease-in-out;
}
@keyframes lightSweep {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
[data-hover-effect=lift-card]:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
[data-hover-effect=smooth-zoom]:hover {
  transform: scale(1.02);
}
[data-hover-effect=glow-shadow]:hover {
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.35);
}
[data-hover-effect=neon-glow]:hover {
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.5), 0 0 40px rgba(0, 212, 255, 0.3);
  border-color: #00d4ff;
}
[data-hover-effect=rgb-moving-borders]:hover {
  animation: rgbBorder 3s linear infinite;
}
@keyframes rgbBorder {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 0, 128, 0.4);
  }
  33% {
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.4);
  }
  66% {
    box-shadow: 0 0 20px rgba(64, 224, 208, 0.4);
  }
}
[data-hover-effect=glass-effect]:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
}
[data-hover-effect=gradient-overlay]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(59, 130, 246, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: inherit;
}
[data-hover-effect=gradient-overlay]:hover::after {
  opacity: 1;
}
.pc-card--horizontal {
  flex-direction: row;
}
.pc-card--horizontal .pc-image-wrapper {
  width: 40%;
  aspect-ratio: auto;
}
.pc-card--horizontal .pc-content {
  flex: 1;
}
.pc-card--minimal .pc-content {
  padding: 12px;
}
.pc-card--minimal .pc-title {
  font-size: 14px;
}
.pc-card--out-of-stock .pc-image {
  filter: grayscale(50%);
  opacity: 0.7;
}
.pc-card--small .pc-content {
  padding: 12px;
}
.pc-card--small .pc-title {
  font-size: 14px;
}
.pc-card--small .pc-price__current {
  color: #1f2937 !important;
  color: var(--pc-price-color, #1f2937) !important;
}
.pc-card--small .pc-price__current {
  font-size: 16px;
}
.pc-card--large .pc-content {
  padding: 20px;
}
.pc-card--large .pc-title {
  font-size: 17px;
}
.pc-card--large .pc-price__current {
  color: #1f2937 !important;
  color: var(--pc-price-color, #1f2937) !important;
}
.pc-card--large .pc-price__current {
  font-size: 20px;
}
.pc-price--sale .pc-price__current {
  color: #ef4444 !important;
  color: var(--pc-sale-price-color, #ef4444) !important;
}
/**
 * Cart Background Image Styles
 * Simple banner-style implementation for cart page
 */
/* Cart background banner at the top */
.cart-background-banner {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.cart-background-banner:hover {
  opacity: 1 !important;
}
/* Empty cart styling */
.no-content-placeholder img {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .cart-background-banner {
    height: 150px !important;
  }
  .cart-background-banner {
    margin-bottom: 0.5rem;
  }
  .no-content-placeholder img {
    width: 8rem !important;
    height: 8rem !important;
  }
}
/**
 * Header Customization Styles
 * Simple banner-style implementation for header customization
 */
/* Header container styling */
.store-header,
#mainnav,
.main-nav-container {
  transition: all 0.3s ease;
  /* Apply custom height */
  min-height: 80px;
  min-height: var(--header-height, 80px);
  /* Apply custom border */
  border-bottom: 1px solid #e5e7eb;
  border-bottom: 1px solid var(--header-border-color, #e5e7eb);
  /* Apply custom border radius */
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: var(--header-border-radius, 0px);
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: var(--header-border-radius, 0px);
}
/* Header shadow */
.header-with-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px var(--header-shadow-intensity, 10px) rgba(var(--header-shadow-color-rgb, 0, 0, 0), 0.1);
}
/* Header background image */
.header-with-background {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.header-with-background {
  position: relative;
  /* Ensure content is above overlay */
}
.header-with-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, var(--header-background-opacity, 0.5));
  z-index: 1;
}
.header-with-background .inner,
.header-with-background .container,
.header-with-background .navbar-brand,
.header-with-background .header-btn,
.header-with-background .s-dropdown-menu,
.header-with-background nav {
  position: relative;
  z-index: 2;
}
/* Header text colors */
.store-header,
#mainnav {
  /* Text and icon colors */
  /* Menu links */
  /* Search and cart icons */
}
.store-header .navbar-brand,
.store-header .header-btn,
.store-header .header-btn__icon,
.store-header .s-dropdown-menu__trigger,
.store-header .s-user-menu__name,
.store-header a, .store-header button, .store-header span, .store-header i,
#mainnav .navbar-brand,
#mainnav .header-btn,
#mainnav .header-btn__icon,
#mainnav .s-dropdown-menu__trigger,
#mainnav .s-user-menu__name,
#mainnav a,
#mainnav button,
#mainnav span,
#mainnav i {
  color: #1f2937 !important;
  color: var(--header-text-color, #1f2937) !important;
}
.store-header .navbar-brand,
.store-header .header-btn,
.store-header .header-btn__icon,
.store-header .s-dropdown-menu__trigger,
.store-header .s-user-menu__name,
.store-header a, .store-header button, .store-header span, .store-header i,
#mainnav .navbar-brand,
#mainnav .header-btn,
#mainnav .header-btn__icon,
#mainnav .s-dropdown-menu__trigger,
#mainnav .s-user-menu__name,
#mainnav a,
#mainnav button,
#mainnav span,
#mainnav i {
  transition: color 0.3s ease;
}
.store-header .navbar-brand:hover,
.store-header .header-btn:hover,
.store-header .header-btn__icon:hover,
.store-header .s-dropdown-menu__trigger:hover,
.store-header .s-user-menu__name:hover,
.store-header a:hover, .store-header button:hover, .store-header span:hover, .store-header i:hover,
#mainnav .navbar-brand:hover,
#mainnav .header-btn:hover,
#mainnav .header-btn__icon:hover,
#mainnav .s-dropdown-menu__trigger:hover,
#mainnav .s-user-menu__name:hover,
#mainnav a:hover,
#mainnav button:hover,
#mainnav span:hover,
#mainnav i:hover {
  color: #3b82f6 !important;
  color: var(--header-text-hover-color, #3b82f6) !important;
}
.store-header .main-menu a,
.store-header .navbar-nav a,
#mainnav .main-menu a,
#mainnav .navbar-nav a {
  color: #1f2937 !important;
  color: var(--header-text-color, #1f2937) !important;
}
.store-header .main-menu a:hover,
.store-header .navbar-nav a:hover,
#mainnav .main-menu a:hover,
#mainnav .navbar-nav a:hover {
  color: #3b82f6 !important;
  color: var(--header-text-hover-color, #3b82f6) !important;
}
.store-header .header-btn__icon,
#mainnav .header-btn__icon {
  color: #1f2937 !important;
  color: var(--header-text-color, #1f2937) !important;
}
.store-header .header-btn__icon:hover,
#mainnav .header-btn__icon:hover {
  color: #3b82f6 !important;
  color: var(--header-text-hover-color, #3b82f6) !important;
}
/* Logo styling */
.navbar-brand img {
  max-height: calc(80px - 20px);
  max-height: calc(var(--header-height, 80px) - 20px);
  width: auto;
  transition: all 0.3s ease;
}
/* Mobile responsive */
@media (max-width: 768px) {
  .store-header,
  #mainnav,
  .main-nav-container {
    min-height: calc(80px * 0.8);
    min-height: calc(var(--header-height, 80px) * 0.8);
  }
  .navbar-brand img {
    max-height: calc(80px * 0.8 - 15px);
    max-height: calc(var(--header-height, 80px) * 0.8 - 15px);
  }
  .header-with-shadow {
    box-shadow: 0 1px calc(10px / 2) rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px calc(var(--header-shadow-intensity, 10px) / 2) rgba(var(--header-shadow-color-rgb, 0, 0, 0), 0.08);
  }
}
/* Sticky header adjustments */
.is-sticky .store-header,
.is-sticky #mainnav {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .header-with-background::before {
    background: rgba(255, 255, 255, 0.8);
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .store-header,
  #mainnav,
  .main-nav-container,
  .navbar-brand img {
    transition: none;
  }
}
/**
 * Bottom Navigation Bar for Mobile
 * Fixed bottom navigation with 5 icons (4 + home in center)
 */
/* Bottom Navigation Container */
.bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none; /* Hidden by default, shown on mobile when enabled */
  background-color: #ffffff;
  background-color: var(--bottom-navbar-bg-color, #ffffff);
  height: 75px;
  height: var(--bottom-navbar-height, 75px);
  border-top: 1px solid #e5e7eb;
  padding: 0;
  /* Shadow when enabled */
  /* Show only on mobile and when enabled */
}
.bottom-navbar.with-shadow {
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .bottom-navbar.enabled {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
/* Navigation Items Container */
.bottom-nav-items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
/* Individual Navigation Item */
.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 44px; /* Touch target size */
  min-height: 44px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  cursor: pointer;
  /* Icon styling */
  /* Label styling */
  /* Active state */
}
.bottom-nav-item .nav-icon {
  font-size: 20px;
  color: #6b7280;
  color: var(--bottom-navbar-icon-color, #6b7280);
  transition: color 0.3s ease;
  margin-bottom: 2px;
}
.bottom-nav-item .nav-label {
  font-size: 10px;
  color: #6b7280;
  color: var(--bottom-navbar-icon-color, #6b7280);
  transition: color 0.3s ease;
  text-align: center;
  line-height: 1;
}
.bottom-nav-item.active .nav-icon,
.bottom-nav-item.active .nav-label, .bottom-nav-item:hover .nav-icon,
.bottom-nav-item:hover .nav-label {
  color: #3b82f6;
  color: var(--bottom-navbar-active-color, #3b82f6);
}
/* Home Icon in Center (Special Styling) */
.bottom-nav-item.home-icon {
  position: relative;
  background-color: #3b82f6;
  background-color: var(--bottom-navbar-home-bg-color, #3b82f6);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: 0 8px;
  transform: translateY(-8px); /* Elevated effect */
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.bottom-nav-item.home-icon .nav-icon {
  color: #ffffff;
  color: var(--bottom-navbar-home-color, #ffffff);
  font-size: 24px;
}
.bottom-nav-item.home-icon .nav-label {
  display: none; /* Hide label for home icon */
}
.bottom-nav-item.home-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}
.bottom-nav-item.home-icon:hover .nav-icon {
  color: #ffffff;
  color: var(--bottom-navbar-home-color, #ffffff);
}
/* Cart Badge */
.bottom-nav-item .nav-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ef4444;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(25%, -25%);
}
/* Add bottom padding to body when bottom nav is enabled */
@media (max-width: 768px) {
  body.bottom-nav-enabled {
    padding-bottom: 75px;
    padding-bottom: var(--bottom-navbar-height, 75px);
  }
}
/* RTL Support */
[dir=\"rtl\"] .bottom-nav-item .nav-badge {
  right: auto;
  left: 0;
  transform: translate(-25%, -25%);
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .bottom-navbar {
    border-top-color: #374151;
  }
}
/* High contrast mode */
@media (prefers-contrast: high) {
  .bottom-nav-item {
    border: 1px solid currentColor;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .bottom-nav-item,
  .bottom-nav-item .nav-icon,
  .bottom-nav-item .nav-label {
    transition: none;
  }
  .bottom-nav-item.home-icon {
    transform: translateY(-8px); /* Keep elevation but no hover animation */
  }
  .bottom-nav-item.home-icon:hover {
    transform: translateY(-8px);
  }
}
/* Safe area support for devices with home indicator */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .bottom-navbar {
    padding-bottom: env(safe-area-inset-bottom);
  }
  @media (max-width: 768px) {
    body.bottom-nav-enabled {
      padding-bottom: calc(75px + env(safe-area-inset-bottom));
      padding-bottom: calc(var(--bottom-navbar-height, 75px) + env(safe-area-inset-bottom));
    }
  }
}
body.mm-ocd-opened,
body.modal-is-open,
body.fancybox-open {
  overflow: hidden;
}
body.mm-ocd-opened #tidio-chat,
body.mm-ocd-opened [id^=gb-widget],
body.mm-ocd-opened [class$=__feedback],
body.mm-ocd-opened #fb-root,
body.mm-ocd-opened .fb_reset,
body.mm-ocd-opened #chat-widget-container,
body.modal-is-open #tidio-chat,
body.modal-is-open [id^=gb-widget],
body.modal-is-open [class$=__feedback],
body.modal-is-open #fb-root,
body.modal-is-open .fb_reset,
body.modal-is-open #chat-widget-container,
body.fancybox-open #tidio-chat,
body.fancybox-open [id^=gb-widget],
body.fancybox-open [class$=__feedback],
body.fancybox-open #fb-root,
body.fancybox-open .fb_reset,
body.fancybox-open #chat-widget-container {
  display: none !important;
}
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 767px) {
    .mobile #button {
      transform: translateY(-58px);
      margin-left: 5px;
    }
  }
}
@media (max-width: 1024px) {
  body.dropdown--is-opened {
    overflow: hidden;
  }
  body.dropdown--is-opened #tidio-chat,
  body.dropdown--is-opened [id^=gb-widget],
  body.dropdown--is-opened [class$=__feedback],
  body.dropdown--is-opened #fb-root,
  body.dropdown--is-opened .fb_reset,
  body.dropdown--is-opened #chat-widget-container {
    display: none !important;
  }
  #tidio-chat {
    z-index: 9999999999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  #tidio-chat #tidio-chat-iframe {
    bottom: 0 !important;
  }
  #tidio-chat #tidio-chat-iframe {
    pointer-events: auto;
  }
  [id^=gb-widget] {
    bottom: 20px !important;
    z-index: 9999 !important;
  }
  #fb-root .fb_dialog iframe[data-testid=bubble_iframe] {
    bottom: 20px !important;
  }
  iframe.tawk-widget {
    bottom: 20px !important;
  }
  #chat-widget-container {
    bottom: 0 !important;
  }
  #chat-widget-container {
    height: 100%;
  }
}
iframe.tawk-widget {
  display: block;
  bottom: 20px;
}
.is-sticky-product-bar.product-single [id^=gb-widget],
.is-sticky-product-bar.product-single iframe.tawk-widget,
.is-sticky-product-bar.product-single #fb-root .fb_dialog iframe[data-testid=bubble_iframe],
.is-sticky-product-bar.product-single iframe.tawk-widget {
  bottom: 70px !important;
}
@media (max-width: 640px) {
  .swal2-container {
    width: 100% !important;
  }
}
.swal2-container .swal2-popup.swal2-toast {
  max-width: 300px;
  padding: 0 10px 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 640px) {
  .swal2-container .swal2-popup.swal2-toast {
    max-width: 100%;
  }
}
.swal2-container .swal2-popup.swal2-toast .swal2-icon{--tw-scale-x:.5;--tw-scale-y:.5;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));animation:none}
.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem;margin-left:-0.375rem}
.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem;margin-right:-0.375rem}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800,
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800),
.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.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}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.swal2-container .swal2-popup.swal2-toast .swal2-title .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.swal2-container .swal2-popup.swal2-toast .swal2-title .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.swal2-container .swal2-popup.swal2-toast .swal2-title .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.swal2-container .swal2-popup.swal2-toast .swal2-title span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.swal2-container .swal2-popup.swal2-toast .swal2-close{flex-shrink:0;--tw-scale-x:.75;--tw-scale-y:.75;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar-container {
  height: 2px;
}
.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar {
  background: #ddd;
}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error{--tw-bg-opacity:1;background-color:rgba(248, 113, 113, 1);background-color:rgba(248, 113, 113, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error *{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-error{--tw-border-opacity:1;border-color:rgba(255, 255, 255, 1);border-color:rgba(255, 255, 255, var(--tw-border-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right,
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800,
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4 .text-red-800,
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .px-4.text-red-800,
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left.py-2\.5.mb-5.rounded-md.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800),
.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left.py-2\.5.mb-5.rounded-md.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-success{--tw-bg-opacity:1;background-color:rgba(34, 197, 94, 1);background-color:rgba(34, 197, 94, var(--tw-bg-opacity, 1))}
.swal2-container .swal2-popup.swal2-toast.swal2-icon-success *{--tw-text-opacity:1;color:rgba(255, 255, 255, 1);color:rgba(255, 255, 255, var(--tw-text-opacity, 1))}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .full-banner-entry {
      background-attachment: scroll;
      background-attachment: initial;
    }
  }
}
body.font-dinnextltarabic-regular .btn--add-to-cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
/* gradient */
lite-youtube::before {
  content: "";
  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;
}
/* Critical: Force visibility of product card action buttons */
.s-product-card-quick-view-btn.s-product-card-action-btn,
.s-product-card-similar-products-btn.s-product-card-action-btn,
[data-quick-view-id],
[data-similar-products-id] {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  pointer-events: auto !important;
  animation: none !important;
  transform: none !important;
}
/* Force buttons to always be visible - prevent any hiding */
.s-product-card-entry .s-product-card-action-btn,
.s-product-card-buttons-container .s-product-card-action-btn,
button.s-product-card-action-btn {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  pointer-events: auto !important;
  animation: none !important;
  transform: none !important;
}
/* Hide wishlist button from product cards */
.s-product-card-wishlist-btn,
.s-product-card-wishlist-btn.s-product-card-action-btn,
salla-button.s-product-card-wishlist-btn,
button.s-product-card-wishlist-btn {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.s-product-card-buttons-container {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}
/* Note: salla-payments styles moved to 01-settings/salla-payments-critical.scss for early loading */
.first\:rounded-t-md:first-child{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.first\:pt-16:first-child{padding-top:4rem}
.first\:pt-5:first-child{padding-top:1.25rem}
.last\:mb-0:last-child{margin-bottom:0px}
.last\:rounded-b-md:last-child{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.last\:border-b-0:last-child{border-bottom-width:0px}
.last\:border-none:last-child{border-style:none}
.even\:border-gray-200:nth-child(even){--tw-border-opacity:1;border-color:rgba(229, 231, 235, 1);border-color:rgba(229, 231, 235, var(--tw-border-opacity, 1))}
.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}
.main-content h2.target\:btn:target.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gap-4 h2.target\:btn:target.text-xl {
  color: #111827;
  color: var(--product-price-color, #111827);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.text-red-800.target\:btn:target.text-xl,
h4.text-red-800.target\:btn:target.text-xl {
  color: #dc2626;
  color: var(--product-sale-price-color, #dc2626);
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3 .flex.target\:btn:target {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.target\:btn:target.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.target\:btn:target.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.target\:btn:target.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.target\:btn:target .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.target\:btn:target .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.target\:btn:target .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.target\:btn:target.inline-flex.text-sm .px-4 .text-red-800,
.bg-white.py-2\.5.mb-5.target\:btn:target.inline-flex.text-sm .px-4.text-red-800,
.bg-white.py-2\.5.mb-5.target\:btn:target.inline-flex.text-sm .text-red-800 {
  color: #dc2626;
  color: var(--product-highlight-color, #dc2626);
}
.bg-white.py-2\.5.mb-5.rounded-md.target\:btn:target.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.rounded-md.inline-flex.target\:btn:target span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
.bg-white.py-2\.5.mb-5.target\:btn:target.inline-flex.text-sm span:not(.text-red-800) {
  color: #6b7280;
  color: var(--product-meta-color, #6b7280);
}
body.gaming-dark-mode-enabled .text-red-800.target\:btn:target.text-xl,
body.gaming-dark-mode-enabled h4.text-red-800.target\:btn:target.text-xl {
  text-shadow: 0 0 10px rgba(220, 38, 38, 0.4);
}
@media print {
  
  .text-red-800.target\:btn:target.text-xl {
    color: #000000;
    text-shadow: none;
    background: none;
    -webkit-text-fill-color: initial;
  }
}
@media (prefers-contrast: high) {
  .text-red-800.target\:btn:target.text-xl,
  h4.text-red-800.target\:btn:target.text-xl {
    border: 1px solid currentColor;
    padding: 2px 4px;
    border-radius: 4px;
  }
}
.target\:btn:target:hover{opacity:0.8}
.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.hover\:text-dark:hover{--tw-text-opacity:1;color:rgba(29, 31, 31, 1);color:rgba(29, 31, 31, var(--tw-text-opacity, 1))}
.hover\:text-orange-600:hover{--tw-text-opacity:1;color:rgba(234, 88, 12, 1);color:rgba(234, 88, 12, var(--tw-text-opacity, 1))}
.hover\:text-primary:hover{color:#414042;color:var(--color-primary)}
.hover\:underline:hover{text-decoration-line:underline}
.hover\:opacity-100:hover{opacity:1}
.hover\:opacity-80:hover{opacity:0.8}
.hover\:opacity-90:hover{opacity:0.9}
.hover\:shadow-default:hover{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}
.hover\:shadow-md:hover{--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)}
.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\:row-span-2{grid-row:span 2 / span 2}
.sm\:mb-0{margin-bottom:0px}
.sm\:mb-24{margin-bottom:6rem}
.sm\:mb-6{margin-bottom:1.5rem}
.sm\:mb-8{margin-bottom:2rem}
.sm\:mt-0{margin-top:0px}
.sm\:mt-8{margin-top:2rem}
.sm\:block{display:block}
.sm\:inline-flex{display:inline-flex}
.sm\:grid{display:grid}
.sm\:h-auto{height:auto}
.sm\:h-full{height:100%}
.sm\:\!w-\[220px\]{width:220px !important}
.sm\:grow-0{flex-grow:0}
.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.sm\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.sm\:items-start{align-items:flex-start}
.sm\:gap-4{gap:1rem}
.sm\:gap-6{gap:1.5rem}
.sm\:gap-8{gap:2rem}
.sm\:p-1{padding:0.25rem}
.sm\:py-16{padding-top:4rem;padding-bottom:4rem}
.sm\:pb-0{padding-bottom:0px}
.sm\:pb-20{padding-bottom:5rem}
.sm\:pt-12{padding-top:3rem}
.sm\:pt-20{padding-top:5rem}}
@media (min-width: 768px){
.md\:sticky{position:sticky}
.md\:-mb-2{margin-bottom:-0.5rem}
.md\:mb-0{margin-bottom:0px}
.md\:mb-10{margin-bottom:2.5rem}
.md\:mb-20{margin-bottom:5rem}
.md\:mb-8{margin-bottom:2rem}
.md\:mb-9{margin-bottom:2.25rem}
.md\:mt-0{margin-top:0px}
.md\:inline-block{display:inline-block}
.md\:flex{display:flex}
.md\:table-row{display:table-row}
.md\:h-20{height:5rem}
.md\:h-24{height:6rem}
.md\:h-\[400px\]{height:400px}
.md\:\!w-2\/4{width:50% !important}
.md\:w-2\/4{width:50%}
.md\:w-24{width:6rem}
.md\:w-40{width:10rem}
.md\:w-5\/6{width:83.333333%}
.md\:w-7\/12{width:58.333333%}
.md\:w-72{width:18rem}
.md\:w-8\/12{width:66.666667%}
.md\:w-96{width:24rem}
.md\:w-auto{width:auto}
.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.md\:grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}
.md\: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\:justify-start{justify-content:flex-start}
.md\:gap-8{gap:2rem}
.md\:space-x-12 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(3rem * 0);margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * (1 - 0));margin-left:calc(3rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(3rem * calc(1 - 0));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * (1 - 0));margin-top:calc(0px * (1 - var(--tw-space-y-reverse)));margin-top:calc(0px * calc(1 - 0));margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * 0);margin-bottom:calc(0px * var(--tw-space-y-reverse))}
.md\:overflow-hidden{overflow:hidden}
.md\:border-none{border-style:none}
.md\:p-0{padding:0px}
.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-16{padding-top:4rem;padding-bottom:4rem}
.md\:py-4{padding-top:1rem;padding-bottom:1rem}
.md\:pb-16{padding-bottom:4rem}
.md\:text-2xl{font-size:1.5rem;line-height:2rem}
.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.md\:text-base{font-size:1rem;line-height:1.5rem}
.md\:text-lg{font-size:1.125rem;line-height:1.75rem}
.md\:first\:pt-24:first-child{padding-top:6rem}}
@media (min-width: 1024px){
.lg\:not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}
.lg\:sticky{position:sticky}
.lg\:top-20{top:5rem}
.lg\:col-span-6{grid-column:span 6 / span 6}
.lg\:-mt-28{margin-top:-7rem}
.lg\:mb-24{margin-bottom:6rem}
.lg\:mb-8{margin-bottom:2rem}
.lg\:mt-12{margin-top:3rem}
.lg\:block{display:block}
.lg\:inline-block{display:inline-block}
.lg\:flex{display:flex}
.lg\:hidden{display:none}
.lg\:min-h-\[100vh\]{min-height:100vh}
.lg\:min-h-\[528px\]{min-height:528px}
.lg\:min-h-\[560px\]{min-height:560px}
.lg\:w-10\/12{width:83.333333%}
.lg\:w-24{width:6rem}
.lg\:w-5\/12{width:41.666667%}
.lg\:w-6\/12{width:50%}
.lg\:w-72{width:18rem}
.lg\:w-96{width:24rem}
.lg\:w-\[calc\(100\%-384px\)\]{width:calc(100% - 384px)}
.lg\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.lg\:grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}
.lg\:grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}
.lg\:flex-row{flex-direction:row}
.lg\:gap-10{gap:2.5rem}
.lg\:gap-8{gap:2rem}
.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * 0);margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * (1 - 0));margin-left:calc(2rem * (1 - var(--tw-space-x-reverse)));margin-left:calc(2rem * calc(1 - 0));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}
.lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * (1 - 0));margin-top:calc(4rem * (1 - var(--tw-space-y-reverse)));margin-top:calc(4rem * calc(1 - 0));margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * 0);margin-bottom:calc(4rem * var(--tw-space-y-reverse))}
.lg\:bg-white{--tw-bg-opacity:1;background-color:rgba(255, 255, 255, 1);background-color:rgba(255, 255, 255, var(--tw-bg-opacity, 1))}
.lg\:p-8{padding:2rem}
.lg\:px-0{padding-left:0px;padding-right:0px}
.lg\:pb-11{padding-bottom:2.75rem}
.lg\:pb-2{padding-bottom:0.5rem}
.lg\:pb-20{padding-bottom:5rem}
.lg\:pt-10{padding-top:2.5rem}
.lg\:pt-8{padding-top:2rem}
.lg\:text-5xl{font-size:3rem;line-height:1}
.lg\:text-title-size{font-size:42px}
.lg\:shadow-default{--tw-shadow:5px 10px 30px #2B2D340D;;--tw-shadow-colored:5px 10px 30px var(--tw-shadow-color);box-shadow:0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow)}}
@media (min-width: 1280px){
.xl\:gap-8{gap:2rem}
.xl\:px-0{padding-left:0px;padding-right:0px}}
@media (min-width: 480px){
.xs\:top-5{top:1.25rem}
.xs\:p-11{padding:2.75rem}
.xs\:p-2{padding:0.5rem}
.xs\:p-7{padding:1.75rem}}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *){left:0px}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *){right:0px}
.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *){right:0.25rem}
.ltr\:right-1\.5:where([dir="ltr"], [dir="ltr"] *){right:0.375rem}
.ltr\:right-4:where([dir="ltr"], [dir="ltr"] *){right:1rem}
.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *){margin-left:0.25rem}
.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *){margin-left:0.5rem}
.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *){margin-left:0.75rem}
.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *){margin-right:0.25rem}
.ltr\:mr-1\.5:where([dir="ltr"], [dir="ltr"] *){margin-right:0.375rem}
.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *){margin-right:0.5rem}
.ltr\:mr-3:where([dir="ltr"], [dir="ltr"] *){margin-right:0.75rem}
.ltr\:mr-8:where([dir="ltr"], [dir="ltr"] *){margin-right:2rem}
.ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *){margin-right:auto}
.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}
.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}
.ltr\:border-r: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\:pr-1:where([dir="ltr"], [dir="ltr"] *){padding-right:0.25rem}
.ltr\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}
.ltr\:pr-24:where([dir="ltr"], [dir="ltr"] *){padding-right:6rem}
.ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *){padding-right:0.75rem}
.ltr\:pr-5:where([dir="ltr"], [dir="ltr"] *){padding-right:1.25rem}
.ltr\:pr-px:where([dir="ltr"], [dir="ltr"] *){padding-right:1px}
.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *){text-align:right}
.ltr\:text-end:where([dir="ltr"], [dir="ltr"] *){text-align:right}
.ltr\:even\:border-l:nth-child(even):where([dir="ltr"], [dir="ltr"] *){border-left-width:1px}
@media (min-width: 640px){
.sm\:ltr\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}}
@media (min-width: 768px){
.ltr\:md\:pr-10:where([dir="ltr"], [dir="ltr"] *){padding-right:2.5rem}
.ltr\:md\:pr-12:where([dir="ltr"], [dir="ltr"] *){padding-right:3rem}
.ltr\:md\:pr-8:where([dir="ltr"], [dir="ltr"] *){padding-right:2rem}
.ltr\:md\:text-left:where([dir="ltr"], [dir="ltr"] *){text-align:left}}
@media (min-width: 1024px){
.ltr\:lg\:ml-8:where([dir="ltr"], [dir="ltr"] *){margin-left:2rem}
.ltr\:lg\:mr-8:where([dir="ltr"], [dir="ltr"] *){margin-right:2rem}
.ltr\:lg\:pl-10:where([dir="ltr"], [dir="ltr"] *){padding-left:2.5rem}}
@media (min-width: 480px){
.ltr\:xs\:right-5:where([dir="ltr"], [dir="ltr"] *){right:1.25rem}}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *){left:0px}
.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *){left:0.25rem}
.rtl\:left-1\.5:where([dir="rtl"], [dir="rtl"] *){left:0.375rem}
.rtl\:left-4:where([dir="rtl"], [dir="rtl"] *){left:1rem}
.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *){right:0px}
.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *){margin-left:0.25rem}
.rtl\:ml-1\.5:where([dir="rtl"], [dir="rtl"] *){margin-left:0.375rem}
.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *){margin-left:0.5rem}
.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *){margin-left:0.75rem}
.rtl\:ml-8:where([dir="rtl"], [dir="rtl"] *){margin-left:2rem}
.rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *){margin-left:auto}
.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *){margin-right:0.25rem}
.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *){margin-right:0.5rem}
.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *){margin-right:0.75rem}
.rtl\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *){--tw-scale-x:-1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){--tw-space-x-reverse:1}
.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *){border-top-left-radius:0px;border-bottom-left-radius:0px}
.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *){border-top-right-radius:0px;border-bottom-right-radius:0px}
.rtl\:border-l: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-24:where([dir="rtl"], [dir="rtl"] *){padding-left:6rem}
.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *){padding-left:0.75rem}
.rtl\:pl-5:where([dir="rtl"], [dir="rtl"] *){padding-left:1.25rem}
.rtl\:pl-px:where([dir="rtl"], [dir="rtl"] *){padding-left:1px}
.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *){padding-right:1.25rem}
.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}
.rtl\:text-start:where([dir="rtl"], [dir="rtl"] *){text-align:left}
.rtl\:even\:border-r:nth-child(even):where([dir="rtl"], [dir="rtl"] *){border-right-width:1px}
@media (min-width: 640px){
.sm\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}
@media (min-width: 768px){
.rtl\:md\:pl-10:where([dir="rtl"], [dir="rtl"] *){padding-left:2.5rem}
.rtl\:md\:pl-12:where([dir="rtl"], [dir="rtl"] *){padding-left:3rem}
.rtl\:md\:pl-8:where([dir="rtl"], [dir="rtl"] *){padding-left:2rem}
.rtl\:md\:text-right:where([dir="rtl"], [dir="rtl"] *){text-align:right}}
@media (min-width: 1024px){
.rtl\:lg\:ml-8:where([dir="rtl"], [dir="rtl"] *){margin-left:2rem}
.rtl\:lg\:mr-8:where([dir="rtl"], [dir="rtl"] *){margin-right:2rem}
.rtl\:lg\:pr-10:where([dir="rtl"], [dir="rtl"] *){padding-right:2.5rem}}
@media (min-width: 480px){
.rtl\:xs\:left-5:where([dir="rtl"], [dir="rtl"] *){left:1.25rem}}
