@keyframes xyz-in-keyframes {
  from {
    opacity: var(--xyz-in-opacity, var(--xyz-opacity, 1));
    transform: var(--xyz-in-transform, var(--xyz-transform, perspective(var(--xyz-in-perspective, var(--xyz-perspective, var(--xyz-perspective-none)))) translate3d(var(--xyz-in-translate-x, var(--xyz-translate-x, 0)), var(--xyz-in-translate-y, var(--xyz-translate-y, 0)), var(--xyz-in-translate-z, var(--xyz-translate-z, 0))) rotateX(var(--xyz-in-rotate-x, var(--xyz-rotate-x, 0))) rotateY(var(--xyz-in-rotate-y, var(--xyz-rotate-y, 0))) rotateZ(var(--xyz-in-rotate-z, var(--xyz-rotate-z, 0))) scale3d(var(--xyz-in-scale-x, var(--xyz-scale-x, 1)), var(--xyz-in-scale-y, var(--xyz-scale-y, 1)), var(--xyz-in-scale-z, var(--xyz-scale-z, 1))) skew(var(--xyz-in-skew-x, var(--xyz-skew-x, 0)), var(--xyz-in-skew-y, var(--xyz-skew-y, 0)))));
  }
}
@keyframes xyz-out-keyframes {
  from {
    opacity: var(--xyz-out-opacity, var(--xyz-opacity, 1));
    transform: var(--xyz-out-transform, var(--xyz-transform, perspective(var(--xyz-out-perspective, var(--xyz-perspective, var(--xyz-perspective-none)))) translate3d(var(--xyz-out-translate-x, var(--xyz-translate-x, 0)), var(--xyz-out-translate-y, var(--xyz-translate-y, 0)), var(--xyz-out-translate-z, var(--xyz-translate-z, 0))) rotateX(var(--xyz-out-rotate-x, var(--xyz-rotate-x, 0))) rotateY(var(--xyz-out-rotate-y, var(--xyz-rotate-y, 0))) rotateZ(var(--xyz-out-rotate-z, var(--xyz-rotate-z, 0))) scale3d(var(--xyz-out-scale-x, var(--xyz-scale-x, 1)), var(--xyz-out-scale-y, var(--xyz-scale-y, 1)), var(--xyz-out-scale-z, var(--xyz-scale-z, 1))) skew(var(--xyz-out-skew-x, var(--xyz-skew-x, 0)), var(--xyz-out-skew-y, var(--xyz-skew-y, 0)))));
  }
}
:root {
  --xyz-perspective-none: 0;
  --xyz-keyframes-default: none;
  --xyz-ease-default: ease;
  --xyz-duration-default: 0.5s;
  --xyz-delay-default: 0s;
  --xyz-stagger-default: ;
  --xyz-iterate-default: 1;
  --xyz-direction-default: normal;
  --xyz-out-direction-default: reverse;
  --xyz-origin-default: center;
  --xyz-opacity-default: 1;
  --xyz-perspective-default: var(--xyz-perspective-none);
  --xyz-translate-default: ;
  --xyz-translate-z-default: 300px;
  --xyz-rotate-default: 0.25turn;
  --xyz-scale-default: 0.5;
  --xyz-skew-default: 30deg;
}
@supports (transform: perspective(none)) {
  :root {
    --xyz-perspective-none: none;
  }
}

.xyz-nested:nth-child(1), .xyz-out-nested:nth-child(1), .xyz-in-nested:nth-child(1), .xyz-out:nth-child(1), .xyz-in:nth-child(1) {
  --xyz-index: 0;
}
.xyz-nested:nth-last-child(1), .xyz-out-nested:nth-last-child(1), .xyz-in-nested:nth-last-child(1), .xyz-out:nth-last-child(1), .xyz-in:nth-last-child(1) {
  --xyz-index-rev: 0;
}
.xyz-nested:nth-child(2), .xyz-out-nested:nth-child(2), .xyz-in-nested:nth-child(2), .xyz-out:nth-child(2), .xyz-in:nth-child(2) {
  --xyz-index: 1;
}
.xyz-nested:nth-last-child(2), .xyz-out-nested:nth-last-child(2), .xyz-in-nested:nth-last-child(2), .xyz-out:nth-last-child(2), .xyz-in:nth-last-child(2) {
  --xyz-index-rev: 1;
}
.xyz-nested:nth-child(3), .xyz-out-nested:nth-child(3), .xyz-in-nested:nth-child(3), .xyz-out:nth-child(3), .xyz-in:nth-child(3) {
  --xyz-index: 2;
}
.xyz-nested:nth-last-child(3), .xyz-out-nested:nth-last-child(3), .xyz-in-nested:nth-last-child(3), .xyz-out:nth-last-child(3), .xyz-in:nth-last-child(3) {
  --xyz-index-rev: 2;
}
.xyz-nested:nth-child(4), .xyz-out-nested:nth-child(4), .xyz-in-nested:nth-child(4), .xyz-out:nth-child(4), .xyz-in:nth-child(4) {
  --xyz-index: 3;
}
.xyz-nested:nth-last-child(4), .xyz-out-nested:nth-last-child(4), .xyz-in-nested:nth-last-child(4), .xyz-out:nth-last-child(4), .xyz-in:nth-last-child(4) {
  --xyz-index-rev: 3;
}
.xyz-nested:nth-child(5), .xyz-out-nested:nth-child(5), .xyz-in-nested:nth-child(5), .xyz-out:nth-child(5), .xyz-in:nth-child(5) {
  --xyz-index: 4;
}
.xyz-nested:nth-last-child(5), .xyz-out-nested:nth-last-child(5), .xyz-in-nested:nth-last-child(5), .xyz-out:nth-last-child(5), .xyz-in:nth-last-child(5) {
  --xyz-index-rev: 4;
}
.xyz-nested:nth-child(6), .xyz-out-nested:nth-child(6), .xyz-in-nested:nth-child(6), .xyz-out:nth-child(6), .xyz-in:nth-child(6) {
  --xyz-index: 5;
}
.xyz-nested:nth-last-child(6), .xyz-out-nested:nth-last-child(6), .xyz-in-nested:nth-last-child(6), .xyz-out:nth-last-child(6), .xyz-in:nth-last-child(6) {
  --xyz-index-rev: 5;
}
.xyz-nested:nth-child(7), .xyz-out-nested:nth-child(7), .xyz-in-nested:nth-child(7), .xyz-out:nth-child(7), .xyz-in:nth-child(7) {
  --xyz-index: 6;
}
.xyz-nested:nth-last-child(7), .xyz-out-nested:nth-last-child(7), .xyz-in-nested:nth-last-child(7), .xyz-out:nth-last-child(7), .xyz-in:nth-last-child(7) {
  --xyz-index-rev: 6;
}
.xyz-nested:nth-child(8), .xyz-out-nested:nth-child(8), .xyz-in-nested:nth-child(8), .xyz-out:nth-child(8), .xyz-in:nth-child(8) {
  --xyz-index: 7;
}
.xyz-nested:nth-last-child(8), .xyz-out-nested:nth-last-child(8), .xyz-in-nested:nth-last-child(8), .xyz-out:nth-last-child(8), .xyz-in:nth-last-child(8) {
  --xyz-index-rev: 7;
}
.xyz-nested:nth-child(9), .xyz-out-nested:nth-child(9), .xyz-in-nested:nth-child(9), .xyz-out:nth-child(9), .xyz-in:nth-child(9) {
  --xyz-index: 8;
}
.xyz-nested:nth-last-child(9), .xyz-out-nested:nth-last-child(9), .xyz-in-nested:nth-last-child(9), .xyz-out:nth-last-child(9), .xyz-in:nth-last-child(9) {
  --xyz-index-rev: 8;
}
.xyz-nested:nth-child(10), .xyz-out-nested:nth-child(10), .xyz-in-nested:nth-child(10), .xyz-out:nth-child(10), .xyz-in:nth-child(10) {
  --xyz-index: 9;
}
.xyz-nested:nth-last-child(10), .xyz-out-nested:nth-last-child(10), .xyz-in-nested:nth-last-child(10), .xyz-out:nth-last-child(10), .xyz-in:nth-last-child(10) {
  --xyz-index-rev: 9;
}
.xyz-nested:nth-child(11), .xyz-out-nested:nth-child(11), .xyz-in-nested:nth-child(11), .xyz-out:nth-child(11), .xyz-in:nth-child(11) {
  --xyz-index: 10;
}
.xyz-nested:nth-last-child(11), .xyz-out-nested:nth-last-child(11), .xyz-in-nested:nth-last-child(11), .xyz-out:nth-last-child(11), .xyz-in:nth-last-child(11) {
  --xyz-index-rev: 10;
}
.xyz-nested:nth-child(12), .xyz-out-nested:nth-child(12), .xyz-in-nested:nth-child(12), .xyz-out:nth-child(12), .xyz-in:nth-child(12) {
  --xyz-index: 11;
}
.xyz-nested:nth-last-child(12), .xyz-out-nested:nth-last-child(12), .xyz-in-nested:nth-last-child(12), .xyz-out:nth-last-child(12), .xyz-in:nth-last-child(12) {
  --xyz-index-rev: 11;
}
.xyz-nested:nth-child(13), .xyz-out-nested:nth-child(13), .xyz-in-nested:nth-child(13), .xyz-out:nth-child(13), .xyz-in:nth-child(13) {
  --xyz-index: 12;
}
.xyz-nested:nth-last-child(13), .xyz-out-nested:nth-last-child(13), .xyz-in-nested:nth-last-child(13), .xyz-out:nth-last-child(13), .xyz-in:nth-last-child(13) {
  --xyz-index-rev: 12;
}
.xyz-nested:nth-child(14), .xyz-out-nested:nth-child(14), .xyz-in-nested:nth-child(14), .xyz-out:nth-child(14), .xyz-in:nth-child(14) {
  --xyz-index: 13;
}
.xyz-nested:nth-last-child(14), .xyz-out-nested:nth-last-child(14), .xyz-in-nested:nth-last-child(14), .xyz-out:nth-last-child(14), .xyz-in:nth-last-child(14) {
  --xyz-index-rev: 13;
}
.xyz-nested:nth-child(15), .xyz-out-nested:nth-child(15), .xyz-in-nested:nth-child(15), .xyz-out:nth-child(15), .xyz-in:nth-child(15) {
  --xyz-index: 14;
}
.xyz-nested:nth-last-child(15), .xyz-out-nested:nth-last-child(15), .xyz-in-nested:nth-last-child(15), .xyz-out:nth-last-child(15), .xyz-in:nth-last-child(15) {
  --xyz-index-rev: 14;
}
.xyz-nested:nth-child(16), .xyz-out-nested:nth-child(16), .xyz-in-nested:nth-child(16), .xyz-out:nth-child(16), .xyz-in:nth-child(16) {
  --xyz-index: 15;
}
.xyz-nested:nth-last-child(16), .xyz-out-nested:nth-last-child(16), .xyz-in-nested:nth-last-child(16), .xyz-out:nth-last-child(16), .xyz-in:nth-last-child(16) {
  --xyz-index-rev: 15;
}
.xyz-nested:nth-child(17), .xyz-out-nested:nth-child(17), .xyz-in-nested:nth-child(17), .xyz-out:nth-child(17), .xyz-in:nth-child(17) {
  --xyz-index: 16;
}
.xyz-nested:nth-last-child(17), .xyz-out-nested:nth-last-child(17), .xyz-in-nested:nth-last-child(17), .xyz-out:nth-last-child(17), .xyz-in:nth-last-child(17) {
  --xyz-index-rev: 16;
}
.xyz-nested:nth-child(18), .xyz-out-nested:nth-child(18), .xyz-in-nested:nth-child(18), .xyz-out:nth-child(18), .xyz-in:nth-child(18) {
  --xyz-index: 17;
}
.xyz-nested:nth-last-child(18), .xyz-out-nested:nth-last-child(18), .xyz-in-nested:nth-last-child(18), .xyz-out:nth-last-child(18), .xyz-in:nth-last-child(18) {
  --xyz-index-rev: 17;
}
.xyz-nested:nth-child(19), .xyz-out-nested:nth-child(19), .xyz-in-nested:nth-child(19), .xyz-out:nth-child(19), .xyz-in:nth-child(19) {
  --xyz-index: 18;
}
.xyz-nested:nth-last-child(19), .xyz-out-nested:nth-last-child(19), .xyz-in-nested:nth-last-child(19), .xyz-out:nth-last-child(19), .xyz-in:nth-last-child(19) {
  --xyz-index-rev: 18;
}
.xyz-nested:nth-child(20), .xyz-out-nested:nth-child(20), .xyz-in-nested:nth-child(20), .xyz-out:nth-child(20), .xyz-in:nth-child(20) {
  --xyz-index: 19;
}
.xyz-nested:nth-last-child(20), .xyz-out-nested:nth-last-child(20), .xyz-in-nested:nth-last-child(20), .xyz-out:nth-last-child(20), .xyz-in:nth-last-child(20) {
  --xyz-index-rev: 19;
}

.xyz-out, .xyz-in {
  --xyz-root-stagger-delay: var(--xyz-stagger-delay, 0s);
  --xyz-nested-stagger-delay: initial;
  --xyz-start-offset: initial;
}

.xyz-nested, .xyz-out-nested, .xyz-in-nested {
  --xyz-nested-stagger-delay: var(--xyz-root-stagger-delay, 0s);
}

.xyz-in .xyz-nested,
.xyz-in .xyz-in-nested, .xyz-in {
  --xyz-stagger-delay-calc: var(--xyz-nested-stagger-delay, 0s) + var(--xyz-in-stagger, var(--xyz-stagger, 0s)) * var(--xyz-index, 0) + var(--xyz-in-stagger-rev, var(--xyz-stagger-rev, 0s)) * var(--xyz-index-rev, 0);
  --xyz-total-delay-calc: var(--xyz-stagger-delay, 0s) + var(--xyz-in-delay, var(--xyz-delay, var(--xyz-in-delay-default, var(--xyz-delay-default))));
  --xyz-stagger-delay: calc(var(--xyz-stagger-delay-calc));
  --xyz-total-delay: calc(var(--xyz-total-delay-calc));
  transform-origin: var(--xyz-in-origin, var(--xyz-origin, var(--xyz-in-origin-default, var(--xyz-origin-default))));
  backface-visibility: visible;
  --xyz-delay-calc: var(--xyz-total-delay, 0s) + var(--xyz-start-offset, 0) * (var(--xyz-total-delay, 0s) + var(--xyz-in-duration, var(--xyz-duration, var(--xyz-in-duration-default, var(--xyz-duration-default))))) * -1;
  animation: var(--xyz-in-duration, var(--xyz-duration, var(--xyz-in-duration-default, var(--xyz-duration-default)))) var(--xyz-in-ease, var(--xyz-ease, var(--xyz-in-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-in-iterate, var(--xyz-iterate, var(--xyz-in-iterate-default, var(--xyz-iterate-default)))) var(--xyz-in-direction, var(--xyz-direction, var(--xyz-in-direction-default, var(--xyz-direction-default)))) both;
  animation-name: xyz-in-keyframes, var(--xyz-in-keyframes, var(--xyz-keyframes, var(--xyz-in-keyframes-default, var(--xyz-keyframes-default))));
}
.xyz-out .xyz-nested,
.xyz-out .xyz-out-nested, .xyz-out {
  --xyz-stagger-delay-calc: var(--xyz-nested-stagger-delay, 0s) + var(--xyz-out-stagger, var(--xyz-stagger, 0s)) * var(--xyz-index, 0) + var(--xyz-out-stagger-rev, var(--xyz-stagger-rev, 0s)) * var(--xyz-index-rev, 0);
  --xyz-total-delay-calc: var(--xyz-stagger-delay, 0s) + var(--xyz-out-delay, var(--xyz-delay, var(--xyz-out-delay-default, var(--xyz-delay-default))));
  --xyz-stagger-delay: calc(var(--xyz-stagger-delay-calc));
  --xyz-total-delay: calc(var(--xyz-total-delay-calc));
  transform-origin: var(--xyz-out-origin, var(--xyz-origin, var(--xyz-out-origin-default, var(--xyz-origin-default))));
  backface-visibility: visible;
  --xyz-delay-calc: var(--xyz-total-delay, 0s) + var(--xyz-start-offset, 0) * (var(--xyz-total-delay, 0s) + var(--xyz-out-duration, var(--xyz-duration, var(--xyz-out-duration-default, var(--xyz-duration-default))))) * -1;
  animation: var(--xyz-out-duration, var(--xyz-duration, var(--xyz-out-duration-default, var(--xyz-duration-default)))) var(--xyz-out-ease, var(--xyz-ease, var(--xyz-out-ease-default, var(--xyz-ease-default)))) calc(var(--xyz-delay-calc)) var(--xyz-out-iterate, var(--xyz-iterate, var(--xyz-out-iterate-default, var(--xyz-iterate-default)))) var(--xyz-out-direction, var(--xyz-direction, var(--xyz-out-direction-default, var(--xyz-direction-default)))) both;
  animation-name: xyz-out-keyframes, var(--xyz-out-keyframes, var(--xyz-keyframes, var(--xyz-out-keyframes-default, var(--xyz-keyframes-default))));
}
.xyz-absolute.xyz-in, .xyz-in-absolute.xyz-in, .xyz-in .xyz-absolute.xyz-nested,
.xyz-in .xyz-absolute.xyz-in-nested, .xyz-in .xyz-in-absolute.xyz-nested,
.xyz-in .xyz-in-absolute.xyz-in-nested, .xyz-absolute.xyz-out, .xyz-out-absolute.xyz-out, .xyz-out .xyz-absolute.xyz-nested,
.xyz-out .xyz-absolute.xyz-out-nested, .xyz-out .xyz-out-absolute.xyz-nested,
.xyz-out .xyz-out-absolute.xyz-out-nested {
  position: absolute !important;
}

.xyz-paused.xyz-in, .xyz-in-paused.xyz-in, .xyz-in .xyz-paused.xyz-nested,
.xyz-in .xyz-paused.xyz-in-nested, .xyz-in .xyz-in-paused.xyz-nested,
.xyz-in .xyz-in-paused.xyz-in-nested, .xyz-in.xyz-paused-all, .xyz-in.xyz-in-paused-all, .xyz-in.xyz-paused-all .xyz-nested,
.xyz-in.xyz-paused-all .xyz-in-nested, .xyz-in.xyz-in-paused-all .xyz-nested,
.xyz-in.xyz-in-paused-all .xyz-in-nested, .xyz-paused.xyz-out, .xyz-out-paused.xyz-out, .xyz-out .xyz-paused.xyz-nested,
.xyz-out .xyz-paused.xyz-out-nested, .xyz-out .xyz-out-paused.xyz-nested,
.xyz-out .xyz-out-paused.xyz-out-nested, .xyz-out.xyz-paused-all, .xyz-out.xyz-out-paused-all, .xyz-out.xyz-paused-all .xyz-nested,
.xyz-out.xyz-paused-all .xyz-out-nested, .xyz-out.xyz-out-paused-all .xyz-nested,
.xyz-out.xyz-out-paused-all .xyz-out-nested {
  animation-play-state: paused !important;
}

.xyz-none.xyz-in, .xyz-in-none.xyz-in, .xyz-in .xyz-none.xyz-nested,
.xyz-in .xyz-none.xyz-in-nested, .xyz-in .xyz-in-none.xyz-nested,
.xyz-in .xyz-in-none.xyz-in-nested, .xyz-in.xyz-none-all, .xyz-in.xyz-in-none-all, .xyz-in.xyz-none-all .xyz-nested,
.xyz-in.xyz-none-all .xyz-in-nested, .xyz-in.xyz-in-none-all .xyz-nested,
.xyz-in.xyz-in-none-all .xyz-in-nested, .xyz-none.xyz-out, .xyz-out-none.xyz-out, .xyz-out .xyz-none.xyz-nested,
.xyz-out .xyz-none.xyz-out-nested, .xyz-out .xyz-out-none.xyz-nested,
.xyz-out .xyz-out-none.xyz-out-nested, .xyz-out.xyz-none-all, .xyz-out.xyz-out-none-all, .xyz-out.xyz-none-all .xyz-nested,
.xyz-out.xyz-none-all .xyz-out-nested, .xyz-out.xyz-out-none-all .xyz-nested,
.xyz-out.xyz-out-none-all .xyz-out-nested {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .xyz-out,
  .xyz-out .xyz-nested,
  .xyz-out .xyz-out-nested, .xyz-in,
  .xyz-in .xyz-nested,
  .xyz-in .xyz-in-nested {
    animation: none;
  }
}
[xyz] {
  --xyz-keyframes: initial;
  --xyz-in-keyframes: initial;
  --xyz-out-keyframes: initial;
  --xyz-ease: initial;
  --xyz-in-ease: initial;
  --xyz-out-ease: initial;
  --xyz-duration: initial;
  --xyz-in-duration: initial;
  --xyz-out-duration: initial;
  --xyz-delay: initial;
  --xyz-in-delay: initial;
  --xyz-out-delay: initial;
  --xyz-stagger: initial;
  --xyz-in-stagger: initial;
  --xyz-out-stagger: initial;
  --xyz-stagger-rev: initial;
  --xyz-in-stagger-rev: initial;
  --xyz-out-stagger-rev: initial;
  --xyz-iterate: initial;
  --xyz-in-iterate: initial;
  --xyz-out-iterate: initial;
  --xyz-direction: initial;
  --xyz-in-direction: initial;
  --xyz-out-direction: initial;
  --xyz-origin: initial;
  --xyz-in-origin: initial;
  --xyz-out-origin: initial;
  --xyz-opacity: initial;
  --xyz-in-opacity: initial;
  --xyz-out-opacity: initial;
  --xyz-transform: initial;
  --xyz-in-transform: initial;
  --xyz-out-transform: initial;
  --xyz-perspective: initial;
  --xyz-in-perspective: initial;
  --xyz-out-perspective: initial;
  --xyz-translate-x: initial;
  --xyz-in-translate-x: initial;
  --xyz-out-translate-x: initial;
  --xyz-translate-y: initial;
  --xyz-in-translate-y: initial;
  --xyz-out-translate-y: initial;
  --xyz-translate-z: initial;
  --xyz-in-translate-z: initial;
  --xyz-out-translate-z: initial;
  --xyz-rotate-x: initial;
  --xyz-in-rotate-x: initial;
  --xyz-out-rotate-x: initial;
  --xyz-rotate-y: initial;
  --xyz-in-rotate-y: initial;
  --xyz-out-rotate-y: initial;
  --xyz-rotate-z: initial;
  --xyz-in-rotate-z: initial;
  --xyz-out-rotate-z: initial;
  --xyz-scale-x: initial;
  --xyz-in-scale-x: initial;
  --xyz-out-scale-x: initial;
  --xyz-scale-y: initial;
  --xyz-in-scale-y: initial;
  --xyz-out-scale-y: initial;
  --xyz-scale-z: initial;
  --xyz-in-scale-z: initial;
  --xyz-out-scale-z: initial;
  --xyz-skew-x: initial;
  --xyz-in-skew-x: initial;
  --xyz-out-skew-x: initial;
  --xyz-skew-y: initial;
  --xyz-in-skew-y: initial;
  --xyz-out-skew-y: initial;
}

[xyz~=inherit] {
  --xyz-keyframes: inherit;
  --xyz-in-keyframes: inherit;
  --xyz-out-keyframes: inherit;
  --xyz-ease: inherit;
  --xyz-in-ease: inherit;
  --xyz-out-ease: inherit;
  --xyz-duration: inherit;
  --xyz-in-duration: inherit;
  --xyz-out-duration: inherit;
  --xyz-delay: inherit;
  --xyz-in-delay: inherit;
  --xyz-out-delay: inherit;
  --xyz-stagger: inherit;
  --xyz-in-stagger: inherit;
  --xyz-out-stagger: inherit;
  --xyz-stagger-rev: inherit;
  --xyz-in-stagger-rev: inherit;
  --xyz-out-stagger-rev: inherit;
  --xyz-iterate: inherit;
  --xyz-in-iterate: inherit;
  --xyz-out-iterate: inherit;
  --xyz-direction: inherit;
  --xyz-in-direction: inherit;
  --xyz-out-direction: inherit;
  --xyz-origin: inherit;
  --xyz-in-origin: inherit;
  --xyz-out-origin: inherit;
  --xyz-opacity: inherit;
  --xyz-in-opacity: inherit;
  --xyz-out-opacity: inherit;
  --xyz-transform: inherit;
  --xyz-in-transform: inherit;
  --xyz-out-transform: inherit;
  --xyz-perspective: inherit;
  --xyz-in-perspective: inherit;
  --xyz-out-perspective: inherit;
  --xyz-translate-x: inherit;
  --xyz-in-translate-x: inherit;
  --xyz-out-translate-x: inherit;
  --xyz-translate-y: inherit;
  --xyz-in-translate-y: inherit;
  --xyz-out-translate-y: inherit;
  --xyz-translate-z: inherit;
  --xyz-in-translate-z: inherit;
  --xyz-out-translate-z: inherit;
  --xyz-rotate-x: inherit;
  --xyz-in-rotate-x: inherit;
  --xyz-out-rotate-x: inherit;
  --xyz-rotate-y: inherit;
  --xyz-in-rotate-y: inherit;
  --xyz-out-rotate-y: inherit;
  --xyz-rotate-z: inherit;
  --xyz-in-rotate-z: inherit;
  --xyz-out-rotate-z: inherit;
  --xyz-scale-x: inherit;
  --xyz-in-scale-x: inherit;
  --xyz-out-scale-x: inherit;
  --xyz-scale-y: inherit;
  --xyz-in-scale-y: inherit;
  --xyz-out-scale-y: inherit;
  --xyz-scale-z: inherit;
  --xyz-in-scale-z: inherit;
  --xyz-out-scale-z: inherit;
  --xyz-skew-x: inherit;
  --xyz-in-skew-x: inherit;
  --xyz-out-skew-x: inherit;
  --xyz-skew-y: inherit;
  --xyz-in-skew-y: inherit;
  --xyz-out-skew-y: inherit;
}

[xyz~=ease] {
  --xyz-ease: var(--xyz-ease-default);
}

[xyz~=ease-ease] {
  --xyz-ease: ease;
}

[xyz~=ease-linear] {
  --xyz-ease: linear;
}

[xyz~=ease-in] {
  --xyz-ease: ease-in;
}

[xyz~=ease-in-back] {
  --xyz-ease: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[xyz~=ease-out] {
  --xyz-ease: ease-out;
}

[xyz~=ease-out-back] {
  --xyz-ease: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[xyz~=ease-out-expo] {
  --xyz-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

[xyz~=ease-in-out] {
  --xyz-ease: ease-in-out;
}

[xyz~=ease-in-out-back] {
  --xyz-ease: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[xyz~=in-ease] {
  --xyz-in-ease: var(--xyz-ease-default);
}

[xyz~=in-ease-ease] {
  --xyz-in-ease: ease;
}

[xyz~=in-ease-linear] {
  --xyz-in-ease: linear;
}

[xyz~=in-ease-in] {
  --xyz-in-ease: ease-in;
}

[xyz~=in-ease-in-back] {
  --xyz-in-ease: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[xyz~=in-ease-out] {
  --xyz-in-ease: ease-out;
}

[xyz~=in-ease-out-back] {
  --xyz-in-ease: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[xyz~=in-ease-out-expo] {
  --xyz-in-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

[xyz~=in-ease-in-out] {
  --xyz-in-ease: ease-in-out;
}

[xyz~=in-ease-in-out-back] {
  --xyz-in-ease: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[xyz~=out-ease] {
  --xyz-out-ease: var(--xyz-ease-default);
}

[xyz~=out-ease-ease] {
  --xyz-out-ease: ease;
}

[xyz~=out-ease-linear] {
  --xyz-out-ease: linear;
}

[xyz~=out-ease-in] {
  --xyz-out-ease: ease-in;
}

[xyz~=out-ease-in-back] {
  --xyz-out-ease: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[xyz~=out-ease-out] {
  --xyz-out-ease: ease-out;
}

[xyz~=out-ease-out-back] {
  --xyz-out-ease: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[xyz~=out-ease-out-expo] {
  --xyz-out-ease: cubic-bezier(0.19, 1, 0.22, 1);
}

[xyz~=out-ease-in-out] {
  --xyz-out-ease: ease-in-out;
}

[xyz~=out-ease-in-out-back] {
  --xyz-out-ease: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[xyz~=duration] {
  --xyz-duration: var(--xyz-duration-default);
}

[xyz~=duration-0] {
  --xyz-duration: 0s;
}

[xyz~="duration-0.5"] {
  --xyz-duration: 0.05s;
}

[xyz~=duration-1] {
  --xyz-duration: 0.1s;
}

[xyz~="duration-1.5"] {
  --xyz-duration: 0.15s;
}

[xyz~=duration-2] {
  --xyz-duration: 0.2s;
}

[xyz~="duration-2.5"] {
  --xyz-duration: 0.25s;
}

[xyz~=duration-3] {
  --xyz-duration: 0.3s;
}

[xyz~=duration-4] {
  --xyz-duration: 0.4s;
}

[xyz~=duration-5] {
  --xyz-duration: 0.5s;
}

[xyz~=duration-6] {
  --xyz-duration: 0.6s;
}

[xyz~=duration-7] {
  --xyz-duration: 0.7s;
}

[xyz~=duration-8] {
  --xyz-duration: 0.8s;
}

[xyz~=in-duration] {
  --xyz-in-duration: var(--xyz-duration-default);
}

[xyz~=in-duration-0] {
  --xyz-in-duration: 0s;
}

[xyz~="in-duration-0.5"] {
  --xyz-in-duration: 0.05s;
}

[xyz~=in-duration-1] {
  --xyz-in-duration: 0.1s;
}

[xyz~="in-duration-1.5"] {
  --xyz-in-duration: 0.15s;
}

[xyz~=in-duration-2] {
  --xyz-in-duration: 0.2s;
}

[xyz~="in-duration-2.5"] {
  --xyz-in-duration: 0.25s;
}

[xyz~=in-duration-3] {
  --xyz-in-duration: 0.3s;
}

[xyz~=in-duration-4] {
  --xyz-in-duration: 0.4s;
}

[xyz~=in-duration-5] {
  --xyz-in-duration: 0.5s;
}

[xyz~=in-duration-6] {
  --xyz-in-duration: 0.6s;
}

[xyz~=in-duration-7] {
  --xyz-in-duration: 0.7s;
}

[xyz~=in-duration-8] {
  --xyz-in-duration: 0.8s;
}

[xyz~=out-duration] {
  --xyz-out-duration: var(--xyz-duration-default);
}

[xyz~=out-duration-0] {
  --xyz-out-duration: 0s;
}

[xyz~="out-duration-0.5"] {
  --xyz-out-duration: 0.05s;
}

[xyz~=out-duration-1] {
  --xyz-out-duration: 0.1s;
}

[xyz~="out-duration-1.5"] {
  --xyz-out-duration: 0.15s;
}

[xyz~=out-duration-2] {
  --xyz-out-duration: 0.2s;
}

[xyz~="out-duration-2.5"] {
  --xyz-out-duration: 0.25s;
}

[xyz~=out-duration-3] {
  --xyz-out-duration: 0.3s;
}

[xyz~=out-duration-4] {
  --xyz-out-duration: 0.4s;
}

[xyz~=out-duration-5] {
  --xyz-out-duration: 0.5s;
}

[xyz~=out-duration-6] {
  --xyz-out-duration: 0.6s;
}

[xyz~=out-duration-7] {
  --xyz-out-duration: 0.7s;
}

[xyz~=out-duration-8] {
  --xyz-out-duration: 0.8s;
}

[xyz~=delay] {
  --xyz-delay: var(--xyz-delay-default);
}

[xyz~=delay-0] {
  --xyz-delay: 0s;
}

[xyz~="delay-0.5"] {
  --xyz-delay: 0.05s;
}

[xyz~=delay-1] {
  --xyz-delay: 0.1s;
}

[xyz~="delay-1.5"] {
  --xyz-delay: 0.15s;
}

[xyz~=delay-2] {
  --xyz-delay: 0.2s;
}

[xyz~="delay-2.5"] {
  --xyz-delay: 0.25s;
}

[xyz~=delay-3] {
  --xyz-delay: 0.3s;
}

[xyz~=delay-4] {
  --xyz-delay: 0.4s;
}

[xyz~=delay-5] {
  --xyz-delay: 0.5s;
}

[xyz~=delay-6] {
  --xyz-delay: 0.6s;
}

[xyz~=delay-7] {
  --xyz-delay: 0.7s;
}

[xyz~=delay-8] {
  --xyz-delay: 0.8s;
}

[xyz~=in-delay] {
  --xyz-in-delay: var(--xyz-delay-default);
}

[xyz~=in-delay-0] {
  --xyz-in-delay: 0s;
}

[xyz~="in-delay-0.5"] {
  --xyz-in-delay: 0.05s;
}

[xyz~=in-delay-1] {
  --xyz-in-delay: 0.1s;
}

[xyz~="in-delay-1.5"] {
  --xyz-in-delay: 0.15s;
}

[xyz~=in-delay-2] {
  --xyz-in-delay: 0.2s;
}

[xyz~="in-delay-2.5"] {
  --xyz-in-delay: 0.25s;
}

[xyz~=in-delay-3] {
  --xyz-in-delay: 0.3s;
}

[xyz~=in-delay-4] {
  --xyz-in-delay: 0.4s;
}

[xyz~=in-delay-5] {
  --xyz-in-delay: 0.5s;
}

[xyz~=in-delay-6] {
  --xyz-in-delay: 0.6s;
}

[xyz~=in-delay-7] {
  --xyz-in-delay: 0.7s;
}

[xyz~=in-delay-8] {
  --xyz-in-delay: 0.8s;
}

[xyz~=out-delay] {
  --xyz-out-delay: var(--xyz-delay-default);
}

[xyz~=out-delay-0] {
  --xyz-out-delay: 0s;
}

[xyz~="out-delay-0.5"] {
  --xyz-out-delay: 0.05s;
}

[xyz~=out-delay-1] {
  --xyz-out-delay: 0.1s;
}

[xyz~="out-delay-1.5"] {
  --xyz-out-delay: 0.15s;
}

[xyz~=out-delay-2] {
  --xyz-out-delay: 0.2s;
}

[xyz~="out-delay-2.5"] {
  --xyz-out-delay: 0.25s;
}

[xyz~=out-delay-3] {
  --xyz-out-delay: 0.3s;
}

[xyz~=out-delay-4] {
  --xyz-out-delay: 0.4s;
}

[xyz~=out-delay-5] {
  --xyz-out-delay: 0.5s;
}

[xyz~=out-delay-6] {
  --xyz-out-delay: 0.6s;
}

[xyz~=out-delay-7] {
  --xyz-out-delay: 0.7s;
}

[xyz~=out-delay-8] {
  --xyz-out-delay: 0.8s;
}

[xyz~=stagger] {
  --xyz-stagger: var(--xyz-stagger-default);
}

[xyz~=stagger-0] {
  --xyz-stagger: 0s;
}

[xyz~="stagger-0.5"] {
  --xyz-stagger: 0.05s;
}

[xyz~=stagger-1] {
  --xyz-stagger: 0.1s;
}

[xyz~="stagger-1.5"] {
  --xyz-stagger: 0.15s;
}

[xyz~=stagger-2] {
  --xyz-stagger: 0.2s;
}

[xyz~=in-stagger] {
  --xyz-in-stagger: var(--xyz-stagger-default);
}

[xyz~=in-stagger-0] {
  --xyz-in-stagger: 0s;
}

[xyz~="in-stagger-0.5"] {
  --xyz-in-stagger: 0.05s;
}

[xyz~=in-stagger-1] {
  --xyz-in-stagger: 0.1s;
}

[xyz~="in-stagger-1.5"] {
  --xyz-in-stagger: 0.15s;
}

[xyz~=in-stagger-2] {
  --xyz-in-stagger: 0.2s;
}

[xyz~=out-stagger] {
  --xyz-out-stagger: var(--xyz-stagger-default);
}

[xyz~=out-stagger-0] {
  --xyz-out-stagger: 0s;
}

[xyz~="out-stagger-0.5"] {
  --xyz-out-stagger: 0.05s;
}

[xyz~=out-stagger-1] {
  --xyz-out-stagger: 0.1s;
}

[xyz~="out-stagger-1.5"] {
  --xyz-out-stagger: 0.15s;
}

[xyz~=out-stagger-2] {
  --xyz-out-stagger: 0.2s;
}

[xyz~=fade] {
  --xyz-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~=fade-0] {
  --xyz-opacity: calc(1 - 0);
}

[xyz~="fade-25%"] {
  --xyz-opacity: calc(1 - 0.25);
}

[xyz~="fade-50%"] {
  --xyz-opacity: calc(1 - 0.5);
}

[xyz~="fade-75%"] {
  --xyz-opacity: calc(1 - 0.75);
}

[xyz~="fade-100%"] {
  --xyz-opacity: calc(1 - 1);
}

[xyz~=in-fade] {
  --xyz-in-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~=in-fade-0] {
  --xyz-in-opacity: calc(1 - 0);
}

[xyz~="in-fade-25%"] {
  --xyz-in-opacity: calc(1 - 0.25);
}

[xyz~="in-fade-50%"] {
  --xyz-in-opacity: calc(1 - 0.5);
}

[xyz~="in-fade-75%"] {
  --xyz-in-opacity: calc(1 - 0.75);
}

[xyz~="in-fade-100%"] {
  --xyz-in-opacity: calc(1 - 1);
}

[xyz~=out-fade] {
  --xyz-out-opacity: calc(1 - var(--xyz-opacity-default));
}

[xyz~=out-fade-0] {
  --xyz-out-opacity: calc(1 - 0);
}

[xyz~="out-fade-25%"] {
  --xyz-out-opacity: calc(1 - 0.25);
}

[xyz~="out-fade-50%"] {
  --xyz-out-opacity: calc(1 - 0.5);
}

[xyz~="out-fade-75%"] {
  --xyz-out-opacity: calc(1 - 0.75);
}

[xyz~="out-fade-100%"] {
  --xyz-out-opacity: calc(1 - 1);
}

[xyz~=right] {
  --xyz-translate-x: var(--xyz-translate-default);
}

[xyz~=right-0] {
  --xyz-translate-x: 0px;
}

[xyz~=right-1] {
  --xyz-translate-x: 10px;
}

[xyz~=right-2] {
  --xyz-translate-x: 20px;
}

[xyz~=right-3] {
  --xyz-translate-x: 30px;
}

[xyz~=right-4] {
  --xyz-translate-x: 40px;
}

[xyz~=right-5] {
  --xyz-translate-x: 50px;
}

[xyz~=in-right] {
  --xyz-in-translate-x: var(--xyz-translate-default);
}

[xyz~=in-right-0] {
  --xyz-in-translate-x: 0px;
}

[xyz~=in-right-1] {
  --xyz-in-translate-x: 10px;
}

[xyz~=in-right-2] {
  --xyz-in-translate-x: 20px;
}

[xyz~=in-right-3] {
  --xyz-in-translate-x: 30px;
}

[xyz~=in-right-4] {
  --xyz-in-translate-x: 40px;
}

[xyz~=in-right-5] {
  --xyz-in-translate-x: 50px;
}

[xyz~=out-right] {
  --xyz-out-translate-x: var(--xyz-translate-default);
}

[xyz~=out-right-0] {
  --xyz-out-translate-x: 0px;
}

[xyz~=out-right-1] {
  --xyz-out-translate-x: 10px;
}

[xyz~=out-right-2] {
  --xyz-out-translate-x: 20px;
}

[xyz~=out-right-3] {
  --xyz-out-translate-x: 30px;
}

[xyz~=out-right-4] {
  --xyz-out-translate-x: 40px;
}

[xyz~=out-right-5] {
  --xyz-out-translate-x: 50px;
}

[xyz~=left] {
  --xyz-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~=left-0] {
  --xyz-translate-x: calc(0px * -1);
}

[xyz~=left-1] {
  --xyz-translate-x: calc(10px * -1);
}

[xyz~=left-2] {
  --xyz-translate-x: calc(20px * -1);
}

[xyz~=left-3] {
  --xyz-translate-x: calc(30px * -1);
}

[xyz~=left-4] {
  --xyz-translate-x: calc(40px * -1);
}

[xyz~=left-5] {
  --xyz-translate-x: calc(50px * -1);
}

[xyz~=in-left] {
  --xyz-in-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~=in-left-0] {
  --xyz-in-translate-x: calc(0px * -1);
}

[xyz~=in-left-1] {
  --xyz-in-translate-x: calc(10px * -1);
}

[xyz~=in-left-2] {
  --xyz-in-translate-x: calc(20px * -1);
}

[xyz~=in-left-3] {
  --xyz-in-translate-x: calc(30px * -1);
}

[xyz~=in-left-4] {
  --xyz-in-translate-x: calc(40px * -1);
}

[xyz~=in-left-5] {
  --xyz-in-translate-x: calc(50px * -1);
}

[xyz~=out-left] {
  --xyz-out-translate-x: calc(var(--xyz-translate-default) * -1);
}

[xyz~=out-left-0] {
  --xyz-out-translate-x: calc(0px * -1);
}

[xyz~=out-left-1] {
  --xyz-out-translate-x: calc(10px * -1);
}

[xyz~=out-left-2] {
  --xyz-out-translate-x: calc(20px * -1);
}

[xyz~=out-left-3] {
  --xyz-out-translate-x: calc(30px * -1);
}

[xyz~=out-left-4] {
  --xyz-out-translate-x: calc(40px * -1);
}

[xyz~=out-left-5] {
  --xyz-out-translate-x: calc(50px * -1);
}

[xyz~=down] {
  --xyz-translate-y: var(--xyz-translate-default);
}

[xyz~=down-0] {
  --xyz-translate-y: 0px;
}

[xyz~=down-1] {
  --xyz-translate-y: 10px;
}

[xyz~=down-2] {
  --xyz-translate-y: 20px;
}

[xyz~=down-3] {
  --xyz-translate-y: 30px;
}

[xyz~=down-4] {
  --xyz-translate-y: 40px;
}

[xyz~=down-5] {
  --xyz-translate-y: 50px;
}

[xyz~=in-down] {
  --xyz-in-translate-y: var(--xyz-translate-default);
}

[xyz~=in-down-0] {
  --xyz-in-translate-y: 0px;
}

[xyz~=in-down-1] {
  --xyz-in-translate-y: 10px;
}

[xyz~=in-down-2] {
  --xyz-in-translate-y: 20px;
}

[xyz~=in-down-3] {
  --xyz-in-translate-y: 30px;
}

[xyz~=in-down-4] {
  --xyz-in-translate-y: 40px;
}

[xyz~=in-down-5] {
  --xyz-in-translate-y: 50px;
}

[xyz~=out-down] {
  --xyz-out-translate-y: var(--xyz-translate-default);
}

[xyz~=out-down-0] {
  --xyz-out-translate-y: 0px;
}

[xyz~=out-down-1] {
  --xyz-out-translate-y: 10px;
}

[xyz~=out-down-2] {
  --xyz-out-translate-y: 20px;
}

[xyz~=out-down-3] {
  --xyz-out-translate-y: 30px;
}

[xyz~=out-down-4] {
  --xyz-out-translate-y: 40px;
}

[xyz~=out-down-5] {
  --xyz-out-translate-y: 50px;
}

[xyz~=up] {
  --xyz-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~=up-0] {
  --xyz-translate-y: calc(0px * -1);
}

[xyz~=up-1] {
  --xyz-translate-y: calc(10px * -1);
}

[xyz~=up-2] {
  --xyz-translate-y: calc(20px * -1);
}

[xyz~=up-3] {
  --xyz-translate-y: calc(30px * -1);
}

[xyz~=up-4] {
  --xyz-translate-y: calc(40px * -1);
}

[xyz~=up-5] {
  --xyz-translate-y: calc(50px * -1);
}

[xyz~=in-up] {
  --xyz-in-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~=in-up-0] {
  --xyz-in-translate-y: calc(0px * -1);
}

[xyz~=in-up-1] {
  --xyz-in-translate-y: calc(10px * -1);
}

[xyz~=in-up-2] {
  --xyz-in-translate-y: calc(20px * -1);
}

[xyz~=in-up-3] {
  --xyz-in-translate-y: calc(30px * -1);
}

[xyz~=in-up-4] {
  --xyz-in-translate-y: calc(40px * -1);
}

[xyz~=in-up-5] {
  --xyz-in-translate-y: calc(50px * -1);
}

[xyz~=out-up] {
  --xyz-out-translate-y: calc(var(--xyz-translate-default) * -1);
}

[xyz~=out-up-0] {
  --xyz-out-translate-y: calc(0px * -1);
}

[xyz~=out-up-1] {
  --xyz-out-translate-y: calc(10px * -1);
}

[xyz~=out-up-2] {
  --xyz-out-translate-y: calc(20px * -1);
}

[xyz~=out-up-3] {
  --xyz-out-translate-y: calc(30px * -1);
}

[xyz~=out-up-4] {
  --xyz-out-translate-y: calc(40px * -1);
}

[xyz~=out-up-5] {
  --xyz-out-translate-y: calc(50px * -1);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*
===================
Animation
===================
*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*! 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 {
  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 */
  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;
}

body {
  font-weight: var(--selleradise-font-primary-font-weight);
  font-family: var(--selleradise-font-primary-font-family);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
}

h1 {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 3.052rem;
}

h2 {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 2.441rem;
}

h3 {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 1.953rem;
}

h4 {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 1.563rem;
}

h5 {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 1.25rem;
}

h6 {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 1rem;
}

small {
  font-size: 0.8rem;
}

b,
strong {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}

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

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

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

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

.text-semibold {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}

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

.no-line-height {
  line-height: 1em !important;
}

.selleradise_prose h1 {
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.selleradise_prose h2 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.selleradise_prose h3 {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.selleradise_prose h4 {
  font-size: 1.1em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.selleradise_prose h5 {
  font-size: 1em;
  margin-top: 1.25em;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.selleradise_prose h6 {
  font-size: 0.9em;
  margin-top: 1.1em;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.selleradise_prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.selleradise_prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.selleradise_prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.selleradise_prose figcaption {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.selleradise_prose figcaption > * {
  margin-top: 0;
  margin-bottom: 0;
}
.selleradise_prose a {
  color: var(--selleradise-color-main);
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  text-decoration: underline;
  word-break: break-all;
}
.selleradise_prose strong {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_prose ol {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.selleradise_prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.selleradise_prose ol[type=A] {
  list-style-type: upper-alpha;
}
.selleradise_prose ol[type=a] {
  list-style-type: lower-alpha;
}
.selleradise_prose ol[type=a] {
  list-style-type: lower-alpha;
}
.selleradise_prose ol[type=I] {
  list-style-type: upper-roman;
}
.selleradise_prose ol[type=i] {
  list-style-type: lower-roman;
}
.selleradise_prose ol[type="1"] {
  list-style-type: decimal;
}
.selleradise_prose ol li {
  margin: 0.5em 0;
  padding-left: 0.375em;
}
.selleradise_prose ol li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.selleradise_prose ol li *:first-child {
  margin-top: 1.25em;
}
.selleradise_prose ol li *:last-child {
  margin-bottom: 1.25em;
}
.selleradise_prose ol > li::marker {
  font-weight: 400;
  color: rgba(var(--selleradise-color-text-rgb), 0.25);
}
.selleradise_prose ul {
  list-style-type: disc;
  padding-left: 1.625em;
}
.selleradise_prose ul ul {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.selleradise_prose ul li {
  margin: 0.5em 0;
  padding-left: 0.375em;
}
.selleradise_prose ul li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.selleradise_prose ul li *:first-child {
  margin-top: 1.25em;
}
.selleradise_prose ul li *:last-child {
  margin-bottom: 1.25em;
}
.selleradise_prose ul > li::marker {
  font-weight: 400;
  color: rgba(var(--selleradise-color-text-rgb), 0.25);
  font-size: 1.25em;
}
.selleradise_prose hr {
  border-top: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.05);
  margin-top: 3em;
  margin-bottom: 3em;
}
.selleradise_prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  quotes: '"' '"' "'" "'";
  border-left-color: rgba(var(--selleradise-color-text-rgb), 0.1);
  border-left-width: 0.25rem;
  border-left-style: solid;
  padding: 1rem 0 1rem 1.5rem;
  margin: 0;
  position: relative;
}
.selleradise_prose blockquote cite {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin-top: 0.5rem;
}
.selleradise_prose blockquote cite a {
  color: var(--selleradise-color-main);
}
.selleradise_prose blockquote p:first-of-type::before {
  content: open-quote;
}
.selleradise_prose blockquote p:last-of-type::after {
  content: close-quote;
}
.selleradise_prose code {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  font-weight: 600;
  font-size: 0.875em;
}
.selleradise_prose code::before {
  content: "`";
}
.selleradise_prose code::after {
  content: "`";
}
a .selleradise_prose code {
  color: var(--selleradise-color-main);
}
.selleradise_prose pre {
  color: var(--selleradise-color-background);
  background-color: var(--selleradise-color-text);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.selleradise_prose pre code {
  overflow-x: auto;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
.selleradise_prose pre code::before {
  content: none;
}
.selleradise_prose pre code::after {
  content: none;
}
.selleradise_prose table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  text-align: left;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.selleradise_prose table thead {
  border-bottom: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  text-indent: 0;
}
.selleradise_prose table thead th {
  color: var(--selleradise-color-text-rgb);
  vertical-align: bottom;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0;
}
.selleradise_prose table thead tr {
  border-bottom: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise_prose table thead tr:last-child {
  border-bottom: 0;
}
.selleradise_prose table tbody tr {
  border-bottom: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise_prose table tbody tr:last-child {
  border-bottom: 0;
}
.selleradise_prose table tbody td {
  vertical-align: baseline;
  padding: 0.8em 0.6em;
  padding-left: 0;
}
.selleradise_prose dl {
  display: flex;
  flex-flow: row wrap;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  padding: 1rem 0 0 0;
}
.selleradise_prose dt {
  flex-basis: 20%;
  padding: 0 1rem 1rem 1rem;
  color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_prose dd {
  flex-basis: 70%;
  flex-grow: 1;
  margin: 0;
  padding: 0 1rem 1rem 1rem;
}

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex-center, .selleradise .pswp__button, .selleradise_widgets__slider-button, .woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .product-remove a, .woocommerce-wishlist .yith-wcwl-share .share-button a, .woocommerce-wishlist .shop_table.wishlist_table .product-remove a.remove_from_wishlist, .selleradise_empty-state, .selleradise_account-form__option, .selleradise_account-form .woocommerce-LostPassword, .woocommerce-ResetPassword .woocommerce-LostPassword, .selleradise_account-forms, .selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__actions, .selleradise_shop__categories .product-category a, .selleradise_shop__orderby--dropdown-filters-trigger, .selleradise_shop__orderby--dropdown-button, .selleradise_shop__filters .categories .inputWrap input[type=checkbox],
.selleradise_shop__filters .tags .inputWrap input[type=checkbox],
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox], .selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist),
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.delete_item, .selleradise_single_product__categories-icon, .selleradise_single_product__images-slide.embla__slide, .selleradise_single_product__images-single, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout, .selleradise_MiniCart__loader, .selleradise_productCard__image-outer, .selleradise_productCard__image-single, .selleradise_productCard__categories-icon, a.selleradise_back-to-top, .selleradise_footer--minimal .selleradise_menu--footer__list, .selleradise_sidebar__account-profile-image, .selleradise__mobile-menu__toggle, .selleradiseHeader__trigger--miniCart, .selleradiseHeader__trigger--mobileMenu, .selleradiseHeader__searchForm-category-button, .selleradiseHeader__searchForm-category, .selleradiseHeader__searchForm label button.clear, .selleradiseHeader__logo-placeholder__icon, .selleradise_badge--sale, .selleradise_breadcrumb ul li a[rel=home] span, .breadcrumb-trail ul li a[rel=home] span, .selleradise_pagination ul li span.current,
.selleradise_pagination ul li a, .productRating--minimal, input[type=checkbox],
.input-checkbox,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input,
.woocommerce-form__input-checkbox,
#wp-comment-cookies-consent, .selleradise_tablist__button, .button--icon .helper, .buttonIcon--secondary-outline .helper, .selleradise__mobile-menu-button--close .helper, .buttonIcon--secondary .helper, .selleradise_MiniCart__itemQuantity button .helper, .buttonIcon--primary .helper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-center-stretch, .selleradise_slider__nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-between, .woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper, .search-form, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title, .selleradise_shop__pagination, .selleradise_shop__orderby--dropdown, .selleradise_shop--default__sort, .selleradise_shop__filters-price-head, .selleradise_MiniCart__footActions, .selleradise_MiniCart__itemPrice, .selleradise_MiniCart__head, .selleradise_footer--default__bottom, .selleradise_footer--default__top, .selleradiseToast, .woocommerce-error, .woocommerce-info, .woocommerce-message, .selleradise_switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-between-stretch, .selleradise .checkout.woocommerce-checkout .checkoutDetailsContainer, .selleradise_shop--default, .selleradise_single_product__content, .wc-block-grid__products, .selleradise_footer--default {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.flex-start, .crp_related_widget ul li a.crp_link, .woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .additional-info, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form, .selleradise_single_post .post .selleradise_single_post__categories,
.selleradise_single_post .post .selleradise_single_post__tags, .selleradise_single_post, .selleradise_blog__sidebar aside .wp-block-tag-cloud, .selleradise.woocommerce-order-received .woocommerce-order ul.order_details, .selleradise form.checkout_coupon, .selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox, .selleradise .checkout.woocommerce-checkout ul#shipping_method li label, .selleradise .checkout.woocommerce-checkout ul#shipping_method li, .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label, .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method, .woocommerce-MyAccount-content .woocommerce-Addresses, .selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__dropdown-menu li, .selleradise_shop--default__sortForm--default, .selleradise_shop__filters-price-values, .selleradise_shop__filters .categories .inputWrap,
.selleradise_shop__filters .tags .inputWrap,
.selleradise_shop__filters .attributes .inputWrap, .selleradise_shop__filters .categories,
.selleradise_shop__filters .tags,
.selleradise_shop__filters .attributes, .selleradise_productReview__profile, .selleradise_single_product__panel #reviews #review_form #respond form p.comment-form-cookies-consent, .selleradise_single_product__panel #reviews, .selleradise_single_product__tabs, .selleradise_single_product .selleradise_onsale--timer, .selleradise_single_product__content .summary .product_meta .sku_wrapper,
.selleradise_single_product__content .summary .product_meta .posted_in,
.selleradise_single_product__content .summary .product_meta .tagged_as, .selleradise_single_product__price,
.selleradise_single_product .woocommerce-variation-price .price, .selleradise_single_product__categories, .selleradise_page-cart .cart-collaterals ul#shipping_method li label, .selleradise_page-cart .cart-collaterals ul#shipping_method li, .selleradise_page-cart .cart-collaterals .shipping-calculator-button, .comments-area p.comment-form-cookies-consent, .comments-area .comment-list .comment-reply-title, .comments-area .comment-list .comment-author, .selleradise_MiniCart__item, .selleradise_postCard__author--minimal .entry-meta, .selleradise_postCard__author, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-link, .tippy-box .variationsList > li ul, .selleradise_productCard__price, .selleradise_productCard__categories, .selleradise_sidebar__account-profile, .selleradise__mobile-menu__toggles, .selleradise__mobile-menu, .selleradiseHeader__searchResults-suggestions--products > li a, .selleradiseHeader__searchResults-suggestions--products, .selleradiseHeader__searchResults-suggestions--categories, .selleradiseHeader__logo-placeholder, .selleradise_breadcrumb ul li, .breadcrumb-trail ul li, .selleradise_breadcrumb ul, .breadcrumb-trail ul, .selleradise_pagination ul, .selleradise_pagination, .selleradise_productRating--textual, .selleradise_productRating--normal .front-stars, .selleradise_productRating--normal .back-stars, .selleradise_productRating--normal, .selleradise .select2 .select2-selection, .selleradise_tablist, .selleradise_dropdown__options li, .selleradise_shop__orderby--dropdown-options li, .selleradiseHeader__searchForm-category-options li, .selleradise_page__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.flex-end, .selleradise .pswp__controls, .selleradise_widgets__slider-buttons, .selleradise_shop--default .shopProducts .orderByForm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.inline-list, .selleradise_single_post .post .selleradise_single_post__categories,
.selleradise_single_post .post .selleradise_single_post__tags, .selleradise_blog__sidebar aside section ul, .selleradise_shop__categories, .selleradise_single_product__tabs, .selleradise_single_product__categories, .selleradise_single_product__images .embla__container, .selleradise_MiniCart__items, .selleradise_productCard__categories, .selleradise_footer--minimal .selleradise_menu--footer__list, .selleradise_breadcrumb ul, .breadcrumb-trail ul, .selleradise_tablist, .selleradise_dropdown__options, .selleradise_shop__orderby--dropdown-options, .selleradiseHeader__searchForm-category-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table .display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: inline-block;
  visibility: visible;
}

.selleradise-color-main {
  color: var(--selleradise-color-main);
}
svg .selleradise-color-main {
  fill: var(--selleradise-color-main);
}

.selleradise-color-main-text {
  color: var(--selleradise-color-main-text);
}
svg .selleradise-color-main-text {
  fill: var(--selleradise-color-main-text);
}

.selleradise-color-accent-light {
  color: var(--selleradise-color-accent-light);
}
svg .selleradise-color-accent-light {
  fill: var(--selleradise-color-accent-light);
}

.selleradise-color-background {
  color: var(--selleradise-color-background);
}
svg .selleradise-color-background {
  fill: var(--selleradise-color-background);
}

.selleradise-color-text {
  color: var(--selleradise-color-text);
}
svg .selleradise-color-text {
  fill: var(--selleradise-color-text);
}

.line-through {
  position: relative;
  text-decoration: none;
}
.line-through::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -0.1rem;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.5);
  transform-origin: center;
  transform: rotate(5deg);
}

.sr-only, .woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .additional-info .label, .selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist .feedback, .comments-area .comment-list .comment-author .says, .selleradise_productCard .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span, .selleradise_productCard .yith-wcwl-add-to-wishlist .feedback, .selleradise.woocommerce-account .selleradise_page__title, .woocommerce-cart.woocommerce-cart-is-empty .selleradise_page__title, .woocommerce-wishlist .selleradise_page__title {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}

:root[data-focus-source=key] .focus-outline:not([tabindex="-1"]):focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}

.selleradise-hide-scrollbar, .selleradise_shop__filters, .selleradise_MiniCart__items, .selleradise__mobile-menu, .selleradiseHeader__searchResults, .selleradise_tablist, .selleradise_dropdown__options, .selleradise_shop__orderby--dropdown-options, .selleradiseHeader__searchForm-category-options {
  scrollbar-width: none;
}
.selleradise-hide-scrollbar::-webkit-scrollbar, .selleradise_shop__filters::-webkit-scrollbar, .selleradise_MiniCart__items::-webkit-scrollbar, .selleradise__mobile-menu::-webkit-scrollbar, .selleradiseHeader__searchResults::-webkit-scrollbar, .selleradise_tablist::-webkit-scrollbar, .selleradise_dropdown__options::-webkit-scrollbar, .selleradise_shop__orderby--dropdown-options::-webkit-scrollbar, .selleradiseHeader__searchForm-category-options::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.selleradise-hide-horizontal-scrollbar, .selleradise_single_product__tabs {
  scrollbar-width: none;
  position: relative;
}
.selleradise-hide-horizontal-scrollbar::-webkit-scrollbar, .selleradise_single_product__tabs::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

.background-image, .selleradiseHeader__searchResults-suggestions--products > li a .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.selleradise-background-image, .crp_related_widget ul li a.crp_link figure, .woocommerce-wishlist .shop_table.wishlist_table .product-thumbnail > a, .selleradise_blog__sidebar aside .wp-block-latest-posts__featured-image, .selleradise_productReview__profile-picture, .selleradise_single_product__thumbnails-slider .embla__slide, .selleradise_single_product__images-slide.embla__slide, .selleradise_single_product__images-single, .selleradise_MiniCart__itemImage, .selleradise_postCard__author-image, .selleradise_productCard__image-single, .selleradise_productCard__slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.selleradise-background-image img, .crp_related_widget ul li a.crp_link figure img, .woocommerce-wishlist .shop_table.wishlist_table .product-thumbnail > a img, .selleradise_blog__sidebar aside .wp-block-latest-posts__featured-image img, .selleradise_productReview__profile-picture img, .selleradise_single_product__thumbnails-slider .embla__slide img, .selleradise_single_product__images-slide.embla__slide img, .selleradise_single_product__images-single img, .selleradise_MiniCart__itemImage img, .selleradise_postCard__author-image img, .selleradise_productCard__image-single img, .selleradise_productCard__slider .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.5;
  background-color: #000;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1100;
}
.overlay-enter-active, .overlay-leave-active {
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.overlay-enter-from, .overlay-leave-to {
  opacity: 0;
}
@media (min-width: 1025px) {
  .overlay {
    backdrop-filter: grayscale(100%);
  }
}

.selleradise_page__title {
  width: 100%;
  color: var(--selleradise-color-text);
  transform-origin: center;
  margin: 2.5rem 0;
}
.selleradise_page__title h1 {
  margin: 0;
}
.selleradise_page__title .archive-description {
  width: 100%;
}
.woocommerce-checkout.woocommerce-multi-step-checkout .selleradise_page__title {
  justify-content: center;
  text-align: center;
}

.selleradise-container {
  padding: 0 5vw;
}

.selleradise-table {
  font-size: 1rem;
  background-color: var(--selleradise-color-background);
  overflow: hidden;
  border-collapse: collapse;
  border: none;
}
.selleradise-table tbody {
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: var(--border-radius-base);
}
.selleradise-table a {
  color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise-table th,
.selleradise-table td {
  padding: 1em 2em;
  border: none;
  border-collapse: collapse;
}
.selleradise-table tr:not(:last-child) {
  border-bottom: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise-table th {
  width: 0;
  white-space: nowrap;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  line-height: inherit;
}
.selleradise-table thead {
  color: var(--selleradise-color-text);
  border: none;
}

.selleradise_Widgets__subtitle {
  font-size: 1.25rem;
  width: 100%;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin: 0;
}

.selleradise_dropdown__options, .selleradise_shop__orderby--dropdown-options, .selleradiseHeader__searchForm-category-options {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5rem);
  background-color: var(--selleradise-color-background);
  width: auto;
  width: 15rem;
  z-index: 1500;
  border-radius: 1em;
  border: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  max-height: 20rem;
  overflow-y: scroll;
  padding: 1rem;
}
.selleradise_dropdown__options li, .selleradise_shop__orderby--dropdown-options li, .selleradiseHeader__searchForm-category-options li {
  font-size: 0.8rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0.7em 1.4em;
  margin: 0.5em 0;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  border-radius: 5em;
  transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_dropdown__options li svg, .selleradise_shop__orderby--dropdown-options li svg, .selleradiseHeader__searchForm-category-options li svg {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em;
}
.selleradise_dropdown__options li.active, .selleradise_shop__orderby--dropdown-options li.active, .selleradiseHeader__searchForm-category-options li.active, .selleradise_dropdown__options li.selected, .selleradise_shop__orderby--dropdown-options li.selected, .selleradiseHeader__searchForm-category-options li.selected {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_dropdown__options li[aria-disabled], .selleradise_shop__orderby--dropdown-options li[aria-disabled], .selleradiseHeader__searchForm-category-options li[aria-disabled] {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}

[x-cloak] {
  display: none;
}

body {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
}
body * {
  box-sizing: border-box;
}
body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

svg[id^=mdi] {
  fill: currentColor;
}

img {
  max-width: 100%;
  display: block;
}

[data-src]:not[src] {
  position: relative;
  opacity: 0;
  transition: opacity 200ms;
}
[data-src]:not[src].loaded {
  opacity: 1;
}

span.inlineSVGIcon {
  line-height: 0;
}

a {
  display: inline-flex;
  color: var(--selleradise-color-main);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}
a, a:hover, a:focus {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
}

.video-container,
figure.wp-block-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container embed,
.video-container object,
.video-container video,
figure.wp-block-embed iframe,
figure.wp-block-embed embed,
figure.wp-block-embed object,
figure.wp-block-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img, img.img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
}

.selleradise .woocommerce table.shop_table {
  border: none;
  background-color: var(--selleradise-color-background);
  border-collapse: collapse;
  border-radius: var(--border-radius-half);
  overflow: hidden;
  border: 0;
}
.selleradise .woocommerce table.shop_table a {
  color: var(--selleradise-color-main);
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise .woocommerce table.shop_table th,
.selleradise .woocommerce table.shop_table td {
  font-size: 1rem;
  padding: 1rem;
  border: none;
  border-bottom: 0.05rem solid rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise .woocommerce table.shop_table th {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  line-height: inherit;
}
.selleradise .woocommerce table.shop_table thead {
  color: var(--selleradise-color-text);
  border: none;
}
.page-template-homepage .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.site-content {
  --padding-top: var(--header-height);
  padding-top: var(--padding-top);
}
.woocommerce-checkout .site-content {
  --padding-top: calc(var(--header-height) + 2.5rem);
}

::selection {
  background: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}

::-moz-selection {
  background: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}

.container,
.container-fluid,
.container-narrow {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.container::after,
.container-fluid::after,
.container-narrow::after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 75rem;
}

.container-fluid {
  max-width: 100%;
}

.container-narrow {
  max-width: 1920px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.sticky {
  border: 0.1em solid rgba(var(color-text-rgb), 0.1);
}

.gallery-caption {
  background-color: inherit;
}

.bypostauthor {
  color: inherit;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-selleradise-],
[class*=" icon-selleradise-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-selleradise-logo:before {
  content: "\e902";
}

.icon-selleradise-shopping-bag:before {
  content: "\e906";
}

.icon-selleradise-view-grid-outline:before {
  content: "\e903";
}

.icon-selleradise-check-bold:before, .selleradise_shop__filters .categories .inputWrap input[type=checkbox]:checked:before, .selleradise_shop__filters .categories .inputWrap input[type=checkbox][selected]:before,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox]:checked:before,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox][selected]:before,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox]:checked:before,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox][selected]:before, input[type=checkbox]:checked:before,
.input-checkbox:checked:before,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:checked:before,
.woocommerce-form__input-checkbox:checked:before,
#wp-comment-cookies-consent:checked:before {
  content: "\e900";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.selleradise_button--base, .selleradise_button--skip-to-content, .selleradise_button--secondary-outline, .selleradise_single_product__tags a, .selleradise_button--secondary, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a, .selleradise_blog__sidebar aside .wp-block-search__button, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart,
.selleradise .wpmc-nav-wrapper #wpmc-prev, .selleradise .wpmc-tabs-wrapper-back-to-cart, .selleradise .wpmc-steps-wrapper-back-to-cart, .selleradise .wpmc-nav-wrapper-back-to-cart, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button, .selleradise_button--accent-outline, .selleradise_button--accent, .selleradise_button--primary-outline, .selleradise_button--primary, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart, .search-form .search-submit, .selleradise .wpmc-nav-wrapper #wpmc-skip-login,
.selleradise .wpmc-nav-wrapper #wpmc-next, .selleradise form.checkout_coupon .button, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a, .selleradise .woocommerce-MyAccount-content button[type=submit], .selleradise .woocommerce form.login button[type=submit].button,
.selleradise .woocommerce form.register button[type=submit].button,
.selleradise .loginForm--popup form.login button[type=submit].button,
.selleradise .loginForm--popup form.register button[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit], .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button,
.selleradise_single_product__content .summary form.cart .button, .comments-area .comment-form input[type=submit], .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a, .selleradise_footer__form input[type=submit], .selleradise_footer--default .selleradise_footer__form input[type=submit], .selleradise .woocommerce button.button {
  font-size: 1rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.8em 1.6em;
  border-radius: 5em;
  overflow: hidden !important;
  border: none;
  outline: none;
  width: auto;
  transform-origin: center;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
.selleradise_button--base svg, .selleradise_button--skip-to-content svg, .selleradise_button--secondary-outline svg, .selleradise_single_product__tags a svg, .selleradise_button--secondary svg, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a svg, .selleradise_blog__sidebar aside .wp-block-search__button svg, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart svg,
.selleradise .wpmc-nav-wrapper #wpmc-prev svg, .selleradise .wpmc-tabs-wrapper-back-to-cart svg, .selleradise .wpmc-steps-wrapper-back-to-cart svg, .selleradise .wpmc-nav-wrapper-back-to-cart svg, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit svg, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button svg, .selleradise_button--accent-outline svg, .selleradise_button--accent svg, .selleradise_button--primary-outline svg, .selleradise_button--primary svg, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart svg, .search-form .search-submit svg, .selleradise .wpmc-nav-wrapper #wpmc-skip-login svg,
.selleradise .wpmc-nav-wrapper #wpmc-next svg, .selleradise form.checkout_coupon .button svg, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button svg, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a svg, .selleradise .woocommerce-MyAccount-content button[type=submit] svg, .selleradise .woocommerce form.login button[type=submit].button svg,
.selleradise .woocommerce form.register button[type=submit].button svg,
.selleradise .loginForm--popup form.login button[type=submit].button svg,
.selleradise .loginForm--popup form.register button[type=submit].button svg,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button svg, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit] svg, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button svg,
.selleradise_single_product__content .summary form.cart .button svg, .comments-area .comment-form input[type=submit] svg, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a svg, .selleradise_footer__form input[type=submit] svg, .selleradise_footer--default .selleradise_footer__form input[type=submit] svg, .selleradise .woocommerce button.button svg {
  width: 1.2rem;
  height: 1.2rem;
}
.selleradise_button--base:disabled, .selleradise_button--skip-to-content:disabled, .selleradise_button--secondary-outline:disabled, .selleradise_single_product__tags a:disabled, .selleradise_button--secondary:disabled, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a:disabled, .selleradise_blog__sidebar aside .wp-block-search__button:disabled, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart:disabled,
.selleradise .wpmc-nav-wrapper #wpmc-prev:disabled, .selleradise .wpmc-tabs-wrapper-back-to-cart:disabled, .selleradise .wpmc-steps-wrapper-back-to-cart:disabled, .selleradise .wpmc-nav-wrapper-back-to-cart:disabled, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit:disabled, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button:disabled, .selleradise_button--accent-outline:disabled, .selleradise_button--accent:disabled, .selleradise_button--primary-outline:disabled, .selleradise_button--primary:disabled, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart:disabled, .search-form .search-submit:disabled, .selleradise .wpmc-nav-wrapper #wpmc-skip-login:disabled,
.selleradise .wpmc-nav-wrapper #wpmc-next:disabled, .selleradise form.checkout_coupon .button:disabled, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button:disabled, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a:disabled, .selleradise .woocommerce-MyAccount-content button[type=submit]:disabled, .selleradise .woocommerce form.login button[type=submit].button:disabled,
.selleradise .woocommerce form.register button[type=submit].button:disabled,
.selleradise .loginForm--popup form.login button[type=submit].button:disabled,
.selleradise .loginForm--popup form.register button[type=submit].button:disabled,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button:disabled, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]:disabled, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button:disabled,
.selleradise_single_product__content .summary form.cart .button:disabled, .comments-area .comment-form input[type=submit]:disabled, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a:disabled, .selleradise_footer__form input[type=submit]:disabled, .selleradise .woocommerce button.button:disabled {
  opacity: 0.5;
}
.selleradise_button--base::before, .selleradise_button--skip-to-content::before, .selleradise_button--secondary-outline::before, .selleradise_single_product__tags a::before, .selleradise_button--secondary::before, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a::before, .selleradise_blog__sidebar aside .wp-block-search__button::before, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart::before,
.selleradise .wpmc-nav-wrapper #wpmc-prev::before, .selleradise .wpmc-tabs-wrapper-back-to-cart::before, .selleradise .wpmc-steps-wrapper-back-to-cart::before, .selleradise .wpmc-nav-wrapper-back-to-cart::before, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit::before, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button::before, .selleradise_button--accent-outline::before, .selleradise_button--accent::before, .selleradise_button--primary-outline::before, .selleradise_button--primary::before, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart::before, .search-form .search-submit::before, .selleradise .wpmc-nav-wrapper #wpmc-skip-login::before,
.selleradise .wpmc-nav-wrapper #wpmc-next::before, .selleradise form.checkout_coupon .button::before, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button::before, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a::before, .selleradise .woocommerce-MyAccount-content button[type=submit]::before, .selleradise .woocommerce form.login button[type=submit].button::before,
.selleradise .woocommerce form.register button[type=submit].button::before,
.selleradise .loginForm--popup form.login button[type=submit].button::before,
.selleradise .loginForm--popup form.register button[type=submit].button::before,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button::before, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]::before, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button::before,
.selleradise_single_product__content .summary form.cart .button::before, .comments-area .comment-form input[type=submit]::before, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a::before, .selleradise_footer__form input[type=submit]::before, .selleradise_footer--default .selleradise_footer__form input[type=submit]::before, .selleradise .woocommerce button.button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transform-origin: center;
  z-index: -1;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
[data-focus-source=key] .selleradise_button--base:focus, [data-focus-source=key] .selleradise_button--skip-to-content:focus, [data-focus-source=key] .selleradise_button--secondary-outline:focus, [data-focus-source=key] .selleradise_single_product__tags a:focus, .selleradise_single_product__tags [data-focus-source=key] a:focus, [data-focus-source=key] .selleradise_button--secondary:focus, [data-focus-source=key] .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a:focus, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form [data-focus-source=key] a:focus, [data-focus-source=key] .selleradise_blog__sidebar aside .wp-block-search__button:focus, .selleradise_blog__sidebar aside [data-focus-source=key] .wp-block-search__button:focus, [data-focus-source=key] .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart:focus, .selleradise .wpmc-nav-wrapper [data-focus-source=key] #wpmc-back-to-cart:focus,
[data-focus-source=key] .selleradise .wpmc-nav-wrapper #wpmc-prev:focus,
.selleradise .wpmc-nav-wrapper [data-focus-source=key] #wpmc-prev:focus, [data-focus-source=key] .selleradise .wpmc-tabs-wrapper-back-to-cart:focus, .selleradise [data-focus-source=key] .wpmc-tabs-wrapper-back-to-cart:focus, [data-focus-source=key] .selleradise .wpmc-steps-wrapper-back-to-cart:focus, .selleradise [data-focus-source=key] .wpmc-steps-wrapper-back-to-cart:focus, [data-focus-source=key] .selleradise .wpmc-nav-wrapper-back-to-cart:focus, .selleradise [data-focus-source=key] .wpmc-nav-wrapper-back-to-cart:focus, [data-focus-source=key] .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit:focus, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address [data-focus-source=key] a.edit:focus, [data-focus-source=key] .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button:focus, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator [data-focus-source=key] button:focus, [data-focus-source=key] .selleradise_button--accent-outline:focus, [data-focus-source=key] .selleradise_button--accent:focus, [data-focus-source=key] .selleradise_button--primary-outline:focus, [data-focus-source=key] .selleradise_button--primary:focus, [data-focus-source=key] .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart:focus, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart [data-focus-source=key] .add_to_cart:focus, [data-focus-source=key] .search-form .search-submit:focus, .search-form [data-focus-source=key] .search-submit:focus, [data-focus-source=key] .selleradise .wpmc-nav-wrapper #wpmc-skip-login:focus, .selleradise .wpmc-nav-wrapper [data-focus-source=key] #wpmc-skip-login:focus,
[data-focus-source=key] .selleradise .wpmc-nav-wrapper #wpmc-next:focus,
.selleradise .wpmc-nav-wrapper [data-focus-source=key] #wpmc-next:focus, [data-focus-source=key] .selleradise form.checkout_coupon .button:focus, .selleradise form.checkout_coupon [data-focus-source=key] .button:focus, [data-focus-source=key] .selleradise .selleradise-container .page .woocommerce-checkout-payment .button:focus, .selleradise .selleradise-container .page .woocommerce-checkout-payment [data-focus-source=key] .button:focus, [data-focus-source=key] .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a:focus, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions [data-focus-source=key] a:focus, [data-focus-source=key] .selleradise .woocommerce-MyAccount-content button[type=submit]:focus, .selleradise .woocommerce-MyAccount-content [data-focus-source=key] button[type=submit]:focus, [data-focus-source=key] .selleradise .woocommerce form.login button[type=submit].button:focus, .selleradise .woocommerce form.login [data-focus-source=key] button[type=submit].button:focus,
[data-focus-source=key] .selleradise .woocommerce form.register button[type=submit].button:focus,
.selleradise .woocommerce form.register [data-focus-source=key] button[type=submit].button:focus,
[data-focus-source=key] .selleradise .loginForm--popup form.login button[type=submit].button:focus,
.selleradise .loginForm--popup form.login [data-focus-source=key] button[type=submit].button:focus,
[data-focus-source=key] .selleradise .loginForm--popup form.register button[type=submit].button:focus,
.selleradise .loginForm--popup form.register [data-focus-source=key] button[type=submit].button:focus,
[data-focus-source=key] .selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button:focus,
.selleradise .woocommerce .woocommerce-ResetPassword [data-focus-source=key] button[type=submit].button:focus, [data-focus-source=key] .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]:focus, .selleradise_single_product__panel #reviews #review_form #respond form [data-focus-source=key] input[type=submit]:focus, [data-focus-source=key] .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button:focus, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart [data-focus-source=key] .button:focus,
[data-focus-source=key] .selleradise_single_product__content .summary form.cart .button:focus,
.selleradise_single_product__content .summary form.cart [data-focus-source=key] .button:focus, [data-focus-source=key] .comments-area .comment-form input[type=submit]:focus, .comments-area .comment-form [data-focus-source=key] input[type=submit]:focus, [data-focus-source=key] .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a:focus, .theme-selleradise .wc-block-grid__products [data-focus-source=key] .wc-block-grid__product-add-to-cart > a:focus, [data-focus-source=key] .selleradise_footer__form input[type=submit]:focus, .selleradise_footer__form [data-focus-source=key] input[type=submit]:focus, [data-focus-source=key] .selleradise .woocommerce button.button:focus, .selleradise .woocommerce [data-focus-source=key] button.button:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-text);
  outline-offset: 0.15rem;
}
.selleradise_button--base.disabled, .disabled.selleradise_button--skip-to-content, .disabled.selleradise_button--secondary-outline, .selleradise_single_product__tags a.disabled, .disabled.selleradise_button--secondary, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a.disabled, .selleradise_blog__sidebar aside .disabled.wp-block-search__button, .selleradise .wpmc-nav-wrapper .disabled#wpmc-back-to-cart,
.selleradise .wpmc-nav-wrapper .disabled#wpmc-prev, .selleradise .disabled.wpmc-tabs-wrapper-back-to-cart, .selleradise .disabled.wpmc-steps-wrapper-back-to-cart, .selleradise .disabled.wpmc-nav-wrapper-back-to-cart, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.disabled.edit, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button.disabled, .disabled.selleradise_button--accent-outline, .disabled.selleradise_button--accent, .disabled.selleradise_button--primary-outline, .disabled.selleradise_button--primary, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .disabled.add_to_cart, .search-form .disabled.search-submit, .selleradise .wpmc-nav-wrapper .disabled#wpmc-skip-login,
.selleradise .wpmc-nav-wrapper .disabled#wpmc-next, .selleradise form.checkout_coupon .disabled.button, .selleradise .selleradise-container .page .woocommerce-checkout-payment .disabled.button, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a.disabled, .selleradise .woocommerce-MyAccount-content button.disabled[type=submit], .selleradise .woocommerce form.login button.disabled[type=submit].button,
.selleradise .woocommerce form.register button.disabled[type=submit].button,
.selleradise .loginForm--popup form.login button.disabled[type=submit].button,
.selleradise .loginForm--popup form.register button.disabled[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword button.disabled[type=submit].button, .selleradise_single_product__panel #reviews #review_form #respond form input.disabled[type=submit], .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .disabled.button,
.selleradise_single_product__content .summary form.cart .disabled.button, .comments-area .comment-form input.disabled[type=submit], .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a.disabled, .selleradise_footer__form input.disabled[type=submit], .selleradise .woocommerce button.disabled.button {
  pointer-events: none;
}

.selleradise_button--primary, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart, .search-form .search-submit, .selleradise .wpmc-nav-wrapper #wpmc-skip-login,
.selleradise .wpmc-nav-wrapper #wpmc-next, .selleradise form.checkout_coupon .button, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a, .selleradise .woocommerce-MyAccount-content button[type=submit], .selleradise .woocommerce form.login button[type=submit].button,
.selleradise .woocommerce form.register button[type=submit].button,
.selleradise .loginForm--popup form.login button[type=submit].button,
.selleradise .loginForm--popup form.register button[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit], .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button,
.selleradise_single_product__content .summary form.cart .button, .comments-area .comment-form input[type=submit], .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a, .selleradise_footer__form input[type=submit], .selleradise_footer--default .selleradise_footer__form input[type=submit] {
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
}
.selleradise_button--primary::before, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart::before, .search-form .search-submit::before, .selleradise .wpmc-nav-wrapper #wpmc-skip-login::before,
.selleradise .wpmc-nav-wrapper #wpmc-next::before, .selleradise form.checkout_coupon .button::before, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button::before, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a::before, .selleradise .woocommerce-MyAccount-content button[type=submit]::before, .selleradise .woocommerce form.login button[type=submit].button::before,
.selleradise .woocommerce form.register button[type=submit].button::before,
.selleradise .loginForm--popup form.login button[type=submit].button::before,
.selleradise .loginForm--popup form.register button[type=submit].button::before,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button::before, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]::before, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button::before,
.selleradise_single_product__content .summary form.cart .button::before, .comments-area .comment-form input[type=submit]::before, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a::before, .selleradise_footer__form input[type=submit]::before, .selleradise_footer--default .selleradise_footer__form input[type=submit]::before {
  background-color: var(--selleradise-color-main);
}
.selleradise_button--primary:not(:disabled):hover, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart:not(:disabled):hover, .search-form .search-submit:not(:disabled):hover, .selleradise .wpmc-nav-wrapper #wpmc-skip-login:not(:disabled):hover,
.selleradise .wpmc-nav-wrapper #wpmc-next:not(:disabled):hover, .selleradise form.checkout_coupon .button:not(:disabled):hover, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button:not(:disabled):hover, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a:not(:disabled):hover, .selleradise .woocommerce-MyAccount-content button[type=submit]:not(:disabled):hover, .selleradise .woocommerce form.login button[type=submit].button:not(:disabled):hover,
.selleradise .woocommerce form.register button[type=submit].button:not(:disabled):hover,
.selleradise .loginForm--popup form.login button[type=submit].button:not(:disabled):hover,
.selleradise .loginForm--popup form.register button[type=submit].button:not(:disabled):hover,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button:not(:disabled):hover, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]:not(:disabled):hover, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button:not(:disabled):hover,
.selleradise_single_product__content .summary form.cart .button:not(:disabled):hover, .comments-area .comment-form input[type=submit]:not(:disabled):hover, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a:not(:disabled):hover, .selleradise_footer__form input[type=submit]:not(:disabled):hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.selleradise_button--primary:not(:disabled):active::before, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart:not(:disabled):active::before, .search-form .search-submit:not(:disabled):active::before, .selleradise .wpmc-nav-wrapper #wpmc-skip-login:not(:disabled):active::before,
.selleradise .wpmc-nav-wrapper #wpmc-next:not(:disabled):active::before, .selleradise form.checkout_coupon .button:not(:disabled):active::before, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button:not(:disabled):active::before, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a:not(:disabled):active::before, .selleradise .woocommerce-MyAccount-content button[type=submit]:not(:disabled):active::before, .selleradise .woocommerce form.login button[type=submit].button:not(:disabled):active::before,
.selleradise .woocommerce form.register button[type=submit].button:not(:disabled):active::before,
.selleradise .loginForm--popup form.login button[type=submit].button:not(:disabled):active::before,
.selleradise .loginForm--popup form.register button[type=submit].button:not(:disabled):active::before,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button:not(:disabled):active::before, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]:not(:disabled):active::before, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button:not(:disabled):active::before,
.selleradise_single_product__content .summary form.cart .button:not(:disabled):active::before, .comments-area .comment-form input[type=submit]:not(:disabled):active::before, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a:not(:disabled):active::before, .selleradise_footer__form input[type=submit]:not(:disabled):active::before, .selleradise_button--primary:not(:disabled):focus::before, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart:not(:disabled):focus::before, .search-form .search-submit:not(:disabled):focus::before, .selleradise .wpmc-nav-wrapper #wpmc-skip-login:not(:disabled):focus::before,
.selleradise .wpmc-nav-wrapper #wpmc-next:not(:disabled):focus::before, .selleradise form.checkout_coupon .button:not(:disabled):focus::before, .selleradise .selleradise-container .page .woocommerce-checkout-payment .button:not(:disabled):focus::before, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a:not(:disabled):focus::before, .selleradise .woocommerce-MyAccount-content button[type=submit]:not(:disabled):focus::before, .selleradise .woocommerce form.login button[type=submit].button:not(:disabled):focus::before,
.selleradise .woocommerce form.register button[type=submit].button:not(:disabled):focus::before,
.selleradise .loginForm--popup form.login button[type=submit].button:not(:disabled):focus::before,
.selleradise .loginForm--popup form.register button[type=submit].button:not(:disabled):focus::before,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button:not(:disabled):focus::before, .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit]:not(:disabled):focus::before, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button:not(:disabled):focus::before,
.selleradise_single_product__content .summary form.cart .button:not(:disabled):focus::before, .comments-area .comment-form input[type=submit]:not(:disabled):focus::before, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a:not(:disabled):focus::before, .selleradise_footer__form input[type=submit]:not(:disabled):focus::before {
  clip-path: circle(100% at 50% 50%);
}
.selleradise_button--primary-outline {
  color: var(--selleradise-color-main);
  border: 0.15rem solid var(--selleradise-color-main);
}

.selleradise_button--accent {
  background-color: var(--selleradise-color-accent-light);
  color: var(--selleradise-color-accent-light-text);
}
.selleradise_button--accent::before {
  background-color: var(--selleradise-color-accent-light);
}
.selleradise_button--accent:not(:disabled):hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.selleradise_button--accent:not(:disabled):active, .selleradise_button--accent:not(:disabled):focus {
  color: var(--selleradise-color-accent-light-text);
}
.selleradise_button--accent:not(:disabled):active::before, .selleradise_button--accent:not(:disabled):focus::before {
  clip-path: circle(100% at 50% 50%);
}
.selleradise_button--accent-outline {
  color: var(--selleradise-color-accent-light);
  border: 0.15rem solid var(--selleradise-color-accent-light);
}

.selleradise_button--secondary, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a, .selleradise_blog__sidebar aside .wp-block-search__button, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart,
.selleradise .wpmc-nav-wrapper #wpmc-prev, .selleradise .wpmc-tabs-wrapper-back-to-cart, .selleradise .wpmc-steps-wrapper-back-to-cart, .selleradise .wpmc-nav-wrapper-back-to-cart, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  color: rgba(var(--selleradise-color-text-rgb), 0.8);
}
.selleradise_button--secondary::after, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a::after, .selleradise_blog__sidebar aside .wp-block-search__button::after, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart::after,
.selleradise .wpmc-nav-wrapper #wpmc-prev::after, .selleradise .wpmc-tabs-wrapper-back-to-cart::after, .selleradise .wpmc-steps-wrapper-back-to-cart::after, .selleradise .wpmc-nav-wrapper-back-to-cart::after, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit::after, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button::after {
  content: none;
}
.selleradise_button--secondary::before, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a::before, .selleradise_blog__sidebar aside .wp-block-search__button::before, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart::before,
.selleradise .wpmc-nav-wrapper #wpmc-prev::before, .selleradise .wpmc-tabs-wrapper-back-to-cart::before, .selleradise .wpmc-steps-wrapper-back-to-cart::before, .selleradise .wpmc-nav-wrapper-back-to-cart::before, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit::before, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button::before {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_button--secondary:not(:disabled):hover, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a:not(:disabled):hover, .selleradise_blog__sidebar aside .wp-block-search__button:not(:disabled):hover, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart:not(:disabled):hover,
.selleradise .wpmc-nav-wrapper #wpmc-prev:not(:disabled):hover, .selleradise .wpmc-tabs-wrapper-back-to-cart:not(:disabled):hover, .selleradise .wpmc-steps-wrapper-back-to-cart:not(:disabled):hover, .selleradise .wpmc-nav-wrapper-back-to-cart:not(:disabled):hover, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit:not(:disabled):hover, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button:not(:disabled):hover {
  box-shadow: inset 0 0 0 0.1em var(--selleradise-color-text);
  background-color: var(--selleradise-color-background);
}
.selleradise_button--secondary:not(:disabled):active::before, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a:not(:disabled):active::before, .selleradise_blog__sidebar aside .wp-block-search__button:not(:disabled):active::before, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart:not(:disabled):active::before,
.selleradise .wpmc-nav-wrapper #wpmc-prev:not(:disabled):active::before, .selleradise .wpmc-tabs-wrapper-back-to-cart:not(:disabled):active::before, .selleradise .wpmc-steps-wrapper-back-to-cart:not(:disabled):active::before, .selleradise .wpmc-nav-wrapper-back-to-cart:not(:disabled):active::before, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit:not(:disabled):active::before, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button:not(:disabled):active::before, .selleradise_button--secondary:not(:disabled):focus::before, .woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a:not(:disabled):focus::before, .selleradise_blog__sidebar aside .wp-block-search__button:not(:disabled):focus::before, .selleradise .wpmc-nav-wrapper #wpmc-back-to-cart:not(:disabled):focus::before,
.selleradise .wpmc-nav-wrapper #wpmc-prev:not(:disabled):focus::before, .selleradise .wpmc-tabs-wrapper-back-to-cart:not(:disabled):focus::before, .selleradise .wpmc-steps-wrapper-back-to-cart:not(:disabled):focus::before, .selleradise .wpmc-nav-wrapper-back-to-cart:not(:disabled):focus::before, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit:not(:disabled):focus::before, .selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator button:not(:disabled):focus::before {
  clip-path: circle(100% at 50% 50%);
}
.selleradise_button--secondary-outline, .selleradise_single_product__tags a {
  background-color: transparent;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.25);
}
.selleradise_button--secondary-outline:hover, .selleradise_single_product__tags a:hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  box-shadow: none;
}

.selleradise_button--skip-to-content {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
}
:root[data-focus-source=key] .selleradise_button--skip-to-content:focus {
  opacity: 1;
}
.admin-bar .selleradise_button--skip-to-content {
  top: calc(1rem + 32px);
}
@media (max-width: 767px) {
  .admin-bar .selleradise_button--skip-to-content {
    top: calc(1rem + 46px);
    position: absolute;
  }
}

.button--icon, .buttonIcon--secondary-outline, .selleradise__mobile-menu-button--close, .buttonIcon--secondary, .selleradise_MiniCart__itemQuantity button, .buttonIcon--primary {
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 1rem;
  border-radius: 100%;
  font-size: 1rem;
  outline: none;
  transform-origin: center;
  cursor: pointer;
}
:root[data-focus-source=key] .button--icon:focus, :root[data-focus-source=key] .buttonIcon--secondary-outline:focus, :root[data-focus-source=key] .selleradise__mobile-menu-button--close:focus, :root[data-focus-source=key] .buttonIcon--secondary:focus, :root[data-focus-source=key] .selleradise_MiniCart__itemQuantity button:focus, :root[data-focus-source=key] .buttonIcon--primary:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.button--icon svg, .buttonIcon--secondary-outline svg, .selleradise__mobile-menu-button--close svg, .buttonIcon--secondary svg, .selleradise_MiniCart__itemQuantity button svg, .buttonIcon--primary svg {
  width: 1rem;
  height: 1rem;
}
.button--icon .helper, .buttonIcon--secondary-outline .helper, .selleradise__mobile-menu-button--close .helper, .buttonIcon--secondary .helper, .selleradise_MiniCart__itemQuantity button .helper, .buttonIcon--primary .helper {
  position: absolute;
  left: 50%;
  top: -0.65rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -0.65rem;
  background-color: var(--selleradise-color-accent-dark);
  color: var(--selleradise-color-light);
  border-radius: 50%;
}
.button--icon:disabled, .buttonIcon--secondary-outline:disabled, .selleradise__mobile-menu-button--close:disabled, .buttonIcon--secondary:disabled, .selleradise_MiniCart__itemQuantity button:disabled, .buttonIcon--primary:disabled {
  opacity: 0.5;
}
[data-focus-source=key] .button--icon:focus:not(:disabled), [data-focus-source=key] .buttonIcon--secondary-outline:focus:not(:disabled), [data-focus-source=key] .selleradise__mobile-menu-button--close:focus:not(:disabled), [data-focus-source=key] .buttonIcon--secondary:focus:not(:disabled), [data-focus-source=key] .selleradise_MiniCart__itemQuantity button:focus:not(:disabled), .selleradise_MiniCart__itemQuantity [data-focus-source=key] button:focus:not(:disabled), [data-focus-source=key] .buttonIcon--primary:focus:not(:disabled) {
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-dark);
}

.buttonIcon--primary {
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
}
[data-focus-source=key] .buttonIcon--primary:focus:not(:disabled) {
  box-shadow: 0 0 0 0.1em var(--selleradise-color-accent-dark);
}

.buttonIcon--secondary, .selleradise_MiniCart__itemQuantity button {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  color: var(--selleradise-color-text);
}
[data-focus-source=key] .buttonIcon--secondary:focus:not(:disabled), [data-focus-source=key] .selleradise_MiniCart__itemQuantity button:focus:not(:disabled), .selleradise_MiniCart__itemQuantity [data-focus-source=key] button:focus:not(:disabled) {
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-text);
}
.buttonIcon--secondary-outline, .selleradise__mobile-menu-button--close {
  background-color: transparent;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  color: var(--selleradise-color-text);
}
.buttonIcon--secondary-outline:hover, .selleradise__mobile-menu-button--close:hover {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}

.selleradise_chip, .selleradise_chip--onsale, .selleradise_chip--base, .selleradise_search_page__article-type, .selleradise_single_post .post .selleradise_single_post__categories a,
.selleradise_single_post .post .selleradise_single_post__tags a, .selleradise_blog__sidebar aside .wp-block-tag-cloud > .tag-cloud-link, .comments-area .comment-list .reply, .comments-area .comment-list .comment-reply-title #cancel-comment-reply-link, .selleradiseHeader__searchResults-suggestions--categories > li a, .selleradiseHeader__searchForm-category-button {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0.5em 1em;
  border-radius: 2em;
  outline: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_chip--base, .selleradise_search_page__article-type, .selleradise_single_post .post .selleradise_single_post__categories a,
.selleradise_single_post .post .selleradise_single_post__tags a, .selleradise_blog__sidebar aside .wp-block-tag-cloud > .tag-cloud-link, .comments-area .comment-list .reply, .comments-area .comment-list .comment-reply-title #cancel-comment-reply-link, .selleradiseHeader__searchResults-suggestions--categories > li a, .selleradiseHeader__searchForm-category-button {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_chip--base:hover, .selleradise_search_page__article-type:hover, .selleradise_single_post .post .selleradise_single_post__categories a:hover,
.selleradise_single_post .post .selleradise_single_post__tags a:hover, .selleradise_blog__sidebar aside .wp-block-tag-cloud > .tag-cloud-link:hover, .comments-area .comment-list .reply:hover, .comments-area .comment-list .comment-reply-title #cancel-comment-reply-link:hover, .selleradiseHeader__searchResults-suggestions--categories > li a:hover, .selleradiseHeader__searchForm-category-button:hover, .selleradise_chip--base:focus, .selleradise_search_page__article-type:focus, .selleradise_single_post .post .selleradise_single_post__categories a:focus,
.selleradise_single_post .post .selleradise_single_post__tags a:focus, .selleradise_blog__sidebar aside .wp-block-tag-cloud > .tag-cloud-link:focus, .comments-area .comment-list .reply:focus, .comments-area .comment-list .comment-reply-title #cancel-comment-reply-link:focus, .selleradiseHeader__searchResults-suggestions--categories > li a:focus, .selleradiseHeader__searchForm-category-button:focus, .selleradise_chip--base:active, .selleradise_search_page__article-type:active, .selleradise_single_post .post .selleradise_single_post__categories a:active,
.selleradise_single_post .post .selleradise_single_post__tags a:active, .selleradise_blog__sidebar aside .wp-block-tag-cloud > .tag-cloud-link:active, .comments-area .comment-list .reply:active, .comments-area .comment-list .comment-reply-title #cancel-comment-reply-link:active, .selleradiseHeader__searchResults-suggestions--categories > li a:active, .selleradiseHeader__searchForm-category-button:active {
  color: var(--selleradise-color-text);
  background-color: transparent;
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.5);
}
.selleradise_chip--onsale {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 20;
  background-color: var(--light-theme_color-text);
  color: var(--light-theme_color-background);
}

.selleradise_tablist__button {
  position: relative;
  padding: 0.5em 1.5em;
  border-radius: 5em;
  font-size: inherit;
  cursor: pointer;
  color: var(--selleradise-color-text);
  opacity: 0.7;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin: 0 0.5em;
  border: none;
  background-color: transparent;
}
:root[data-focus-source=key] .selleradise_tablist__button:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_tablist__button svg {
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 -0.5em;
}
.selleradise_tablist__button:hover {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  opacity: 1;
}
.selleradise_tablist__button--selected, .selleradise_shop--default__sortForm--default input[type=radio]:checked + label, .selleradise_shop--default__sortForm--default input[type=radio][selected] + label, .selleradise_tablist__button[aria-selected=true], .selleradise_tablist__button[data-selected=true] {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  opacity: 1;
}
.selleradise_tablist__button--selected:hover, .selleradise_shop--default__sortForm--default input[type=radio]:checked + label:hover, .selleradise_shop--default__sortForm--default input[type=radio][selected] + label:hover, .selleradise_tablist__button[aria-selected=true]:hover, .selleradise_tablist__button[data-selected=true]:hover {
  background-color: var(--selleradise-color-text);
}
@media (max-width: 1024px) {
  .selleradise_tablist {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.selleradise_label, .selleradise .selleradise-container .page .woocommerce-billing-fields p.form-row label, .selleradise .selleradise-container .page .woocommerce-shipping-fields p.form-row label, .selleradise .selleradise-container .page .woocommerce-additional-fields p.form-row label, label {
  font-size: 1rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}

.theme-selleradise form .form-row.woocommerce-invalid label {
  color: #f44336;
}

.selleradise_input, textarea, input,
.input {
  font-size: 1rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  padding: 0 1rem;
  height: 3.2em;
  width: 100%;
  border-radius: 0.75em;
  outline: none;
  border: none;
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
  transition: box-shadow 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_input::placeholder, textarea::placeholder, input::placeholder,
.input::placeholder {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_input:hover, textarea:hover, input:hover,
.input:hover {
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.25);
}
.selleradise_input:focus, textarea:focus, input:focus,
.input:focus {
  box-shadow: inset 0 0 0 0.1em var(--selleradise-color-text);
}

.selleradise_select, select {
  font-size: 1rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  padding: 0 2rem;
  height: 3em;
  width: 100%;
  border-radius: 0.75em;
  outline: none;
  border: none;
  transition: box-shadow 400ms cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
  cursor: pointer;
  position: relative;
  border-right: 1em solid transparent;
}
.selleradise_select::placeholder, select::placeholder {
  color: var(--selleradise-color-text);
  opacity: 0.7;
}
.selleradise_select:hover, select:hover {
  box-shadow: 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.25);
}
.selleradise_select:focus, select:focus {
  box-shadow: 0 0 0 0.1em var(--selleradise-color-text);
}

textarea {
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
}

:root:not([data-focus-source=key]) .selleradise .input-radio, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input,
:root:not([data-focus-source=key]) .selleradise input[type=radio] {
  display: none;
  cursor: pointer;
}
:root:not([data-focus-source=key]) .selleradise .input-radio + label, :root:not([data-focus-source=key]) .selleradise .input-radio ~ label, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label,
:root:not([data-focus-source=key]) .selleradise input[type=radio] + label,
:root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label {
  cursor: pointer;
}
:root:not([data-focus-source=key]) .selleradise .input-radio + label::before, :root:not([data-focus-source=key]) .selleradise .input-radio ~ label::before, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label::before, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] + label::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-text);
  margin-right: 1rem;
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
:root:not([data-focus-source=key]) .selleradise .input-radio + label:hover::before, :root:not([data-focus-source=key]) .selleradise .input-radio + label:focus::before, :root:not([data-focus-source=key]) .selleradise .input-radio + label:active::before, :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:hover::before, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:hover::before, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:hover::before, :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:focus::before, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:focus::before, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:focus::before, :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:active::before, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:active::before, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:active::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] + label:hover::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] + label:focus::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] + label:active::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:hover::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:focus::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:active::before {
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-main);
}
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio + label:hover::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio + label:focus::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio + label:active::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:hover::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:hover::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:hover::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:focus::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:focus::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:focus::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:active::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:active::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:active::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] + label:hover::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] + label:focus::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] + label:active::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:hover::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:focus::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:active::before {
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-accent-light);
}
:root:not([data-focus-source=key]) .selleradise .input-radio + label:active::before, :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:active::before, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:active::before, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:active::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] + label:active::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:active::before {
  background-color: var(--selleradise-color-main);
}
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio + label:active::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio ~ label:active::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input ~ label:active::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input ~ label:active::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] + label:active::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio] ~ label:active::before {
  background-color: var(--selleradise-color-accent-light);
}
:root:not([data-focus-source=key]) .selleradise .input-radio:checked + label::before, :root:not([data-focus-source=key]) .selleradise .input-radio:checked ~ label::before, :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input:checked ~ label::before, :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input:checked ~ label::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio]:checked + label::before,
:root:not([data-focus-source=key]) .selleradise input[type=radio]:checked ~ label::before {
  background-color: var(--selleradise-color-main);
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-main), inset 0 0 0 0.2rem var(--selleradise-color-background);
}
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio:checked + label::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .input-radio:checked ~ label::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .checkout.woocommerce-checkout ul#shipping_method li input:checked ~ label::before, :root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input:checked ~ label::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio]:checked + label::before,
:root[data-selleradise-theme-type=dark] :root:not([data-focus-source=key]) .selleradise input[type=radio]:checked ~ label::before {
  background-color: var(--selleradise-color-accent-light);
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-accent-light), inset 0 0 0 0.2rem var(--selleradise-color-background);
}

input[type=checkbox],
.input-checkbox,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input,
.woocommerce-form__input-checkbox,
#wp-comment-cookies-consent {
  -webkit-appearance: none;
  font-size: 1rem;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.2em;
  background-color: transparent;
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.5);
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  color: var(--selleradise-color-main-text);
  line-height: 1;
  padding: 0;
}
:root[data-focus-source=key] input[type=checkbox]:focus,
:root[data-focus-source=key] .input-checkbox:focus,
:root[data-focus-source=key] .selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:focus,
:root[data-focus-source=key] .woocommerce-form__input-checkbox:focus,
:root[data-focus-source=key] #wp-comment-cookies-consent:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=checkbox]:active,
.input-checkbox:hover,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:hover,
.input-checkbox:focus,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:focus,
.input-checkbox:active,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:active,
.woocommerce-form__input-checkbox:hover,
.woocommerce-form__input-checkbox:focus,
.woocommerce-form__input-checkbox:active,
#wp-comment-cookies-consent:hover,
#wp-comment-cookies-consent:focus,
#wp-comment-cookies-consent:active {
  box-shadow: inset 0 0 0 0.1em var(--selleradise-color-main);
}
input[type=checkbox]:checked,
.input-checkbox:checked,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:checked,
.woocommerce-form__input-checkbox:checked,
#wp-comment-cookies-consent:checked {
  background-color: var(--selleradise-color-main);
  box-shadow: inset 0 0 0 0.1em var(--selleradise-color-main);
}
input[type=checkbox]:checked::before,
.input-checkbox:checked::before,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:checked::before,
.woocommerce-form__input-checkbox:checked::before,
#wp-comment-cookies-consent:checked::before {
  font-size: 0.8rem;
  font-family: "icomoon";
}
input[type=checkbox]:disabled,
.input-checkbox:disabled,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:disabled,
.woocommerce-form__input-checkbox:disabled,
#wp-comment-cookies-consent:disabled {
  opacity: 0.5;
}
input[type=checkbox]:active,
.input-checkbox:active,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input:active,
.woocommerce-form__input-checkbox:active,
#wp-comment-cookies-consent:active {
  background-color: var(--selleradise-color-main);
}
input[type=checkbox] + label, input[type=checkbox] ~ label, input[type=checkbox] ~ span,
.input-checkbox + label,
.input-checkbox ~ label,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input ~ label,
.input-checkbox ~ span,
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox input ~ span,
.woocommerce-form__input-checkbox + label,
.woocommerce-form__input-checkbox ~ label,
.woocommerce-form__input-checkbox ~ span,
#wp-comment-cookies-consent + label,
#wp-comment-cookies-consent ~ label,
#wp-comment-cookies-consent ~ span {
  cursor: pointer;
  position: relative;
  padding-left: 1em;
}

.customInput--number::-webkit-inner-spin-button, .customInput--number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.selleradise .select2 .select2-selection {
  font-size: 1rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  padding: 0 1em;
  height: 3rem;
  width: 100%;
  border-radius: var(--border-radius-half);
  outline: none;
  border: none;
  box-shadow: 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise .select2 .select2-selection__arrow {
  height: 100%;
  width: 2.5rem;
  top: 0;
  right: 0;
}
.selleradise .select2 .select2-selection__rendered {
  color: var(--selleradise-color-text);
}
.selleradise .select2-results__option {
  font-size: 0.8rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  padding: 0.5em 1em;
  outline: none;
}
.selleradise .select2-container--default .select2-results__option[aria-selected=true],
.selleradise .select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.selleradise .select2-container--default .select2-results__option--highlighted[aria-selected],
.selleradise .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
}
.selleradise .select2-search {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
}
.selleradise .select2-search input {
  padding: 0 1rem;
}
.selleradise .select2-search .select2-results {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  border: 0.05rem solid rgba(var(--selleradise-color-text-rgb), 0.05);
}

fieldset {
  padding: 2.5rem;
  border: 0.15em solid var(--selleradise-color-text);
  border-radius: var(--border-radius-base);
  margin: 1.5rem 0 1rem 0;
}
fieldset legend {
  font-size: 0.8rem;
  background-color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  color: var(--selleradise-color-background);
  padding: 0.6em 1.4em;
  border-radius: 5em;
}

.selleradise .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  width: 100%;
}

.selleradise_switch__label {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise_switch button {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  color: var(--selleradise-color-text);
  border-radius: 5em;
  width: 4.5rem;
  height: 2rem;
  position: relative;
  border: none;
}
:root[data-focus-source=key] .selleradise_switch button:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_switch button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.625rem 0 0 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.5rem;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.5);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(0.3125rem);
}
.selleradise_switch button[aria-checked=true] {
  background-color: var(--selleradise-color-main);
}
.selleradise_switch button[aria-checked=true]::before {
  background-color: var(--selleradise-color-main-text);
  transform: translateX(2.9rem);
}

.tippy-box[data-theme~=primary] {
  font-size: 0.8rem;
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  border-color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0.5em 1em;
  border-radius: var(--border-radius-base);
}
.tippy-box[data-theme~=primary][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--selleradise-color-text);
}
.tippy-box[data-theme~=primary][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--selleradise-color-text);
}
.tippy-box[data-theme~=primary][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--selleradise-color-text);
}
.tippy-box[data-theme~=primary][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--selleradise-color-text);
}

.selleradise_tooltip {
  display: none;
}

.woocommerce-notices-wrapper {
  position: fixed;
  left: 1rem;
  bottom: 0;
  z-index: 1000;
}
.woocommerce-notices-wrapper > * {
  animation: fadeInTop 300ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.woocommerce-notices-wrapper > *:nth-child(1) {
  animation-duration: 150ms;
}
.woocommerce-notices-wrapper > *:nth-child(2) {
  animation-duration: 200ms;
}
.woocommerce-notices-wrapper > *:nth-child(3) {
  animation-duration: 250ms;
}
.woocommerce-notices-wrapper > *:nth-child(4) {
  animation-duration: 300ms;
}
.woocommerce-notices-wrapper > *:nth-child(5) {
  animation-duration: 350ms;
}
.woocommerce-notices-wrapper > *:nth-child(6) {
  animation-duration: 400ms;
}
.woocommerce-notices-wrapper > *:nth-child(7) {
  animation-duration: 450ms;
}
.woocommerce-notices-wrapper > *:nth-child(8) {
  animation-duration: 500ms;
}
.woocommerce-notices-wrapper > *:nth-child(9) {
  animation-duration: 550ms;
}
.woocommerce-notices-wrapper > *:nth-child(10) {
  animation-duration: 600ms;
}
@media (max-width: 1024px) {
  .woocommerce-notices-wrapper {
    width: 90vw;
    right: 5vw;
  }
}

.woocommerce-message {
  font-size: 1rem;
  color: var(--selleradise-color-light);
  border-radius: 2.5em;
  transform: translate(0, 1rem);
  z-index: 1000;
  border: none;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 1em 1.6rem 1em 4rem;
  background-color: #e8f5e9;
  color: #2e7d32;
}
.woocommerce-message li {
  width: 100%;
  padding: 0.5rem 0;
}
.woocommerce-message a,
.woocommerce-message a.button {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: rgba(var(--selleradise-color-text-rgb), 0.1);
  color: var(--selleradise-color-text);
  padding: 0.5em 1em;
  border-radius: 5em;
  order: 2;
  margin: 0 0 0 1rem;
}
.woocommerce-message a:hover,
.woocommerce-message a.button:hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.woocommerce-message::before {
  color: var(--selleradise-color-light);
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .woocommerce-message {
    border-radius: var(--border-radius-base);
    padding: 1rem;
  }
  .woocommerce-message a,
  .woocommerce-message a.button {
    justify-content: center;
    width: 100%;
    margin: 0.8rem 0 0 0;
    text-align: center;
    padding: 0.8em 1.6em;
  }
  .woocommerce-message::before {
    display: none;
  }
}
.woocommerce-message::before {
  color: #2e7d32;
}
.woocommerce-message a,
.woocommerce-message a.button {
  background-color: #2e7d32;
  color: #e8f5e9;
}
.woocommerce-message a:hover,
.woocommerce-message a.button:hover {
  background-color: #1b5e20;
}

.woocommerce-info {
  font-size: 1rem;
  color: var(--selleradise-color-light);
  border-radius: 2.5em;
  transform: translate(0, 1rem);
  z-index: 1000;
  border: none;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 1em 1.6rem 1em 4rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-main);
  background-image: linear-gradient(rgba(var(--selleradise-color-main-rgb), 0.1), rgba(var(--selleradise-color-main-rgb), 0.1));
}
.woocommerce-info li {
  width: 100%;
  padding: 0.5rem 0;
}
.woocommerce-info a,
.woocommerce-info a.button {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: rgba(var(--selleradise-color-text-rgb), 0.1);
  color: var(--selleradise-color-text);
  padding: 0.5em 1em;
  border-radius: 5em;
  order: 2;
  margin: 0 0 0 1rem;
}
.woocommerce-info a:hover,
.woocommerce-info a.button:hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.woocommerce-info::before {
  color: var(--selleradise-color-light);
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .woocommerce-info {
    border-radius: var(--border-radius-base);
    padding: 1rem;
  }
  .woocommerce-info a,
  .woocommerce-info a.button {
    justify-content: center;
    width: 100%;
    margin: 0.8rem 0 0 0;
    text-align: center;
    padding: 0.8em 1.6em;
  }
  .woocommerce-info::before {
    display: none;
  }
}
.woocommerce-info a,
.woocommerce-info a.button {
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
}
.woocommerce-info a:hover,
.woocommerce-info a.button:hover {
  background-color: rgba(var(--selleradise-color-main-rgb), 0.9);
}
.woocommerce-info::before {
  color: var(--selleradise-color-main);
}

.woocommerce-error {
  font-size: 1rem;
  color: var(--selleradise-color-light);
  border-radius: 2.5em;
  transform: translate(0, 1rem);
  z-index: 1000;
  border: none;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 1em 1.6rem 1em 4rem;
  background-color: #ffebee;
  color: #b71c1c;
}
.woocommerce-error li {
  width: 100%;
  padding: 0.5rem 0;
}
.woocommerce-error a,
.woocommerce-error a.button {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: rgba(var(--selleradise-color-text-rgb), 0.1);
  color: var(--selleradise-color-text);
  padding: 0.5em 1em;
  border-radius: 5em;
  order: 2;
  margin: 0 0 0 1rem;
}
.woocommerce-error a:hover,
.woocommerce-error a.button:hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.woocommerce-error::before {
  color: var(--selleradise-color-light);
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .woocommerce-error {
    border-radius: var(--border-radius-base);
    padding: 1rem;
  }
  .woocommerce-error a,
  .woocommerce-error a.button {
    justify-content: center;
    width: 100%;
    margin: 0.8rem 0 0 0;
    text-align: center;
    padding: 0.8em 1.6em;
  }
  .woocommerce-error::before {
    display: none;
  }
}
.woocommerce-error::before {
  color: #b71c1c;
}
.woocommerce-error a,
.woocommerce-error a.button {
  background-color: #b71c1c;
  color: #ffebee;
}

.selleradiseToast {
  font-size: 1rem;
  color: var(--selleradise-color-light);
  border-radius: 2.5em;
  transform: translate(0, 1rem);
  z-index: 1000;
  border: none;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 1em 1.6rem 1em 4rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  width: auto;
  position: fixed;
  padding: 0.7em 1.4em;
  left: 1rem;
  bottom: 2.5rem;
}
.selleradiseToast li {
  width: 100%;
  padding: 0.5rem 0;
}
.selleradiseToast a,
.selleradiseToast a.button {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: rgba(var(--selleradise-color-text-rgb), 0.1);
  color: var(--selleradise-color-text);
  padding: 0.5em 1em;
  border-radius: 5em;
  order: 2;
  margin: 0 0 0 1rem;
}
.selleradiseToast a:hover,
.selleradiseToast a.button:hover {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}
.selleradiseToast::before {
  color: var(--selleradise-color-light);
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .selleradiseToast {
    border-radius: var(--border-radius-base);
    padding: 1rem;
  }
  .selleradiseToast a,
  .selleradiseToast a.button {
    justify-content: center;
    width: 100%;
    margin: 0.8rem 0 0 0;
    text-align: center;
    padding: 0.8em 1.6em;
  }
  .selleradiseToast::before {
    display: none;
  }
}
.selleradiseToast .button--icon, .selleradiseToast .buttonIcon--primary, .selleradiseToast .buttonIcon--secondary, .selleradiseToast .selleradise_MiniCart__itemQuantity button, .selleradise_MiniCart__itemQuantity .selleradiseToast button, .selleradiseToast .buttonIcon--secondary-outline, .selleradiseToast .selleradise__mobile-menu-button--close {
  background-color: transparent;
  color: inherit;
}
.selleradiseToast-enter-active, .selleradiseToast-leave-active {
  transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 200ms ease-out;
}
.selleradiseToast-enter-from, .selleradiseToast-leave-to {
  opacity: 0;
  transform: translate(0, 2rem);
}
@media (max-width: 1024px) {
  .selleradiseToast {
    width: 90vw;
    right: 5vw;
  }
  .selleradiseToast .button--icon, .selleradiseToast .buttonIcon--primary, .selleradiseToast .buttonIcon--secondary, .selleradiseToast .selleradise_MiniCart__itemQuantity button, .selleradise_MiniCart__itemQuantity .selleradiseToast button, .selleradiseToast .buttonIcon--secondary-outline, .selleradiseToast .selleradise__mobile-menu-button--close {
    margin-left: auto;
  }
}

.selleradiseToast--message {
  background-color: #e8f5e9;
  color: #1b5e20;
}

.selleradiseToast--info {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-main);
  background-image: linear-gradient(rgba(var(--selleradise-color-main-rgb), 0.1), rgba(var(--selleradise-color-main-rgb), 0.1));
}
:root[data-selleradise-theme-type=dark] .selleradiseToast--info {
  color: var(--selleradise-color-accent-light);
  border-color: var(--selleradise-color-accent-light);
}

.selleradiseToast--error {
  background-color: #ffebee;
  color: #b71c1c;
  border-color: #b71c1c;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 2.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 2.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 2.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate(0, 2.5rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.productRating--minimal {
  font-size: 1rem;
  background-color: #4caf50;
  color: var(--selleradise-color-background);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0.25rem 1em 0.25rem 0;
  z-index: 30;
}
.productRating--minimal svg {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
}
.productRating--minimal-bad {
  background-color: #e53935;
}
.productRating--minimal-average {
  background-color: #00897b;
}
.productRating--minimal-good {
  background-color: #4caf50;
}

.selleradise_productRating--normal {
  color: var(--selleradise-color-text);
  border-radius: var(--border-radius-half);
}
.selleradise_productRating--normal svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}
.selleradise_productRating--normal .back-stars {
  position: relative;
  display: flex;
  color: rgba(var(--selleradise-color-text-rgb), 0.25);
}
.selleradise_productRating--normal .back-stars > span,
.selleradise_productRating--normal .back-stars > svg {
  opacity: 0.5;
}
.selleradise_productRating--normal .front-stars {
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  color: #f9a825;
  overflow: hidden;
}
.selleradise_productRating--normal .reviewCount {
  font-size: 0.8rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin-left: 0.25rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}

.selleradise_productRating--textual {
  font-size: 1rem;
}
.selleradise_productRating--textual svg {
  color: #ffd166;
  width: 1.2em;
  height: 1.2em;
}
.selleradise_productRating--textual__average {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin: 0 0.25em;
}
.selleradise_productRating--textual__count {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}

.selleradise_pagination ul {
  border-radius: 5em;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  padding: 0.25rem;
}
.selleradise_pagination ul li {
  border: none;
  overflow: hidden;
}
.selleradise_pagination ul li span.current,
.selleradise_pagination ul li a {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  padding: 0.5em 1.4em;
  border-radius: var(--border-radius-base);
  outline: none;
  line-height: inherit;
}
.selleradise_pagination ul li span.current svg,
.selleradise_pagination ul li a svg {
  width: 1em;
  height: 1em;
}
@media (max-width: 767px) {
  .selleradise_pagination ul li span.current,
  .selleradise_pagination ul li a {
    font-size: 0.8rem;
  }
}
.selleradise_pagination ul li .current {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  position: relative;
}
.selleradise_pagination ul li a {
  color: var(--selleradise-color-text);
}
.selleradise_pagination ul li a:hover, .selleradise_pagination ul li a:focus {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
@media (max-width: 767px) {
  .selleradise_pagination ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .selleradise_pagination {
    justify-content: center;
  }
}

.selleradise_breadcrumb, .breadcrumb-trail {
  font-size: 1rem;
  width: 100%;
  padding: 2rem 0 1rem 0;
  color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise_breadcrumb svg, .breadcrumb-trail svg {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  opacity: 0.5;
}
.selleradise_breadcrumb ul li a, .breadcrumb-trail ul li a {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_breadcrumb ul li a:hover, .breadcrumb-trail ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
.selleradise_breadcrumb ul li a[rel=home] svg, .breadcrumb-trail ul li a[rel=home] svg {
  margin: 0;
  opacity: 1;
}
.selleradise_breadcrumb ul li.trail-end, .breadcrumb-trail ul li.trail-end {
  color: var(--selleradise-color-text);
}
@media (max-width: 767px) {
  .selleradise_breadcrumb, .breadcrumb-trail {
    font-size: 0.8rem;
  }
}

.selleradise_slider__nav {
  font-size: 0.8rem;
  flex-wrap: nowrap;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  height: auto;
  border-radius: 5em;
  background-color: rgba(var(--light-theme_color-background-rgb), 0.7);
  color: var(--light-theme_color-text);
  backdrop-filter: blur(0.25em);
  z-index: 100;
}
.selleradise_slider__nav .swiper-pagination-fraction {
  position: relative;
  top: auto;
  bottom: auto;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0.3em;
}
.selleradise_slider__nav--previous, .selleradise_slider__nav--next {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
}
.selleradise_slider__nav--previous svg, .selleradise_slider__nav--next svg {
  width: 1.5em;
  height: 1.5em;
}
.selleradise_slider__nav--previous:hover, .selleradise_slider__nav--previous:focus, .selleradise_slider__nav--next:hover, .selleradise_slider__nav--next:focus {
  opacity: 1;
  transform: translate(0);
}

.selleradise_badge--sale {
  font-size: 0.8rem;
  line-height: 1;
  position: absolute;
  z-index: 20;
  top: 0.5rem;
  left: 0.5rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 3.25rem;
  min-width: auto;
  min-height: auto;
  font-weight: bold;
  background-color: var(--selleradise-color-accent-light);
  color: var(--selleradise-color-accent-light-text);
}
.selleradise_badge--sale .sign {
  font-weight: normal;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.selleradiseHeader__logo-placeholder {
  color: var(--selleradise-color-text);
}
.selleradiseHeader__logo-placeholder p {
  margin: 0;
}
.selleradiseHeader__logo-placeholder__icon {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  font-family: var(--selleradise-font-primary_boldest-font-family);
  font-size: 1.25rem;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
  margin-right: 0.75rem;
}
.selleradiseHeader__logo-placeholder__name {
  font-weight: var(--selleradise-font-heading-font-weight);
  font-family: var(--selleradise-font-heading-font-family);
  font-size: 1.563rem;
  margin: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .selleradiseHeader__logo-placeholder__name {
    display: none;
  }
}
.selleradiseHeader__logo-placeholder__tagline {
  font-size: 0.512rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .selleradiseHeader__logo-placeholder__tagline {
    display: none;
  }
}
.admin-bar .selleradiseHeader {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .selleradiseHeader {
    top: 46px;
  }
}

.selleradiseHeader__searchForm {
  border: 0.1rem solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: 5em;
}
.selleradiseHeader__searchForm--overlay {
  position: fixed;
  left: 50%;
  top: 7.5rem;
  margin-left: -25%;
  width: 50%;
  background: var(--selleradise-color-background);
  z-index: 1200;
}
@media (max-width: 1024px) {
  .selleradiseHeader__searchForm--overlay {
    width: 90%;
    margin-left: -45%;
  }
}
.selleradiseHeader__searchForm label {
  position: relative;
  flex: 1;
  color: var(--selleradise-color-text);
  border-bottom-left-radius: 5em;
  border-top-left-radius: 5em;
}
.selleradiseHeader__searchForm label input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0 1.25rem 0 2.5rem;
  color: inherit;
  border: none;
  outline: none;
  box-shadow: none;
}
.selleradiseHeader__searchForm label input::placeholder {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.8);
  opacity: 1;
}
.selleradiseHeader__searchForm label input:focus {
  box-shadow: none;
}
[data-focus-source=key] .selleradiseHeader__searchForm label input:focus {
  box-sizing: inset 0 0 0 0.1em var(--selleradise-color-dark);
}
.selleradiseHeader__searchForm label button.clear {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  color: var(--selleradise-color-text);
  right: 0;
  top: 0;
  border: 0.1rem solid transparent;
  outline: none;
}
.selleradiseHeader__searchForm label button.clear svg {
  width: 1.25rem;
  height: 1.25rem;
}
.selleradiseHeader__searchForm label button.clear:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
[data-focus-source=key] .selleradiseHeader__searchForm label button.clear:focus {
  border-color: var(--selleradise-color-dark);
}
.selleradiseHeader__searchForm button[type=submit] {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  color: rgba(var(--selleradise-color-text-rgb), 0.8);
  border: none;
  outline: none;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: var(--border-radius-x2);
  border-top-right-radius: var(--border-radius-x2);
  cursor: pointer;
}
.selleradiseHeader__searchForm button[type=submit] svg {
  width: 1.5rem;
  height: 1.5rem;
}
[data-focus-source=key] .selleradiseHeader__searchForm button[type=submit]:focus {
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-light);
}
.selleradiseHeader__searchForm-category {
  position: relative;
  background-color: transparent;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradiseHeader__searchForm-category-button {
  font-size: 0.8rem;
  display: inline-flex;
  border: none;
  padding: 0.7em 1em 0.7em 1.7em;
}
.selleradiseHeader__searchForm-category-button svg {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}
.selleradiseHeader__searchForm-category-options {
  right: 0;
  left: auto;
}
.selleradiseHeader__searchForm-category-options-enter-active, .selleradiseHeader__searchForm-category-options-leave-active {
  transform-origin: top right;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.selleradiseHeader__searchForm-category-options-enter-from, .selleradiseHeader__searchForm-category-options-leave-to {
  opacity: 0;
  transform: translate(0, -1rem) scale(0.9);
}

.selleradiseHeader__searchResults {
  width: 100%;
  max-height: 40rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  border: 0.1rem solid rgba(var(--selleradise-color-text-rgb), 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  overflow-y: scroll;
  z-index: 1200;
  padding: 1rem 2rem;
}
.selleradiseHeader__searchResults ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selleradiseHeader__searchResults-title {
  width: 100%;
  text-transform: capitalize;
}
.selleradiseHeader__searchResults-title p,
.selleradiseHeader__searchResults-title h2 {
  font-size: 1.25rem;
  margin: 0;
}
.selleradiseHeader__searchResults-title svg {
  width: 2rem;
  height: auto;
  opacity: 0;
  transition: all 400ms ease;
}
.selleradiseHeader__searchResults-suggestions--categories {
  padding: 0 0 1rem 0;
}
.selleradiseHeader__searchResults-suggestions--categories > li {
  margin: 0.5rem 1rem 0.5rem 0;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradiseHeader__searchResults-suggestions--categories > li a {
  padding: 0.5rem 1rem;
}
.selleradiseHeader__searchResults-suggestions--categories > li a em {
  color: var(--selleradise-color-main);
  font-style: normal;
}
.selleradiseHeader__searchResults-suggestions--categories > li button {
  cursor: pointer;
  height: auto;
  width: auto;
  background-color: transparent;
  border: none;
  color: var(--text-color);
  outline: none;
  margin: 0 0.25rem;
}
.selleradiseHeader__searchResults-suggestions--categories > li button svg {
  width: 1rem;
  height: auto;
}
.selleradiseHeader__searchResults-suggestions--products {
  position: relative;
}
.selleradiseHeader__searchResults-suggestions--products > li {
  width: 100%;
  margin: 0.75rem 1rem 0.75rem 0;
}
.selleradiseHeader__searchResults-suggestions--products > li a {
  flex-wrap: nowrap;
  font-size: 1rem;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: var(--selleradise-color-text);
}
.selleradiseHeader__searchResults-suggestions--products > li a .image {
  width: 4rem;
  height: 4rem;
  border-radius: var(--border-radius-half);
}
.selleradiseHeader__searchResults-suggestions--products > li a .content {
  padding: 0 1rem;
  flex: 1;
  align-self: stretch;
}
.selleradiseHeader__searchResults-suggestions--products > li a .content .title {
  font-size: 0.8rem;
  font-family: var(--font-primary);
  display: block;
  width: 100%;
  margin: 0;
  color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradiseHeader__searchResults-suggestions--products > li a .content .title em {
  color: var(--selleradise-color-main);
  font-style: normal;
}
.selleradiseHeader__searchResults-suggestions--products > li a .content .title:hover, .selleradiseHeader__searchResults-suggestions--products > li a .content .title:focus {
  color: var(--selleradise-color-main);
}
.selleradiseHeader__searchResults-suggestions--products > li a .content .price {
  font-size: 0.8rem;
}

.selleradiseHeader__trigger {
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5em;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  border: none;
  position: relative;
  padding: 1rem;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradiseHeader__trigger svg,
.selleradiseHeader__trigger img {
  width: 1.5rem;
  height: 1.5rem;
}
.selleradiseHeader__trigger--mobileMenu {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0.75rem 1rem;
  position: relative;
  margin-left: 2.5rem;
}
.selleradiseHeader__trigger--mobileMenu svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5rem;
}
.selleradiseHeader__trigger--mobileMenu::before {
  content: "|";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(var(--selleradise-color-text-rgb), 0.25);
}
@media (max-width: 767px) {
  .selleradiseHeader__trigger--mobileMenu {
    margin-left: 0;
    padding: 1rem;
  }
  .selleradiseHeader__trigger--mobileMenu .selleradiseHeader__trigger--mobileMenu-text {
    display: none;
  }
  .selleradiseHeader__trigger--mobileMenu svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
  }
  .selleradiseHeader__trigger--mobileMenu::before {
    content: none;
  }
}
.selleradiseHeader__trigger--mobileMenu[data-selleradise-header-type=minimal] {
  margin-left: 0;
  padding: 1rem;
}
.selleradiseHeader__trigger--mobileMenu[data-selleradise-header-type=minimal] .selleradiseHeader__trigger--mobileMenu-text {
  display: none;
}
.selleradiseHeader__trigger--mobileMenu[data-selleradise-header-type=minimal] svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
}
.selleradiseHeader__trigger--mobileMenu[data-selleradise-header-type=minimal]::before {
  content: none;
}
.selleradiseHeader__trigger--mobileMenu[data-selleradise-header-type=robust] .selleradiseHeader__trigger--mobileMenu-text {
  display: flex;
}
.selleradiseHeader__trigger--mobileMenu[data-selleradise-header-type=robust] svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5rem;
}
.selleradiseHeader__trigger--miniCart {
  flex-wrap: nowrap;
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  border-radius: 2rem;
  box-shadow: 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
  width: auto;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
}
.selleradiseHeader__trigger--miniCart svg {
  margin-right: 0.5rem;
}
.selleradiseHeader__trigger--miniCart:hover {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.1);
  box-shadow: none;
}
.selleradiseHeader__trigger--categories-label {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
[data-selleradise-position=left] .selleradiseHeader__trigger--categories-label {
  margin-right: 0.5rem;
}
[data-selleradise-position=right] .selleradiseHeader__trigger--categories-label {
  margin-left: 0.5rem;
}

.selleradise__mobile-menu {
  --toggles-width: 4rem;
  overflow-x: hidden;
  position: fixed;
  right: 1rem;
  top: 1rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  z-index: 1500;
  height: calc(100vh - 2rem);
  min-height: 30rem;
  width: calc(25rem + var(--toggles-width));
  max-width: 100vw;
  border-radius: var(--border-radius-base);
}
.selleradise__mobile-menu a,
.selleradise__mobile-menu button {
  display: inline-flex;
}
:root[data-focus-source=key] .selleradise__mobile-menu a:focus,
:root[data-focus-source=key] .selleradise__mobile-menu button:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise__mobile-menu__toggles {
  flex-direction: column;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  width: var(--toggles-width);
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  padding: 2rem 0;
  z-index: 1010;
  border-radius: var(--border-radius-x2);
}
.selleradise__mobile-menu__toggle {
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0.5rem 0.25em;
  border: none;
  width: calc(var(--toggles-width) - 1rem);
  min-height: calc(var(--toggles-width) - 1rem);
  border-radius: 0.5em;
  margin: 0.5em 0;
  background-color: transparent;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise__mobile-menu__toggle-label {
  font-size: 0.512rem;
  word-break: break-all;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise__mobile-menu__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2em;
  height: 2em;
  will-change: contents;
  transition: height 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
}
.selleradise__mobile-menu__toggle svg {
  width: 1.25em;
  height: 1.25em;
}
.selleradise__mobile-menu__toggle:not(.active):hover {
  color: var(--selleradise-color-text);
}
.selleradise__mobile-menu__toggle.active {
  color: var(--selleradise-color-text);
}
.selleradise__mobile-menu__toggle.active .selleradise__mobile-menu__toggle-icon {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  transform: translate(0, -0.5em);
  height: 3em;
}
.selleradise__mobile-menu-button--close {
  position: relative;
  margin-left: auto;
  position: absolute;
  left: 2rem;
  top: 2rem;
  z-index: 1501;
}
.selleradise__mobile-menu.headroom--unpinned {
  top: calc(var(--header-height) * 0.64);
  height: calc(100vh - var(--header-height) * 0.66);
}
.selleradise__mobile-menu-enter-active, .selleradise__mobile-menu-leave-active {
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise__mobile-menu-enter-from, .selleradise__mobile-menu-leave-to {
  opacity: 0;
  transform: translate(5rem, 0);
}
@media (max-width: 1024px) {
  .selleradise__mobile-menu {
    height: 100vh;
    top: 0;
    right: 0;
    border-radius: 0;
  }
}

.selleradise_sidebar-enter-active {
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_sidebar-enter-from {
  opacity: 0;
  transform: translate(0, 5rem);
}

.selleradise_sidebar__account ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selleradise_sidebar__account ul li {
  width: 100%;
}
.selleradise_sidebar__account ul li a {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.8rem 1.2rem 0.8rem 1rem;
  margin: 0.5rem 0;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  width: 100%;
  border-radius: 5em;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_sidebar__account ul li a svg {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.selleradise_sidebar__account ul li a:hover {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_sidebar__account-profile {
  margin-bottom: 2.5rem;
  padding-left: 1rem;
}
.selleradise_sidebar__account-profile-image {
  font-size: 1.25rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  text-transform: uppercase;
}
.selleradise_sidebar__account-profile-content {
  flex-grow: 1;
  padding-left: 1rem;
}
.selleradise_sidebar__account-profile-name {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin: 0;
}
.selleradise_sidebar__account-profile-email {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin: 0;
}

.selleradise_sidebar__settings {
  position: absolute;
  top: 5rem;
  bottom: 0;
  left: 0;
  right: var(--toggles-width);
  background-color: var(--selleradise-color-background);
  padding: 2.5rem;
}

.selleradise_footer--default {
  border-top: 0.1rem solid rgba(var(--selleradise-color-text-rgb), 0.05);
  position: relative;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  width: 100%;
  height: auto;
  z-index: 10;
}
.selleradise_footer--default ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selleradise_footer--default a {
  color: inherit;
}
:root[data-focus-source=key] .selleradise_footer--default a:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_footer--default .selleradiseHeader__logo-outer {
  margin-right: 0;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .selleradise_footer--default .selleradiseHeader__logo-outer {
    margin: 0 auto;
  }
}
.selleradise_footer--default .selleradise_menu--footer__list > li > a {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 1rem;
}
.selleradise_footer--default .selleradise_menu--footer__list > li > a:hover {
  color: var(--selleradise-color-main);
  text-decoration: underline;
}
.selleradise_footer--default .selleradise_menu--footer__list > li.menu-item-has-children .sub-menu a {
  font-size: 1rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  padding: 0.5rem 1rem;
}
.selleradise_footer--default .selleradise_menu--footer__list > li.menu-item-has-children .sub-menu a:hover {
  color: var(--selleradise-color-main);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .selleradise_footer--default .selleradise_menu--footer__list {
    height: auto;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
}
.selleradise_footer--default .selleradise_footer__form {
  width: 30%;
}
.selleradise_footer--default .selleradise_footer__form h2 {
  font-size: 1.563rem;
  margin: 0 0 2rem 0;
}
.selleradise_footer--default .selleradise_footer__form p:first-of-type {
  margin-top: 0;
}
.selleradise_footer--default .selleradise_footer__form input[type=email] {
  margin: 0.5rem 0;
}
.selleradise_footer--default .selleradise_footer__form input[type=email]::placeholder {
  font-weight: 400;
}
.selleradise_footer--default .selleradise_footer__form input[type=submit] {
  width: 100%;
}
.selleradise_footer--default .selleradise_footer__form .mc4wp-alert {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_footer--default__top {
  align-items: flex-start;
  width: 100%;
  padding: 5rem 0;
}
.selleradise_footer--default__top nav {
  width: 40%;
  flex-grow: 1;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  .selleradise_footer--default__top {
    padding-bottom: 0;
    justify-content: center;
    text-align: center;
  }
  .selleradise_footer--default__top nav {
    width: 100%;
    padding: 2rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .selleradise_footer--default__top .selleradise_footer__form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .selleradise_footer--default__top .selleradise_footer__form {
    width: 100%;
  }
}
.selleradise_footer--default__bottom {
  font-size: 0.8rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  width: 100%;
  margin: 0;
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .selleradise_footer--default__bottom {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .selleradise_footer--default {
    justify-content: center;
  }
}

.selleradise_footer--minimal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selleradise_footer--minimal a {
  color: inherit;
}
:root[data-focus-source=key] .selleradise_footer--minimal a:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_footer--minimal .selleradiseHeader__logo-outer {
  margin-right: 0;
  justify-content: flex-start;
}
.selleradise_footer--minimal nav {
  width: 40%;
  flex-grow: 1;
  padding: 0 5rem;
}
.selleradise_footer--minimal .selleradise_menu--footer__list > li a {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.8);
  padding: 1em;
}
.selleradise_footer--minimal .selleradise_menu--footer__list > li a:hover {
  color: var(--selleradise-color-main);
  text-decoration: underline;
}
.selleradise_footer--minimal .selleradise_menu--footer__list > li.menu-item-has-children {
  position: relative;
}
@media (min-width: 1025px) {
  .selleradise_footer--minimal .selleradise_menu--footer__list > li.menu-item-has-children .sub-menu {
    position: absolute;
    padding: 0.5rem;
    left: 0;
    bottom: 100%;
    border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
    border-radius: var(--border-radius-half);
    background-color: var(--selleradise-color-background);
    min-width: 10rem;
    white-space: nowrap;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transform-origin: bottom;
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .selleradise_footer--minimal .selleradise_menu--footer__list > li.menu-item-has-children .sub-menu a {
    font-size: 0.8rem;
  }
  .selleradise_footer--minimal .selleradise_menu--footer__list > li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .selleradise_footer--minimal .selleradise_menu--footer__list > li {
    align-self: stretch;
  }
  .selleradise_footer--minimal .selleradise_menu--footer__list > li.menu-item-has-children .sub-menu a {
    font-size: 0.8rem;
    font-weight: 400;
  }
}
@media (max-width: 1024px) {
  .selleradise_footer--minimal {
    justify-content: center;
    text-align: center;
  }
  .selleradise_footer--minimal nav {
    width: 100%;
    padding: 2.5rem 0;
  }
}

.selleradise_footer__form {
  width: 30%;
}
.selleradise_footer__form h2 {
  font-size: 1.563rem;
  margin: 0 0 2rem 0;
}
.selleradise_footer__form p:first-of-type {
  margin-top: 0;
}
.selleradise_footer__form input[type=email] {
  margin: 0.5rem 0;
}
.selleradise_footer__form input[type=email]::placeholder {
  font-weight: 400;
}
.selleradise_footer__form input[type=submit] {
  width: 100%;
}
.selleradise_footer__form .mc4wp-alert {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}

.selleradise p.woocommerce-store-notice,
.selleradise p.demo_store {
  font-size: 0.8rem;
  position: fixed;
  top: auto;
  left: 1rem;
  bottom: 1rem;
  width: 20rem;
  height: auto;
  padding: 1.5rem 2.5rem;
  border-radius: var(--border-radius-base);
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  box-shadow: none;
  z-index: 1000;
  text-align: left;
  transform: translate(0, 1.5rem) scale(0.9);
  transform-origin: left bottom;
  opacity: 0;
  animation: woocommerce-store-notice 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.selleradise p.woocommerce-store-notice__dismiss-link,
.selleradise p.woocommerce-store-notice a,
.selleradise p.demo_store__dismiss-link,
.selleradise p.demo_store a {
  color: var(--selleradise-color-background);
  display: inline-block;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}

a.selleradise_back-to-top {
  width: 4rem;
  height: 4rem;
  border: none;
  outline: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: var(--selleradise-color-main);
  color: var(--selleradise-color-main-text);
  text-align: center;
  font-size: 1rem;
  border-radius: 50%;
  overflow: visible;
  transform-origin: center;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1000;
}
a.selleradise_back-to-top svg:not(.progress) {
  width: 1.25rem;
  height: 1.25rem;
}
a.selleradise_back-to-top p {
  margin: 0;
}
a.selleradise_back-to-top .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
a.selleradise_back-to-top .progress circle {
  cx: 2rem;
  cy: 2rem;
  r: 1.9rem;
  stroke: var(--selleradise-color-light);
  stroke-width: 0.2rem;
  fill: none;
  stroke-dasharray: var(--dasharray);
  stroke-dashoffset: var(--dashoffset);
  transform-origin: center;
  transform: rotate(-90deg);
}
a.selleradise_back-to-top:hover {
  color: var(--selleradise-color-main-text);
}

@keyframes woocommerce-store-notice {
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.selleradise_productCard {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.selleradise_productCard .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist),
.selleradise_productCard .yith-wcwl-add-to-wishlist a.delete_item {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 20;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist a.add_to_wishlist i,
.selleradise_productCard .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist) i,
.selleradise_productCard .yith-wcwl-add-to-wishlist a.delete_item i {
  font-size: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: initial;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  font-size: 0.8rem;
  background-color: var(--selleradise-color-background);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise_productCard .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist),
.selleradise_productCard .yith-wcwl-add-to-wishlist a.delete_item {
  font-size: 0.8rem;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist) {
  color: #2e7d32;
  background-color: #e8f5e9;
}
.selleradise_productCard .yith-wcwl-add-to-wishlist a.delete_item {
  color: #c62828;
  background-color: #ffebee;
}
.selleradise_productCard__categories {
  font-size: 0.8rem;
}
.selleradise_productCard__categories-icon {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_productCard__categories-icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.selleradise_productCard__categories a {
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  margin: 0.25rem 0.25rem 0.25rem 0;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
:root[data-focus-source=key] .selleradise_productCard__categories a:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_productCard__categories a:hover {
  text-decoration: underline;
  color: var(--selleradise-color-text);
}
.selleradise_productCard__categories li:not(:last-child):not(:first-child) a::after {
  content: ",";
}
.selleradise_productCard__price span {
  line-height: 1.6;
}
.selleradise_productCard__price del {
  text-decoration: line-through;
  order: 2;
  color: rgba(var(--selleradise-color-text-rgb), 0.5);
  margin-left: 0.5rem;
  font-weight: 400;
}
.selleradise_productCard__price ins {
  order: 1;
  text-decoration: none;
}
.selleradise_productCard__slider {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  z-index: 10;
}
.selleradise_productCard__slider .swiper-slide img {
  width: 100%;
}
.selleradise_productCard__image-single {
  width: 100%;
}
.selleradise_productCard__image-single img {
  transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_productCard__image-outer {
  position: relative;
  background-color: var(--selleradise-color-background);
  overflow: hidden;
  margin: 0;
}
:root[data-focus-source=key] .selleradise_productCard__image-outer:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_productCard__image-outer .product-rating {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: var(--selleradise-color-dark);
  color: var(--selleradise-color-light);
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius-half);
  z-index: 30;
}
.selleradise_productCard__image-outer .product-rating svg {
  width: 1rem;
}
.selleradise_productCard__image-outer .product-rating .back-stars {
  color: var(--selleradise-color-light);
}
.selleradise_productCard__image-outer:hover .selleradise_productCard__image-single img {
  transform: scale(1.05);
}

.tippy-box .variationsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.tippy-box .variationsList > li {
  margin-bottom: 0.5rem;
}
.tippy-box .variationsList > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.tippy-box .variationsList > li ul li:not(:last-child)::after {
  content: ",";
  margin-right: 0.25rem;
}

.wc-block-grid__products {
  width: 100%;
  background-color: var(--selleradise-color-background-mild);
  padding: 5rem 5vw;
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product {
  background-color: var(--selleradise-color-background);
  padding: 0;
  overflow: hidden;
  border: none;
  border: 0.025rem solid rgba(var(--selleradise-color-text-rgb), 0.05);
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-link, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-image, .theme-selleradise .wc-block-grid__products .wc-block-grid__product-title {
  width: 100%;
  height: auto;
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-link {
  flex-direction: column;
  margin: 0;
  color: var(--selleradise-color-text);
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-title {
  padding: 1.5rem;
  order: 1;
  text-align: left;
  margin: 0;
  font-size: 1rem;
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-image {
  width: 100%;
  height: auto;
  order: 2;
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-image img {
  display: block;
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart {
  width: 90%;
}
.theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a {
  width: 100%;
}

.selleradise_postCard__author-image {
  width: 3rem;
  height: 3rem;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  border-radius: 3rem;
}
.selleradise_postCard__author-info {
  display: flex;
  flex-direction: column;
  padding: 0 0.75rem;
}
.selleradise_postCard__author-info svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.selleradise_postCard__author-info a {
  align-items: center;
}
.selleradise_postCard__author-info a:hover {
  text-decoration: underline;
}
.selleradise_postCard__author-name {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_postCard__author-date {
  font-size: 0.8rem;
  opacity: 0.7;
}
.selleradise_postCard__author--minimal {
  font-size: 0.8rem;
}
.selleradise_postCard__author--minimal svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.selleradise_postCard__author--minimal a {
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
:root[data-focus-source=key] .selleradise_postCard__author--minimal a:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_postCard__author--minimal a:hover {
  text-decoration: underline;
}
.selleradise_postCard__author--minimal .author {
  margin-left: 1rem;
}

.selleradise_MiniCart .overlay {
  z-index: 1200;
}
.selleradise_MiniCart__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 30rem;
  height: calc(100vh - 2rem);
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  z-index: 1300;
  padding: 0 2.5rem 5rem 2.5rem;
  border-radius: var(--border-radius-base);
  transform-origin: left center;
}
.selleradise_MiniCart__inner-enter-active, .selleradise_MiniCart__inner-leave-active {
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_MiniCart__inner-enter-from, .selleradise_MiniCart__inner-leave-to {
  opacity: 0;
  transform: translate(5rem, 0);
}
@media (max-width: 767px) {
  .selleradise_MiniCart__inner {
    top: 10rem;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .selleradise_MiniCart__inner-enter-active, .selleradise_MiniCart__inner-leave-active {
    transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 200ms ease-out;
  }
  .selleradise_MiniCart__inner-enter-from, .selleradise_MiniCart__inner-leave-to {
    opacity: 0;
    transform: translate(0, 5rem);
  }
}
.selleradise_MiniCart__head {
  width: 100%;
  padding: 1.5rem 0 1rem 0;
}
.selleradise_MiniCart__headCount {
  margin: 0;
  padding: 0;
}
.selleradise_MiniCart__head > .buttonIcon--secondary-outline, .selleradise_MiniCart__head > .selleradise__mobile-menu-button--close {
  margin-left: auto;
}
.selleradise_MiniCart__items {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 5rem;
}
.selleradise_MiniCart__item {
  flex-wrap: nowrap;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.selleradise_MiniCart__itemImage {
  width: 7rem;
  height: 7rem;
  border-radius: var(--border-radius-half);
  flex-shrink: 0;
}
.selleradise_MiniCart__itemContent {
  flex-grow: 1;
  padding: 0.5rem 0 0.5rem 1rem;
  max-width: 75%;
  align-self: stretch;
}
.selleradise_MiniCart__itemName {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}
.selleradise_MiniCart__itemName a {
  color: var(--selleradise-color-text);
}
.selleradise_MiniCart__itemPrice {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  width: 100%;
  margin: 0 0 1rem 0;
}
.selleradise_MiniCart__itemQuantity {
  font-size: 0.8rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2rem;
  border: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise_MiniCart__itemQuantity button {
  border: none;
  background-color: transparent;
  padding: 0.5rem;
}
.selleradise_MiniCart[data-selleradise-minicart-state=updating] .selleradise_MiniCart__itemQuantity button {
  opacity: 0.25;
}
.selleradise_MiniCart__itemQuantity button:not(.selleradise_MiniCart__removeItem):hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 0.1em var(--selleradise-color-text);
}
.selleradise_MiniCart__itemQuantity .inlineSVGIcon svg {
  width: 1rem;
  height: 1rem;
}
.selleradise_MiniCart__itemQuantityCount {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0 1rem;
}
.selleradise_MiniCart__item + .selleradise_MiniCart__item {
  margin-top: 1.5rem;
}
.selleradise_MiniCart__removeItem:hover {
  background-color: #f44336;
  color: var(--selleradise-color-light);
}
.selleradise_MiniCart__foot {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius-base);
}
.selleradise_MiniCart__footActions {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
  padding: 1rem 2.5rem;
}
.selleradise_MiniCart__footActions .selleradise_button--primary, .selleradise_MiniCart__footActions .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .selleradise_MiniCart__footActions .add_to_cart, .selleradise_MiniCart__footActions .search-form .search-submit, .search-form .selleradise_MiniCart__footActions .search-submit, .selleradise_MiniCart__footActions .selleradise .wpmc-nav-wrapper #wpmc-skip-login, .selleradise .wpmc-nav-wrapper .selleradise_MiniCart__footActions #wpmc-skip-login,
.selleradise_MiniCart__footActions .selleradise .wpmc-nav-wrapper #wpmc-next,
.selleradise .wpmc-nav-wrapper .selleradise_MiniCart__footActions #wpmc-next, .selleradise_MiniCart__footActions .selleradise form.checkout_coupon .button, .selleradise form.checkout_coupon .selleradise_MiniCart__footActions .button, .selleradise_MiniCart__footActions .selleradise .selleradise-container .page .woocommerce-checkout-payment .button, .selleradise .selleradise-container .page .woocommerce-checkout-payment .selleradise_MiniCart__footActions .button, .selleradise_MiniCart__footActions .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions .selleradise_MiniCart__footActions a, .selleradise_MiniCart__footActions .selleradise .woocommerce-MyAccount-content button[type=submit], .selleradise .woocommerce-MyAccount-content .selleradise_MiniCart__footActions button[type=submit], .selleradise_MiniCart__footActions .selleradise .woocommerce form.login button[type=submit].button, .selleradise .woocommerce form.login .selleradise_MiniCart__footActions button[type=submit].button,
.selleradise_MiniCart__footActions .selleradise .woocommerce form.register button[type=submit].button,
.selleradise .woocommerce form.register .selleradise_MiniCart__footActions button[type=submit].button,
.selleradise_MiniCart__footActions .selleradise .loginForm--popup form.login button[type=submit].button,
.selleradise .loginForm--popup form.login .selleradise_MiniCart__footActions button[type=submit].button,
.selleradise_MiniCart__footActions .selleradise .loginForm--popup form.register button[type=submit].button,
.selleradise .loginForm--popup form.register .selleradise_MiniCart__footActions button[type=submit].button,
.selleradise_MiniCart__footActions .selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword .selleradise_MiniCart__footActions button[type=submit].button, .selleradise_MiniCart__footActions .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit], .selleradise_single_product__panel #reviews #review_form #respond form .selleradise_MiniCart__footActions input[type=submit], .selleradise_MiniCart__footActions .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .selleradise_MiniCart__footActions .button,
.selleradise_MiniCart__footActions .selleradise_single_product__content .summary form.cart .button,
.selleradise_single_product__content .summary form.cart .selleradise_MiniCart__footActions .button, .selleradise_MiniCart__footActions .comments-area .comment-form input[type=submit], .comments-area .comment-form .selleradise_MiniCart__footActions input[type=submit], .selleradise_MiniCart__footActions .selleradise_footer__form input[type=submit], .selleradise_footer__form .selleradise_MiniCart__footActions input[type=submit], .selleradise_MiniCart__footActions .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a, .theme-selleradise .wc-block-grid__products .selleradise_MiniCart__footActions .wc-block-grid__product-add-to-cart > a {
  flex: 1;
  margin-left: 1rem;
}
.selleradise_MiniCart__footCartTotal {
  display: inline-block;
}
.selleradise_MiniCart__footCartTotal::before {
  content: "-";
  padding: 0 0.5rem;
  opacity: 0.5;
}
.selleradise_MiniCart__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: var(--selleradise-color-text);
  background-color: rgba(var(--selleradise-color-text-rgb), 0.5);
  border-radius: var(--border-radius-base);
}
.selleradise_MiniCart__loader svg {
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
}

.comments-area {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  padding: 2.5rem 0;
  border-radius: var(--border-radius-base);
}
.comments-area > ol {
  list-style-type: none;
}
.comments-area > ol:not(:first-child) {
  padding-top: 1.5rem;
}
.comments-area .comment {
  list-style-type: none;
}
.comments-area .comment:not(:last-child) {
  padding-bottom: 1.5rem;
}
.comments-area .comment-reply-title {
  margin: 0;
}
.comments-area .comments-title {
  margin: 2.5rem 0 1rem;
}
.comments-area .comment-form textarea {
  padding: 1rem;
}
.comments-area .comment-form label {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  margin-bottom: 0.25rem;
  display: inline-block;
}
.comments-area .comment-list {
  padding: 2.5rem 0;
  background-color: var(--selleradise-color-background);
  border-radius: var(--border-radius-base);
}
.comments-area .comment-list .comment-author {
  align-items: flex-start;
}
.comments-area .comment-list .comment-author img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  margin-right: 1rem;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.comments-area .comment-list .comment-author b.fn {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.comments-area .comment-list .comment-author b.fn a {
  color: inherit;
}
.comments-area .comment-list .comment-metadata {
  font-size: 0.8rem;
  color: var(--selleradise-color-text);
  font-weight: 400;
  margin-top: -1rem;
  margin-left: 3.5rem;
}
.comments-area .comment-list .comment-metadata a {
  color: inherit;
}
.comments-area .comment-list .comment-content {
  color: var(--selleradise-color-text);
  padding: 1rem 0 1rem 3.5rem;
}
.comments-area .comment-list .comment-content a {
  text-decoration: underline;
}
.comments-area .comment-list .comment-reply-title {
  color: var(--selleradise-color-text);
  margin: 1.5rem 0 0.5rem 0;
}
.comments-area .comment-list .comment-reply-title #cancel-comment-reply-link {
  margin-left: 0.5rem;
  font-family: var(--font-primary);
}
.comments-area .comment-list .comment-notes {
  font-size: 0.8rem;
  color: var(--selleradise-color-text);
}
.comments-area .comment-list .comment .comment-awaiting-moderation {
  display: block;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: #f44336;
  margin: 1rem 0 0 3.5rem;
}
:root[data-selleradise-theme-type=dark] .comments-area .comment-list .comment .comment-awaiting-moderation {
  color: #ef9a9a;
}
.comments-area .comment-list .reply {
  display: inline-flex;
  text-align: center;
  padding: 0.3rem 1rem;
  margin-left: 3rem;
}
.comments-area .comment-list .reply a {
  color: inherit;
}
.comments-area p.comment-form-cookies-consent {
  margin: 2em 0;
}
.comments-area p.comment-form-cookies-consent label {
  margin-bottom: 0;
  width: 50%;
  flex-grow: 1;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.selleradise.woocommerce-cart .pageTitle {
  text-align: left;
  justify-content: flex-start;
  padding: 2.5rem 0 1rem 0;
}
.selleradise.woocommerce-cart.woocommerce-cart-is-empty .pageTitle {
  display: none;
}

.selleradise_page-cart .cart-collaterals {
  width: 32.5%;
  margin: 0 0 0 2.5%;
  padding: 2rem;
  height: auto;
  align-self: flex-start;
  border-radius: var(--border-radius-base);
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  box-shadow: 0 3.6em 3.6em -2.7em var(--selleradise-color-shadow);
}
.selleradise_page-cart .cart-collaterals h2 {
  font-size: 1.5rem;
  padding: 0 1rem;
}
.selleradise_page-cart .cart-collaterals .cart_totals {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-half);
}
.selleradise_page-cart .cart-collaterals .cart_totals table {
  background-color: transparent;
  border-collapse: collapse;
  border-radius: var(--border-radius-half);
  overflow: hidden;
  font-size: 1rem;
}
.selleradise_page-cart .cart-collaterals .cart_totals table td,
.selleradise_page-cart .cart-collaterals .cart_totals table th {
  padding: 0.8rem 1rem;
  border-bottom: none;
}
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise_button--primary, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .add_to_cart, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .search-form .search-submit, .search-form .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .search-submit, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .wpmc-nav-wrapper #wpmc-skip-login, .selleradise .wpmc-nav-wrapper .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout #wpmc-skip-login,
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .wpmc-nav-wrapper #wpmc-next,
.selleradise .wpmc-nav-wrapper .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout #wpmc-next, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise form.checkout_coupon .button, .selleradise form.checkout_coupon .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .button, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .selleradise-container .page .woocommerce-checkout-payment .button, .selleradise .selleradise-container .page .woocommerce-checkout-payment .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .button, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout a, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .woocommerce-MyAccount-content button[type=submit], .selleradise .woocommerce-MyAccount-content .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout button[type=submit], .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .woocommerce form.login button[type=submit].button, .selleradise .woocommerce form.login .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout button[type=submit].button,
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .woocommerce form.register button[type=submit].button,
.selleradise .woocommerce form.register .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout button[type=submit].button,
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .loginForm--popup form.login button[type=submit].button,
.selleradise .loginForm--popup form.login .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout button[type=submit].button,
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .loginForm--popup form.register button[type=submit].button,
.selleradise .loginForm--popup form.register .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout button[type=submit].button,
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout button[type=submit].button, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit], .selleradise_single_product__panel #reviews #review_form #respond form .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout input[type=submit], .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .button,
.selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise_single_product__content .summary form.cart .button,
.selleradise_single_product__content .summary form.cart .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .button, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .selleradise_footer__form input[type=submit], .selleradise_footer__form .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout input[type=submit], .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a, .theme-selleradise .wc-block-grid__products .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .wc-block-grid__product-add-to-cart > a, .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout .comments-area .comment-form input[type=submit], .comments-area .comment-form .selleradise_page-cart .cart-collaterals .wc-proceed-to-checkout input[type=submit] {
  width: 100%;
}
.selleradise_page-cart .cart-collaterals .woocommerce-shipping-destination {
  font-size: 0.9em;
}
.selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator input,
.selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator select,
.selleradise_page-cart .cart-collaterals form.woocommerce-shipping-calculator .select2-selection {
  background-color: var(--selleradise-color-background-mild);
}
.selleradise_page-cart .cart-collaterals ul#shipping_method {
  font-size: 1rem;
}
.selleradise_page-cart .cart-collaterals ul#shipping_method li label {
  flex-grow: 1;
  font-weight: normal;
}
.selleradise_page-cart .cart-collaterals ul#shipping_method li label a {
  margin-left: auto;
}
.selleradise_page-cart .cart-collaterals ul#shipping_method li label .woocommerce-Price-amount {
  margin-left: 0.5rem;
  color: #4caf50;
}
@media (max-width: 1024px) {
  .selleradise_page-cart {
    align-items: flex-start;
    width: 100%;
  }
  .selleradise_page-cart .woocommerce-cart-form {
    width: 100%;
    flex-basis: 90vw;
  }
  .selleradise_page-cart .cart-collaterals {
    width: 100%;
    margin: 2.5rem auto 0 auto;
    padding: 2rem;
  }
  .selleradise_page-cart .cart-collaterals tr.woocommerce-shipping-totals td::before {
    display: flex;
    margin-bottom: 1rem;
    float: none;
  }
}

body.single-product .selleradise_breadcrumb,
body.single-product .breadcrumb-trail {
  font-size: 0.8rem;
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  body.single-product .selleradise_breadcrumb,
  body.single-product .breadcrumb-trail {
    padding: 0 0 1rem;
  }
}

.selleradise_single_product {
  width: 100%;
  height: auto;
  background-color: var(--selleradise-color-background);
  padding-bottom: 2.5rem;
}
.selleradise_single_product .selleradise_chip--onsale {
  left: calc(5vw + 0.5rem);
}
.selleradise_single_product__images {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
}
.selleradise_single_product__images-single {
  border-radius: var(--border-radius-base);
  width: 40rem;
  height: calc(40rem * var(--product-image-ratio));
  position: relative;
  z-index: 1;
}
.selleradise_single_product__images-slider {
  position: relative;
  overflow: hidden;
  width: 40rem;
  border-radius: var(--border-radius-base);
}
.selleradise_single_product__images-slider .embla__container {
  width: 100%;
  height: 100%;
}
.selleradise_single_product__images-slide.embla__slide {
  position: relative;
  width: 100%;
  height: calc(40rem * var(--product-image-ratio));
}
.selleradise_single_product__images-slide.embla__slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .selleradise_single_product__images-single {
    width: 90vw;
  }
  .selleradise_single_product__images-slide.embla__slide {
    height: calc(90vw * var(--product-image-ratio));
  }
  .selleradise_single_product__images-slider {
    width: 90vw;
  }
}
.selleradise_single_product__thumbnails-slider {
  position: relative;
  overflow: hidden;
  height: 10rem;
  width: 40rem;
  padding: 1rem 0.1rem;
}
.selleradise_single_product__thumbnails-slider .embla__container {
  width: 100%;
  height: 100%;
}
.selleradise_single_product__thumbnails-slider .embla__slide {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: var(--border-radius-half);
}
.selleradise_single_product__thumbnails-slider .embla__slide.active {
  box-shadow: 0 0 0 0.15em var(--selleradise-color-text);
}
@media (max-width: 1024px) {
  .selleradise_single_product__thumbnails-slider {
    width: 90vw;
  }
}
.selleradise_single_product__categories {
  font-size: 1rem;
}
.selleradise_single_product__categories-icon {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_single_product__categories-icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.selleradise_single_product__categories a {
  font-size: inherit;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_single_product__categories a:hover {
  color: var(--selleradise-color-text);
  text-decoration: underline;
}
.selleradise_single_product__categories li:not(:last-child):not(:first-child) {
  margin-right: 0.5em;
}
.selleradise_single_product__categories li:not(:last-child):not(:first-child)::after {
  content: ",";
}
.selleradise_single_product__price,
.selleradise_single_product .woocommerce-variation-price .price {
  align-items: center;
  color: var(--selleradise-color-text);
  margin: 1rem 0 0.5rem 0;
}
.selleradise_single_product__price .amount,
.selleradise_single_product .woocommerce-variation-price .price .amount {
  font-size: 1.563rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin: 0 0.25em 0 0;
  line-height: 1;
  color: var(--selleradise-color-text);
}
.selleradise_single_product__price .amount .woocommerce-Price-currencySymbol,
.selleradise_single_product .woocommerce-variation-price .price .amount .woocommerce-Price-currencySymbol {
  font-size: 1rem;
  vertical-align: super;
  margin-right: 0.25em;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_single_product__price > .amount:last-child:not(:only-child),
.selleradise_single_product .woocommerce-variation-price .price > .amount:last-child:not(:only-child) {
  margin: 0 0 0 0.25em;
}
.selleradise_single_product__price ins,
.selleradise_single_product .woocommerce-variation-price .price ins {
  text-decoration: none;
  align-self: baseline;
}
.selleradise_single_product__price del,
.selleradise_single_product .woocommerce-variation-price .price del {
  order: 2;
  align-self: baseline;
}
.selleradise_single_product__price del .amount,
.selleradise_single_product .woocommerce-variation-price .price del .amount {
  font-size: 1rem;
  text-decoration: line-through;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  opacity: 1;
}
.selleradise_single_product__price del .amount .woocommerce-Price-currencySymbol,
.selleradise_single_product .woocommerce-variation-price .price del .amount .woocommerce-Price-currencySymbol {
  vertical-align: initial;
  margin-right: 0;
}
.selleradise_single_product__content {
  width: 100%;
  height: auto;
  background-color: var(--selleradise-color-background);
  border-radius: var(--border-radius-half);
  overflow: hidden;
  position: relative;
  padding: 0 5vw;
}
.selleradise_single_product__content .summary {
  padding: 0 2.5rem;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: var(--selleradise-color-text);
}
.selleradise_single_product__content .summary p {
  font-size: 1rem;
}
.selleradise_single_product__content .summary .stock {
  padding: 0.5rem 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  border-radius: 2.5rem;
  border: none;
}
.selleradise_single_product__content .summary .stock.in-stock {
  background-color: #e8f5e9;
  color: #1b5e20;
}
.selleradise_single_product__content .summary .stock.out-of-stock {
  background-color: #ffebee;
  color: #b71c1c;
}
.selleradise_single_product__content .summary .woocommerce-product-details__short-description {
  font-size: 1rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin: 1rem 0;
}
.selleradise_single_product__content .summary .variations {
  margin: 1rem 0 0 0 !important;
}
.selleradise_single_product__content .summary .variations tr {
  display: grid;
}
.selleradise_single_product__content .summary .variations .label {
  text-align: left;
}
.selleradise_single_product__content .summary .variations label {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin-bottom: 1rem;
}
.selleradise_single_product__content .summary .variations .woo-variation-items-wrapper {
  height: 100%;
  margin-left: -0.25rem;
}
.selleradise_single_product__content .summary .variations .variable-item {
  font-size: 0.8rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  box-shadow: none;
  border: none;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  padding: 0.8rem 1.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  border-radius: var(--border-radius-x2);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0.25rem;
}
.selleradise_single_product__content .summary .variations .variable-item .variable-item-span {
  display: inline-flex;
  font-size: inherit;
  line-height: 1.6;
}
.selleradise_single_product__content .summary .variations .variable-item.disabled {
  opacity: 0.5;
}
.selleradise_single_product__content .summary .variations .variable-item:hover, .selleradise_single_product__content .summary .variations .variable-item:active, .selleradise_single_product__content .summary .variations .variable-item:focus, .selleradise_single_product__content .summary .variations .variable-item.selected {
  background-color: transparent;
  box-shadow: 0 0 0 0.1rem var(--selleradise-color-text);
}
.selleradise_single_product__content .summary .variations .color-variable-item {
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.selleradise_single_product__content .summary .variations .image-variable-item {
  padding: 0;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
}
.selleradise_single_product__content .summary .variations .image-variable-item:not(:first-child) {
  margin-left: 1rem;
}
.selleradise_single_product__content .summary .variations .reset_variations {
  font-size: 1rem !important;
  color: var(--selleradise-color-main);
  line-height: 1;
  text-align: left;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: rgba(var(--selleradise-color-main-rgb), 0.05);
  padding: 0.8em 1.4em;
  border-radius: 5em;
}
.selleradise_single_product__content .summary .variations select {
  margin-bottom: 1rem;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart,
.selleradise_single_product__content .summary form.cart {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 1rem 0;
  width: 100%;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart.variations_form,
.selleradise_single_product__content .summary form.cart.variations_form {
  margin: 0;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart.grouped_form,
.selleradise_single_product__content .summary form.cart.grouped_form {
  display: block;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart.grouped_form .selleradise__input--number-icon--up,
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart.grouped_form .selleradise__input--number-icon--down,
.selleradise_single_product__content .summary form.cart.grouped_form .selleradise__input--number-icon--up,
.selleradise_single_product__content .summary form.cart.grouped_form .selleradise__input--number-icon--down {
  min-height: 3rem;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart table.group_table,
.selleradise_single_product__content .summary form.cart table.group_table {
  width: 100%;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart table.group_table .woocommerce-grouped-product-list-item__price,
.selleradise_single_product__content .summary form.cart table.group_table .woocommerce-grouped-product-list-item__price {
  text-align: center;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart table.group_table .woocommerce-grouped-product-list-item__label label,
.selleradise_single_product__content .summary form.cart table.group_table .woocommerce-grouped-product-list-item__label label {
  font-size: 1.25rem;
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart table.group_table .woocommerce-grouped-product-list-item__label a,
.selleradise_single_product__content .summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
  color: var(--selleradise-color-text);
}
.selleradise_single_product__content .summary .woocommerce-variation-add-to-cart table.group_table .woocommerce-grouped-product-list-item__quantity .quantity,
.selleradise_single_product__content .summary form.cart table.group_table .woocommerce-grouped-product-list-item__quantity .quantity {
  flex-direction: column-reverse;
}
@media (max-width: 1024px) {
  .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button,
  .selleradise_single_product__content .summary form.cart .button {
    flex-grow: 1;
  }
}
.selleradise_single_product__content .summary .product_meta {
  padding-top: 1.5rem;
  height: auto;
}
.selleradise_single_product__content .summary .product_meta .sku_wrapper,
.selleradise_single_product__content .summary .product_meta .posted_in,
.selleradise_single_product__content .summary .product_meta .tagged_as {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_single_product__content .summary .product_meta .sku_wrapper a,
.selleradise_single_product__content .summary .product_meta .sku_wrapper span,
.selleradise_single_product__content .summary .product_meta .posted_in a,
.selleradise_single_product__content .summary .product_meta .posted_in span,
.selleradise_single_product__content .summary .product_meta .tagged_as a,
.selleradise_single_product__content .summary .product_meta .tagged_as span {
  font-weight: normal;
  margin-left: 0.5rem;
}
.selleradise_single_product__content .summary .product_meta .sku_wrapper a:hover,
.selleradise_single_product__content .summary .product_meta .posted_in a:hover,
.selleradise_single_product__content .summary .product_meta .tagged_as a:hover {
  text-decoration: underline;
}
.selleradise_single_product__content .summary .product_meta .sku_wrapper:not(:last-child),
.selleradise_single_product__content .summary .product_meta .posted_in:not(:last-child),
.selleradise_single_product__content .summary .product_meta .tagged_as:not(:last-child) {
  margin-bottom: 0.5em;
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0.5rem;
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i {
  font-weight: 900;
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist),
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.delete_item {
  z-index: 100;
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0.75em 1.4em;
  border-radius: 5em;
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  font-size: 0.8rem;
  background-color: var(--selleradise-color-background);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist) i,
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.delete_item i {
  font-size: 0.8rem;
  margin-right: 0.7rem;
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a:not(.delete_item):not(.add_to_wishlist) {
  color: #2e7d32;
  background-color: #e8f5e9;
}
.selleradise_single_product__content .summary .yith-wcwl-add-to-wishlist a.delete_item {
  color: #c62828;
  background-color: #ffebee;
}
@media (max-width: 1024px) {
  .selleradise_single_product__content {
    padding: 0 5vw;
  }
  .selleradise_single_product__content .summary {
    padding: 2.5rem 0 0 0;
  }
}
.selleradise_single_product .woocommerce-variation-description {
  padding: 1rem 0;
}
.selleradise_single_product .woocommerce-variation-price {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  color: var(--selleradise-color-main);
  opacity: 1;
}
.selleradise_single_product .woocommerce-variation-price del {
  order: 2;
  margin-left: 0.25rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.6);
}
.selleradise_single_product .selleradise_onsale--timer {
  font-size: 0.8rem;
  margin: 2rem 0 1rem 0;
  padding: 0.5em 2rem 0.5em 0.5em;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  border-radius: 5em;
}
.selleradise_single_product .selleradise_onsale--timer__dot {
  display: none;
}
.selleradise_single_product .selleradise_onsale--timer__title {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  margin: 0 1em 0 0;
  z-index: 10;
  padding: 0.5em 1.2em;
  border-radius: 5em;
}
.selleradise_single_product .selleradise_onsale--timer__duration {
  display: inline-flex;
  justify-content: flex-start;
  align-items: baseline;
  margin: 0 0.5rem 0 0;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise_single_product .selleradise_onsale--timer__duration:first-of-type {
  margin-left: 0;
}
.selleradise_single_product .selleradise_onsale--timer__time {
  font-size: 1.25rem;
}
.selleradise_single_product__tabs {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%) translateY(2.5rem);
  width: auto;
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  padding: 0.5rem;
  border-radius: 5em;
  z-index: 1000;
  flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: nowrap;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.selleradise_single_product__tabs li a {
  font-size: 0.8rem;
  color: inherit;
  padding: 0.5em 1em;
  border-radius: 5em;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin: 0 0.5em;
}
.selleradise_single_product__tabs li a svg {
  width: 1em;
  height: 1em;
}
.selleradise_single_product__tabs li a:hover {
  background-color: rgba(var(--selleradise-color-background-rgb), 0.05);
}
.selleradise_single_product__tabs li.active a {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
}
.selleradise_single_product__tabs--show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
@media (max-width: 1024px) {
  .selleradise_single_product__tabs {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(0);
    border-radius: 0;
    padding: 0.8rem 1.6rem;
  }
}
.selleradise_single_product__panels {
  padding: 0 5vw;
}
.selleradise_single_product__panel {
  padding: 3rem 0 1.5rem 0;
}
.selleradise_single_product__panel h2 {
  margin: 0 0 1rem 0;
  line-height: 1.2;
}
.selleradise_single_product__panel table.shop_attributes {
  font-size: 1rem;
  background-color: var(--selleradise-color-background);
  overflow: hidden;
  border-collapse: collapse;
  border: none;
}
.selleradise_single_product__panel table.shop_attributes th,
.selleradise_single_product__panel table.shop_attributes td {
  padding: 0;
  border: none;
}
.selleradise_single_product__panel table.shop_attributes td {
  padding-left: 1em;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_single_product__panel table.shop_attributes th {
  width: 0;
  white-space: nowrap;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  line-height: inherit;
  text-align: left;
}
.selleradise_single_product__panel table.shop_attributes tr:nth-child(even) th,
.selleradise_single_product__panel table.shop_attributes tr:nth-child(even) td {
  background-color: transparent;
}
.selleradise_single_product__panel #reviews {
  align-items: flex-start;
}
.selleradise_single_product__panel #reviews #review_form_wrapper {
  width: 33.3%;
  border: 0.1rem solid rgba(var(--selleradise-color-text-rgb), 0.1);
  padding: 2.5rem;
  border-radius: var(--border-radius-base);
  box-shadow: 0 3.6em 3.6em -2.7em var(--selleradise-color-shadow);
}
@media (max-width: 1024px) {
  .selleradise_single_product__panel #reviews #review_form_wrapper {
    width: 100%;
  }
}
.selleradise_single_product__panel #reviews #review_form .comment-reply-title {
  font-size: 1.563rem;
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--selleradise-font-heading-font-family);
  font-weight: var(--selleradise-font-heading-font-weight);
}
.selleradise_single_product__panel #reviews #review_form .comment-notes {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.selleradise_single_product__panel #reviews #review_form #respond p {
  font-size: 0.8rem;
  margin: 0 0 1.25rem 0;
}
.selleradise_single_product__panel #reviews #review_form #respond form .comment-form-rating {
  margin: 1rem 0;
}
.selleradise_single_product__panel #reviews #review_form #respond form .comment-form-rating > label {
  display: block;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  margin-bottom: 0.5rem;
}
.selleradise_single_product__panel #reviews #review_form #respond form .comment-form-rating .stars {
  width: 100%;
}
.selleradise_single_product__panel #reviews #review_form #respond form .comment-form-rating .stars span a {
  width: 1.563rem;
  height: 1.563rem;
  color: #f9a825;
}
.selleradise_single_product__panel #reviews #review_form #respond form .comment-form-rating .stars span a::before {
  font-size: 1.563rem;
}
.selleradise_single_product__panel #reviews #review_form #respond form textarea {
  padding-top: 1rem;
}
.selleradise_single_product__panel #reviews #review_form #respond form label {
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin-bottom: 0.25rem;
  display: block;
}
.selleradise_single_product__panel #reviews #review_form #respond form p.comment-form-cookies-consent {
  margin: 0;
}
.selleradise_single_product__panel #reviews #review_form #respond form p.comment-form-cookies-consent label {
  font-size: 0.8rem;
  margin-bottom: 0;
  width: 50%;
  flex-grow: 1;
}
.selleradise_single_product__panel #reviews #review_form #respond form input[type=submit] {
  margin-top: 1.25rem;
}
.selleradise_single_product__panel #reviews #comments {
  width: 50%;
  flex-grow: 1;
  padding: 0 3.5em 0 0;
}
.selleradise_single_product__panel #reviews #comments ol.commentlist {
  width: 100%;
  padding: 0;
}
.selleradise_single_product__panel #reviews #comments ol.commentlist::before, .selleradise_single_product__panel #reviews #comments ol.commentlist::after {
  content: none;
}
.selleradise_single_product__panel #reviews #comments ol.commentlist li:only-child {
  grid-column: 1/-1;
}
@media (max-width: 1024px) {
  .selleradise_single_product__panel #reviews #comments {
    padding: 0;
  }
}
.selleradise_single_product__panel.woocommerce-Tabs-panel--description h3 {
  font-size: 1.563rem;
}
.selleradise_single_product__panel.woocommerce-Tabs-panel--description h4 {
  font-size: 1.25rem;
}
.selleradise_single_product__panel.woocommerce-Tabs-panel--description h5 {
  font-size: 1rem;
}
.selleradise_single_product__panel.woocommerce-Tabs-panel--description *:not(h1, h2, h3, h4, h5, h6) {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}

.selleradise_productReview__container {
  width: 100%;
  height: auto;
  padding: 1.5rem 2.5rem 1.5rem 0;
}
li:not(:last-child) .selleradise_productReview__container {
  border-bottom: 0.1rem solid rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_productReview__profile-picture {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  margin-right: 1rem;
}
.selleradise_productReview__profile-picture img {
  float: none !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
}
.selleradise_productReview__profile-info .woocommerce-review__author {
  font-size: 1rem;
  color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  width: 100%;
  display: block;
}
.selleradise_productReview__profile-info .woocommerce-review__dash {
  display: none;
}
.selleradise_productReview__profile-info .woocommerce-review__published-date {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_productReview__comment {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_productReview__rating {
  margin-left: auto;
}
.selleradise_productReview__rating .star-rating {
  float: none;
  margin: 1rem 0 0 0;
}
.selleradise_productReview__rating .star-rating span::before {
  color: #f9a825;
}

.selleradise_single_product__related,
.selleradise_single_product__upsells {
  width: 100%;
  height: auto;
  padding: 2.5rem 5vw;
  color: var(--selleradise-color-text);
}
.selleradise_single_product__related ul.body,
.selleradise_single_product__upsells ul.body {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, var(--width));
  column-gap: 2rem;
  grid-column-gap: 2rem;
  row-gap: 2rem;
  grid-row-gap: 2rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selleradise_single_product__related ul.body::before,
.selleradise_single_product__upsells ul.body::before {
  content: none !important;
}

.selleradise_single_product__tags {
  width: 100%;
  padding: 2.5rem 5vw 5rem;
}
.selleradise_single_product__tags a {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.7em 1.5em;
  margin: 0.25em 0.5em 0.25em 0;
}

.selleradise_shop__filters {
  position: relative;
  padding: 2.5rem 0 1rem 2.5rem;
  margin: 0;
  min-height: 90vh;
  border-radius: var(--border-radius-half);
  align-self: stretch;
}
@media (min-width: 1025px) {
  [data-selleradise-sidebar-type=sidebar] .selleradise_shop__filters {
    grid-column: -2/-1;
  }
  [data-selleradise-sidebar-type=sidebar-left] .selleradise_shop__filters {
    padding: 2.5rem 2.5rem 1rem 0;
    grid-column: 1/2;
  }
}
.selleradise_shop__filters-title {
  font-size: 1.25rem;
  width: 100%;
  margin: 0 0 1rem 0;
}
.selleradise_shop__filters-title > span {
  font-size: 0.8rem;
  font-weight: 400;
  display: block;
  width: 100%;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_shop__filters .categories,
.selleradise_shop__filters .tags,
.selleradise_shop__filters .attributes {
  padding: 1rem 0;
}
.selleradise_shop__filters .categories .inputWrap,
.selleradise_shop__filters .tags .inputWrap,
.selleradise_shop__filters .attributes .inputWrap {
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0 1em 0 0;
  border-radius: 5em;
  transition: border-color, transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_shop__filters .categories .inputWrap input,
.selleradise_shop__filters .tags .inputWrap input,
.selleradise_shop__filters .attributes .inputWrap input {
  box-shadow: none;
}
:root[data-focus-source=key] .selleradise_shop__filters .categories .inputWrap input:focus,
:root[data-focus-source=key] .selleradise_shop__filters .tags .inputWrap input:focus,
:root[data-focus-source=key] .selleradise_shop__filters .attributes .inputWrap input:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_shop__filters .categories .inputWrap label,
.selleradise_shop__filters .tags .inputWrap label,
.selleradise_shop__filters .attributes .inputWrap label {
  font-size: 0.8rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  align-self: stretch;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  padding: 0;
}
.selleradise_shop__filters .categories .inputWrap label .count,
.selleradise_shop__filters .tags .inputWrap label .count,
.selleradise_shop__filters .attributes .inputWrap label .count {
  font-weight: 400;
  margin-left: 0.5em;
}
.selleradise_shop__filters .categories .inputWrap input[type=checkbox],
.selleradise_shop__filters .tags .inputWrap input[type=checkbox],
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  margin: 0.5em;
  border: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  color: var(--selleradise-color-background);
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_shop__filters .categories .inputWrap input[type=checkbox]:checked, .selleradise_shop__filters .categories .inputWrap input[type=checkbox][selected],
.selleradise_shop__filters .tags .inputWrap input[type=checkbox]:checked,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox][selected],
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox]:checked,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox][selected] {
  display: flex;
  background-color: var(--selleradise-color-text);
}
.selleradise_shop__filters .categories .inputWrap input[type=checkbox]:checked ~ label, .selleradise_shop__filters .categories .inputWrap input[type=checkbox]:checked + label, .selleradise_shop__filters .categories .inputWrap input[type=checkbox][selected] ~ label, .selleradise_shop__filters .categories .inputWrap input[type=checkbox][selected] + label,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox]:checked ~ label,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox]:checked + label,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox][selected] ~ label,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox][selected] + label,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox]:checked ~ label,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox]:checked + label,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox][selected] ~ label,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox][selected] + label {
  color: var(--selleradise-color-text);
}
.selleradise_shop__filters .categories .inputWrap input[type=checkbox]:focus,
.selleradise_shop__filters .tags .inputWrap input[type=checkbox]:focus,
.selleradise_shop__filters .attributes .inputWrap input[type=checkbox]:focus {
  box-shadow: none;
}
.selleradise_shop__filters .categories .inputWrap--color input[type=checkbox],
.selleradise_shop__filters .tags .inputWrap--color input[type=checkbox],
.selleradise_shop__filters .attributes .inputWrap--color input[type=checkbox] {
  background-color: var(--swatch-color);
}
.selleradise_shop__filters .categories .inputWrap--color input[type=checkbox]:checked, .selleradise_shop__filters .categories .inputWrap--color input[type=checkbox][selected],
.selleradise_shop__filters .tags .inputWrap--color input[type=checkbox]:checked,
.selleradise_shop__filters .tags .inputWrap--color input[type=checkbox][selected],
.selleradise_shop__filters .attributes .inputWrap--color input[type=checkbox]:checked,
.selleradise_shop__filters .attributes .inputWrap--color input[type=checkbox][selected] {
  background-color: var(--swatch-color);
}
.selleradise_shop__filters .categories .inputWrap.highlight,
.selleradise_shop__filters .tags .inputWrap.highlight,
.selleradise_shop__filters .attributes .inputWrap.highlight {
  border-color: rgba(var(--selleradise-color-text-rgb), 0.5);
}
.selleradise_shop__filters .categories .inputWrap:hover,
.selleradise_shop__filters .tags .inputWrap:hover,
.selleradise_shop__filters .attributes .inputWrap:hover {
  border-color: rgba(var(--selleradise-color-text-rgb), 0.3);
}
.selleradise_shop__filters .categories:last-child,
.selleradise_shop__filters .tags:last-child,
.selleradise_shop__filters .attributes:last-child {
  border-bottom: 0;
}
.selleradise_shop__filters-price {
  padding: 0 0 2rem 0;
}
.selleradise_shop__filters-price-head {
  margin-bottom: 1rem;
}
.selleradise_shop__filters-price-head > h3 {
  width: auto;
  margin: 0;
}
.selleradise_shop__filters-price-values {
  text-transform: uppercase;
}
.selleradise_shop__filters-price-values-divider {
  width: 0.5rem;
  height: 0.1rem;
  border-radius: 0.2rem;
  margin: 0 0.5rem;
  background-color: var(--selleradise-color-text);
}
.selleradise_shop__filters-price-values span {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_shop__filters .noUi-target {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  border: none;
  box-shadow: none;
  height: 0.2rem;
  margin: 2.5rem auto 1rem auto;
  position: relative;
  cursor: pointer;
}
.selleradise_shop__filters .noUi-target .noUi-handle {
  background-color: var(--selleradise-color-background);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  box-shadow: none;
  border: 0.2em solid var(--selleradise-color-main);
  bottom: 0.75rem;
  right: -0.5rem;
  margin-right: -0.25rem;
  top: 50%;
  margin-top: -0.75rem;
  cursor: ew-resize;
  outline: none;
}
:root[data-focus-source=key] .selleradise_shop__filters .noUi-target .noUi-handle:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_shop__filters .noUi-target .noUi-handle .noUi-tooltip {
  font-size: 0.8rem;
  border-radius: var(--border-radius-half);
  background-color: var(--selleradise-color-background);
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.05);
  color: var(--selleradise-color-text);
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_shop__filters .noUi-target .noUi-handle::before, .selleradise_shop__filters .noUi-target .noUi-handle::after {
  content: none;
}
.selleradise_shop__filters .noUi-target .noUi-handle:hover .noUi-tooltip, .selleradise_shop__filters .noUi-target .noUi-handle:focus .noUi-tooltip {
  opacity: 1;
}
.selleradise_shop__filters .noUi-target .noUi-connect {
  background-color: var(--selleradise-color-main);
}
.selleradise_shop__filters--offscreen {
  position: fixed;
  right: 0;
  top: 0;
  background-color: var(--selleradise-color-background);
  z-index: 1500;
  padding: 2.5rem;
  width: 28rem;
  height: 100vh;
  max-width: 90vw;
  overflow-y: scroll;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .selleradise_shop__filters {
    padding-bottom: 10rem;
  }
}

.selleradise_shop--default {
  color: var(--selleradise-color-text);
}
.selleradise_shop--default__sort {
  margin: 2.5rem 0;
  grid-column: 1/-1;
}
.selleradise_shop--default__sort-label {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise_shop--default__sort-label::after {
  content: ":";
}
.selleradise_shop--default__sortForm--default {
  font-size: 0.8rem;
}
.selleradise_shop--default__sortForm--default label::before {
  content: none !important;
}
.selleradise_shop--default__sortForm--default input[type=radio] {
  display: none;
}
[data-focus-source=key] .selleradise_shop--default__sortForm--default input[type=radio] {
  display: block;
}
@media (max-width: 1024px) {
  .selleradise_shop--default__sort {
    display: none;
  }
}

.selleradise_shop__orderby--dropdown {
  position: relative;
  background-color: transparent;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1025px) {
  .selleradise_shop__orderby--dropdown {
    display: none;
  }
}
.selleradise_shop__orderby--dropdown-button {
  font-size: 0.8rem;
  display: inline-flex;
  border: none;
  padding: 0.7em 1.4em 0.7em 1.7em;
  background-color: transparent;
  border: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: 2em;
  color: var(--selleradise-color-text);
}
.selleradise_shop__orderby--dropdown-button svg {
  width: 1em;
  height: 1em;
  margin-left: 0.7em;
}
.selleradise_shop__orderby--dropdown-options-enter-active, .selleradise_shop__orderby--dropdown-options-leave-active {
  transform-origin: top left;
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.selleradise_shop__orderby--dropdown-options-enter-from, .selleradise_shop__orderby--dropdown-options-leave-to {
  opacity: 0;
  transform: translate(0, -1rem) scale(0.9);
}
.selleradise_shop__orderby--dropdown-filters-trigger {
  font-size: 1rem;
  display: inline-flex;
  border: none;
  padding: 0.7em 1.7em 0.7em 1em;
  background-color: transparent;
  box-shadow: 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
  display: none;
  height: 3rem;
  border-radius: 0.75rem;
}
.selleradise_shop__orderby--dropdown-filters-trigger svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
[data-selleradise-sidebar-type=offscreen] .selleradise_shop__orderby--dropdown-filters-trigger {
  display: inline-flex;
}
@media (max-width: 1024px) {
  .selleradise_shop__orderby--dropdown-filters-trigger {
    display: inline-flex;
  }
}

.selleradise_shop__title .term-description {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  margin-top: 0;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_shop__head .woocommerce-breadcrumb {
  padding: 0;
  background-color: inherit;
}
@media (max-width: 1024px) {
  .selleradise_shop__head {
    padding: 0 0 1.5rem 0;
  }
}

.selleradise_shop__products-list > .product-category {
  display: none;
}
@media (min-width: 1025px) {
  .selleradise_shop__products [data-selleradise-image-cropping=uncropped]:not([data-selleradise-card-type=list]) .selleradise_shop__products-list {
    display: block;
  }
}
@media (min-width: 1025px) {
  .selleradise_shop__products {
    grid-column: 1/-2;
  }
  .selleradise_shop__products[data-selleradise-sidebar-type=offscreen] {
    grid-column: 1/-1;
  }
  .selleradise_shop__products[data-selleradise-sidebar-type=sidebar-left] {
    grid-column: 2/-1;
  }
}
@media (max-width: 1024px) {
  .selleradise_shop__products {
    grid-column: 1/-1;
  }
  .selleradise_shop__products-list {
    justify-content: center;
  }
}

.selleradise_shop__categories {
  font-size: 0.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, var(--width));
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
  margin: 2rem 0 1rem;
  --ratio: 1;
}
.selleradise_shop__categories .product-category {
  height: auto;
  width: auto;
  float: none;
  clear: none;
  animation: selleradise_shop__categories 800ms cubic-bezier(0.19, 1, 0.22, 1) calc((var(--data-selleradise-item-index) + 1) * 50ms) forwards;
  transform-origin: top;
  opacity: 0;
  transform: translateY(2.5rem);
  border: 0.1rem solid rgba(var(--selleradise-color-text-rgb), 0.1);
  padding: 0.25rem 0.25rem 0.5rem 0.25rem;
  border-radius: var(--border-radius-base);
}
.selleradise_shop__categories .product-category a {
  flex-direction: column;
  text-align: center;
  font-size: inherit;
  border-radius: var(--border-radius-base);
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
}
.selleradise_shop__categories .product-category a img {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  object-fit: cover;
  margin: 0;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_shop__categories .product-category a .woocommerce-loop-category__title {
  font-size: 0.8rem;
  margin: 1em 0 0 0;
}
.selleradise_shop__categories .product-category a mark {
  background-color: transparent;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
@media (max-width: 1024px) {
  .selleradise_shop__categories {
    margin-left: 0;
  }
}
[data-selleradise-category-card-type=default] .selleradise_shop__categories {
  --width: 14rem;
}
@media (max-width: 767px) {
  [data-selleradise-category-card-type=default] .selleradise_shop__categories {
    --width: 10.75rem;
  }
}
[data-selleradise-category-card-type=default] .selleradise_shop__categories .product-category a img {
  height: calc(var(--width) * var(--ratio));
  width: var(--width);
  border-radius: var(--border-radius-base);
}
[data-selleradise-category-card-type=icon] .selleradise_shop__categories {
  --width: 8.65rem;
}
@media (max-width: 1024px) {
  [data-selleradise-category-card-type=icon] .selleradise_shop__categories {
    --width: 8.25rem;
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
[data-selleradise-category-card-type=icon] .selleradise_shop__categories .product-category a img {
  height: calc(var(--width) * 0.75);
  width: calc(var(--width) * 0.75);
  border-radius: calc(var(--width) * 0.75);
}
@keyframes selleradise_shop__categories {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.selleradise_shop--default .shopProducts .orderByForm {
  width: 100%;
  height: auto;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect {
  min-width: 18rem;
  height: auto;
  background-color: var(--selleradise-color-background);
  border-radius: var(--border-radius-half);
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__selected {
  padding: 0 0 0 1rem;
  margin: 0;
  font-size: 1rem;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__actions {
  height: 100%;
  width: 5rem;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__actions .vs__clear {
  line-height: 0;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__dropdown-menu li {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__dropdown-menu li svg {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__dropdown-toggle {
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.selleradise_shop--default .shopProducts .orderByForm .orderBySelect .vs__dropdown-toggle .input {
  width: 15rem;
  height: 2.5rem;
}

.selleradise_shop__pagination {
  margin: 2.5rem 0;
  width: 100%;
}
.selleradise_shop__pagination .woocommerce-result-count {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .selleradise_shop__pagination {
    justify-content: center;
  }
  .selleradise_shop__pagination .woocommerce-result-count {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}

.selleradise_account-forms {
  width: 100%;
  margin: 1rem auto 5vw auto;
  border-radius: var(--border-radius-base);
  overflow: hidden;
}

.selleradise_account-form, .woocommerce-ResetPassword {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 5rem auto;
  background-color: var(--selleradise-color-background);
  width: 25rem;
  padding: 3rem 2.5rem 2.5rem 2.5rem;
  border-radius: var(--border-radius-base);
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  box-shadow: 0 3.6em 3.6em -2.7em var(--selleradise-color-shadow);
  z-index: 10;
}
.selleradise_account-form.hidden, .hidden.woocommerce-ResetPassword {
  display: none;
}
.selleradise_account-form__title {
  font-size: 1.563rem;
  width: 100%;
  margin: 0 0 1.5rem 0;
  color: var(--selleradise-color-text);
}
.selleradise_account-form form.login, .woocommerce-ResetPassword form.login,
.selleradise_account-form form.register,
.woocommerce-ResetPassword form.register {
  font-size: 1rem;
  background-color: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
}
.selleradise_account-form__option, .selleradise_account-form .woocommerce-LostPassword, .woocommerce-ResetPassword .woocommerce-LostPassword {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  height: auto;
  margin: 0.5em 0;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  width: 100%;
}
.selleradise_account-form__option:first-of-type, .selleradise_account-form .woocommerce-LostPassword:first-of-type, .woocommerce-ResetPassword .woocommerce-LostPassword:first-of-type {
  margin-top: 1.5rem;
}
.selleradise_account-form__option button, .selleradise_account-form .woocommerce-LostPassword button, .woocommerce-ResetPassword .woocommerce-LostPassword button,
.selleradise_account-form__option a,
.selleradise_account-form .woocommerce-LostPassword a,
.woocommerce-ResetPassword .woocommerce-LostPassword a {
  background-color: transparent;
  color: var(--selleradise-color-main);
  border: none;
  outline: none;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  margin-left: 0.25em;
  padding: 0;
}
:root[data-focus-source=key] .selleradise_account-form__option button:focus, :root[data-focus-source=key] .selleradise_account-form .woocommerce-LostPassword button:focus, :root[data-focus-source=key] .woocommerce-ResetPassword .woocommerce-LostPassword button:focus,
:root[data-focus-source=key] .selleradise_account-form__option a:focus,
:root[data-focus-source=key] .selleradise_account-form .woocommerce-LostPassword a:focus,
:root[data-focus-source=key] .woocommerce-ResetPassword .woocommerce-LostPassword a:focus {
  transition: none;
  outline: 0.15rem dashed var(--selleradise-color-main);
  outline-offset: 0.2rem;
}
.selleradise_account-form__option button:hover, .selleradise_account-form .woocommerce-LostPassword button:hover, .woocommerce-ResetPassword .woocommerce-LostPassword button:hover,
.selleradise_account-form__option a:hover,
.selleradise_account-form .woocommerce-LostPassword a:hover,
.woocommerce-ResetPassword .woocommerce-LostPassword a:hover {
  text-decoration: underline 0.1em;
  text-underline-offset: 0.1em;
}
.selleradise_account-form .woocommerce-privacy-policy-text, .woocommerce-ResetPassword .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}
.selleradise_account-form .woocommerce-privacy-policy-text a, .woocommerce-ResetPassword .woocommerce-privacy-policy-text a {
  text-decoration: underline;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  color: var(--selleradise-color-main);
}
@media (max-width: 767px) {
  .selleradise_account-form, .woocommerce-ResetPassword {
    width: 90vw;
  }
}

.woocommerce-ResetPassword {
  padding-top: 2rem;
}

@media (min-width: 1025px) {
  body.woocommerce-lost-password .woocommerce {
    padding: 5rem 5vw;
  }
}

.selleradise .woocommerce form.login .woocommerce-form-row,
.selleradise .woocommerce form.register .woocommerce-form-row,
.selleradise .loginForm--popup form.login .woocommerce-form-row,
.selleradise .loginForm--popup form.register .woocommerce-form-row,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
}
.selleradise .woocommerce form.login .woocommerce-form-row label,
.selleradise .woocommerce form.register .woocommerce-form-row label,
.selleradise .loginForm--popup form.login .woocommerce-form-row label,
.selleradise .loginForm--popup form.register .woocommerce-form-row label,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-form-row label {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  margin-bottom: 0.25rem;
}
.selleradise .woocommerce form.login .woocommerce-form-row input,
.selleradise .woocommerce form.register .woocommerce-form-row input,
.selleradise .loginForm--popup form.login .woocommerce-form-row input,
.selleradise .loginForm--popup form.register .woocommerce-form-row input,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input {
  background-color: var(--selleradise-color-background-mild);
  width: 100%;
}
.selleradise .woocommerce form.login button[type=submit].button,
.selleradise .woocommerce form.register button[type=submit].button,
.selleradise .loginForm--popup form.login button[type=submit].button,
.selleradise .loginForm--popup form.register button[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button {
  width: 100%;
  margin-top: 1rem;
  float: none;
  margin-right: 0;
}
.selleradise .woocommerce form.login .show-password-input.display-password::after,
.selleradise .woocommerce form.register .show-password-input.display-password::after,
.selleradise .loginForm--popup form.login .show-password-input.display-password::after,
.selleradise .loginForm--popup form.register .show-password-input.display-password::after,
.selleradise .woocommerce .woocommerce-ResetPassword .show-password-input.display-password::after {
  color: var(--selleradise-color-main);
}
.selleradise .woocommerce form.login h2,
.selleradise .woocommerce form.register h2,
.selleradise .loginForm--popup form.login h2,
.selleradise .loginForm--popup form.register h2,
.selleradise .woocommerce .woocommerce-ResetPassword h2 {
  margin-top: 0;
}
.selleradise .woocommerce form.login .woocommerce-password-strength,
.selleradise .woocommerce form.register .woocommerce-password-strength,
.selleradise .loginForm--popup form.login .woocommerce-password-strength,
.selleradise .loginForm--popup form.register .woocommerce-password-strength,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength {
  border-radius: var(--border-radius-half);
  display: none;
  font-size: 0.9rem;
}
.selleradise .woocommerce form.login .woocommerce-password-strength.bad, .selleradise .woocommerce form.login .woocommerce-password-strength.good, .selleradise .woocommerce form.login .woocommerce-password-strength.strong, .selleradise .woocommerce form.login .woocommerce-password-strength.short,
.selleradise .woocommerce form.register .woocommerce-password-strength.bad,
.selleradise .woocommerce form.register .woocommerce-password-strength.good,
.selleradise .woocommerce form.register .woocommerce-password-strength.strong,
.selleradise .woocommerce form.register .woocommerce-password-strength.short,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.bad,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.good,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.strong,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.short,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.bad,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.good,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.strong,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.short,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.bad,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.good,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.strong,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.short {
  display: block;
  padding: 0.8rem 1rem;
  margin-top: 0.5rem;
}
.selleradise .woocommerce form.login .woocommerce-password-strength.short,
.selleradise .woocommerce form.register .woocommerce-password-strength.short,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.short,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.short,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.short {
  background-color: #ffebee;
  color: #b71c1c;
}
.selleradise .woocommerce form.login .woocommerce-password-strength.bad,
.selleradise .woocommerce form.register .woocommerce-password-strength.bad,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.bad,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.bad,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.bad {
  background-color: #fffde7;
  color: #f57f17;
}
.selleradise .woocommerce form.login .woocommerce-password-strength.good,
.selleradise .woocommerce form.register .woocommerce-password-strength.good,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.good,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.good,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.good {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.selleradise .woocommerce form.login .woocommerce-password-strength.strong,
.selleradise .woocommerce form.register .woocommerce-password-strength.strong,
.selleradise .loginForm--popup form.login .woocommerce-password-strength.strong,
.selleradise .loginForm--popup form.register .woocommerce-password-strength.strong,
.selleradise .woocommerce .woocommerce-ResetPassword .woocommerce-password-strength.strong {
  background-color: #e8f5e9;
  color: #1b5e20;
}
.selleradise .woocommerce form.login .lost_password,
.selleradise .woocommerce form.register .lost_password,
.selleradise .loginForm--popup form.login .lost_password,
.selleradise .loginForm--popup form.register .lost_password,
.selleradise .woocommerce .woocommerce-ResetPassword .lost_password {
  margin-bottom: 0;
}
.selleradise .woocommerce form.login .lost_password a,
.selleradise .woocommerce form.register .lost_password a,
.selleradise .loginForm--popup form.login .lost_password a,
.selleradise .loginForm--popup form.register .lost_password a,
.selleradise .woocommerce .woocommerce-ResetPassword .lost_password a {
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: var(--selleradise-color-text);
}

.selleradise .woocommerce-MyAccount-content {
  padding: 5rem;
  width: 75%;
  color: var(--selleradise-color-text);
}
.selleradise .woocommerce-MyAccount-content .form-row {
  margin: 0.5em 0;
}
@media (max-width: 1024px) {
  .selleradise .woocommerce-MyAccount-content {
    padding: 0 0 2.5rem;
    width: 100%;
  }
}
.selleradise .woocommerce-MyAccount-navigation {
  width: 25%;
}
@media (max-width: 1024px) {
  .selleradise .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 1rem 0 4rem 0;
  }
}
.selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a {
  color: var(--selleradise-color-main-text);
}
.selleradise .woocommerce-customer-details address {
  padding: 2.5rem;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: var(--border-radius-base);
}

.woocommerce-MyAccount-content label {
  margin: 1rem 0 0.25rem 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
  align-items: stretch;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  font-size: 1rem;
  background-color: var(--selleradise-color-background);
  padding: 2.5rem;
  margin-right: 1rem;
  border-radius: var(--border-radius-base);
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  position: relative;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before, .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after {
  content: none;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit {
  font-size: 0.8rem;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  font-size: 0.8rem;
}
@media (max-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 1rem;
  }
}

.selleradise .selleradise-container .page .woocommerce-billing-fields, .selleradise .selleradise-container .page .woocommerce-shipping-fields, .selleradise .selleradise-container .page .woocommerce-additional-fields {
  border-radius: var(--border-radius-half);
  margin-bottom: 1rem;
  padding: 2.5rem 0;
}
.selleradise .selleradise-container .page .woocommerce-billing-fields p, .selleradise .selleradise-container .page .woocommerce-shipping-fields p, .selleradise .selleradise-container .page .woocommerce-additional-fields p {
  padding: 0.5rem 0;
}
.selleradise .selleradise-container .page .woocommerce-billing-fields p.form-row label, .selleradise .selleradise-container .page .woocommerce-shipping-fields p.form-row label, .selleradise .selleradise-container .page .woocommerce-additional-fields p.form-row label {
  margin-bottom: 0.5rem;
}
.selleradise .selleradise-container .page .woocommerce-billing-fields .select2-selection,
.selleradise .selleradise-container .page .woocommerce-billing-fields input,
.selleradise .selleradise-container .page .woocommerce-billing-fields textarea, .selleradise .selleradise-container .page .woocommerce-shipping-fields .select2-selection,
.selleradise .selleradise-container .page .woocommerce-shipping-fields input,
.selleradise .selleradise-container .page .woocommerce-shipping-fields textarea, .selleradise .selleradise-container .page .woocommerce-additional-fields .select2-selection,
.selleradise .selleradise-container .page .woocommerce-additional-fields input,
.selleradise .selleradise-container .page .woocommerce-additional-fields textarea {
  border-color: transparent;
  padding: 0.5rem 1rem;
}
.selleradise .selleradise-container .page .woocommerce-billing-fields textarea, .selleradise .selleradise-container .page .woocommerce-shipping-fields textarea, .selleradise .selleradise-container .page .woocommerce-additional-fields textarea {
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
}
.selleradise .selleradise-container .page .woocommerce-additional-fields {
  padding: 0;
}
.selleradise .selleradise-container .page .woocommerce-billing-fields {
  margin-bottom: 0;
  padding-bottom: 0;
}
.selleradise .selleradise-container .page .woocommerce-billing-fields h3 {
  margin: 0;
  padding: 0 0 2rem 0;
}
.selleradise .selleradise-container .page .woocommerce-shipping-fields {
  padding: 0;
}
.selleradise .selleradise-container .page .woocommerce h3#order_review_heading {
  margin: 0;
  padding: 2rem 0;
}
.selleradise .selleradise-container .page .woocommerce-checkout-review-order {
  font-size: 1rem;
  padding: 2rem;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: var(--border-radius-base);
  box-shadow: 0 3.6em 3.6em -2.7em var(--selleradise-color-shadow);
}
.selleradise .selleradise-container .page .woocommerce-checkout-review-order table {
  border-collapse: collapse;
  border: 0;
  border-radius: var(--border-radius-half);
  overflow: hidden;
}
.selleradise .selleradise-container .page .woocommerce-checkout-review-order table,
.selleradise .selleradise-container .page .woocommerce-checkout-review-order th,
.selleradise .selleradise-container .page .woocommerce-checkout-review-order td {
  border: none;
}
.selleradise .selleradise-container .page .woocommerce-checkout-review-order th,
.selleradise .selleradise-container .page .woocommerce-checkout-review-order td {
  padding: 0.8rem 2rem;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05) !important;
  padding: 2.5rem;
  border-radius: var(--border-radius-base) !important;
  overflow: hidden;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment .button {
  width: 100%;
  margin-top: 1rem;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods {
  border-bottom: unset !important;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method {
  padding: 0.5rem 0;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method input,
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label {
  cursor: pointer;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label {
  flex-grow: 1;
  font-weight: bold;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label img {
  margin-left: 1rem;
  height: 1.5rem;
  width: auto;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label a {
  margin-left: auto;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment#payment div.payment_box {
  background-color: transparent;
  color: var(--selleradise-color-text);
  padding: 0;
  line-height: 1.6;
  font-size: 1rem;
  border-radius: var(--border-radius-half);
  margin: 0 0 1rem 0;
}
.selleradise .selleradise-container .page .woocommerce-checkout-payment#payment div.payment_box::before {
  content: none;
  display: block;
  border: none;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.selleradise .checkout.woocommerce-checkout {
  color: var(--selleradise-color-text);
  padding-bottom: 5rem;
}
.selleradise .checkout.woocommerce-checkout .checkoutDetailsContainer > div:first-child {
  width: 60%;
}
.selleradise .checkout.woocommerce-checkout .checkoutDetailsContainer > div:last-child {
  width: 38%;
}
.selleradise .checkout.woocommerce-checkout ul#shipping_method li input,
.selleradise .checkout.woocommerce-checkout ul#shipping_method li label {
  cursor: pointer;
}
.selleradise .checkout.woocommerce-checkout ul#shipping_method li label {
  flex-grow: 1;
  font-weight: normal;
}
.selleradise .checkout.woocommerce-checkout ul#shipping_method li label a {
  margin-left: auto;
}
.selleradise .checkout.woocommerce-checkout ul#shipping_method li label .woocommerce-Price-amount {
  margin-left: 0.5rem;
  color: #4caf50;
}
.selleradise .checkout.woocommerce-checkout .woocommerce-form__label-for-checkbox.checkbox {
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .selleradise .checkout.woocommerce-checkout .checkoutDetailsContainer > div:first-child {
    width: 100%;
  }
  .selleradise .checkout.woocommerce-checkout .checkoutDetailsContainer > div:last-child {
    width: 100%;
  }
  .selleradise .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 1rem;
  }
  .selleradise .checkout.woocommerce-checkout .woocommerce-checkout-payment {
    padding: 1rem;
  }
}

.selleradise.woocommerce-page.woocommerce-checkout .woocommerce-form-login,
.selleradise.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon {
  background-color: var(--selleradise-color-background);
  padding: 2.5rem 5vw;
  border-radius: var(--border-radius-base);
  width: 100%;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
}

.selleradise form.checkout_coupon {
  border: none;
  color: var(--selleradise-color-text);
  padding: 2.5rem;
  margin: 2.5rem 0;
}
.selleradise form.checkout_coupon input {
  border-color: transparent;
}
.selleradise form.checkout_coupon .form-row {
  width: 100%;
}

.selleradise.woocommerce-order-received .pageTitle {
  padding: 0;
  text-align: left;
  justify-content: left;
}
.selleradise.woocommerce-order-received .woocommerce-order {
  color: var(--selleradise-color-text);
}
.selleradise.woocommerce-order-received .woocommerce-order h2 {
  margin-bottom: 0.5rem;
}
:root[data-selleradise-theme-type=dark] .selleradise.woocommerce-order-received .woocommerce-order a {
  color: var(--selleradise-color-accent-light);
}
.selleradise.woocommerce-order-received .woocommerce-order ul.order_details {
  padding: 0;
  margin: 0 0 0 -0.5rem;
}
.selleradise.woocommerce-order-received .woocommerce-order ul.order_details li {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
  padding: 1rem 1.5rem;
  margin: 0.5rem;
  border-right: none;
  border-radius: var(--border-radius-half);
}
.selleradise.woocommerce-order-received .woocommerce-order ul.order_details li strong {
  margin-top: 0.25rem;
}
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details table {
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.05);
  border-collapse: collapse;
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details table,
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details th,
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details td {
  border: none;
}
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details th,
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-order-details td {
  padding: 1rem 0;
  border-bottom: 0.05rem solid rgba(var(--selleradise-color-text-rgb), 0.1);
  font-size: 1rem;
}
.selleradise.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
  border: none;
  box-shadow: none;
  padding: 1.5rem;
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}

.selleradise .wpmc {
  font-size: 1rem;
}
.selleradise .wpmc-tabs-wrapper, .selleradise .wpmc-steps-wrapper, .selleradise .wpmc-nav-wrapper {
  padding: 0 10vw;
}
@media (max-width: 767px) {
  .selleradise .wpmc-tabs-wrapper, .selleradise .wpmc-steps-wrapper, .selleradise .wpmc-nav-wrapper {
    padding: 0;
  }
}
.selleradise .checkout.woocommerce-checkout .selleradise .wpmc-step-item .woocommerce-checkout-payment {
  padding: 0;
}
.selleradise .wpmc-nav-wrapper {
  padding-bottom: 2.5rem;
}
.selleradise .wpmc-tab-item.current::before {
  border-bottom-color: var(--selleradise-color-text);
}
.selleradise .wpmc-tab-item.current .wpmc-tab-number {
  background-color: var(--selleradise-color-text);
  border-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
}

.selleradise-page--blog .selleradise_page__title {
  margin: 2.5rem 0 0 0;
}
.selleradise-page--blog .archive-description {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
}

.selleradise_blog__sidebar {
  font-size: 1rem;
  align-self: stretch;
  padding: 2.5rem 0 0 2.5rem;
  margin-bottom: 2rem;
}
.selleradise_blog__sidebar a {
  text-decoration: underline;
}
.selleradise_blog__sidebar aside section {
  padding: 0 0 1rem;
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  overflow-x: hidden;
}
.selleradise_blog__sidebar aside section:not(:last-child) {
  margin-bottom: 0;
}
.selleradise_blog__sidebar aside section h1 {
  font-size: 1.953rem;
}
.selleradise_blog__sidebar aside section h2 {
  font-size: 1.563rem;
}
.selleradise_blog__sidebar aside section h1,
.selleradise_blog__sidebar aside section h2 {
  margin: 1rem 0.5rem 0.5rem 0;
}
.selleradise_blog__sidebar aside section ul a {
  color: var(--selleradise-color-text);
  text-decoration: underline;
}
.selleradise_blog__sidebar aside section ul li:not(:last-child) {
  padding-bottom: 0.5rem;
}
.selleradise_blog__sidebar aside section ul > li {
  list-style: none;
}
.selleradise_blog__sidebar aside section ul > li li {
  border-left: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.25);
  padding-left: 1rem;
}
@media (max-width: 1024px) {
  .selleradise_blog__sidebar aside section {
    padding: 0 0 1rem;
  }
}
.selleradise_blog__sidebar aside .wp-block-search {
  font-size: 1rem;
}
.selleradise_blog__sidebar aside .wp-block-search__input {
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-right: none;
  border-radius: 0.75em 0 0 0.75em;
  box-shadow: none;
}
.selleradise_blog__sidebar aside .wp-block-search__button {
  border-radius: 0 0.75em 0.75em 0;
  margin-left: 0;
}
.selleradise_blog__sidebar aside ol.wp-block-latest-comments {
  padding-left: 0;
}
.selleradise_blog__sidebar aside ol.wp-block-latest-comments a {
  color: var(--selleradise-color-text);
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.selleradise_blog__sidebar aside ol.wp-block-latest-comments a:hover {
  color: var(--selleradise-color-main);
}
.selleradise_blog__sidebar aside .wp-block-tag-cloud {
  align-items: flex-start;
}
.selleradise_blog__sidebar aside .wp-block-tag-cloud > .tag-cloud-link {
  margin: 0 0.75em 0.75em 0;
  background-color: transparent;
  border: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: 2em;
  font-weight: 400;
}
.selleradise_blog__sidebar aside .wp-block-latest-posts__list a {
  font-size: 1rem;
  color: var(--selleradise-color-text);
  width: 100%;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.selleradise_blog__sidebar aside .wp-block-latest-posts__list a:hover {
  color: var(--selleradise-color-main);
}
.selleradise_blog__sidebar aside .wp-block-latest-posts__list > * {
  margin-bottom: 0.5rem;
}
.selleradise_blog__sidebar aside .wp-block-latest-posts__featured-image {
  width: 100%;
  height: 15rem;
  border-radius: 0.5em;
  margin: 0 0 1rem 0;
}
@media (max-width: 1024px) {
  .selleradise_blog__sidebar {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}

.selleradise_single_post {
  padding-bottom: 2.5rem;
}
.selleradise_single_post main {
  width: 65%;
  flex-grow: 1;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .selleradise_single_post main {
    width: 100%;
  }
}
.selleradise_single_post .breadcrumb-trail {
  font-size: 0.8rem;
  padding-bottom: 0;
}

.selleradise_single_post .post {
  background-color: var(--selleradise-color-background);
  color: var(--selleradise-color-text);
  margin: 0 auto 2.5rem;
  border-radius: var(--border-radius-base);
  overflow-x: hidden;
  flex: 1;
}
.selleradise_single_post .post .date {
  font-size: 0.8rem;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin: 0 0 0.5rem 0;
}
.selleradise_single_post .post .date a {
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: inherit;
}
.selleradise_single_post .post .selleradise_single_post__categories,
.selleradise_single_post .post .selleradise_single_post__tags {
  width: 100%;
  margin: 1rem 0;
}
.selleradise_single_post .post .selleradise_single_post__categories a,
.selleradise_single_post .post .selleradise_single_post__tags a {
  color: var(--selleradise-color-text);
  margin: 0 0.25rem 0.5rem 0;
}
.selleradise_single_post .post .selleradise_single_post__tags {
  margin: 2.5rem 0;
}
@media (max-width: 767px) {
  .selleradise_single_post .post {
    padding: 1.5rem 0;
  }
}

.selleradise_empty-state {
  flex-direction: column;
  padding: 5rem;
}
.selleradise_empty-state__svg {
  color: rgba(var(--selleradise-color-text-rgb), 0.5);
}
.selleradise_empty-state__svg svg {
  width: 5rem;
  height: auto;
}
.selleradise_empty-state__title {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin: 1em 0 0 0;
}
.selleradise_empty-state .selleradise_button--primary, .selleradise_empty-state .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart, .woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .selleradise_empty-state .add_to_cart, .selleradise_empty-state .search-form .search-submit, .search-form .selleradise_empty-state .search-submit, .selleradise_empty-state .selleradise_footer__form input[type=submit], .selleradise_footer__form .selleradise_empty-state input[type=submit], .selleradise_empty-state .theme-selleradise .wc-block-grid__products .wc-block-grid__product-add-to-cart > a, .theme-selleradise .wc-block-grid__products .selleradise_empty-state .wc-block-grid__product-add-to-cart > a, .selleradise_empty-state .comments-area .comment-form input[type=submit], .comments-area .comment-form .selleradise_empty-state input[type=submit], .selleradise_empty-state .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .button, .selleradise_single_product__content .summary .woocommerce-variation-add-to-cart .selleradise_empty-state .button,
.selleradise_empty-state .selleradise_single_product__content .summary form.cart .button,
.selleradise_single_product__content .summary form.cart .selleradise_empty-state .button, .selleradise_empty-state .selleradise_single_product__panel #reviews #review_form #respond form input[type=submit], .selleradise_single_product__panel #reviews #review_form #respond form .selleradise_empty-state input[type=submit], .selleradise_empty-state .selleradise .woocommerce form.login button[type=submit].button, .selleradise .woocommerce form.login .selleradise_empty-state button[type=submit].button,
.selleradise_empty-state .selleradise .woocommerce form.register button[type=submit].button,
.selleradise .woocommerce form.register .selleradise_empty-state button[type=submit].button,
.selleradise_empty-state .selleradise .loginForm--popup form.login button[type=submit].button,
.selleradise .loginForm--popup form.login .selleradise_empty-state button[type=submit].button,
.selleradise_empty-state .selleradise .loginForm--popup form.register button[type=submit].button,
.selleradise .loginForm--popup form.register .selleradise_empty-state button[type=submit].button,
.selleradise_empty-state .selleradise .woocommerce .woocommerce-ResetPassword button[type=submit].button,
.selleradise .woocommerce .woocommerce-ResetPassword .selleradise_empty-state button[type=submit].button, .selleradise_empty-state .selleradise .woocommerce-MyAccount-content button[type=submit], .selleradise .woocommerce-MyAccount-content .selleradise_empty-state button[type=submit], .selleradise_empty-state .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions a, .selleradise table.shop_table .woocommerce-orders-table__cell-order-actions .selleradise_empty-state a, .selleradise_empty-state .selleradise .selleradise-container .page .woocommerce-checkout-payment .button, .selleradise .selleradise-container .page .woocommerce-checkout-payment .selleradise_empty-state .button, .selleradise_empty-state .selleradise form.checkout_coupon .button, .selleradise form.checkout_coupon .selleradise_empty-state .button, .selleradise_empty-state .selleradise .wpmc-nav-wrapper #wpmc-skip-login, .selleradise .wpmc-nav-wrapper .selleradise_empty-state #wpmc-skip-login,
.selleradise_empty-state .selleradise .wpmc-nav-wrapper #wpmc-next,
.selleradise .wpmc-nav-wrapper .selleradise_empty-state #wpmc-next {
  font-size: 0.8rem;
  margin-top: 2rem;
}

.selleradise_search_page .selleradise_page__title {
  margin: 4rem 0 0 0;
  text-align: center;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  justify-content: center;
}
.selleradise_search_page .selleradise_page__title em {
  font-style: normal;
  color: var(--selleradise-color-text);
}
.selleradise_search_page main {
  margin: 2.5rem 0;
  padding: 2.5rem 3.5rem;
  border: 0.1em solid rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: var(--border-radius-base);
}
.selleradise_search_page__article {
  margin: 0 0 4rem 0;
}
.selleradise_search_page__article h2 {
  font-size: 1.563rem;
  margin: 1em 0 0.75em 0;
}
.selleradise_search_page__article h2 a:hover {
  text-decoration: underline;
}
.selleradise_search_page__article-excerpt {
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .selleradise_search_page main {
    padding: 5vw;
  }
}

.search-form {
  box-shadow: inset 0 0 0 0.1em rgba(var(--selleradise-color-text-rgb), 0.1);
  border-radius: 5em;
  width: auto;
  padding: 0.5em;
  width: 30rem;
  margin: 2.5rem auto;
}
.search-form label {
  flex-grow: 1;
}
.search-form input {
  box-shadow: none;
  background-color: transparent;
}
.search-form .search-submit {
  margin-top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .search-form {
    width: 100%;
  }
}

.woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form {
  margin: 2.5rem 0;
}
.woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form h2 {
  margin: 0;
}
.woocommerce-wishlist .wishlist-title-container .wishlist-title-with-form a {
  margin-left: 1rem;
}
.woocommerce-wishlist .wishlist-out-of-stock,
.woocommerce-wishlist .wishlist-in-stock {
  font-size: 0.64rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  padding: 0.5em 1em;
  border-radius: 5em;
}
.woocommerce-wishlist .wishlist-in-stock {
  background-color: #e8f5e9;
  color: #388e3c;
}
.woocommerce-wishlist .wishlist-out-of-stock {
  background-color: #ffebee;
  color: #d32f2f;
}
.woocommerce-wishlist .shop_table.wishlist_table {
  border: none;
  background-color: var(--selleradise-color-background);
  border-collapse: collapse;
  border-radius: var(--border-radius-half);
  overflow: hidden;
  border: 0;
}
.woocommerce-wishlist .shop_table.wishlist_table tr {
  border-bottom: 0.05rem solid rgba(var(--selleradise-color-text-rgb), 0.05);
}
.woocommerce-wishlist .shop_table.wishlist_table th,
.woocommerce-wishlist .shop_table.wishlist_table td {
  font-size: 1rem;
  padding: 1rem;
  border: none;
  text-align: center;
}
.woocommerce-wishlist .shop_table.wishlist_table th {
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
  line-height: inherit;
}
.woocommerce-wishlist .shop_table.wishlist_table .product-thumbnail > a {
  width: 5rem;
  height: 5rem;
  border-radius: var(--border-radius-half);
}
.woocommerce-wishlist .shop_table.wishlist_table .product-thumbnail > a img {
  height: 100% !important;
}
.woocommerce-wishlist .shop_table.wishlist_table .product-remove a.remove_from_wishlist {
  width: 2rem;
  height: 2rem;
  background-color: #ffebee;
}
.woocommerce-wishlist .shop_table.wishlist_table .dateadded {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.woocommerce-wishlist .shop_table.wishlist_table .product-name a {
  font-size: 1rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
}
.woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .add_to_cart {
  font-size: 0.8rem;
  display: inline-flex !important;
}
.woocommerce-wishlist .shop_table.wishlist_table .product-add-to-cart .remove_from_wishlist {
  font-size: 0.8rem;
  display: flex !important;
  justify-content: center;
  background-color: transparent;
  padding: 1em !important;
  color: var(--selleradise-color-main);
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  text-align: center;
}
.woocommerce-wishlist .shop_table.wishlist_table thead {
  color: var(--selleradise-color-text);
  border: none;
}
.woocommerce-wishlist .yith-wcwl-share {
  font-size: 1rem;
  margin: 2.5rem 0 5rem 0;
}
.woocommerce-wishlist .yith-wcwl-share ul {
  margin-left: -0.5rem;
}
.woocommerce-wishlist .yith-wcwl-share .share-button a {
  width: 3rem;
  height: 3rem;
  border-radius: 5em;
  margin: 0.5em;
}
.woocommerce-wishlist .wishlist_table.mobile {
  padding: 0;
}
.woocommerce-wishlist .wishlist_table.mobile li {
  border: 0.05em solid rgba(var(--selleradise-color-text-rgb), 0.05);
  margin-bottom: 2.5rem;
  padding: 1rem;
  border-radius: var(--border-radius-base);
  position: relative;
}
.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .product-thumbnail {
  margin: 0;
}
.woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .item-details {
  display: inline-flex;
  flex-direction: column;
  padding: 0 0 0 1.5rem;
}
.woocommerce-wishlist .wishlist_table.mobile .product-name h3 {
  margin: 0 0 0.5rem;
  line-height: 1;
}
.woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper {
  padding-top: 1rem;
}
.woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .additional-info {
  margin: 0;
  flex-grow: 1;
  text-align: left;
  white-space: nowrap;
}
.woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart {
  margin-left: auto;
  margin-bottom: 0;
}
.woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .product-add-to-cart a.add_to_cart {
  margin: 0 !important;
}
.woocommerce-wishlist .wishlist_table.mobile .additional-info-wrapper .product-remove a {
  width: 2rem;
  height: 2rem;
  border-radius: 2em;
  background-color: transparent;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #ffebee;
  color: #d32f2f;
}

body #yith-wcwl-popup-message {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  background-color: var(--selleradise-color-text);
  color: var(--selleradise-color-background);
  box-shadow: none;
  border-radius: var(--border-radius-base);
  padding: 0.75em 1.4em;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
  padding: 1rem 5vw;
  margin: 0;
  font-size: 1rem;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--selleradise-color-text);
}

.e-con {
  --content-width: 100% !important;
}

.selleradise_widgets__slider-button {
  background-color: transparent;
  color: rgba(var(--selleradise-color-text-rgb), 0.7);
  border: none;
  padding: 0.5rem;
  border-radius: 5em;
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.selleradise_widgets__slider-button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.selleradise_widgets__slider-button:hover {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05);
}
.selleradise_widgets__slider-button--right {
  margin-left: 0.5rem;
}

.selleradise .pswp__bg {
  background-color: var(--selleradise-color-background);
}
.selleradise .pswp__top-bar {
  background-color: transparent;
}
.selleradise .pswp__button {
  color: var(--selleradise-color-text);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  background-image: none !important;
  width: 3.5rem;
  height: 3.5rem;
  outline: none;
  opacity: 1;
}
.selleradise .pswp__button::before {
  content: none;
}
.selleradise .pswp__button svg {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
}
.selleradise .pswp__button:hover, .selleradise .pswp__button:focus {
  background-color: rgba(var(--selleradise-color-text-rgb), 0.05) !important;
}
.selleradise .pswp__button--arrow--left,
.selleradise .pswp__button--arrow--right {
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
}
.selleradise .pswp__button--arrow--left svg,
.selleradise .pswp__button--arrow--right svg {
  width: 1.5rem;
  height: 1.5rem;
}
.selleradise .pswp__counter {
  font-size: 0.8rem;
  font-weight: var(--selleradise-font-primary_boldest-font-weight);
  left: 0.5rem;
  top: 0.5rem;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.6;
  background-color: transparent;
  color: var(--selleradise-color-text);
  opacity: 1;
}

.crp_related_widget ul li {
  width: 100%;
  height: auto;
}
.crp_related_widget ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.crp_related_widget ul li a.crp_link {
  position: relative;
  width: 100%;
  text-decoration: none;
}
.crp_related_widget ul li a.crp_link figure {
  width: 5rem;
  height: 5rem;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius-fourth);
}
.crp_related_widget ul li a.crp_link .crp_title {
  font-size: 1.25rem;
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  align-self: stretch;
}
.crp_related_widget ul li .crp_author,
.crp_related_widget ul li .crp_date,
.crp_related_widget ul li .crp_excerpt {
  font-size: 0.8rem;
}
.crp_related_widget ul li .crp_author a,
.crp_related_widget ul li .crp_date a {
  font-weight: var(--selleradise-font-primary_bolder-font-weight);
}
.crp_related_widget ul li .crp_excerpt {
  display: block;
  width: 100%;
}

form.wvs-loaded .reset_variations {
  margin-top: 1rem;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: var(--border-radius-base);
}
.selleradise .dgwt-wcas-suggestions-wrapp {
  border: 0.1em solid #ccc;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
