/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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]) {
  -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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 280px) {
  .container {
    max-width: 280px;
  }
}

@media (min-width: 585px) {
  .container {
    max-width: 585px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 865px) {
  .container {
    max-width: 865px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1145px) {
  .container {
    max-width: 1145px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1425px) {
  .container {
    max-width: 1425px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-left-64 {
  left: -16rem;
}

.-right-\[300px\] {
  right: -300px;
}

.-top-\[12px\] {
  top: -12px;
}

.-top-\[30px\] {
  top: -30px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[8\.5rem\] {
  margin-top: 8.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-96 {
  height: 24rem;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[145px\] {
  height: 145px;
}

.h-\[155px\] {
  height: 155px;
}

.h-\[175px\] {
  height: 175px;
}

.h-\[580px\] {
  height: 580px;
}

.h-\[690px\] {
  height: 690px;
}

.h-\[73px\] {
  height: 73px;
}

.h-full {
  height: 100%;
}

.h-image-height-l {
  height: 240px;
}

.h-image-height-m {
  height: 180px;
}

.h-image-height-s {
  height: 90px;
}

.h-image-height-xs {
  height: 60px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-96 {
  width: 24rem;
}

.w-\[145px\] {
  width: 145px;
}

.w-\[198px\] {
  width: 198px;
}

.w-\[32rem\] {
  width: 32rem;
}

.w-\[40rem\] {
  width: 40rem;
}

.w-\[812px\] {
  width: 812px;
}

.w-\[97px\] {
  width: 97px;
}

.w-full {
  width: 100%;
}

.w-image-width-l {
  width: 320px;
}

.w-image-width-m {
  width: 240px;
}

.w-image-width-s {
  width: 120px;
}

.w-image-width-xs {
  width: 80px;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[100vw\] {
  max-width: 100vw;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

.flex-grow-\[1\.6\] {
  flex-grow: 1.6;
}

.origin-top-right {
  transform-origin: top right;
}

.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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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(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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[18px\] {
  gap: 18px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.self-center {
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.1875rem\] {
  border-radius: 0.1875rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#95c8ee\] {
  --tw-border-opacity: 1;
  border-color: rgb(149 200 238 / var(--tw-border-opacity));
}

.border-\[\#ff5cb5\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 92 181 / var(--tw-border-opacity));
}

.border-\[\#ff9c30\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 156 48 / var(--tw-border-opacity));
}

.border-branding-purple {
  --tw-border-opacity: 1;
  border-color: rgb(101 115 205 / var(--tw-border-opacity));
}

.border-branding-purple-light {
  --tw-border-opacity: 1;
  border-color: rgb(233 236 247 / var(--tw-border-opacity));
}

.border-branding-purple-light2 {
  --tw-border-opacity: 1;
  border-color: rgb(190 196 208 / var(--tw-border-opacity));
}

.border-facebook-blue {
  --tw-border-opacity: 1;
  border-color: rgb(81 118 191 / var(--tw-border-opacity));
}

.border-family-blue {
  --tw-border-opacity: 1;
  border-color: rgb(132 180 235 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-histogram-bar-exclusion {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}

.border-histogram-blue {
  --tw-border-opacity: 1;
  border-color: rgb(70 147 182 / var(--tw-border-opacity));
}

.border-histogram-blue-light {
  border-color: rgba(70, 147, 182, 0.25);
}

.border-input-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(163 170 181 / var(--tw-border-opacity));
}

.border-manufacturer-blue {
  --tw-border-opacity: 1;
  border-color: rgb(81 149 226 / var(--tw-border-opacity));
}

.border-manufacturer-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(219 241 255 / var(--tw-border-opacity));
}

.border-manufacturer-blue-light2 {
  --tw-border-opacity: 1;
  border-color: rgb(180 206 220 / var(--tw-border-opacity));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}

.border-shopit-blue {
  --tw-border-opacity: 1;
  border-color: rgb(59 126 194 / var(--tw-border-opacity));
}

.border-shopit-darkest-blue {
  --tw-border-opacity: 1;
  border-color: rgb(45 119 154 / var(--tw-border-opacity));
}

.border-shopit-green {
  --tw-border-opacity: 1;
  border-color: rgb(153 194 59 / var(--tw-border-opacity));
}

.border-shopit-green-light {
  --tw-border-opacity: 1;
  border-color: rgb(201 227 143 / var(--tw-border-opacity));
}

.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#95c8ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 200 238 / var(--tw-bg-opacity));
}

.bg-\[\#ff5cb5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 92 181 / var(--tw-bg-opacity));
}

.bg-\[\#ff9c30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 156 48 / var(--tw-bg-opacity));
}

.bg-backend-control-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}

.bg-branding-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(101 115 205 / var(--tw-bg-opacity));
}

.bg-branding-purple-light {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 247 / var(--tw-bg-opacity));
}

.bg-branding-purple-light2 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 196 208 / var(--tw-bg-opacity));
}

.bg-facebook-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(81 118 191 / var(--tw-bg-opacity));
}

.bg-family-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(132 180 235 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-histogram-bar-exclusion {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

.bg-histogram-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(70 147 182 / var(--tw-bg-opacity));
}

.bg-histogram-blue-light {
  background-color: rgba(70, 147, 182, 0.25);
}

.bg-input-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(163 170 181 / var(--tw-bg-opacity));
}

.bg-manufacturer-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(81 149 226 / var(--tw-bg-opacity));
}

.bg-manufacturer-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(219 241 255 / var(--tw-bg-opacity));
}

.bg-manufacturer-blue-light2 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 206 220 / var(--tw-bg-opacity));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.bg-shopit-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(59 126 194 / var(--tw-bg-opacity));
}

.bg-shopit-darkest-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(45 119 154 / var(--tw-bg-opacity));
}

.bg-shopit-green {
  --tw-bg-opacity: 1;
  background-color: rgb(153 194 59 / var(--tw-bg-opacity));
}

.bg-shopit-green-light {
  --tw-bg-opacity: 1;
  background-color: rgb(201 227 143 / var(--tw-bg-opacity));
}

.bg-shopit-green\/50 {
  background-color: rgb(153 194 59 / 0.5);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.stroke-neutral-400 {
  stroke: #a3a3a3;
}

.stroke-orange-600 {
  stroke: #ea580c;
}

.stroke-red-600 {
  stroke: #dc2626;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-space {
  padding-left: 0.23rem;
  padding-right: 0.23rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[30vh\] {
  padding-bottom: 30vh;
}

.pb-\[7px\] {
  padding-bottom: 7px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[5px\] {
  padding-right: 5px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-\[30vh\] {
  padding-top: 30vh;
}

.pt-\[4px\] {
  padding-top: 4px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-2xl {
  font-size: 18px;
  line-height: 24px;
}

.text-3xl {
  font-size: 22.5px;
  line-height: 27px;
}

.text-\[5em\] {
  font-size: 5em;
}

.text-base {
  font-size: 12px;
  line-height: 18px;
}

.text-lg {
  font-size: 13.5px;
  line-height: 21px;
}

.text-sm {
  font-size: 10.5px;
  line-height: 15px;
}

.text-xl {
  font-size: 15px;
  line-height: 21px;
}

.text-xs {
  font-size: 9px;
  line-height: 12px;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#95c8ee\] {
  --tw-text-opacity: 1;
  color: rgb(149 200 238 / var(--tw-text-opacity));
}

.text-\[\#ff5cb5\] {
  --tw-text-opacity: 1;
  color: rgb(255 92 181 / var(--tw-text-opacity));
}

.text-\[\#ff9c30\] {
  --tw-text-opacity: 1;
  color: rgb(255 156 48 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-branding-purple {
  --tw-text-opacity: 1;
  color: rgb(101 115 205 / var(--tw-text-opacity));
}

.text-branding-purple-light {
  --tw-text-opacity: 1;
  color: rgb(233 236 247 / var(--tw-text-opacity));
}

.text-branding-purple-light2 {
  --tw-text-opacity: 1;
  color: rgb(190 196 208 / var(--tw-text-opacity));
}

.text-facebook-blue {
  --tw-text-opacity: 1;
  color: rgb(81 118 191 / var(--tw-text-opacity));
}

.text-family-blue {
  --tw-text-opacity: 1;
  color: rgb(132 180 235 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-histogram-bar-exclusion {
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
}

.text-histogram-blue {
  --tw-text-opacity: 1;
  color: rgb(70 147 182 / var(--tw-text-opacity));
}

.text-histogram-blue-light {
  color: rgba(70, 147, 182, 0.25);
}

.text-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 170 181 / var(--tw-text-opacity));
}

.text-manufacturer-blue {
  --tw-text-opacity: 1;
  color: rgb(81 149 226 / var(--tw-text-opacity));
}

.text-manufacturer-blue-light {
  --tw-text-opacity: 1;
  color: rgb(219 241 255 / var(--tw-text-opacity));
}

.text-manufacturer-blue-light2 {
  --tw-text-opacity: 1;
  color: rgb(180 206 220 / var(--tw-text-opacity));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-shopit-blue {
  --tw-text-opacity: 1;
  color: rgb(59 126 194 / var(--tw-text-opacity));
}

.text-shopit-darkest-blue {
  --tw-text-opacity: 1;
  color: rgb(45 119 154 / var(--tw-text-opacity));
}

.text-shopit-green {
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

.text-shopit-green-light {
  --tw-text-opacity: 1;
  color: rgb(201 227 143 / var(--tw-text-opacity));
}

.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow-\[0_0_0_1rem_\#f3f4f6\] {
  --tw-shadow: 0 0 0 1rem #f3f4f6;
  --tw-shadow-colored: 0 0 0 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-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: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --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: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-shopit-darkest-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 119 154 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  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) 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) 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);
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html {
  height: 100%;
  width: 100%;
  position: relative;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  font-family: "Helvetica", "Arial", "Verdana", Sans-serif;
  font-size: 12px;
  line-height: 18px
}

/* --- */

.app {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column
}

.app > .header {
  flex: none;
}

.app > .content {
  flex: 1 1 0%;
}

.app > .footer {
  flex: none;
}

/* --- */

:root {
  --shopit-theme-white: #FFFFFF;
  --shopit-theme-light-white: #F9F9F9;
  --shopit-theme-light-medium-white: #F5F5F5;
  --shopit-theme-medium-white: #F3F3F3;
  --shopit-theme-dark-white: #FCFCFC;
  --shopit-theme-lightest-grey: #F5F5F5;
  --shopit-theme-lighter-grey: #F1F1F1;
  --shopit-theme-light-grey: #E9E9E9;
  --shopit-theme-light-medium-grey: #E6E6E6;
  --shopit-theme-medium-grey: #E3E3E3;
  --shopit-theme-medium-dark-grey: #D6D6D6;
  --shopit-theme-dark-grey: #C1C1C1;
  --shopit-theme-dark-darker-grey: #B3B3B3;
  --shopit-theme-darker-grey: #A9A9A9;
  --shopit-theme-darkest-grey: #8D8D8D;
  --shopit-theme-lighter-black: #5D5D5D;
  --shopit-theme-light-black: #3C3C3C;
  --shopit-theme-origin-medium-light-blue: #9dc9fc;
  --shopit-theme-origin-medium-blue: #5ba5fa;
  --shopit-theme-origin-dark-blue: #457dbc;
  --shopit-theme-origin-darker-blue: #5ba5fa;
  --shopit-theme-origin-darkest-blue: #5195e3;
  --shopit-theme-medium-light-blue: #85cbe8;
  --shopit-theme-medium-blue: #4bb3e3;
  --shopit-theme-dark-blue: #549dc0;
  --shopit-theme-darker-blue: #4693b6;
  --shopit-theme-darkest-blue: #2d779a;
  --shopit-theme-light-green: #91ce32;
  --shopit-theme-medium-green: #78b82d;
  --shopit-theme-lighter-red: #ab6767;
  --shopit-theme-light-red: #9c5656;
  --shopit-theme-medium-red: #8f4747;
  --shopit-theme-dark-red: #803838;
  --shopit-theme-darker-red: #752b2b;
  --shopit-theme-light-pink: #f3e1e1;
  --shopit-theme-medium-pink: #df8383;
  --shopit-theme-light-orange: #fff6d1;
  --shopit-theme-light-medium-orange: #ffc86f;
  --shopit-theme-medium-orange: #ffae3a;
  --shopit-theme-standard-text-color: var(--shopit-theme-light-black);
  --shopit-theme-light-text-color: var(--shopit-theme-medium-dark-grey);
  --shopit-theme-link-color: var(--shopit-theme-medium-blue);
  --shopit-theme-error-color: var(--shopit-theme-medium-pink);
  --shopit-theme-success-color: var(--shopit-theme-medium-green);
  --shopit-theme-info-background-color: var(--shopit-theme-light-orange);
  --shopit-theme-info-text-color: var(--shopit-theme-medium-orange);
  --shopit-theme-smaller-border-radius: 3px;
  --shopit-theme-small-border-radius: 4px;
  --shopit-theme-medium-border-radius: 5px;
  --shopit-theme-white-linear-gradient: linear-gradient(to bottom, var(--shopit-theme-light-white) 0%, var(--shopit-theme-medium-white) 100%);
  --shopit-theme-light-grey-linear-gradient: linear-gradient(to bottom, var(--shopit-theme-medium-white) 0%, #e7e7e7 100%);
  --shopit-theme-grey-linear-gradient: linear-gradient(to bottom, var(--shopit-theme-light-grey) 0%, var(--shopit-theme-medium-grey) 100%);
  --shopit-theme-facebook-gradient: linear-gradient(to bottom, #4b71bc 0%, #3b5a97 100%);
  --shopit-theme-green-linear-gradient: linear-gradient(to bottom, var(--shopit-theme-light-green) 0%, var(--shopit-theme-medium-green) 100%);
  --shopit-theme-red-linear-gradient: linear-gradient(to bottom, var(--shopit-theme-light-red) 0%, var(--shopit-theme-medium-red) 100%);
}

.btn {
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.52;
  -moz-user-select: none;
  padding: 5px;
  outline: none;
}

.btn.btn-bold {
  font-weight: bold;
}

.btn.btn-uppercase {
  text-transform: uppercase;
}

.btn:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1) !important;
}

.btn:disabled, .btn-disabled {
  opacity: 0.64 !important;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn.btn-green {
  border: 1px solid #99c23b !important;
  color: #FFF !important;
  text-shadow: none !important;
  background: #99c23b;
  box-shadow: inset 0 1px 0 #99c23b, 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-green:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-red {
  border: 1px solid var(--shopit-theme-light-red) !important;
  color: #FFF !important;
  text-shadow: none !important;
  background: var(--shopit-theme-light-red);
  box-shadow: inset 0 1px 0 var(--shopit-theme-light-red), 0 1px 2px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-red:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-grey {
  border: 1px solid var(--shopit-theme-medium-dark-grey);
  color: #969595;
  text-shadow: 0 1px 0 #FFF;
  background: linear-gradient(to bottom, #f9f9f9 0%, #f3f3f3 100%);
  box-shadow: inset 0 1px 0 var(--shopit-theme-light-white), 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.btn.btn-grey:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-dark-grey {
  border: 1px solid #b0b0b0;
  background: #b0b0b0;
  box-shadow: inset 0 1px 0 #b0b0b0, 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.btn.btn-dark-grey:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-origin-blue {
  border: 1px solid var(--shopit-theme-origin-darker-blue);
  box-shadow: inset 0 1px 0 var(--shopit-theme-origin-darker-blue), 0 1px 2px rgba(0, 0, 0, 0.17);
  background: var(--shopit-theme-origin-darker-blue);
}

.btn.btn-origin-blue:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-blue {
  border: 1px solid var(--shopit-theme-darker-blue);
  box-shadow: inset 0 1px 0 var(--shopit-theme-darker-blue), 0 1px 2px rgba(0, 0, 0, 0.17);
  background: var(--shopit-theme-darker-blue);
}

.btn.btn-blue:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn.btn-dark-blue {
  border: 1px solid var(--shopit-theme-darker-blue);
  box-shadow: inset 0 1px 0 var(--shopit-theme-darker-blue), 0 1px 2px rgba(0, 0, 0, 0.17);
  background: var(--shopit-theme-darker-blue);
}

.btn.btn-dark-blue:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.backend-btn {
  display: inline-block;
  padding: 5px 7px 5px 7px;
  margin-top: -6px;
  margin-left: 8px;
  border: 1px solid var(--shopit-theme-darker-grey);
  border-radius: var(--shopit-theme-small-border-radius);
  box-shadow: 0 1px 3px var(--shopit-theme-dark-grey);
  background: var(--shopit-theme-white-linear-gradient);
  text-decoration: none;
  color: var(--shopit-theme-darker-grey);
}

.backend-btn.backend-btn-separator {
  margin-left: 0;
  margin-top: 5px;
  padding: 4px 2px;
}

.backend-btn.backend-btn-mini {
  margin-left: 0;
  margin-top: 0;
  padding: 2px 2px;
  height: 16px;
  line-height: 10px;
}

.backend-btn:hover {
  background: var(--shopit-theme-medium-grey);
}

/* --- */

.placeholder-text {
  line-break: anywhere;
  line-height: 1.1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.placeholder-text.bg-category-header {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.placeholder-text > span {
  white-space: pre;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity))
}

.placeholder-text.bg-category-header > span {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.separator-text {
  position: relative;
  z-index: 1;
}

.separator-text:before {
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.separator-text > span {
  background: inherit;
  padding: 0 15px;
}

.image-aspect-ratio-height {
  height: unset;
  aspect-ratio: 4/3;
}

.image-aspect-ratio-square {
  height: unset;
  aspect-ratio: 1;
}

/* --- */

h1 {
  font-size: 32.5px;
  margin: 0.67em 0;
  font-weight: 400
}

h2 {
  font-size: 27.5px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity))
}

h2.high-line {
  line-height: 38.5px;
}

h3 {
  font-size: 22.5px;
  line-height: 27px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

h4 {
  color: #989898;
  font-size: 18px;
  line-height: 24px
}

/* --- */

#klaro .klaro .cookie-notice a {
  color: #99c23b;
}

#klaro .cm-modal {
  background: white;
}

#klaro .klaro .cookie-modal .cm-modal .cm-header {
  border-color: lightgray;
}

#klaro .klaro .cookie-modal .cm-modal .cm-footer {
  border-color: lightgray;
}

#klaro .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  color: #eeeeee;
  display: none;
}

#klaro .klaro .cookie-modal .cm-list-label .slider::before,
#klaro .klaro .context-notice .cm-list-label .slider::before,
#klaro .klaro .cookie-notice .cm-list-label .slider::before {
  background: white;
}

#klaro .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
#klaro .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
#klaro .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #99c23b;
}

#klaro .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
#klaro .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
#klaro .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #99c23b;
  opacity: 0.6;
}

#klaro .cookie-modal .cm-caret a {
  color: black;
}

#klaro .cookie-modal .cm-btn-accept-all,
#klaro .cookie-modal .cm-btn-accept,
#klaro .cookie-modal .cn-decline {
  width: 33%;
  background-color: #FFFFFF;
  border: 2px solid #99c23b;
  border-radius: .25em;
  color: rgb(107 114 128);
  display: block;
  font-weight: 600;
  padding: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#klaro .cookie-modal .cm-btn-accept-all {
  background-color: #99c23b;
  color: white;
}

#klaro #klaro-cookie-notice .cn-buttons {
  display: flex;
  flex-direction: column-reverse;
}

#klaro #klaro-cookie-notice .cn-buttons .cn-decline {
  border: 2px solid #99c23b;
  border-radius: .25em;
  display: block;
  font-weight: 600;
  padding: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(107 114 128);
  background: white;
  white-space: nowrap;
  width: 100%;
}

#klaro #klaro-cookie-notice .cn-buttons .cm-btn-success {
  border: 2px solid #99c23b;
  border-radius: .25em;
  display: block;
  font-weight: 600;
  padding: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #99c23b;
  color: white;
  white-space: nowrap;
  width: 100%;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) {
  background: white;
  border: 8px solid #99c23b;
  box-sizing: border-box;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  display: flex;
  flex-direction: row;
  padding: 2em;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-right: 0;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn.cm-btn-success {
  margin-top: 0;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body #id-cookie-notice span {
  padding: 0 1em;
  overflow: auto;
  display: inline-block;
  line-height: 1.5em;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin: 0;
  max-height: 300px;
  overflow: auto;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  display: flex;
  flex-direction: column-reverse;
}

#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  padding: 1em;
  width: 100%;
  text-align: center;
}

.delay-api-call-message {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.loading-overlay-global-wrapper {
}

.loading-overlay-global-wrapper.on-loading {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 128px;
  pointer-events: none;
}

.notification-global-wrapper {
  position: fixed;
  right: 24px;
  top: 128px;
  z-index: 20;
}

.notification-global-wrapper.notification-relative-wrapper {
  position: unset;
  right: unset;
  top: unset;
  z-index: unset;
}

.notification-global {
  width: 290px;
  position: relative;
  overflow-x: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem
}

.footer-panel-wrapper {
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.footer-panel {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 865px) {
  .footer-columns {
    flex-wrap: nowrap;
  }
}

.footer-columns .footer-column-description {
  flex: 1 1 0%;
  flex-basis: 100%;
  padding-top: 1rem;
}

@media (min-width: 865px) {
  .footer-columns .footer-column-description {
    order: 1;
    flex-basis: 33.333333%;
  }
}

.footer-columns .footer-column-space {
  display: none;
}

@media (min-width: 768px) {
  .footer-columns .footer-column-space {
    display: block;
  }
}

@media (min-width: 865px) {
  .footer-columns .footer-column-space {
    flex: 1 1 0%;
    flex-basis: 16.666667%;
  }
}

.footer-columns .footer-column-links {
  flex: 1 1 0%;
  flex-basis: 100%;
  padding-top: 1rem;
}

@media (min-width: 585px) {
  .footer-columns .footer-column-links {
    flex-basis: 16.666667%;
  }
}

.footer-columns .footer-column-links .footer-column-header {
  color: #989898;
  font-size: 18px;
  line-height: 24px
}

.footer-columns .footer-column-links .footer-column-links-list {
  margin-top: 1rem;
}

.footer-columns .footer-column-links .footer-column-links-list li {
  padding-bottom: 0.5rem;
}

.footer-columns .footer-column-links .footer-column-links-list li a,
.footer-columns .footer-column-links .footer-column-links-list li span.link {
  cursor: pointer;
  font-size: 13.5px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.footer-columns .footer-column-links .footer-column-links-list li a:hover,
.footer-columns .footer-column-links .footer-column-links-list li span.link:hover {
  text-decoration-line: underline;
}

.footer-copyright {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  border-top-width: 1px;
  padding-bottom: 1.5rem;
}

.footer-copyright a {
  cursor: pointer;
  font-size: 13.5px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.footer-copyright a:hover {
  text-decoration-line: underline;
}

.header-wrapper {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .header-wrapper {
    z-index: 50;
  }
}

.header-first-row {
  width: 100%;
  max-width: 100vw;
  border-bottom-width: 1px;
  border-color: rgb(15 23 42 / 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem
}

@media (prefers-color-scheme: dark) {
  .header-first-row {
    border-color: rgb(203 213 225 / 0.1);
  }
}

@media (min-width: 1024px) {
  .header-first-row {
    margin-left: 0px;
    margin-right: 0px;
    border-width: 0px;
  }
}

.header-second-row {
  width: 100%;
  max-width: 100vw;
  margin-top: 1rem;
  height: 3rem;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.header-third-row {
  width: 100%;
  max-width: 100vw;
  height: 3rem;
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.header-logo {
  width: 132px;
  height: 37px;
  background: url('/https/shopit.se/resources/shopit-logo-transparent-small.png');
  color: transparent;
}

@media (max-width: 865px) {
  .header-logo {
    width: 47px;
    height: 37px;
    background: url('/https/shopit.se/resources/shopit-logo-transparent-small-square.png');
  }
}

.modal-wrapper-space {
  position: fixed;
  inset: 0px;
  overflow-y: auto;
}

.modal-wrapper-vertical-align {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-shade-overlay {
  position: fixed;
  inset: 0px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
}

.modal-title-content-wrapper {
  display: flex;
  flex-direction: column;
}

.modal-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: #7e7e7e;
  position: relative;
  flex: none;
  border-bottom-width: 1px;
  padding: 0.75rem
}

.modal-title.modal-title-orange {
  background: #f79c10;
}

.modal-title .modal-title-closer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}

.modal-content {
  flex: 1 1 0%;
}

.store-logo-bar {
  width: 100%;
  max-width: 100vw;
  height: 3rem;
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.store-logo-bar .store-logo-bar-track {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.store-logo-bar .store-logo-bar-track img {
  height: 31px;
  margin-right: 40px;
  filter: grayscale(1);
  mix-blend-mode: darken;
  opacity: 0.6;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/*h1 {*/

/* redefined on other place */

/*    font-size: 2em;*/

/*    margin: 0.67em 0;*/

/*}*/

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.modal-login-wrapper {
  height: 580px;
  width: 469px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  vertical-align: middle;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-login-image-bg {
  background-image: url(/https/shopit.se/resources/unsplash/dennis-cortes-_veirRXwPOQ-unsplash.jpg);
  background-origin: border-box;
  background-size: cover;
  background-position-y: center;
}

.modal-login-solid-bg {
  border-left: #deecc6 1px solid;
}

.modal-register-wrapper {
  height: 580px;
  width: 469px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  vertical-align: middle;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-register-image-bg {
  background-image: url(/https/shopit.se/resources/unsplash/linh-le-Ebwp2-6BG8E-unsplash.jpg);
  background-origin: border-box;
  background-size: cover;
  background-position-y: center;
}

.modal-password-recovery-wrapper {
  display: flex;
  height: 580px;
  width: 100%;
  max-width: 56rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  vertical-align: middle;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-password-recovery-image-bg {
  background-image: url(/https/shopit.se/resources/unsplash/khloe-arledge-8Rz_RIyp5FM-unsplash.jpg);
  background-origin: border-box;
  background-size: cover;
  background-position-y: center;
}

.password-reset-new-password-wrapper {
  display: flex;
  height: 580px;
  width: 100%;
  max-width: 56rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  vertical-align: middle;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.image-verification-item {
  margin-top: 0.25rem;
  cursor: pointer;
  border-width: 1px;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.image-verification-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.image-verification-column {
  width: 150px;
  padding: 2px;
}

.image-verification-column .image-verification-group {
  border: 1px solid #c1c1c1;
  background: #fafafa;
  border-radius: 2px;
  padding: 2px 2px 0 2px;
  margin-bottom: 3px;
}

.image-verification-column .image-verification-button {
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  padding: 0px 4px;
  border-radius: 2px;
  border: 1px solid #c1c1c1;
  margin-bottom: 2px;
  background: white;
  cursor: pointer;
}

.image-verification-column .image-verification-button.not-implement {
  opacity: 0.3;
}

.image-verification-column .image-verification-button.active {
  background: #e3f9d6;
}

.image-verification-column .image-verification-button.pending {
  background: #e3f9d6;
  opacity: 0.5;
}

.image-verification-column .image-verification-button:hover {
  opacity: 0.75;
}

/* copied from backend*/

.image-verification-column .image-verification-button.button-product-main {
  background: #d7efd7;
}

.image-verification-column .image-verification-button.button-product-ok {
  background: #f0f9f0;
}

.image-verification-column .image-verification-button.button-product-unrelated {
  background: #f2d9e5;
}

.image-verification-column .image-verification-button.button-product-accessory {
  background: #f3ebd3;
}

.image-verification-column .image-verification-button.button-products {
  background: white;
}

.image-verification-column .image-verification-button.button-no {
  background: #FFF3E5;
}

.image-verification-column .image-verification-button.button-no-2 {
  background: #f3f3f3;
}

.image-verification-column .image-verification-button.button-no-3 {
  background: #f3e5d6;
}

.image-verification-column .image-verification-button.button-logo {
  background: #EDD5ED;
}

.image-verification-column .image-verification-button.button-specs {
  background: #E5ECFF;
}

.image-verification-column .image-verification-button.button-illustration {
  background: #D7EFD7;
}

.image-verification-column .image-verification-button.button-overlays {
  background: #E5DBCE;
}

.image-verification-column .image-verification-button.button-gray {
  background: #F8F8F8;
}

.image-verification-column .image-verification-button.button-brightyellow {
  background: #FFFFCE;
}

.image-verification-column .image-verification-button.button-red {
  background: #f2d9e5;
}

/* --- */

.merged-product-image-verification-cell {
  display: inline-block;
  border: 1px solid #ddd;
  margin-bottom: 0.3em;
  margin-left: 0.3em;
  background: white;
}

.merged-product-image-verification-cell.main-cell {
  display: inline-block;
  float: left;
  border: 1px solid #ddd;
  margin-right: 2px;
}

.merged-product-image-verification-cell.green-cell {
  background: #bbe6bb;
  border-color: #56c556;
}

.merged-product-image-verification-cell.red-cell {
  background: #f2dede;
  border-color: #e27667;
}

.merged-product-image-verification-cell .btn-ok-to-use-active {
  background: #93E88F;
  color: #404040;
}

@keyframes btn-ok-to-use-active-pending-keyframes {
  from {
    background: #c9f1c7;
    color: #a9a9a9;
  }

  to {
    background: #c9f1c760;
    color: #404040;
  }
}

.merged-product-image-verification-cell .btn-ok-to-use-active-pending {
  animation: btn-ok-to-use-active-pending-keyframes 0.6s infinite alternate;
}

.merged-product-image-verification-cell .btn-do-not-use-active {
  background: #FF9F93;
  color: #404040;
}

@keyframes btn-do-not-use-active-pending-keyframes {
  from {
    background: #ffccc730;
    color: #a9a9a9;
  }

  to {
    background: #ffccc7;
    color: #404040;
  }
}

.merged-product-image-verification-cell .btn-do-not-use-active-pending {
  animation: btn-do-not-use-active-pending-keyframes 0.6s infinite alternate;
}

.modal-image-preview-wrapper {
  position: relative;
  width: 100%;
  max-width: 56rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-image-preview-close {
  display: inline-block;
  transition: opacity 0.2s;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 1rem
}

.modal-image-preview-close:hover {
  opacity: 0.5;
}

.modal-image-preview-verification {
  position: absolute;
  top: 0px;
  right: 3rem;
  cursor: pointer;
  padding: 1rem;
  padding-top: 0px;
}

.modal-image-preview-verification .modal-image-preview-verification-image {
  display: inline-block;
  width: 20px;
  height: 30px;
  transition: opacity 0.3s, background-image 0.3s, width 0.2s;
  background-image: url('/https/shopit.se/resources/product-verify.png');
}

.modal-image-preview-verification:hover .modal-image-preview-verification-image {
  background-image: url('/https/shopit.se/resources/product-verify-active.png');
}

.modal-image-preview-wrapper .image-type-pending,
.modal-image-preview-wrapper .image-content-type-pending,
.modal-image-preview-wrapper .image-overlauy-pending,
.modal-image-preview-wrapper .image-watermark-pending,
.modal-image-preview-wrapper .image-status-pending,
.modal-image-preview-wrapper .image-variants-pending {
  opacity: 0.5;
}

.product-tab {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 18px;
}

.product-tab.active {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-width: 0px;
}

.product-tab-vendor {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 12px;
  line-height: 18px;
  outline-width: 0px;
}

.product-tab-vendor.disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.product-tab-vendor.active {
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

/* --- */

.product-variants-header {
  margin-top: 0.25rem;
  font-size: 10.5px;
  line-height: 15px;
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.product-variants-buttons {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.product-variants-button {
  display: inline-flex;
  max-width: 200px;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  border-width: 1px;
}

.product-variants-button-no-image {
  min-height: 1.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 12px;
  line-height: 18px;
}

.product-variants-button-no-image:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.product-variants-button-has-image {
  min-height: 2.625rem;
  border-radius: 3px;
  gap: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 12px;
  line-height: 18px;
}

.product-variants-button-has-image:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.product-variants-button-has-image img {
  width: 2.375rem;
  height: 2.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-variants-button-selected {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(153 194 59 / var(--tw-border-opacity));
}

.product-variants-button-unavailable {
  opacity: 0.5;
}

.product-variants-select-wrapper {
  position: relative;
  margin-top: 0.25rem;
  width: 14rem;
  max-width: 100%;
}

.product-variants-select-button {
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 13.5px;
  line-height: 21px;
}

.product-variants-select-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.product-variants-select-button img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-variants-select-options {
  position: absolute;
  margin-top: 0.25rem;
  box-sizing: content-box;
  max-height: 15rem;
  width: 100%;
  overflow: auto;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.product-variants-select-option {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.product-variants-select-option-inner {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.product-variants-select-option-inner img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-variants-select-option-check {
  display: inline-block;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

/* --- */

.product-page-container {
  width: 100%;
}

@media (min-width: 280px) {
  .product-page-container {
    max-width: 280px;
  }
}

@media (min-width: 585px) {
  .product-page-container {
    max-width: 585px;
  }
}

@media (min-width: 640px) {
  .product-page-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .product-page-container {
    max-width: 768px;
  }
}

@media (min-width: 865px) {
  .product-page-container {
    max-width: 865px;
  }
}

@media (min-width: 1024px) {
  .product-page-container {
    max-width: 1024px;
  }
}

@media (min-width: 1145px) {
  .product-page-container {
    max-width: 1145px;
  }
}

@media (min-width: 1280px) {
  .product-page-container {
    max-width: 1280px;
  }
}

@media (min-width: 1425px) {
  .product-page-container {
    max-width: 1425px;
  }
}

@media (min-width: 1536px) {
  .product-page-container {
    max-width: 1536px;
  }
}

@media (min-width: 1700px) {
  .product-page-container {
    max-width: 1700px;
  }
}

.product-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.product-page-category-path {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.product-page-message {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
}

/* --- */

.product-title {
  margin-bottom: 0.5rem;
  font-size: 22.5px;
  line-height: 27px;
  font-weight: 700;
}

/* condition badge, same look as the product card's .card-condition-label */

.product-condition-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #f97316;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.product-image-description-block {
  padding: 3px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

/* this one have duplicate on card style */

.product-image-description-block.product-own {
  border-color: #97B23C;
  background-color: #CFE58B;
}

.product-image-description-block.product-like {
  border-color: #FB9AD3;
  background-color: #FFDCF2;
}

.product-image-description-block.product-compare {
  border-color: #b0c6d9;
  background-color: #c5dcf0;
}

.product-image-description-block.product-verified {
  border-color: #dfe7c4;
  background-color: #f0f7dc;
}

.product-image-description-block.product-moved {
  border-color: #fbdca3;
  background-color: #ffefd1;
}

.product-image-description-block-inner {
  padding: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

.product-image-description-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .product-image-description-columns {
    flex-direction: row;
  }
}

.product-image-description-images-column {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column
}

.product-image-description-images-main-column {
  margin-right: 0.25rem;
  flex: 1 1 0%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.product-image-description-images-main-wrapper {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
  text-align: center
}

.product-image-description-images-secondary-column {
  position: relative;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  flex: 1 1 0%;
}

.product-image-description-images-secondary-column .product-image-description-images-secondary-column-content {
  overflow-x: hidden;
  white-space: nowrap;
  text-align: center;
}

.product-image-description-images-secondary-wrapper {
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.product-image-description-details-column {
  position: relative;
  flex: 1 1 0%;
}

.product-image-description-details-wrapper {
  margin-left: 0.25rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-image-description-details-wrapper .product-image-description-header {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

.product-image-description-details-wrapper .en-description-wrap {
  position: relative;
}

.product-image-description-details-wrapper .en-description-wrap .en-description-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  height: 100%;
  width: 100%;
}

.product-image-description-details-wrapper .en-description-wrap .en-description-content div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.product-image-description-details-price {
  white-space: nowrap;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

.product-image-description-details-price-text {
  font-size: 10.5px;
  line-height: 15px;
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.product-image-tables-block {
  margin-top: 2rem;
}

.specs-instances-header {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

.product-page-container .product-page-next-product,
.product-page-container .product-page-previous-product {
  width: 261px;
  max-width: 261px;
  height: 38px;
  margin-top: 1.5rem;
  display: inline-block;
  overflow: hidden;
  padding: 0.25rem;
  display: flex;
}

.product-page-container .product-page-previous-product {
  border-radius: 8px;
  border: 1px solid;
  float: left;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-right: 15px;
}

.product-page-container .product-page-next-product {
  border-radius: 8px;
  border: 1px solid;
  float: right;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 15px
}

.product-page-container .product-page-next-product:hover,
.product-page-container .product-page-previous-product:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  border-radius: 4px;
}

.product-page-container .product-page-next-product .product-page-previous-product-title,
.product-page-container .product-page-previous-product .product-page-previous-product-title {
  flex: 1;
  word-break: break-word;
  overflow: hidden;
  line-height: 30px;
}

.product-page-container .unique-name-path-no-category .unique-name-path {
  color: var(--shopit-theme-darkest-blue);
}

.product-page-container .unique-name-path-no-category .unique-name-path-i {
  color: #A9A9A9;
  font-size: 11px;
  margin: 0;
}

.product-page-container .compatible-main-products-table {
  width: 100%;
}

.product-page-container .compatible-main-products-table .row-label {
  width: 16rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  vertical-align: top;
}

.product-page-container .compatible-main-products-table .row-value {
  border-width: 1px;
  padding: 0.5rem;
  vertical-align: top;
}

.vendors-wrapper {
  margin-top: 0.5rem;
}

.vendors-new-instances,
.vendors-used-instances {
}

.vendors-used-instances-toggle {
  cursor: pointer;
  border-top-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 10.5px;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.vendors-instances-header {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem
}

.vendors-instance {
  display: flex;
  border-top-width: 1px;
  padding-bottom: 0.5rem;
  padding-top: 0.625rem;
}

.vendors-instance.no-url > * {
  opacity: 0.5;
}

.vendors-instance.no-url div,
.vendors-instance.no-url span {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.vendors-instance.no-url img {
  filter: grayscale(100%) contrast(110%);
}

.vendors-instance.bottom-row {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.vendors-instance .header-row {
  font-size: 10.5px;
  line-height: 15px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.vendors-instance-image-column {
  width: 55px;
  flex: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vendors-instance-image-column .vendors-instance-image-wrapper {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.125rem;
}

.vendors-instance-image-column .vendors-instance-image-wrapper .w-image-width-offer {
  width: 34px;
  min-width: 34px;
}

.vendors-instance-image-column .vendors-instance-image-wrapper .h-image-height-offer {
  height: 26px;
  min-height: 26px;
}

.vendors-instance-details-wrapper {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

@media (min-width: 640px) {
  .vendors-instance-details-wrapper {
    flex-direction: row;
  }
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column {
  flex: 1 1 0%;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-logo {
  width: 88px;
  min-width: 88px;
  max-width: 88px;
  height: 31px;
  display: inline-block;
  margin-right: 0.5rem;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-logo img {
  max-height: 100%;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-wrapper .vendors-instance-product-title {
  height: 1rem;
  overflow: hidden;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-wrapper {
  display: flex;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-image-column {
  flex: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-image-wrapper {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.25rem;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-country-column {
  flex: none;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-instance-column {
  padding-left: 0.25rem;
}

.vendors-instance-details-wrapper > .vendors-instance-domain-column .vendors-instance-domain-country {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vendors-instance-details-wrapper > .vendors-instance-price-column {
  width: 9rem;
  flex: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vendors-instance-details-wrapper > .vendors-instance-cashback-column {
  width: 9rem;
  flex: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vendors-instance-details-wrapper > .vendors-instance-cashback-column .cashback {
  white-space: nowrap;
}

.vendors-instance-details-wrapper > .vendors-instance-cashback-column .cashback .cashback-price {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  padding-right: 0.125rem;
  padding-left: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.vendors-instance-details-wrapper > .vendors-instance-cashback-column .cashback .cashback-percent {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.vendors-instance-details-wrapper > .vendors-instance-cashback-column .cashback .cashback-price-diff {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.vendors-instance-details-wrapper > .vendors-instance-status-column {
  width: 8rem;
  flex: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vendors-instance-details-wrapper > .vendors-instance-buttons-column {
  width: 9rem;
  flex: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.vendors-instance-details-wrapper > .vendors-instance-buttons-column .btn-origin-blue {
  padding: 0px;
  padding-left: 0.5rem;
  line-height: 1.75rem;
}

.vendors-instance-buttons-column .vendors-instance-buttons-country {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vendors-wrapper .vendors-wrapper-hidden {
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  border-radius: 0 0 0.375rem 0.375rem;
}

.vendors-wrapper .vendors-wrapper-hidden button {
  font-size: 12px;
}

.specification-table {
  width: 100%;
  border-width: 1px;
  font-size: 12px;
  line-height: 18px;
}

.specification-table td {
  vertical-align: top;
}

.specification-table td.false-height {
  height: 1px;
}

.specification-subtable {
  width: 100%;
  border-width: 1px;
  font-size: 12px;
  line-height: 18px;
}

.specification-row-header {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.specification-row-label {
  width: 16rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.specification-row-value {
  border-width: 1px;
  padding: 0.5rem;
}

/* --- */

.specification-table .cell-level-1 {
  padding-left: 1rem;
}

.specification-table .cell-level-2 {
  padding-left: 1.5rem;
}

.specification-table .cell-level-3 {
  padding-left: 2rem;
}

.specification-table.cell-level-4 {
  padding-left: 2.5rem;
}

.specification-table .cell-level-5 {
  padding-left: 3rem;
}

.specification-table .cell-level-6 {
  padding-left: 3.5rem;
}

.specification-table .cell-level-7 {
  padding-left: 4rem;
}

.specification-table .cell-level-8 {
  padding-left: 4.5rem;
}

.item-filters {
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
}

.item-filters span + span {
  margin-left: 0.23em;
}

.item-filters .brand,
.item-filters .branding {
  color: #6573cd
}

.item-filters .collection {
  color: #cce2b1;
}

.item-filters .category {
  color: #8dbe50;
}

.item-filters .manufacturer {
  color: #5195e2;
}

.item-filters .vendor {
  color: #1e91ae;
}

.item-filters .synset,
.item-filters .tag,
.item-filters .text {
  color: #8d8d8d;
}

.item-filters .option,
.item-filters .attribute {
  /* color: #d8d874; */
  /* color: var(--shopit-theme-darkest-blue); */
  color: #84b4eb;
}

.item-filters .code {
  color: #1b5aa1;
}

.no-items-message-wrapper{
  margin-top: 40px;
}

.no-items-message {
  width: 450px;
  height: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.no-items-filter-icon {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.no-items-message-first {
  color: #C1C1C1;
  font-size: 35px;
  line-height: 1em;
  font-weight: bold;
}

.no-items-message-second {
  margin-top: 8px;
  color: #C1C1C1;
  font-weight: bold;
}

.pagination {
  clear: both;
  overflow: hidden;
  margin: 0;
  text-align: center;
  padding-top: 40px;
}

.pagination.pagination-placeholder {
  height: 5rem;
}

.pagination a, .pagination span {
  color: #8dbe50;
  padding: 10px;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.pagination a:not(.next):not(.previous),
.pagination span:not(.next):not(.previous) {
  padding: 12px 10px;
}

.pagination a:not(.next):not(.previous).active,
.pagination span:not(.next):not(.previous).active {
  background: #bdbdbd;
  color: #ffffff;
}

.pagination a:not(.next):not(.previous).active:hover,
.pagination span:not(.next):not(.previous).active:hover {
  background: #bdbdbd;
}

.pagination a:not(.next):not(.previous):hover,
.pagination span:not(.next):not(.previous):hover {
  background: #ebebeb;
}

.pagination .next, .pagination .previous {
  min-width: 80px;
}

.pagination .next.inactive,
.pagination .previous.inactive {
  opacity: 0.65;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pagination .next {
  margin-left: 25px;
}

.pagination .previous {
  margin-right: 25px;
}

.category-panel-root-list {
  height: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
}

.category-panel-category-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.category-panel-category-select {
  flex: none;
}

.category-panel-category-tree {
  background: #f8fbf4;
  flex: 1 1 0%;
  overflow-y: auto;
  padding-bottom: 1rem
}

.category-panel-root-list .category-item,
.category-panel-category-tree .category-item {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.category-panel-root-list .category-item:hover,
.category-panel-category-tree .category-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 245 224 / var(--tw-bg-opacity));
}

.category-panel-root-list .collection-item,
.category-panel-category-tree .collection-item {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-style: italic;
}

.category-panel-root-list .collection-item:hover,
.category-panel-category-tree .collection-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 245 224 / var(--tw-bg-opacity));
}

.category-panel-category-tree .category-item.selected,
.category-panel-category-tree .collection-item.selected {
  background: #99c23b;
  color: #FFF;
}

.category-panel-dropdown-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 2rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.category-panel-dropdown {
  max-height: 30em;
  overflow-y: auto;
}

.category-panel-dropdown .category-panel-dropdown-item {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-style: italic;
}

.category-panel-dropdown .category-panel-dropdown-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 245 224 / var(--tw-bg-opacity));
}

.category-panel-dropdown .category-panel-dropdown-item.selected {
  background: #99c23b;
  color: #FFF;
}

.filter-bar-group-sort {
  position: relative;
  width: 14rem;
}

.filter-bar-group-sort .filter-bar-group-sort-button {
  background: white;
  color: #C1C1C1;
  border: 1px solid #D6D6D6;
  box-shadow: inset 0 1px 0 #F9F9F9, 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  border-radius: 3px;
  position: relative;
  width: 100%;
  cursor: default;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  text-align: left
}

.filter-bar-group-sort .filter-bar-group-sort-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .filter-bar-group-sort .filter-bar-group-sort-button {
    font-size: 10.5px;
    line-height: 15px;
  }
}

.filter-bar-group-sort .filter-bar-group-sort-button .filter-bar-group-sort-button-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.filter-bar-group-sort .filter-bar-group-sort-button .filter-bar-group-sort-button-chevron {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.filter-bar-group-sort .filter-bar-group-sort-panel {
  position: absolute;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  line-height: 18px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.05;
}

.filter-bar-group-sort .filter-bar-group-sort-panel:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .filter-bar-group-sort .filter-bar-group-sort-panel {
    font-size: 10.5px;
    line-height: 15px;
  }
}

.filter-bar-group-sort .filter-bar-group-sort-option-separator {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top-width: 1px;
  padding-left: 2.5rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.filter-bar-group-sort .filter-bar-group-sort-option {
  position: relative;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.filter-bar-group-sort .filter-bar-group-sort-option.active {
  --tw-bg-opacity: 1;
  background-color: rgb(201 227 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

.filter-bar-group-sort .filter-bar-group-sort-option.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(153 194 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter-bar-group-sort .filter-bar-group-sort-option .option-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.filter-bar-panel {
  display: flex;
  justify-content: space-between;
}

.filter-bar-panel .filter-bar-panel-part {
  white-space: nowrap;
  flex-shrink: 0;
}

/* --- */

.btn-compare-blue {
  line-height: 21px;
  border: 1px solid #9dc9fc;
  box-shadow: inset 0 1px 0 #9dc9fc, 0 1px 2px rgba(0, 0, 0, 0.17);
  background: #9dc9fc;
  text-transform: uppercase
}

@media (min-width: 865px) {
  .btn-compare-blue {
    min-width: 100px;
  }
}

.btn-compare-blue:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.btn-compare-blue.no-products {
  background: #F9F9F9;
  color: #C1C1C1;
  border: 1px solid #D6D6D6;
  box-shadow: inset 0 1px 0 #F9F9F9, 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.btn-compare-blue.no-products:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

/* filter bar active filter button */

.btn-active-filter {
  background: #8cc3de;
  box-shadow: inset 0 1px 0 #8cc3de, 0 1px 2px rgba(0, 0, 0, 0.17);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(180 206 220 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

/* list style toggle */

.btn-toggle {
  background: #F9F9F9;
  color: #C1C1C1;
  padding-top: 7px;
  border: 1px solid #D6D6D6;
  border-left: none;
  border-radius: 0;
  box-shadow: inset 0 1px 0 #F9F9F9, 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.btn-toggle:first-child {
  border-left: 1px solid #D6D6D6;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.btn-toggle:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.btn-toggle.btn-toggle-active {
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 25%) !important;
}

.filter-panel-color-block {
  display: flex;
  align-items: center;
}

.filter-panel-color-label {
  margin-top: -3px;
  flex: 1 1 0%;
  padding: 0.5rem
}

.filter-panel-color-label > span {
  vertical-align: super;
  color: gray;
  padding-left: 3px;
  text-transform: lowercase;
  font-size: 9px;
}

.filter-panel-color-select {
  padding-left: 0.5rem;
  flex: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.filter-color-popup {
  position: absolute;
  left: 0px;
  width: 16rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter-color-select-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.filter-color-select-grid-cell {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

/* --- */

.filter-color-trigger {
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  background-image: url('/https/shopit.se/resources/chess.png');
}

.color-slider {
  height: 12px;
  margin: 15px 0 15px 0;
  position: relative;
}

.color-slider .slider {
  height: 12px;
}

.color-slider .bar {
  position: absolute;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 9px;
}

.color-slider .bar.bar-hue {
  background: linear-gradient(to right, #ff00aa 0%, #ff0010 10%, #ff8800 20%, #ddff00 30%, #43ff00 40%, #00ff55 50%, #00ffed 60%, #0077ff 70%, #2200ff 80%, #bb00ff 90%, #ff00aa 100%);
}

.color-slider .bar.bar-saturation {
  background: linear-gradient(to right, #7f7f7f 0%, rgba(127, 127, 127, 0) 100%);
}

.color-slider .bar.bar-lightness {
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 25%, rgba(128, 128, 128, 0) 50%, rgba(255, 255, 255, 0.5) 75%, #ffffff 100%);
}

.filter-panel-beta {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.filter-panel-attribute-spacing {
  padding-left: 1rem;
  padding-right: 1rem;
}

.filter-panel-attribute-header {
  padding: 0.5rem;
  font-weight: 700;
}

.filter-panel-toggle-options.level-1,
.filter-panel-numeric-header.level-1,
.filter-panel-numeric-content.level-1,
.filter-panel-attribute-header.level-1 {
  padding-left: 1.7rem;
}

.filter-panel-toggle-options.level-2,
.filter-panel-numeric-header.level-2,
.filter-panel-numeric-content.level-2,
.filter-panel-attribute-header.level-2 {
  padding-left: 2.9rem;
}

.filter-panel-toggle-options.level-3,
.filter-panel-numeric-header.level-3,
.filter-panel-numeric-content.level-3,
.filter-panel-attribute-header.level-3 {
  padding-left: 4.1rem;
}

.filter-panel-toggle-options.level-4,
.filter-panel-numeric-header.level-4,
.filter-panel-numeric-content.level-4,
.filter-panel-attribute-header.level-4 {
  padding-left: 5.3rem;
}

.filter-panel-toggle-options.level-5,
.filter-panel-numeric-header.level-5,
.filter-panel-numeric-content.level-5,
.filter-panel-attribute-header.level-5 {
  padding-left: 6.5rem;
}

.filter-panel-toggle-options.level-6,
.filter-panel-numeric-header.level-6,
.filter-panel-numeric-content.level-6,
.filter-panel-attribute-header.level-6 {
  padding-left: 7.7rem;
}

.filter-panel-toggle-options.level-7,
.filter-panel-numeric-header.level-7,
.filter-panel-numeric-content.level-7,
.filter-panel-attribute-header.level-7 {
  padding-left: 8.9rem;
}

.filter-panel-toggle-options.level-8,
.filter-panel-numeric-header.level-8,
.filter-panel-numeric-content.level-8,
.filter-panel-attribute-header.level-8 {
  padding-left: 10.1rem;
}

.filter-panel-option-name-count-pair.level-1 {
  padding-left: 0.5rem;
}

.filter-panel-option-name-count-pair.level-2 {
  padding-left: 1.7rem;
}

.filter-panel-option-name-count-pair.level-3 {
  padding-left: 2.9rem;
}

.filter-panel-option-name-count-pair.level-4 {
  padding-left: 4.1rem;
}

.filter-panel-option-name-count-pair.level-5 {
  padding-left: 5.3rem;
}

.filter-panel-option-name-count-pair.level-6 {
  padding-left: 6.5rem;
}

.filter-panel-option-name-count-pair.level-7 {
  padding-left: 7.7rem;
}

.filter-panel-option-name-count-pair.level-8 {
  padding-left: 8.9rem;
}

.filter-panel-attribute-separator {
  margin-top: 0.5rem;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.filter-panel-attribute-separator + .filter-panel-attribute-separator {
  display: none;
}

.filter-panel-attribute-section-content > .filter-panel-attribute-separator:last-child {
  display: none;
}

.filter-panel-attribute-options {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.filter-panel-attribute-group-header {
  display: flex;
  justify-content: space-between;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.filter-panel-attribute-group-content {
  border-left-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

.filter-panel-attribute-section-header {
  cursor: pointer;
  justify-content: space-between;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.filter-panel-attribute-section-header .filter-panel-toggle-section {
  margin-right: 0.5rem;
  display: inline-block;
}

.filter-panel-attribute-section-header .filter-panel-toggle-section.open {
  margin-right: 0.25rem;
  display: inline-block;
}

.filter-panel-attribute-section-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 0.5rem;
}

.filter-panel-toggle-options {
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

.filter-panel-toggle-options.intend-left {
  margin-left: 0.75rem;
}

.filter-panel-brand-options .filter-panel-toggle-options {
  padding-bottom: 0px;
}

.filter-panel-toggle-options + .filter-panel-attribute-separator {
  margin-top: 0px;
}

.filter-panel-attribute-separator + .filter-panel-attribute-section-header {
  border-top-width: 0px;
}

/* --- */

.filter-panel-brand-header {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0px;
}

.filter-panel-brand-checkbox {
  line-height: 0px;
  margin-right: 0.5rem;
  height: 1.1rem;
  width: 1.1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem
}

.filter-panel-brand-name-count-pair {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-panel-brand-name-count-pair.checked {
  background-color: rgba(70, 147, 182, 0.25);
}

.filter-panel-brand-name-align {
  display: flex;
  align-items: center;
}

.filter-panel-unique-name-path-search-block,
.filter-panel-brand-search-block {
  position: relative;
  padding: 0.5rem;
  padding-bottom: 0px;
}

.filter-panel-unique-name-path-search-input,
.filter-panel-brand-search-input {
  width: 100%;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.filter-panel-unique-name-path-search-input:focus,
.filter-panel-brand-search-input: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

.filter-panel-unique-name-path-search-no-result-wrapper,
.filter-panel-brand-search-no-result-wrapper {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 2.6rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter-panel-unique-name-path-search-no-result,
.filter-panel-brand-search-no-result {
  margin-bottom: 0.125rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.filter-panel-unique-name-path-search-result-wrapper,
.filter-panel-brand-search-result-wrapper {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 2.6rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* UNP search show many rows, while brand search show max 15 rows */

/* so, brand search no need to have max height, but UNP search need height limit */

.filter-panel-unique-name-path-search-result-wrapper {
  max-height: 30em;
  overflow-y: auto;
}

.filter-panel-unique-name-path-search-result,
.filter-panel-brand-search-result {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.filter-panel-brand-options {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.filter-panel-brand-option {
  margin-top: 0px;
  display: block;
  padding-bottom: 0px;
}

/* --- */

.filter-panel-numeric {
}

.filter-panel-numeric-header {
  padding: 0.5rem;
  font-weight: 700;
}

.filter-panel-numeric-content {
  padding-left: 0px;
  padding-right: 0px;
}

.filter-panel-numeric-label-min-max {
  display: flex;
  justify-content: space-between;
}

.filter-panel-numeric-label-min {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 1rem;
  padding-right: 0.625rem;
  font-size: 9px;
  line-height: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.filter-panel-numeric-label-max {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 9px;
  line-height: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.filter-panel-numeric-histogram-wrapper {
  height: 6rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 0.625rem;
  padding-top: 1rem;
  padding-bottom: 0.125rem;
}

.filter-panel-numeric-histogram {
  position: relative;
  height: 100%;
  width: 100%;
}

.filter-panel-numeric-histogram-bars-wrapper {
  height: 0.75rem;
  padding-left: 1rem;
  padding-right: 0.625rem;
}

.filter-panel-numeric-histogram-bars {
  position: relative;
  height: 100%;
  width: 100%;
}

.filter-panel-numeric-histogram-primary-bar {
  position: absolute;
  padding-right: 1px;
}

.filter-panel-numeric-histogram-primary-bar-value {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(70 147 182 / var(--tw-bg-opacity));
}

.filter-panel-numeric-histogram-primary-bar-secondary-value {
  height: 100%;
  background-color: rgba(70, 147, 182, 0.25);
}

.filter-panel-numeric-ticks-wrapper {
  padding-left: 1rem;
  padding-right: 0.625rem;
  padding-bottom: 0.5rem;
}

.filter-panel-numeric-ticks {
  display: flex;
  justify-content: space-between;
}

.filter-panel-numeric-tick-wrapper {
  text-align: center;
  font-size: 9px;
  line-height: 12px;
}

.filter-panel-numeric-tick-value {
  white-space: nowrap;
  display: inline-flex;
  width: 0px;
  justify-content: center
}

.filter-panel-numeric-active-bar {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(153 194 59 / var(--tw-bg-opacity));
}

.filter-panel-numeric-exclude-bar {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}

.filter-panel-numeric-slider {
  position: relative;
  margin-top: -0.75rem;
  margin-bottom: 0.5rem;
  height: 100%;
  width: 100%;
}

/* --- */

.filter-panel-option {
  margin-top: 0px;
  display: block;
  padding-bottom: 0px;
}

.filter-panel-option-header {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: flex-start;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-left: 0.125rem;
}

.filter-panel-option-option {
  line-height: 0px;
  margin-right: 0.5rem;
  height: 1.1rem;
  width: 1.1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem
}

.filter-panel-option-option.boolean {
  border-radius: 9999px;
}

.filter-panel-option-toggle {
  width: 1rem;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-top: 0px;
  text-align: center;
}

.filter-panel-option-name-count-pair {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.filter-panel-option-name-count-pair.checked {
  background-color: rgba(70, 147, 182, 0.25);
}

.filter-panel-option-name {
  display: flex;
  align-items: center;
}

/* --- */

.filter-panel-primary-secondary-count-align {
  display: flex;
  padding-right: 0.5rem;
  text-align: right;
}

.filter-panel-primary-count {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.filter-panel-secondary-count {
  width: 40px;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity))
}

.filter-panel-secondary-count-placeholder {
}

/* --- */

.filter-panel-brand-options .filter-panel-toggle-options {
  padding-bottom: 0px;
}

.filter-panel-toggle-options + .filter-panel-attribute-separator {
  margin-top: 0px;
}

.filter-panel-attribute-separator + .filter-panel-attribute-section-header {
  border-top-width: 0px;
}

/* --- */

.filter-panel-unique-name-path-header {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0px;
}

.filter-panel-unique-name-path-toggle {
  width: 1rem;
  cursor: pointer;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  text-align: center;
}

.filter-panel-unique-name-path-checkbox {
  line-height: 0px;
  margin-right: 0.5rem;
  height: 1.1rem;
  width: 1.1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem
}

.filter-panel-unique-name-path-checkbox.intend-left {
  margin-left: 0.75rem;
}

.filter-panel-unique-name-path-name-count-pair {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-panel-unique-name-path-name-count-pair.checked {
  background-color: rgba(70, 147, 182, 0.25);
}

.filter-panel-unique-name-path-name-align {
  display: flex;
  align-items: center;
}

.filter-panel-unique-name-path-options {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.filter-panel-unique-name-path-options.no-top {
  padding-top: 0px;
}

.filter-panel-unique-name-path-option {
  margin-top: 0px;
  display: block;
  padding-bottom: 0px;
}

.quick-filter-panel-container {
  max-height: 18.5rem;
  overflow: auto;
  gap: 0.35rem;
}

.quick-filter-panel-img-container {
  position: relative;
}

.quick-filter-panel-text.checked {
  background: #d7ecf6;
  color: var(--shopit-theme-darkest-blue);
}

.slider-handle {
  width: 15px;
  height: 16px;
  margin-left: -8px;
  background: url(/https/shopit.se/resources/slider-handle.png) no-repeat;
  cursor: pointer;
}

/* -- */

.filters-panel-header {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
}

.filters-panel-content {
  padding-bottom: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

/* Product List Card */

.category-item-card {
  width: 261px;
  /* on this width image with m-size do not stretch down */
  max-width: 261px;
  border-radius: 8px;
  position: relative;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.category-item-card.category-item-card-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.category-item-card.category-item-card-secondary.category-item-card-secondary-round,
.category-item-card.category-item-card-category{
  /* category card have no bg and border */
  background: none;
  border: none;
}

.category-item-card.category-item-card-category .card-section-36 {
  min-height: 36px;
}

.category-item-card.category-item-card-manufacturer {
  --tw-border-opacity: 1;
  border-color: rgb(180 206 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 241 255 / var(--tw-bg-opacity));
}

.category-item-card.category-item-card-branding {
  --tw-border-opacity: 1;
  border-color: rgb(190 196 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 247 / var(--tw-bg-opacity));
}

/* card sections used p-2, but need to have 3px for state coloring, so change padding of different card parts*/

.category-item-card.color-affection {
  padding: 3px;
}

/* this one have duplicate on product style */

.category-item-card.card-own {
  border-color: #97B23C;
  background-color: #CFE58B;
}

.category-item-card.card-like {
  border-color: #FB9AD3;
  background-color: #FFDCF2;
}

.category-item-card.card-compare {
  border-color: #b0c6d9;
  background-color: #c5dcf0;
}

.category-item-card.card-verified {
  border-color: #dfe7c4;
  background-color: #f0f7dc;
}

.category-item-card.card-moved {
  border-color: #fbdca3;
  background-color: #ffefd1;
}

.cards-list-container.no-card-coloring .category-item-card.card-own,
.cards-list-container.no-card-coloring .category-item-card.card-like,
.cards-list-container.no-card-coloring .category-item-card.card-compare,
.cards-list-container.no-card-coloring .category-item-card.card-verified,
.cards-list-container.no-card-coloring .category-item-card.card-moved {
  border-color: inherit;
  background-color: inherit;
}

.category-item-card .color-affected-p-2-top {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0.5rem;
  padding-top: 5px;
}

.category-item-card .color-affected-px-4 {
  padding-left: 13px;
  padding-right: 13px;
}

.category-item-card .color-affected-pb-4 {
  padding-bottom: 13px;
}

/* Product List Card - Sections */

.category-item-card .card-section-rigid {
  flex: none;
}

.category-item-card .card-section-stretch {
  height: 100%;
  flex: 1 1 0%;
}

.category-item-card .card-section-image {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  min-height: 200px;
  min-width: 243px;
}

.category-item-card.category-item-card-secondary.category-item-card-secondary-round .card-section-image,
.category-item-card.category-item-card-category .card-section-image {
  /* category card have round images */
  border-radius: 120px;
  padding: 2em;
  min-height: 245px;
  min-width: 245px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.category-item-card .unique-name-path {
  color: var(--shopit-theme-darkest-blue);
}

.category-item-card .unique-name-path-i {
  color: #A9A9A9;
  font-size: 11px;
  font-weight: normal;
}

.category-item-separator {
  width: 1rem;
}

.category-item-decorable-card {
  position: relative;
  display: flex;
}

.category-item-decorable-card .category-item-separator-wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -1rem;
  display: flex;
  width: 1rem;
  flex: none;
  flex-direction: column-reverse;
  gap: 0.5rem;
  overflow: hidden;
}

.category-item-decorable-card .category-item-separator-wrapper .category-item-separator {
  flex: none;
}

.category-item-decorable-card .category-item-card-wrapper {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.category-item-decorable-card .category-item-card-wrapper .category-item-card {
  flex: 1 1 0%;
}

.card-separator-text-rotation{
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

.unique-name-path-header-separator {
  clear: both;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  flex: 0 0 100%;
}

.category-item-card + .unique-name-path-header-separator {
  margin-top: 1rem;
}

.unique-name-path-header-separator .unique-name-path-header-separator-option {
  color: #84b4eb;
}

/* Product List Card - Controls */

.category-item-card-controls-wrapper .category-item-card-controls {
  width: 50%;
  position: absolute;
  top: -5px;
  left: 0.5rem;
}

.category-item-card-controls-wrapper .category-item-card-controls.category-item-card-controls-left {
  text-align: right;
  left: unset;
  right: 0.5rem;
}

.category-item-card-controls-wrapper .category-item-card-controls .control-like,
.category-item-card-controls-wrapper .category-item-card-controls .control-own,
.category-item-card-controls-wrapper .category-item-card-controls .control-compare,
.category-item-card-controls-wrapper .category-item-card-controls .control-verify,
.category-item-card-controls-wrapper .category-item-card-controls .control-category {
  transition: opacity 0.3s, background-image 0.3s, width 0.2s;
  display: inline-block;
  width: 0;
  height: 30px;
  opacity: 0;
}

.category-item-card-controls-wrapper:hover .category-item-card-controls .control-like,
.category-item-card-controls-wrapper:hover .category-item-card-controls .control-own,
.category-item-card-controls-wrapper:hover .category-item-card-controls .control-compare,
.category-item-card-controls-wrapper:hover .category-item-card-controls .control-verify,
.category-item-card-controls-wrapper:hover .category-item-card-controls .control-category,
.category-item-card-controls-wrapper .category-item-card-controls .control-like.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-own.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-compare.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-verify.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-category.active {
  width: 20px;
  opacity: 1;
}

.category-item-card-controls-wrapper .category-item-card-controls .control-like {
  margin-right: 4px;
  background-image: url('/https/shopit.se/resources/product-like.png')
}

.category-item-card-controls-wrapper .category-item-card-controls .control-like.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-like:hover {
  background-image: url('/https/shopit.se/resources/product-like-active.png');
}

.category-item-card-controls-wrapper .category-item-card-controls .control-own {
  margin-right: 4px;
  background-image: url('/https/shopit.se/resources/product-own.png')
}

.category-item-card-controls-wrapper .category-item-card-controls .control-own.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-own:hover {
  background-image: url('/https/shopit.se/resources/product-own-active.png');
}

.category-item-card-controls-wrapper .category-item-card-controls .control-compare {
  margin-right: 4px;
  background-image: url('/https/shopit.se/resources/product-compare.png')
}

.category-item-card-controls-wrapper .category-item-card-controls .control-compare.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-compare:hover {
  background-image: url('/https/shopit.se/resources/product-compare-active.png');
}

.category-item-card-controls-wrapper .category-item-card-controls .control-verify {
  margin-left: 4px;
  background-image: url('/https/shopit.se/resources/product-verify.png')
}

.category-item-card-controls-wrapper .category-item-card-controls .control-verify.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-verify:hover {
  background-image: url('/https/shopit.se/resources/product-verify-active.png');
}

.category-item-card-controls-wrapper .category-item-card-controls .control-category {
  margin-left: 4px;
  background-image: url('/https/shopit.se/resources/product-category-verify.png')
}

.category-item-card-controls-wrapper .category-item-card-controls .control-category.active,
.category-item-card-controls-wrapper .category-item-card-controls .control-category:hover {
  background-image: url('/https/shopit.se/resources/product-category-verify-active.png');
}

.card-variant-panel {
  position: relative;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.2s ease;
  background: rgba(255, 255, 255, 0.97);
  padding: 6px 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}

.category-item-card-controls-wrapper:hover .card-variant-panel {
  transform: translateY(0);
}

.card-variant-panel-row {
  display: flex;
  gap: 2px;
  align-items: center;
}

.card-variant-panel-overflow {
  flex: 0 0 auto;
  min-width: 1.6rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #6b7280;
}

.card-variant-panel .product-variants-button {
  border: 1px solid transparent;
}

.card-variant-panel .product-variants-button:hover {
  border-color: #d1d5db;
}

/* Image row: buttons and overflow fill proportionally, image button height */

.card-variant-panel-row-images .product-variants-button-has-image {
  flex: 0 0 calc(22% - 2px);
  height: 2.75rem;
  padding: 1px;
}

.card-variant-panel-row-images .product-variants-button-has-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-variant-panel-row-images .card-variant-panel-overflow {
  height: 2.75rem;
}

/* Text row: buttons sized by content */

.card-variant-panel-row-text .product-variants-button-no-image {
  flex: 0 0 auto;
  height: 1.5rem;
  font-size: 0.75rem;
  padding-left: 4px;
  padding-right: 4px;
  justify-content: center;
}

.card-variant-panel-row-text .card-variant-panel-overflow {
  height: 1.5rem;
}

.category-list {
  overflow-y: auto;
  overflow-x: hidden;
}

.category-list .category-list-category {
  border-bottom: 1px solid #E3E3E3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.category-list .category-list-category:last-child {
  border-bottom: none;
}

.category-list .category-list-category:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.category-list .category-list-category.collection .category-list-category-title {
  font-style: italic;
  color: #A9A9A9;
}

.category-list .category-list-category.collection .category-list-category-title .category-list-category-path {
  color: #A9A9A9;
}

.category-list .category-list-category.collection img {
  filter: grayscale(100%) contrast(110%);
  opacity: .5;
}

.category-list .category-list-category .category-list-category-title {
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-left: 3px;
  text-align: left;
  font-weight: bold;
}

.category-list .category-list-category .category-list-category-title .category-list-category-path {
  display: inline;
  font-size: 11px;
  margin-left: 2px;
  font-weight: normal;
  font-style: normal;
  color: #A9A9A9;
}

.category-list .category-list-category .category-list-category-title .category-list-category-path::before {
  content: "("
}

.category-list .category-list-category .category-list-category-title .category-list-category-path::after {
  content: ")"
}

.category-list .category-list-category .category-list-category-images {
  width: 100%;
  padding: 0 2px 0 2px;
  margin-bottom: 2px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  gap: 2px;
}

.category-list .category-list-category .category-list-category-images .img-wrapper{
  flex: none;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem
}

.category-structure {
  width: 320px;
  height: 100%;
  position: relative;
}

.category-structure .category-structure-header {
  height: 36px;
  background: linear-gradient(to bottom, #F3F3F3 0%, #e7e7e7 100%);
  position: relative;
  border: 1px solid #D6D6D6;
  border-bottom: none;
}

.category-structure .category-structure-header .category-structure-search-input-wrap {
  padding: 6px;
}

.category-structure .category-structure-header .category-structure-search-input-wrap .category-structure-search-input {
  box-sizing: border-box;
  padding: 4px 6px;
  line-height: 14px;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02), 0 1px 0 #fff;
  outline: none;
  width: 100%;
}

.category-structure .category-structure-header .category-structure-select .category-structure-body {
  top: 67px;
}

.category-structure .category-structure-loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  display: none;
}

.category-structure .category-structure-loading .active {
  display: block;
}

.category-structure .category-structure-loading div {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/https/shopit.se/resources/loading.gif) no-repeat center;
}

.category-structure .category-structure-select {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
  border-color: #D6D6D6;
}

.category-structure .category-structure-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #D6D6D6;
  border-top: none;
  background: white;
}

.category-structure .category-structure-body > ul {
  margin-left: 4px;
}

.category-structure .category-structure-body ul li {
  line-height: 18px;
  cursor: pointer;
  display: block;
}

.category-structure .category-structure-body ul li ul li {
  padding-left: 14px;
}

.category-structure .category-structure-body ul li .opened > i {
  border-color: darkgray transparent transparent transparent;
  border-width: 7px 5px 5px 5px;
  margin-top: 6px;
  margin-right: 4px;
}

.category-structure .category-structure-body ul li .selected > .category-content .category-background {
  background: #efefef;
}

.category-structure .category-structure-body ul li .collection > .category-content .category-title {
  font-style: italic;
}

.category-structure .category-structure-body ul li i {
  border-color: transparent transparent transparent darkgray;
  border-style: solid;
  border-width: 5px 7px;
  width: 0;
  height: 0;
  margin: 4px 0 0 0;
  padding: 0;
  float: left;
  position: relative;
  z-index: 1;
}

.category-structure .category-structure-body ul li i .category-content {
  padding-left: 0;
}

.category-structure .category-structure-body ul li .category-content {
  padding-left: 14px;
}

.category-structure .category-structure-body ul li .category-content:hover .category-background {
  background: #E3E3E3;
}

.category-structure .category-structure-body ul li .category-content .category-background {
  position: absolute;
  right: 0;
  left: 0;
  height: 18px;
}

.category-structure .category-structure-body ul li .category-content .category-background:hover {
  background: #E3E3E3;
}

.category-structure .category-structure-body ul li .category-content .category-title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.modal-verification-wrapper {
  position: relative;
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-verification-title {
  position: relative;
  width: 100%;
  max-width: 1024px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 12px;
  line-height: 18px;
}

.modal-verification-content{
}

.modal-verification-image-description-block {
  border-radius: 0.375rem;
  padding: 0.5rem;
}

.modal-verification-image-description-columns {
  display: flex;
  flex-wrap: wrap;
}

.modal-verification-image-main-column {
  margin-right: 0.25rem;
  width: 240px;
  flex: none;
}

.modal-verification-image-main-column-content {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.modal-verification-image-secondary-column {
  position: relative;
  width: 105px;
  flex: none;
}

.modal-verification-image-secondary-column-content {
  position: absolute;
  inset: 0px;
  overflow-y: auto;
}

.modal-verification-instance-column {
  width: 260px;
  flex: 1 1 0%;
}

.modal-verification-instance-wrapper {
  max-height: 185px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: 0.25rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem
}

.modal-verification-instance-column .modal-verification-instance-domain-country {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* --- */

.modal-verification-tab {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 18px;
}

.modal-verification-tab.active {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-width: 0px;
}

.modal-verification-categories-columns {
  display: flex;
}

.modal-verification-categories-structure-column {
  /*width: 370px;*/
  height: 410px;
  flex: none
}

.modal-verification-categories-list-column {
  overflow-y: auto;
  position: relative;
  height: 410px;
  width: 670px;
  flex: 1 1 0%;
  padding-left: 0.5rem
}

/* --- */

.modal-verification-categories-block {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 0.5rem;
}

.modal-verification-categories-block .product-category {
  padding: 4px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 3px;
  cursor: pointer;
  background: #efefef;
}

.modal-verification-categories-block .product-category.correct {
  background: #96da96;
}

.modal-verification-categories-block .product-category.incorrect {
  color: white;
  background: rgba(255, 0, 0, 0.9);
}

.modal-verification-categories-block .product-category.no-match {
  background: rgba(255, 165, 0, 0.9);
}

.modal-verification-categories-block .product-category.no-match:after {
  content: ' [NO MATCH]'
}

/* --- */

.cvm-message {
  text-align: center;
  line-height: 18px;
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  transform: translateY(-50%);
  color: #D6D6D6;
}

.cvm-message .cvm-message-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.cvm-message .cvm-message-img {
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.category-item-card .card-variant-clip {
  position: absolute;
  bottom: 44px;
  left: 11px;
  right: 11px;
  height: 108px;
  overflow: hidden;
}

.product-title-two-rows {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2lh;
  /* always reserve 2 lines so the feature list (and the variant panel) sit at a fixed height */
}

.category-item-card .counter-pair {
  height: 14px;
  width: 14px;
  vertical-align: text-top;
  display: inline-block;
}

.category-item-card .counter-pair.counter-image {
  margin-left: 2px;
  background-image: url('/https/shopit.se/resources/sprite_camera.png')
}

.category-item-card .counter-pair.counter-video {
  margin-left: 2px;
  background-image: url('/https/shopit.se/resources/sprite_movie.png')
}

.category-item-card .counter-pair.counter-retailers {
  margin-left: 2px;
  background-image: url('/https/shopit.se/resources/sprite_share.png')
}

.category-item-card .color-preview-wrapper {
  padding: 2px;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.category-item-card .color-preview-wrapper .color-preview {
  height: 14px;
  width: 14px;
  display: inline-block;
  border-radius: 9999px
}

.category-item-card .price-panel {
  font-size: 18px;
  line-height: 24px;
}

.category-item-card .price-panel span {
  font-size: 10.5px;
  line-height: 15px;
}

.category-item-card .feature-list li {
  white-space: nowrap;
  overflow: hidden;
}

.category-item-card .feature-list li.checked {
  color: var(--shopit-theme-darkest-blue);
}

.category-item-card .feature-list li.checked span {
  background: #d7ecf6;
  padding: 1px 2px;
  margin-left: -2px;
}

.category-item-card .unique-name-path {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 1.5em;
}

.category-item-card .unique-name-path span {
  /* display: inline-block; */
}

.category-item-card .unique-name-path span:not(:last-child) {
  margin-right: 0.25rem;
}

.category-item-card .card-image-green-border {
  border: 1px solid #7aee54;
}

.category-item-card .card-variant-count-badge {
  position: absolute;
  top: 28px;
  right: 0;
  background: #5D5D5D;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px 0 0 3px;
  letter-spacing: 0.03em;
  z-index: 1;
}

.category-item-card .card-condition-label {
  position: absolute;
  top: 52px;
  right: 0;
  background: #f97316;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px 0 0 3px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.category-item-card-controls-wrapper:has(.card-variant-clip) .feature-list {
  transition: opacity 0.2s ease;
}

.category-item-card-controls-wrapper:has(.card-variant-clip):hover .feature-list {
  opacity: 0;
}

.filter-overlay-base {
  position: fixed;
  top: 128px;
  bottom: 0px;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.filter-overlay {
  left: -24rem;
  width: 24rem;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-overlay.filter-overlay-visible {
  left: 0px;
}

.filter-overlay-padding-animation {
  transition-property: padding-left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* simplified version of filter overlay */

@media (min-width: 1145px) {
  .filter-overlay-padding {
    padding-left: 400px;
  }
}

.cards-list-container-padding-compensate {
  padding-left: 4px;
}

/* legacy container, using for use exactly sizes */

/* show 6 cards */

.cards-list-container {
  box-sizing: border-box;
  max-width: calc(1700px - 40px);
  margin: 0 auto;
}

/* if not enough space for 6 cards + 40 paddings */

@media (max-width: 1700px) {
  /* show 5 cards */

  .cards-list-container {
    max-width: calc(1425px - 40px);
  }
}

/* if not enough space for 5 cards + 40 paddings */

@media (max-width: 1425px) {
  /* show 4 cards*/

  .cards-list-container {
    max-width: calc(1145px - 40px);
  }
}

/* if not enough space for 4 cards + 40 paddings */

@media (max-width: 1145px) {
  /* show 3 cards*/

  .cards-list-container {
    max-width: calc(865px - 40px);
  }
}

/* if not enough space for 3 cards + 40 paddings */

@media (max-width: 865px) {
  /* show 2 cards */

  .cards-list-container {
    max-width: calc(585px - 40px);
  }
}

/* if not enough space for 2 cards + 40 paddings */

@media (max-width: 585px) {
  /* show 1 card */

  .cards-list-container {
    max-width: 280px;
  }

  .cards-list-container.cards-list-container-small-fullscreen {
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* if not enough space for 6 cards + 40 paddings + 400 side panel */

@media (max-width: calc(1700px + 400px)) {
  /* show 5 cards */

  .filter-overlay-padding .cards-list-container {
    max-width: calc(1425px - 40px);
  }
}

/* if not enough space for 5 cards + 40 paddings + 400 side panel */

@media (max-width: calc(1425px + 400px)) {
  /* show 4 cards */

  .filter-overlay-padding .cards-list-container {
    max-width: calc(1145px - 40px);
  }
}

/* if not enough space for 4 cards + 40 paddings + 400 side panel */

@media (max-width: calc(1145px + 400px)) {
  /* show 3 cards */

  .filter-overlay-padding .cards-list-container {
    max-width: calc(865px - 40px);
  }
}

/* if not enough space for 3 cards + 40 paddings + 400 side panel */

@media (max-width: calc(865px + 400px)) {
  /* show 2 cards */

  .filter-overlay-padding .cards-list-container:not(.no-compensate-overlay-padding-small-screen) {
    max-width: calc(585px - 40px);
  }
}

/* if not enough space for 2 cards + 40 paddings + 400 side panel */

@media (max-width: calc(585px + 400px)) {
  /* show 1 card */

  .filter-overlay-padding .cards-list-container:not(.no-compensate-overlay-padding-small-screen) {
    max-width: 280px;
  }
}

.sayt-container {
  max-width: 800px;
  position: relative;
}

.sayt-container .sayt-input {
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
}

.sayt-container .sayt-input-icon {
  position: absolute;
  top: 6px;
  right: 10px;
  transform: scale(68%);
}

@media (max-width: 585px) {
  .sayt-container .sayt-input-icon {
    display: none;
  }
}

.sayt-container .sayt-debug {
  position: absolute;
  top: 0px;
  right: -66px;
}

.sayt-container .sayt-input.sayt-input-demonstration {
  display: flex;
  align-items: center;
}

.sayt-container .sayt-result-wrapper {
  overflow: visible;
  height: 0;
}

.sayt-container .sayt-result-wrapper.demonstration {
  height: unset;
}

.sayt-container .sayt-result-wrapper > .sayt-result {
  border: 1px solid #e1e1e1;
  background: white;
  padding: 4px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 103;
  margin-left: 18px;
  margin-right: 18px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.sayt-container .sayt-result-wrapper > .sayt-result.big-height {
  max-height: 50vh;
}

.sayt-result-list {
  display: flex;
}

.sayt-result-list a,
.sayt-result-list .link-demonstration {
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  padding: 1px;
  font-size: 13px;
  line-height: 18px;
  color: black;
  padding-left: 8px;
  padding-right: 8px;
}

.sayt-result-list a:hover,
.sayt-result-list .link-demonstration:hover {
  background: #dcefb8;
}

.sayt-result-list a:hover .collection,
.sayt-result-list .link-demonstration:hover .collection,
.sayt-result-list a:hover .sayt-matched-text,
.sayt-result-list .link-demonstration:hover .sayt-matched-text,
.sayt-result-list a:hover .extra.collection.collection-match,
.sayt-result-list .link-demonstration:hover .extra.collection.collection-match {
  color: #bababa !important;
}

.sayt-result-list a:hover .sayt-matched-text-alternative,
.sayt-result-list .link-demonstration:hover .sayt-matched-text-alternative {
  color: #bababa !important;
}

.sayt-result-list a .left-right-pair,
.sayt-result-list .link-demonstration .left-right-pair {
  display: flex;
  justify-content: space-between;
}

.sayt-result-list a .unique-name-path,
.sayt-result-list .link-demonstration .unique-name-path {
  color: var(--shopit-theme-darkest-blue);
  display: flex;
  justify-content: space-between;
}

.sayt-result-list .sayt-non-product .sayt-text-category-gray,
.sayt-result-list a .unique-name-path .unique-name-path-i,
.sayt-result-list a .left-right-pair .left-right-pair-i {
  color: #A9A9A9;
  font-size: 11px;
}

.sayt-result-list a .unique-name-path .unique-name-path-category,
.sayt-result-list a .left-right-pair .left-right-pair-category {
  font-size: 11px;
  color: #8dbe50;
  border-color: #E3E3E3;
}

.sayt-result-list a .unique-name-path .unique-name-path-category.unique-name-path-category-gray {
  color: #A9A9A9;
}

.sayt-result-list a .option,
.sayt-result-list .link-demonstration .option {
  color: #84b4eb;
  /* current blue is family color. origin was #d8d874; */
}

.sayt-result-list a .option.small-option,
.sayt-result-list .link-demonstration .option.small-option {
  font-size: 11px;
}

.sayt-result-list a:hover .option,
.sayt-result-list .link-demonstration:hover .option {
  color: #4398b7;
  /* origin was #b7cf5a; */
}

.sayt-result-list .sayt-result-non-product-list {
  flex: 1 0 175px;
  width: 175px;
  max-width: 375px;
  position: relative;
}

.sayt-result-list .sayt-result-product-list {
  flex: 1 0 175px;
  width: 175px;
  max-width: 375px;
  position: relative;
}

.sayt-result-list .sayt-section-timer {
  position: absolute;
  right: 13px;
  top: 1px;
  color: lightgrey;
  font-size: 11px;
  font-weight: normal;
}

.sayt-result-list .sayt-header {
  font-size: 11px;
  color: #A9A9A9;
  padding-bottom: 1px;
  padding-top: 2px;
  font-style: italic;
}

.sayt-result-list .sayt-product {
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 18px
}

.sayt-result-list .sayt-product > .sayt-product-image {
  flex: 0 0 50px;
  width: 48px;
  height: 36px;
  position: relative;
  border: 1px solid #E9E9E9;
  margin-right: 2px;
}

.sayt-result-list .sayt-product > .sayt-product-image img {
  max-width: 90%;
  vertical-align: middle;
  max-height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}

.sayt-result-list .sayt-product > .sayt-product-name {
  flex: 1;
}

.sayt-result-list .sayt-product > .sayt-product-name .sayt-product-product-name {
  padding-top: 1px;
  display: inline-block;
  color: #8d8d8d;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: break-spaces;*/
  /* ellipsis not work with it */
  height: 1rem;
  width: 305px;
}

.sayt-result-list .sayt-product > .sayt-product-name .sayt-category {
  display: flex;
  justify-content: space-between;
  margin-top: -2px;
}

.sayt-result-list .sayt-product > .sayt-product-name .sayt-category .sayt-product-price {
  color: #A9A9A9;
  margin-right: 3px;
  font-size: 11px;
}

.sayt-result-list .sayt-product > .sayt-product-name .sayt-category .sayt-product-price-secondary {
  color: #E9E9E9;
}

.sayt-result-list .sayt-product > .sayt-product-name .sayt-product-category-name {
  font-size: 11px;
  color: #8dbe50;
  border-color: #E3E3E3;
}

.sayt-result-list .sayt-product > .sayt-product-name .sayt-product-uncategorized {
  font-size: 11px;
  color: lightgrey;
  border-color: #E3E3E3;
}

.sayt-result-list .sayt-non-product {
  display: flex;
  flex-direction: row;
}

.sayt-result-list .sayt-non-product .collection {
  /*color: #cce2b1;*/
  color: #8dbe50;
  font-style: italic;
  border-color: #e3e3e3;
}

.sayt-result-list .sayt-non-product .collection.extra {
  color: #d6d6d6;
}

.sayt-result-list .sayt-non-product .category {
  color: #8dbe50;
  border-color: #E3E3E3;
}

.sayt-result-list .sayt-non-product .sayt-matched-text {
  font-size: 11px;
  color: #D6D6D6;
}

.sayt-result-list .sayt-non-product .sayt-matched-text-alternative {
  /* font-size: 11px; */
  /* color: #c3d539; */
  color: #c6dea7;
}

.sayt-result-list .sayt-non-product .sayt-text-italic,
.sayt-result-list .sayt-non-product .sayt-matched-text.sayt-matched-text-italic,
.sayt-result-list .sayt-non-product .sayt-matched-text-alternative.sayt-matched-text-italic {
  font-style: italic;
}

.sayt-result-list .sayt-non-product .synset,
.sayt-result-list .sayt-non-product .tag,
.sayt-result-list .sayt-non-product .text {
  color: #8d8d8d;
}

.sayt-result-list .sayt-non-product > .sayt-non-product-text {
  flex: 1;
}

.sayt-result-list .sayt-non-product > .sayt-count {
  font-size: 11px;
  color: #A9A9A9;
  margin-left: 5px;
}

.sayt-result-list .sayt-non-product > .sayt-count.sayt-count-secondary {
  color: #D6D6D6;
}

.sayt-result-list .matched-section {
  font-weight: bold;
}

.sayt-result-list .manufacturer {
  --tw-text-opacity: 1;
  color: rgb(81 149 226 / var(--tw-text-opacity));
}

.sayt-result-list .manufacturer.family,
.sayt-result-list .family {
  --tw-text-opacity: 1;
  color: rgb(132 180 235 / var(--tw-text-opacity));
}

.sayt-result-list .branding {
  --tw-text-opacity: 1;
  color: rgb(101 115 205 / var(--tw-text-opacity));
}

.sayt-result-list .category-manufacturer {
  float: right;
}

.sayt-result-list .category-branding {
  float: right;
}

.sayt-result-list .category-manufacturer .from,
.sayt-result-list .category-branding .from {
  color: #A9A9A9;
  font-size: 11px;
}

/* if not enough space for 2 cards + 40 paddings */

@media (max-width: 865px) {
  .sayt-container .sayt-result-wrapper > .sayt-result {
    position: fixed;
    top: 63px;
    left: 86px;
  }

  .sayt-result-list {
    display: block;
    max-width: calc(100vw - 126px);
  }

  .sayt-result-list .sayt-result-non-product-list,
    .sayt-result-list .sayt-result-product-list {
    width: unset;
  }
}

.example-table {
  table-layout: fixed;
  font-size: 12px;
  line-height: 18px;
}

.example-table > tr.header-row {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.example-table td {
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* --- */

.user-settings-modal-wrapper {
  width: 100%;
  max-width: 48rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.user-settings-panel {
  min-height: 680px;
  max-height: 680px;
  height: 680px;
  display: flex;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  vertical-align: middle
}

.user-settings-tabs {
  flex: none;
  border-right-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.user-settings-tabs .user-settings-tab {
  cursor: pointer;
  border-bottom-width: 1px;
  padding: 1rem;
}

.user-settings-tabs .user-settings-tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.user-settings-tabs-content {
  position: relative;
  flex: 1 1 0%;
}

.user-settings-tabs-content .user-settings-tabs-panel {
  display: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem
}

.user-settings-tabs-content .user-settings-tabs-panel.active {
  display: block;
}

.user-settings-tabs-content .user-settings-tabs-panel .header {
  padding-bottom: 1rem;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

.user-settings-tabs-content .user-settings-tabs-panel .sub-header {
  border-bottom-width: 1px;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

/* --- */

.settings-row {
  display: flex;
}

.settings-row .settings-row-label {
  box-sizing: border-box;
  width: 28%;
  padding-right: 10px;
  line-height: 28px;
  text-align: right;
  color: #A9A9A9;
  flex: none
}

.settings-row .settings-row-input {
  flex: 1 1 0%;
}

.settings-row .settings-row-input .gray-label {
  color: #A9A9A9;
}

.settings-row .settings-row-input input[type=text],
.settings-row .settings-row-input input[type=password],
.settings-row .settings-row-input select,
.settings-row .settings-row-input textarea {
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  box-shadow: inset 0 2px 4px rgb(0 0 0 / 2%), 0 1px 0 #ffffff;
  box-sizing: border-box;
  display: block;
  width: 290px;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 15px;
}

.settings-row .settings-row-input .select-2 {
  width: 142px;
}

.settings-row .settings-row-input .select-4 {
  width: 61px;
  margin-left: 13px;
}

.service-page-container {
  width: 100%;
}

@media (min-width: 280px) {
  .service-page-container {
    max-width: 280px;
  }
}

@media (min-width: 585px) {
  .service-page-container {
    max-width: 585px;
  }
}

@media (min-width: 640px) {
  .service-page-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .service-page-container {
    max-width: 768px;
  }
}

@media (min-width: 865px) {
  .service-page-container {
    max-width: 865px;
  }
}

@media (min-width: 1024px) {
  .service-page-container {
    max-width: 1024px;
  }
}

@media (min-width: 1145px) {
  .service-page-container {
    max-width: 1145px;
  }
}

@media (min-width: 1280px) {
  .service-page-container {
    max-width: 1280px;
  }
}

@media (min-width: 1425px) {
  .service-page-container {
    max-width: 1425px;
  }
}

@media (min-width: 1536px) {
  .service-page-container {
    max-width: 1536px;
  }
}

@media (min-width: 1700px) {
  .service-page-container {
    max-width: 1700px;
  }
}

.service-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.service-page-h1 {
}

.service-page-h2 {
  flex: none;
  padding-top: 2rem;
}

.service-page-h3 {
  flex: none;
  padding-top: 2rem;
}

.service-page-block {
  padding-top: 1rem;
  font-size: 15px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.service-page-block.service-page-block-double-spacing {
  padding-top: 1.5rem;
}

.text-contact-me {
  color: #989898;
  padding-bottom: 1rem;
  font-size: 18px;
  line-height: 24px
}

.all-stores .navigation {
  margin-bottom: 1rem;
}

.all-stores .service-page-block {
  padding-bottom: 1.25rem;
}

.all-stores .navigation .navigation-letter {
  display: inline-block;
  color: #8dbe50;
  padding: 6px;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}

.all-stores .navigation .navigation-letter.active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 194 59 / var(--tw-bg-opacity));
  color: #ffffff;
}

.all-stores .navigation .navigation-letter.inactive {
  color: lightgrey;
  cursor: default;
}

.all-stores .navigation .navigation-letter:not(.inactive):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 227 143 / var(--tw-bg-opacity));
}

.all-stores .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.all-stores .content .card {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  width: 32.5%;
  min-width: 300px;
}

.all-stores .content .card .letter {
  line-height: 28px;
}

.all-stores .content .card .row {
  font-size: 15px;
  line-height: 21px;
}

.all-stores .content .card .store {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
}

.all-stores .content .card .merchant {
  color: #a9a9a9;
}

.all-stores .content .card .at {
  color: #A9A9A9;
}

.all-stores .content .card .product-offers-count {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.all-stores .debug {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  line-height: 24px;
  margin-bottom: 12px;
}

.compare-page-container {
  width: -moz-min-content;
  width: min-content;
  min-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem
}

@media (max-width: 1680px) {
  .compare-page-container {
    min-width: 100%;
  }
}

.external-route {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.external-route .external-outer-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.external-route .external-outer-wrap .external-inner-wrap {
  display: table-cell;
  vertical-align: middle;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.external-route .external-outer-wrap .external-inner-wrap img {
  border: 1px solid lightgray;
  display: inline-block;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content .forward-arrow {
  width: 242px;
  height: 121px;
  background: url("/https/shopit.se/resources/forward-arrow.png") no-repeat center;
  display: inline-block;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content .middle-content {
  width: 270px;
  height: 182px;
  display: inline-block;
  vertical-align: top;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content .wait-text,
.external-route .external-outer-wrap .external-inner-wrap .external-content .redirect-text {
  color: #c7c7c7;
  text-align: center;
  line-height: 36px;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content .wait-text {
  font-size: 36px;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content .redirect-text {
  font-size: 14px;
  line-height: 28px;
}

.external-route .external-outer-wrap .external-inner-wrap .external-content .img-wrapper {
  border: 1px solid lightgray;
  display: inline-block;
}

.index-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.index-wrapper .index-wrapper-main{
  display: table-cell;
  vertical-align: middle;
}

.index-wrapper .index-sayt-wrapper{
  padding: 0 10px 0 10px;
}

.product-list-header-wrapper {
  padding-bottom: 1rem;
  padding-top: 1.75rem;
}

.product-list-header-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1.5rem;
}

.product-list-header-columns .product-list-header-column-left {
  margin: 0px;
  flex: none;
  padding-right: 1rem;
  font-size: 22.5px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.product-list-header-columns .product-list-header-column-left .product-list-header-column-left-icon-wrapper {
  display: inline;
  height: 6rem;
  width: 6rem;
}

.product-list-header-columns .product-list-header-column-right {
  padding-left: 2rem;
  font-size: 15px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

/* 2 cards grid size */

@media (max-width: 865px) {
  .product-list-header-columns {
    flex-direction: column;
  }

  .product-list-header-columns .product-list-header-column-right {
    padding-left: 0px;
  }
}

.btn-gray {
  background: #F9F9F9;
  color: #C1C1C1;
  border: 1px solid #D6D6D6;
  box-shadow: inset 0 1px 0 #F9F9F9, 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.btn-gray:hover {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1), 0 1px 4px rgba(0, 0, 0, 0.17) !important;
}

.popular-filter-dropdown {
  width: 350px;
  max-width: 100vw;
}

@media (min-width: 640px) {
  .popular-filter-dropdown {
    width: 350px;
  }
}

.popular-filter-button .filter-panel-toggle-section {
  margin-right: 0.5rem;
  display: inline-block;
}

.popular-filter-button .filter-panel-toggle-section.open {
  margin-right: 0.25rem;
  display: inline-block;
}

.list-sub-header {
  margin-bottom: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 0.25rem;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(153 194 59 / var(--tw-text-opacity));
  border-bottom: 1px solid lightgray;
}

.sayt-result-detail-list .flex-non-product a:hover .collection,
.sayt-result-detail-list .flex-non-product .link-demonstration:hover .collection,
.sayt-result-detail-list .flex-non-product a:hover .sayt-matched-text,
.sayt-result-detail-list .flex-non-product .link-demonstration:hover .sayt-matched-text,
.sayt-result-detail-list .flex-non-product a:hover .extra.collection.collection-match,
.sayt-result-detail-list .flex-non-product .link-demonstration:hover .extra.collection.collection-match {
  color: #bababa !important;
}

.sayt-result-detail-list .flex-non-product a:hover .sayt-matched-text-alternative,
.sayt-result-detail-list .flex-non-product .link-demonstration:hover .sayt-matched-text-alternative {
  color: #bababa !important;
}

.sayt-result-detail-list .flex-non-product a .left-right-pair,
.sayt-result-detail-list .flex-non-product .link-demonstration .left-right-pair {
  text-align: center;
}

.sayt-result-detail-list .flex-non-product .category-item-card .unique-name-path span:not(:last-child) {
  margin: 0;
}

.sayt-result-detail-list .flex-non-product a .unique-name-path,
.sayt-result-detail-list .flex-non-product .link-demonstration .unique-name-path {
  color: var(--shopit-theme-darkest-blue);
  height: 3em;
  text-align: center;
}

.sayt-result-detail-list .flex-non-product a .sayt-text-category-gray,
.sayt-result-detail-list .flex-non-product a .unique-name-path .unique-name-path-i,
.sayt-result-detail-list .flex-non-product a .left-right-pair .left-right-pair-i {
  color: #A9A9A9;
  font-size: 11px;
  margin: 0;
}

.sayt-result-detail-list .flex-non-product a .unique-name-path .unique-name-path-category,
.sayt-result-detail-list .flex-non-product a .left-right-pair .left-right-pair-category {
  font-size: 11px;
  color: #8dbe50;
  border-color: #E3E3E3;
}

.sayt-result-detail-list .flex-non-product a .unique-name-path .unique-name-path-category.unique-name-path-category-gray {
  color: #A9A9A9;
}

.sayt-result-detail-list .flex-non-product a .option,
.sayt-result-detail-list .flex-non-product .link-demonstration .option {
  color: #84b4eb;
  /* current blue is family color. origin was #d8d874; */
}

.sayt-result-detail-list .flex-non-product a .option.small-option,
.sayt-result-detail-list .flex-non-product .link-demonstration .option.small-option {
  font-size: 11px;
}

.sayt-result-detail-list .flex-non-product a:hover .option,
.sayt-result-detail-list .flex-non-product .link-demonstration:hover .option {
  color: #4398b7;
  /* origin was #b7cf5a; */
}

.sayt-result-detail-list .flex-non-product .collection {
  /*color: #cce2b1;*/
  color: #8dbe50;
  font-style: italic;
  text-align: center;
}

.sayt-result-detail-list .flex-non-product .collection.extra {
  color: #d6d6d6;
}

.sayt-result-detail-list .flex-non-product .category {
  color: #8dbe50;
  text-align: center;
}

.sayt-result-detail-list .flex-non-product .sayt-matched-text {
  font-size: 11px;
  color: #D6D6D6;
}

.sayt-result-detail-list .flex-non-product .sayt-matched-text-alternative {
  color: #c6dea7;
  text-align: center;
}

.sayt-result-detail-list .flex-non-product .sayt-text-italic,
.sayt-result-detail-list .flex-non-product .sayt-matched-text.sayt-matched-text-italic,
.sayt-result-detail-list .flex-non-product .sayt-matched-text-alternative.sayt-matched-text-italic {
  font-style: italic;
}

.sayt-result-detail-list .flex-non-product .synset,
.sayt-result-detail-list .flex-non-product .tag,
.sayt-result-detail-list .flex-non-product .text {
  color: #8d8d8d;
}

.sayt-result-detail-list .flex-non-product .matched-section {
  font-weight: bold;
}

.sayt-result-detail-list .flex-non-product .manufacturer {
  --tw-text-opacity: 1;
  color: rgb(81 149 226 / var(--tw-text-opacity));
}

.sayt-result-detail-list .flex-non-product .manufacturer.family,
.sayt-result-detail-list .flex-non-product .family {
  --tw-text-opacity: 1;
  color: rgb(132 180 235 / var(--tw-text-opacity));
}

.sayt-result-detail-list .flex-non-product .branding {
  --tw-text-opacity: 1;
  color: rgb(101 115 205 / var(--tw-text-opacity));
}

.sayt-result-detail-list .flex-non-product .category-manufacturer {
  float: right;
}

.sayt-result-detail-list .flex-non-product .category-branding {
  float: right;
}

.sayt-result-detail-list .flex-non-product .freetext {
  text-align: center;
}

.sayt-result-detail-list .flex-non-product .category-manufacturer .from,
.sayt-result-detail-list .flex-non-product .category-branding .from {
  color: #A9A9A9;
  font-size: 11px;
}

.user-route-boards-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.user-route-boards-title .icon-private-lock {
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 4px;
  background-image: url(/https/shopit.se/resources/padlock-small.png);
}

.product-board {
  position: relative;
  width: 320px;
  height: 360px;
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px #f1f1f1;
  transition: border-color 0.3s;
}

.product-board:hover {
  border-color: darkgray;
}

.product-board .product-board-title {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.product-board .product-board-title .icon-private-lock {
  display: inline-block;
  float: left;
  width: 10px;
  height: 13px;
  margin-right: 4px;
  background: url(/https/shopit.se/resources/padlock-small.png) 0 -13px;
}

.product-board .product-board-title .icon-like {
  width: 20px;
  height: 30px;
  margin-top: -16px;
  border-radius: 3px;
  background-image: url(/https/shopit.se/resources/product-like-active.png);
}

.product-board .product-board-title .icon-own {
  width: 20px;
  height: 30px;
  margin-top: -16px;
  border-radius: 3px;
  background-image: url(/https/shopit.se/resources/product-own-active.png);
}

.product-board .product-board-title .icon-compare {
  width: 20px;
  height: 30px;
  margin-top: -16px;
  border-radius: 3px;
  background-image: url(/https/shopit.se/resources/product-compare-active.png);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-shopit-green:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 194 59 / var(--tw-border-opacity));
}

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

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-shopit-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 194 59 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:text-base {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 865px) {
  .search-three-card\:block {
    display: block;
  }

  .search-three-card\:inline-block {
    display: inline-block;
  }

  .search-three-card\:inline {
    display: inline;
  }

  .search-three-card\:hidden {
    display: none;
  }
}

