@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.switch-apps-customer-gallery {
  /* Box sizing rules */
}
.switch-apps-customer-gallery *,
.switch-apps-customer-gallery *::before,
.switch-apps-customer-gallery *::after {
  box-sizing: border-box;
}
.switch-apps-customer-gallery {
  /* Remove default margin */
}
.switch-apps-customer-gallery body,
.switch-apps-customer-gallery h1,
.switch-apps-customer-gallery h2,
.switch-apps-customer-gallery h3,
.switch-apps-customer-gallery h4,
.switch-apps-customer-gallery h5,
.switch-apps-customer-gallery h6,
.switch-apps-customer-gallery p,
.switch-apps-customer-gallery li,
.switch-apps-customer-gallery figure,
.switch-apps-customer-gallery figcaption,
.switch-apps-customer-gallery blockquote,
.switch-apps-customer-gallery dl,
.switch-apps-customer-gallery dd {
  margin: 0;
}
.switch-apps-customer-gallery {
  /* Remove list styles on ul, ol elements with a class attribute */
}
.switch-apps-customer-gallery ul[class],
.switch-apps-customer-gallery ol[class] {
  list-style: none;
}
.switch-apps-customer-gallery ol, .switch-apps-customer-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.switch-apps-customer-gallery {
  /* Make images easier to work with */
}
.switch-apps-customer-gallery img {
  max-width: 100%;
  display: block;
}
.switch-apps-customer-gallery {
  /* Inherit fonts for inputs and buttons */
}
.switch-apps-customer-gallery input,
.switch-apps-customer-gallery button:not(.btn),
.switch-apps-customer-gallery textarea,
.switch-apps-customer-gallery select {
  font: inherit;
  color: inherit;
}
.switch-apps-customer-gallery input:focus,
.switch-apps-customer-gallery button:not(.btn):focus,
.switch-apps-customer-gallery textarea:focus,
.switch-apps-customer-gallery select:focus {
  outline: none;
  box-shadow: none;
}
.switch-apps-customer-gallery button:not(.btn) {
  border: 0;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.switch-apps-customer-gallery {
  --border-color: #d4d4d4;
  --input-border: #d4d4d4;
  --ui-background-color: #fff;
  --ui-text-color: #000;
}

.switch-apps--wrapper {
  max-width: 1440px;
  padding: 0 30px;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .switch-apps--wrapper {
    padding: 0 16px;
  }
}

.s-a-has-zoom {
  cursor: zoom-in;
}

.s-a--hide {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .s-a--desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .s-a--tablet-only {
    display: none !important;
  }
}

.page-container#PageContainer {
  transform: none !important;
}

.isolate {
  position: static !important;
}

.s-a-embla, .s-a-embla-thumbs {
  overflow: hidden;
}

.s-a-embla__container {
  display: flex;
  transition: height 0.5s;
  align-items: flex-start;
}

.s-a-embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.s-a-embla-thumbs .s-a-embla__container {
  margin-left: -4px;
}
.s-a-embla-thumbs .s-a-embla__container .s-a-embla__slide {
  padding-left: 4px;
  flex: 0 0 80px;
}

.switch-apps-gallery-section-popup-open {
  position: relative;
  z-index: 99999999999999;
}

.switch-apps-gallery-section {
  width: 100%;
}

.s-a-rte {
  color: var(--ui-text-color);
}
.s-a-rte p {
  font-size: 14px;
}
.s-a-rte * {
  color: inherit;
}
.s-a-rte > * + * {
  margin-top: 16px;
}

.switch-apps.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 9999999999999999;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}
.switch-apps.pswp div:empty {
  display: block !important;
}

/*
  Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.switch-apps.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.switch-apps.pswp * {
  backdrop-filter: none !important;
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.switch-apps.pswp:focus {
  outline: 0;
}

.switch-apps.pswp * {
  box-sizing: border-box;
}

.switch-apps.pswp img {
  max-width: none;
}

.switch-apps.pswp--open {
  display: block;
}

.switch-apps.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.switch-apps.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.switch-apps.pswp .pswp__scroll-wrap,
.switch-apps.pswp .pswp__bg,
.switch-apps.pswp .pswp__container,
.switch-apps.pswp .pswp__item,
.switch-apps.pswp .pswp__content,
.switch-apps.pswp .pswp__img,
.switch-apps.pswp .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.switch-apps.pswp .pswp__img,
.switch-apps.pswp .pswp__zoom-wrap {
  width: auto;
  height: auto;
}
.switch-apps.pswp.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.switch-apps.pswp.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.switch-apps.pswp.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.switch-apps.pswp {
  /* :active to override grabbing cursor */
}
.switch-apps.pswp.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .switch-apps.pswp.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.switch-apps.pswp .pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.switch-apps.pswp {
  /* Prevent selection and tap highlights */
}
.switch-apps.pswp .pswp__container,
.switch-apps.pswp .pswp__img,
.switch-apps.pswp .pswp__button,
.switch-apps.pswp .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-apps.pswp .pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}
.switch-apps.pswp .pswp__hidden {
  display: none !important;
}
.switch-apps.pswp {
  /* Allow to click through pswp__content element, but not its children */
}
.switch-apps.pswp .pswp__content {
  pointer-events: none;
}
.switch-apps.pswp .pswp__content > * {
  pointer-events: auto;
}
.switch-apps.pswp {
  /*

    PhotoSwipe UI

  */
  /*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
  */
}
.switch-apps.pswp .pswp__error-msg-container {
  display: grid;
}
.switch-apps.pswp .pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}
.switch-apps.pswp {
  /*
  class pswp__hide-on-close is applied to elements that
  should hide (for example fade out) when PhotoSwipe is closed
  and show (for example fade in) when PhotoSwipe is opened
   */
}
.switch-apps.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}
.switch-apps.pswp {
  /* class pswp--ui-visible is added when opening or closing transition starts */
}
.switch-apps.pswp.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.switch-apps.pswp {
  /* <button> styles, including css reset */
}
.switch-apps.pswp .pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  backdrop-filter: none;
  transform: none;
}
.switch-apps.pswp .pswp__button:hover,
.switch-apps.pswp .pswp__button:active,
.switch-apps.pswp .pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.switch-apps.pswp .pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.switch-apps.pswp .pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.switch-apps.pswp .pswp__icn {
  transform: none;
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.switch-apps.pswp .pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.switch-apps.pswp .pswp__icn:focus {
  outline: 0;
}
.switch-apps.pswp {
  /*
    div element that matches size of large image,
    large image loads on top of it,
    used when msrc is not provided
  */
}
.switch-apps.pswp div.pswp__img--placeholder,
.switch-apps.pswp .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}
.switch-apps.pswp .pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}
.switch-apps.pswp .pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
.switch-apps.pswp {
  /*

    Close button

  */
}
.switch-apps.pswp .pswp__button--close {
  margin-right: 6px;
}
.switch-apps.pswp {
  /*

    Arrow buttons

  */
}
.switch-apps.pswp .pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.switch-apps.pswp .pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.switch-apps.pswp .pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.switch-apps.pswp.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.switch-apps.pswp {
  /* hide arrows on touch screens */
}
.switch-apps.pswp.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
.switch-apps.pswp {
  /* show arrows only after mouse was used */
}
.switch-apps.pswp.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.switch-apps.pswp .pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.switch-apps.pswp .pswp__button--arrow--next {
  right: 0px;
}
.switch-apps.pswp .pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}
.switch-apps.pswp {
  /*

    Zoom button

  */
}
.switch-apps.pswp .pswp__button--zoom {
  display: none;
}
.switch-apps.pswp.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.switch-apps.pswp {
  /* "+" => "-" */
}
.switch-apps.pswp.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
.switch-apps.pswp {
  /*

    Loading indicator

  */
}
.switch-apps.pswp .pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.switch-apps.pswp .pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.switch-apps.pswp .pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.switch-apps.pswp {
  /*

    "1 of 10" counter

  */
}
.switch-apps.pswp .pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
  background: none !important;
}
.switch-apps.pswp.pswp--one-slide .pswp__counter {
  display: none;
}

:root {
  --ss-primary-color: #000;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #000;
  --ss-focus-color: var(--ss-primary-color);
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 46px;
  --ss-content-height: 300px;
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-spacing-l: 9px;
  --ss-spacing-m: 7px;
  --ss-spacing-s: 5px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px ;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ui-text-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--input-border);
  border-radius: var(--input-border-radius);
  background-color: transparent;
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ui-text-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-dir-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-dir-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.ss-main .ss-values .ss-placeholder {
  display: block;
  width: 100%;
  min-width: 0;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  color: var(--ss-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--input-border-radius);
}

.ss-main .ss-values .ss-single {
  display: block;
  margin: auto 0px auto var(--ss-spacing-s);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
  max-width: calc(100% - 20px);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  background-color: var(--ss-primary-color);
  border-radius: var(--input-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  color: var(--ss-bg-color);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ui-text-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ui-text-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--input-border);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  overflow: hidden;
  z-index: 9999999999;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-fixed {
  position: fixed;
}

.ss-content.ss-dir-above {
  transform-origin: center bottom;
  flex-direction: column-reverse;
  border-top-left-radius: var(--input-border-radius);
  border-top-right-radius: var(--input-border-radius);
}

.ss-content.ss-dir-below {
  transform-origin: center top;
  border-bottom-left-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}

.ss-content.ss-open {
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--input-border);
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: var(--ss-search-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: none;
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: none;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--input-border);
  border-radius: var(--input-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ui-text-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ui-text-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
  max-height: 100px;
  opacity: 1;
  overflow: visible;
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ui-text-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ui-text-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  align-items: center;
  min-height: var(--ss-option-height);
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  white-space: normal;
  color: var(--ui-text-color);
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
  transition: border-left var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ui-text-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  display: inline-block;
  background-color: var(--ss-highlight-color);
}

.ss-content .ss-list .ss-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}


.switch-apps-object-fit--cover {
  aspect-ratio: 1;
  position: relative;
}
.switch-apps-object-fit--cover img, .switch-apps-object-fit--cover video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.switch-apps-object-fit--contain {
  aspect-ratio: 1;
  position: relative;
}
.switch-apps-object-fit--contain img, .switch-apps-object-fit--contain video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.switch-apps-gallery-hero {
  margin-top: 40px;
  color: var(--general-text-color);
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-hero {
    margin-top: 24px;
  }
}
.switch-apps-gallery-hero:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-hero:last-child {
    margin-bottom: 24px;
  }
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex {
  display: flex;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-hero .switch-apps-gallery-hero__flex {
    flex-wrap: wrap;
  }
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__image {
  width: 50%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__image {
    width: 100%;
  }
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__image .switch-apps-gallery-hero__image-wrapper {
  width: 100%;
  aspect-ratio: 2;
  position: relative;
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__image .switch-apps-gallery-hero__image-wrapper img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
}
@media screen and (min-width: 835px) {
  .switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__image.switch-apps-gallery-hero__image-side--right {
    order: 99;
  }
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content {
  background: var(--bg);
  padding: 60px;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child {
  display: flex;
  justify-content: center;
  text-align: center;
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content:first-child:last-child a.btn {
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content {
    width: 100%;
    padding: 30px 24px;
  }
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content h2 {
  color: var(--general-text-color);
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content p {
  color: var(--general-text-color);
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content > div {
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
}
.switch-apps-gallery-hero .switch-apps-gallery-hero__flex .switch-apps-gallery-hero__content > div > * + * {
  margin-top: 24px;
}

.switch-apps-gallery--popup {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  max-height: 100vh;
  transition: all 0.35s ease;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery--popup {
    padding: 12px 30px;
  }
}
.switch-apps-gallery--popup:not([aria-expanded=true]) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner {
  background: var(--ui-background-color);
  padding: 40px 32px;
  width: 100%;
  max-width: 600px;
  max-height: calc(100% - 60px);
  overflow: auto;
  position: relative;
  min-height: 300px;
  border-radius: var(--border-radius);
  position: relative;
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner:before, .switch-apps-gallery--popup .switch-apps-gallery--popup-inner:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner.switch-apps-loading:before, .switch-apps-gallery--popup .switch-apps-gallery--popup-inner.switch-apps-loading:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery--popup .switch-apps-gallery--popup-inner {
    padding: 16px;
  }
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner .switch-apps-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner .switch-apps-popup-close svg {
  width: 20px;
  height: auto;
  color: var(--ui-text-color);
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery--popup .switch-apps-gallery--popup-inner .switch-apps-popup-close svg {
    width: 18px;
  }
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-radius: var(--border-radius);
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner::-webkit-scrollbar-thumb {
  background-color: rgba(222, 222, 222, 0.5);
  border-radius: var(--border-radius);
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner::-webkit-scrollbar-track {
  margin: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery--popup .switch-apps-gallery--popup-inner > * {
  transition: all 0.35s ease;
}

.switch-apps-gallery--error-popup {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  max-height: 100vh;
  transition: all 0.35s ease;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery--error-popup {
    padding: 12px;
  }
}
.switch-apps-gallery--error-popup:not([aria-expanded=true]) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner {
  background: var(--ui-background-color);
  padding: 40px 32px;
  width: 100%;
  max-width: 400px;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  border-radius: var(--border-radius);
  position: relative;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner:before, .switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner {
  text-align: center;
  color: var(--ui-text-color);
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner {
    max-height: 100%;
    padding: 16px;
  }
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .switch-apps-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--ui-text-color);
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .switch-apps-popup-close svg {
  width: 20px;
  height: auto;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-radius: 0;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner::-webkit-scrollbar-thumb {
  background-color: rgba(222, 222, 222, 0.5);
  border-radius: 0;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner::-webkit-scrollbar-track {
  margin: 0;
  border-radius: 0;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner > * {
  transition: all 0.35s ease;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner > * + * {
  margin-top: 16px;
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner h3 {
  font-size: 18px;
  color: var(--ui-text-color);
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner p {
  color: var(--ui-text-color);
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .rte {
  color: var(--ui-text-color);
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .rte p {
  color: var(--ui-text-color);
}
.switch-apps-gallery--error-popup .switch-apps-gallery--error-popup-inner .btn {
  margin-inline: auto;
}

[data-switch-apps-gallery-submission-form] {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
[data-switch-apps-gallery-submission-form]:not(.switch-apps--rendered) {
  opacity: 0;
  visibility: hidden;
}

.switch-apps-gallery-submission {
  position: relative;
}
.switch-apps-gallery-submission:before, .switch-apps-gallery-submission:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-submission:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-submission:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-submission {
  position: relative;
}
.switch-apps-gallery-submission .switch-apps-popup-close {
  top: -25px !important;
  right: -10px !important;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-popup-close {
    top: -7px !important;
    right: -6px !important;
  }
}
.switch-apps-gallery-submission.switch-apps-loading:before, .switch-apps-gallery-submission.switch-apps-loading:after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--inline {
  max-width: 600px;
  margin: 0 auto;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--inline.switch-apps--has-top-spacing {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission.switch-apps-gallery-submission--inline.switch-apps--has-top-spacing {
    margin-top: 24px;
  }
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--inline.switch-apps--has-bottom-spacing {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission.switch-apps-gallery-submission--inline.switch-apps--has-bottom-spacing {
    margin-bottom: 24px;
  }
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps {
  display: flex;
  flex-direction: column;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-submission--title {
  order: 0;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-step-submit {
  order: 99;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step {
  display: block !important;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step .switch-apps-gallery-form-step-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step + * {
  margin-top: 16px;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step.switch-apps-gallery-form-step--photos {
  order: 1;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step.switch-apps-gallery-form-step--products {
  order: 2;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step.switch-apps-gallery-form-step--personal-information {
  order: 3;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step.switch-apps-gallery-form-step--custom-information {
  order: 4;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step .switch-apps-gallery-products {
  min-height: 0px;
}
.switch-apps-gallery-submission.switch-apps-gallery-submission--no-steps .switch-apps-gallery-form-step .switch-apps-gallery-products .switch-apps-gallery-product-tagged .h3 {
  font-size: 14px;
}
.switch-apps-gallery-submission > h2 {
  text-align: center;
  margin-bottom: 24px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-thankyou {
  text-align: center;
}
.switch-apps-gallery-submission .switch-apps-gallery-thankyou > * + * {
  margin-top: 16px;
}
.switch-apps-gallery-submission .switch-apps-gallery-thankyou h2 {
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-thankyou .rte {
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-thankyou .rte p {
  font-size: 18px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-thankyou .btn {
  margin-inline: auto;
}
.switch-apps-gallery-submission .switch-apps-gallery-steps {
  display: flex;
  justify-content: center;
  gap: 24px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.switch-apps-gallery-submission .switch-apps-gallery-steps > li {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.switch-apps-gallery-submission .switch-apps-gallery-steps > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--border-color);
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  transition: all 0.35s ease;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-steps > li > small {
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-steps > li.active > span {
  border-color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-steps > li.active > small {
  font-weight: bold;
}
.switch-apps-gallery-submission .switch-apps-gallery-steps > li:hover > span {
  border-color: var(--border-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-form-step:not(.switch-apps-show) {
  display: none;
}
.switch-apps-gallery-submission .switch-apps-gallery-form-flex {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.switch-apps-gallery-submission .switch-apps-gallery--field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 8px;
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-type--checkbox {
  flex-wrap: nowrap;
  gap: 8px;
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-type--checkbox label {
  order: 99;
  margin: 0;
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-type--static---spacer {
  padding: 0px;
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-type--static---spacer div {
  display: block !important;
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--half {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--half {
    width: 100%;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--one-third {
  width: 33.3333333333%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--one-third {
    width: 100%;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--two-thirds {
  width: 66.6666666667%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--two-thirds {
    width: 100%;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--one-quarter {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--one-quarter {
    width: 100%;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--two-quarter {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--two-quarter {
    width: 100%;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--three-quarter {
  width: 75%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery--field.switch-apps-gallery--field-width--three-quarter {
    width: 100%;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery--field label {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  order: -1;
  cursor: pointer;
  color: var(--ui-text-color);
  width: 100%;
}
.switch-apps-gallery-submission .switch-apps-gallery--field input:not([type=checkbox]), .switch-apps-gallery-submission .switch-apps-gallery--field select, .switch-apps-gallery-submission .switch-apps-gallery--field textarea {
  display: block;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--input-border);
  border-radius: var(--input-border-radius);
  color: var(--ui-text-color);
  padding: 8px;
  font-size: 16px;
  width: 100%;
  margin: 0;
  height: auto;
  min-height: 46px;
}
.switch-apps-gallery-submission .switch-apps-gallery--field input:not([type=checkbox]):focus, .switch-apps-gallery-submission .switch-apps-gallery--field select:focus, .switch-apps-gallery-submission .switch-apps-gallery--field textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--input-border);
}
.switch-apps-gallery-submission .switch-apps-gallery--field input:not([type=checkbox])::placeholder, .switch-apps-gallery-submission .switch-apps-gallery--field select::placeholder, .switch-apps-gallery-submission .switch-apps-gallery--field textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
.switch-apps-gallery-submission .switch-apps-gallery--field textarea {
  min-height: 75px;
}
.switch-apps-gallery-submission .switch-apps-gallery--field select {
  appearance: none;
  background-color: transparent;
  color: var(--ui-text-color);
  background-image: var(--dropdown-icon);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
}
.switch-apps-gallery-submission .switch-apps-gallery--field select:not(.switch-apps-has-value) {
  color: rgba(var(--ui-text-color-rgb), 0.5);
}
.switch-apps-gallery-submission .switch-apps-gallery--field select option:not([disabled]) {
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery--field select option {
  background: var(--ui-background-color);
}
.switch-apps-gallery-submission .switch-apps-gallery--field hr {
  width: 100%;
  margin: 0 !important;
  background: var(--border-color);
  height: 1px;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li {
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5px;
  cursor: grab;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li.draggable-source--is-dragging {
  cursor: grabbing;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li:first-child {
  width: 100%;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li:first-child button {
  display: none;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li:last-child {
  margin-bottom: 24px;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li.draggable-mirror .switch-apps-gallery-file-preview-image {
  border-color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image {
  position: relative;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li:first-child .switch-apps-gallery-file-preview-image {
  aspect-ratio: var(--main-popup-image-aspect-ratio, 1);
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li > div {
  max-width: 250px;
  width: 100%;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image {
  position: relative;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  line-height: 0;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image .switch-apps-gallery-file-preview-drag-handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block !important;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 16px;
  transform: translateY(-50%);
  white-space: normal;
  line-height: 1.3;
  word-wrap: break-word;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image img, .switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image video {
  width: 100%;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: var(--ui-background-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li .switch-apps-gallery-file-preview-image button svg {
  width: 12px;
  height: auto;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-file-preview > li button {
  text-transform: uppercase;
  font-size: 12px;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop {
  position: relative;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop:before, .switch-apps-gallery-submission .switch-apps-gallery-file-drop:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop.switch-apps-loading:before, .switch-apps-gallery-submission .switch-apps-gallery-file-drop.switch-apps-loading:after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop.switch-apps-loading * {
  opacity: 0;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop:hover > label, .switch-apps-gallery-submission .switch-apps-gallery-file-drop.switch-apps-drag-over > label {
  border-color: var(--ui-text-color);
  background: rgba(var(--ui-background-color-rgb), 0.8);
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop > label {
  transition: all 0.35s ease;
  border: 3px dashed var(--border-color);
  border-radius: var(--input-border-radius);
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop > label svg {
  width: 40px;
  height: auto;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop > label p {
  font-size: 18px;
  color: var(--ui-text-color);
  text-align: center;
}
.switch-apps-gallery-submission .switch-apps-gallery-file-drop > label + input {
  display: none !important;
}
.switch-apps-gallery-submission .switch-apps-gallery-step-navigation {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.switch-apps-gallery-submission .switch-apps-gallery-step-navigation > li {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.switch-apps-gallery-submission .switch-apps-gallery-step-navigation > li button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.35s ease;
  border: 1px solid var(--border-color);
  border-radius: var(--input-border-radius);
}
.switch-apps-gallery-submission .switch-apps-gallery-step-navigation > li button svg {
  width: 20px;
  height: 20px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-step-navigation > li button:not([disabled]):hover {
  border-color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-step-navigation > li button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.switch-apps-gallery-submission .switch-apps-gallery-products {
  min-height: 170px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search {
  position: relative;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search.switch-apps-gallery-open input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input {
  width: 100%;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--input-border-radius);
  color: var(--ui-text-color);
  height: auto;
  padding: 10px;
  outline: none;
  box-shadow: none;
  margin: 0;
  min-height: 46px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input::placeholder {
  color: inherit;
  opacity: 0.5;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 220px;
  background: var(--ui-background-color);
  z-index: 99;
  transition: all 0.35s ease;
  overflow: auto;
  scrollbar-width: none;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  height: 0;
  padding: 0;
  display: none;
  margin: 0;
  border: none;
  background: transparent; /* optional: just make scrollbar invisible */
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul {
  border: 1px solid var(--border-color);
  border-radius: 0 0 var(--input-border-radius) var(--input-border-radius);
  border-top: 0 none;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul:not(.switch-apps-gallery-shown) {
  opacity: 0;
  visibility: hidden;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 16px;
  background: var(--ui-background-color);
  cursor: pointer;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul li .switch-apps-gallery-product-search-image {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: var(--filter-border-radius);
  overflow: hidden;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul li .switch-apps-gallery-product-search-image img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul li h5 {
  font-weight: 400;
  font-size: 14px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-search input + ul li + li {
  border-top: 1px solid var(--border-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged {
  margin-top: 24px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged h2 {
  font-size: 20px;
  color: var(--ui-text-color);
  line-height: 1.1;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged > * + * {
  margin-top: 16px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 16px;
  background: var(--ui-background-color);
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li.s-a-has-variants {
  align-items: flex-start;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li + li {
  margin-top: 8px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-gallery-product-search-image {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: var(--filter-border-radius);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-gallery-product-search-image {
    width: 50px;
    height: 50px;
  }
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-gallery-product-search-image img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-product-option {
  margin-top: 12px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-product-option label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-product-option select {
  border: 1px solid var(--input-border);
  padding: 8px 35px 8px 8px;
  line-height: 1.1;
  appearance: none;
  background-color: var(--ui-background-color);
  color: var(--ui-text-color);
  background-image: var(--dropdown-icon);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  cursor: pointer;
  border-radius: var(--border-radius);
  height: auto;
  margin: 0;
  font-size: 14px;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-product-option select option:not([disabled]) {
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li .switch-apps-product-option select option {
  background: var(--ui-background-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li h5 {
  font-weight: 400;
  font-size: 14px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li button {
  margin-left: auto;
  line-height: 0;
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li button svg {
  width: 20px;
  height: auto;
  color: var(--ui-text-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-products .switch-apps-gallery-product-tagged ul li + li {
  border-top: 1px solid var(--border-color);
}
.switch-apps-gallery-submission .switch-apps-gallery-step-submit {
  display: flex;
  margin-top: 24px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.switch-apps-gallery-submission .switch-apps-gallery-step-submit .s-a-rte {
  width: 100%;
}

.switch-apps-gallery-main-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  transition: all 0.35s ease;
  position: relative;
}
.switch-apps-gallery-main-container:before, .switch-apps-gallery-main-container:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-main-container:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-main-container:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-main-container {
  color: var(--general-text-color);
}
.switch-apps-gallery-main-container:not(.rendered) > * {
  opacity: 0;
  pointer-events: none;
}
.switch-apps-gallery-main-container:not(.rendered):after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-main-container.loading:not(.loading-more) .switch-apps-gallery-main-grid {
  opacity: 0.5;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid {
  position: relative;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid:before, .switch-apps-gallery-main-container .switch-apps-gallery-main-grid:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid {
  transition: all 0.35s ease;
}
.switch-apps-gallery-main-container > * {
  transition: all 0.35s ease;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-main-container {
    margin-bottom: 40px;
  }
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar:empty {
  display: none;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar .switch-apps-gallery-filter-trigger button {
  display: flex;
  gap: 8px;
  align-items: center;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar .switch-apps-gallery-filter-trigger button svg {
  width: 15px;
  height: auto;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar .switch-apps-gallery-filter-trigger button span {
  font-size: 16px;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar .switch-apps-gallery-results-sort {
  margin-left: auto;
}
[dir=rtl] .switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar .switch-apps-gallery-results-sort {
  margin-right: auto;
  margin-left: 0;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-top-bar .switch-apps-gallery-results-sort select {
  border: 1px solid var(--input-border);
  padding: 10px 35px 10px 10px;
  line-height: 1.1;
  appearance: none;
  background-color: var(--ui-background-color);
  color: var(--ui-text-color);
  background-image: var(--dropdown-icon);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  cursor: pointer;
  border-radius: var(--border-radius);
  height: auto;
  margin: 0;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container {
  display: flex;
  gap: 24px;
  width: 100%;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container.s-a-filter-layout--horizontal {
  flex-wrap: wrap;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container.s-a-filter-layout--horizontal > * {
  width: 100%;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid {
  flex-grow: 1;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -5px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid > ul {
    margin: -4px;
  }
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid > ul[data-s-a-masonry] {
  display: block;
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid > ul > * {
  padding: 5px;
  width: calc(100% / var(--items-per-row));
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid > ul > * {
    width: calc(100% / var(--items-per-row-mobile));
    padding: 4px;
  }
}
.switch-apps-gallery-main-container .switch-apps-gallery-main-grid-container .switch-apps-gallery-main-grid .switch-apps-gallery-main-grid-load-more {
  display: flex;
  margin-top: 24px;
  justify-content: center;
}

.switch-apps-gallery-main-filters {
  width: var(--filter-width);
  min-width: var(--filter-width);
  padding-right: 24px;
  border-right: 1px solid var(--border-color);
}
@media screen and (min-width: 835px) {
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal {
    width: 100%;
    min-width: 0;
    padding-right: 0;
    border-right: 0 none;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main {
    margin-bottom: 0 !important;
    overflow: visible;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll .switch-apps-gallery-main-filter {
    width: max-content;
    min-width: 240px;
    max-width: 380px;
    margin: 0 !important;
    transition-duration: 1s;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll .switch-apps-gallery-main-filter[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition-duration: 0.1s;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-header svg {
    margin-left: 20px;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values {
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    z-index: 5;
  }
  .switch-apps-gallery-main-filters.s-a-filter-layout--horizontal .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    border: 1px solid var(--border-color);
    border-top: 0 none;
    background: var(--ui-background-color);
  }
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-main-filters {
    width: 100%;
    padding-right: 32px;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
  }
  .switch-apps-gallery-main-filters:not(.switch-apps-open) {
    opacity: 0;
    visibility: hidden;
  }
  .switch-apps-gallery-main-filters:not(.switch-apps-open) .switch-apps-gallery-main-filters-inner {
    transform: translateX(-100%);
  }
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner {
  position: relative;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner {
    background: var(--ui-background-color);
    padding: 16px;
    max-height: 100%;
  }
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner > h2 {
  margin-bottom: 24px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filters-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filters-close svg {
  width: 20px;
  height: auto;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main {
  margin-bottom: 24px;
  overflow: hidden;
  display: flex;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter-scroll::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  height: 0;
  padding: 0;
  display: none;
  margin: 0;
  border: none;
  background: transparent; /* optional: just make scrollbar invisible */
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter {
  background: var(--ui-background-color);
  padding: 0;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  transition: all 0.35s ease;
  position: relative;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter:before, .switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter.filter-loading:before, .switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter.filter-loading:after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter + * {
  margin-top: 16px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter:not([aria-expanded=true]) .switch-apps-gallery-main-filter-values {
  max-height: 0;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter[aria-expanded=true] .switch-apps-gallery-main-filter-header svg {
  transform: rotate(90deg);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter[aria-expanded=true] .switch-apps-gallery-main-filter-header svg .line {
  opacity: 0;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-header p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--ui-text-color);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-header svg {
  transition: all 0.35s ease;
  color: var(--ui-text-color);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-header svg path {
  transition: all 0.35s ease;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values {
  transition: all 0.35s ease;
  overflow: hidden;
  max-height: 200px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul {
  overflow: auto;
  max-height: 200px;
  /* Works on Chrome/Edge/Safari */
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul::-webkit-scrollbar {
  width: 5px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul::-webkit-scrollbar-track {
  background: white;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 0;
  border: 0 none;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul {
  padding: 0 16px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--ui-text-color);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li + li {
  margin-top: 8px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li:last-child {
  margin-bottom: 16px;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li.switch-apps-active .switch-apps-gallery-filter-checkbox:before {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: block;
  border: 2px solid var(--input-border);
  position: relative;
  border-radius: var(--filter-border-radius);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-checkbox:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-image: var(--tick-icon);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-product {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: calc(100% - 60px);
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-product .switch-apps-gallery-item-product-image {
  width: 35px;
  min-width: 35px;
  border-radius: var(--filter-border-radius);
  overflow: hidden;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-product .switch-apps-gallery-filter-value {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ui-text-color);
  line-height: 1.2;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-value {
  font-size: 14px;
  line-height: 1;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-main .switch-apps-gallery-main-filter .switch-apps-gallery-main-filter-values ul li .switch-apps-gallery-filter-count {
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
  white-space: nowrap;
  margin-left: auto;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-footer {
  margin-top: auto;
}
.switch-apps-gallery-main-filters .switch-apps-gallery-main-filters-inner .switch-apps-gallery-main-filter-footer button {
  width: 100%;
}

.switch-apps-gallery-item-popup .switch-apps-gallery--popup-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  display: flex;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-prev, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  appearance: none;
  border: 0 none;
  box-shadow: none;
  padding: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-prev, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-next {
    padding: 0;
    width: 30px;
    height: 100px;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-prev svg, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-next svg {
  width: 12px;
  height: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-prev {
  right: 100%;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-container .switch-apps-gallery-item-next {
  left: 100%;
  transform: translateY(-50%) rotate(180deg);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner {
  max-width: 1000px;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-popup-close {
    top: 3px;
    right: 6px;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images {
    width: 100%;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla img, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla video {
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla .switch-apps-object-fit--cover {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: var(--main-popup-image-aspect-ratio);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla .s-a-embla__slide {
  line-height: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla .s-a-embla__slide > * {
  position: relative;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla .s-a-embla__slide > * .switch-apps-video-audio {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla .s-a-embla__slide > * .switch-apps-video-audio div {
  line-height: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla .s-a-embla__slide > * .switch-apps-video-audio svg {
  width: 20px;
  height: auto;
  color: #fff;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla-thumbs {
  margin-top: 8px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla-thumbs .switch-apps-object-fit--cover {
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.35s ease;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  background: #ddd;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-images .s-a-embla-thumbs .embla-thumbs__slide--selected .switch-apps-object-fit--cover {
  border-color: var(--ui-text-color);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  color: var(--ui-text-color);
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content {
    width: 100%;
    margin-top: 16px;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-title-flex {
  display: flex;
  flex-direction: column;
  color: inherit;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-title-flex * {
  color: inherit;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-title-flex .switch-apps-gallery-item-username {
  font-weight: bolder;
  font-size: 16px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ui-text-color);
  word-wrap: break-word;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-date {
  font-size: 12px;
  color: var(--ui-text-color);
  opacity: 0.5;
  font-weight: 400;
  margin-top: 4px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-share {
  position: relative;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-share:first-child {
  margin-top: 4px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-share.switch-apps--shared span {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-share a {
  color: inherit;
  font-size: 14px;
  text-decoration: underline;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-share span {
  background: #000 !important;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-votes {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  margin-top: 8px;
  color: var(--ui-text-color);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-votes.active svg {
  fill: var(--ui-text-color);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-votes svg {
  width: 20px;
  min-width: 20px;
  height: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-votes span {
  font-size: 14px;
  color: inherit;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats {
  margin-top: 16px;
  border-top: 1px solid var(--border-color);
  padding-top: 16px;
  margin-bottom: 16px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats:first-child {
  border-top: 0 none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul {
  display: flex;
  margin: -8px;
  flex-wrap: wrap;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li {
  width: 50%;
  padding: 8px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li.switch-apps-gallery--field-width--full {
  width: 100%;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li:first-child:last-child {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li {
    width: 100%;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li span {
  display: block;
  font-size: 14px;
  margin: 0;
  color: var(--ui-text-color);
  word-wrap: break-word;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li span + span {
  margin-top: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li span:first-child {
  font-weight: bold;
  min-width: 30%;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats ul > li span a {
  color: inherit;
  word-wrap: break-word;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments {
  position: relative;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments:before, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments {
  background: var(--ui-background-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  color: var(--ui-text-color);
  padding: 12px 0;
  margin-top: 24px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments.switch-apps-loading:before, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments.switch-apps-loading:after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments.switch-apps-loading > ul {
  opacity: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > h2 {
  font-size: 16px;
  color: var(--ui-text-color);
  line-height: 1.4;
  padding: 0 12px 0 12px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > p {
  padding: 12px;
  font-size: 14px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul {
  transition: all 0.35s ease;
  padding: 16px 12px;
  /* Works on Chrome/Edge/Safari */
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul::-webkit-scrollbar {
  width: 5px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul::-webkit-scrollbar-track {
  background: white;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 0;
  border: 0 none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul {
  max-height: 320px;
  overflow: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment {
  color: var(--ui-text-color);
  line-height: 1;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-flex {
  gap: 12px;
  display: flex;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-flex .s-a-comment-avatar {
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: var(--border-radius);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-flex .s-a-comment-main {
  flex-grow: 1;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-flex .s-a-comment-main > p {
  line-height: 1.5;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-header {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 6px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-header button svg {
  width: 16px;
  height: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-comment-header button svg path {
  fill: currentColor;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment strong, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment p {
  color: var(--ui-text-color);
  font-size: 14px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-actions-flex {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 6px;
  line-height: 1;
  padding: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-actions-flex .switch-apps-gallery-item-votes {
  margin: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-actions-flex * {
  font-size: 12px;
  font-weight: 500;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-actions-flex svg {
  min-width: 16px;
  width: 16px;
  height: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-view-replies-toggle {
  margin-top: 12px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-view-replies-toggle button {
  display: flex;
  gap: 4px;
  color: var(--ui-text-color);
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  padding: 4px;
  margin: -4px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-view-replies-toggle button:before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  margin-right: 12px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > ul .s-a-comment .s-a-child-comments > ul {
  margin-top: 16px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form {
  padding: 12px 12px 0 12px;
  position: relative;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form:before, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form.switch-apps-loading:before, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form.switch-apps-loading:after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form p {
  font-size: 14px;
  line-height: 1.2;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form .s-a-replying-to {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form .s-a-replying-to p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form .s-a-replying-to button {
  appearance: none;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form .s-a-replying-to button svg {
  width: 16px;
  height: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div > * + * {
  margin-top: 8px !important;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex textarea {
  height: 38px;
  max-width: 100%;
  resize: none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex .s-a-input {
  flex-grow: 1;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex .s-a-input > * + * {
  margin-top: 8px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex button, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex a {
  appearance: none;
  background: transparent;
  font-weight: bold;
  color: var(--ui-text-color);
  border: 0 none;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex button[disabled], .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex a[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div .s-a-flex a {
  font-size: 14px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div input:not([type=checkbox]), .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div select, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div textarea {
  display: block;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--input-border);
  border-radius: var(--input-border-radius);
  color: var(--ui-text-color);
  padding: 4px 8px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  height: auto;
  transition: all 0.35s ease;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div input:not([type=checkbox]):focus, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div select:focus, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid var(--ui-text-color);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div input:not([type=checkbox])::placeholder, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div select::placeholder, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-comments > form > div textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products {
  margin-top: auto;
  margin-bottom: 80px;
  position: relative;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products:before, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 11;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products:after {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZD0nTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeicgZmlsbD0nIzAwMCc+PC9wYXRoPjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation: rotate 0.5s linear infinite;
  z-index: 12;
  pointer-events: none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products.s-a--no-thumbs {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products {
    margin-bottom: 0;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products.switch-apps-loading:before, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products.switch-apps-loading:after {
  opacity: 1;
  visibility: visible;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products.switch-apps-loading > ul {
  opacity: 0;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products > * + * {
  margin-top: 8px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products > h2 {
  margin-top: 24px;
  font-size: 16px;
  color: var(--ui-text-color);
  line-height: 1.4;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul {
  transition: all 0.35s ease;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul > * + * {
  margin-top: 8px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li {
  background: var(--ui-background-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  color: var(--ui-text-color);
  padding: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-image {
  min-width: 80px;
  display: block;
  border-radius: var(--filter-border-radius);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-image {
    min-width: 50px;
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content {
  flex-grow: 1;
  color: var(--ui-text-color);
  max-width: calc(100% - 135px);
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content {
    max-width: calc(100% - 100px);
  }
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content > a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  display: block;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content .switch-apps-gallery-item-product-prices {
  gap: 8px;
  display: flex;
  align-items: center;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content .switch-apps-gallery-item-product-prices > p {
  font-size: 13px;
  line-height: 1;
  color: inherit;
  margin-top: 8px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content .switch-apps-gallery-item-product-prices > p.switch-apps-compare-price {
  text-decoration: line-through;
  opacity: 0.5;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-content select {
  margin: 8px 0 0 0;
  border: 1px solid var(--input-border);
  padding: 8px 35px 8px 8px;
  line-height: 1.2;
  appearance: none;
  color: inherit;
  font-size: 14px;
  background-color: var(--ui-background-color);
  color: var(--ui-text-color);
  background-image: var(--dropdown-icon);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  cursor: pointer;
  height: auto;
  border-radius: var(--border-radius);
  max-width: 100%;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-actions {
  margin-left: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-actions button {
  background: #000;
  padding: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--input-border-radius);
  transition: all 0.35s ease;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-actions button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-products ul li .switch-apps-gallery-item-product-actions button svg {
  width: 15px;
  height: 15px;
  color: #fff;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-stats + .switch-apps-gallery-item-delete, .switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-actions + .switch-apps-gallery-item-delete {
  margin-top: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-delete {
  color: #a13a3a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-delete svg {
  width: 20px;
  height: auto;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-delete svg path {
  fill: currentColor;
}
.switch-apps-gallery-item-popup .switch-apps-gallery--popup-inner .switch-apps-gallery-item-flex .switch-apps-gallery-item-content .switch-apps-gallery-item-delete span {
  font-size: 14px;
}

.switch-apps-customer-gallery-slider {
  background: var(--background);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.switch-apps-customer-gallery-slider.switch-apps--has-bg {
  padding: 60px 40px;
}
@media screen and (max-width: 834px) {
  .switch-apps-customer-gallery-slider.switch-apps--has-bg {
    padding: 40px 24px;
  }
}
.switch-apps-customer-gallery-slider.s-a-top-bottom-spacing {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .switch-apps-customer-gallery-slider.s-a-top-bottom-spacing {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.switch-apps-customer-gallery-slider .switch-apps-gallery-main-container {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .switch-apps-customer-gallery-slider .switch-apps-gallery-main-container.s-a-layout--header-on-left .switch-apps-section-header {
    width: 220px;
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .switch-apps-customer-gallery-slider .switch-apps-gallery-main-container.s-a-layout--header-on-left .switch-apps-slider-container {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 835px) {
  .switch-apps-customer-gallery-slider .switch-apps-gallery-main-container.s-a-layout--header-above [data-switch-apps-gallery-slider].s-a-no-arrows .s-a-embla__container {
    justify-content: center;
  }
}
.switch-apps-customer-gallery-slider .switch-apps-section-header {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.switch-apps-customer-gallery-slider .switch-apps-section-header > * + * {
  margin-top: 16px;
}
.switch-apps-customer-gallery-slider .switch-apps-section-header h2 {
  color: var(--general-text-color);
}
.switch-apps-customer-gallery-slider .switch-apps-section-header p {
  color: var(--general-text-color);
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container {
  position: relative;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .switch-apps-customer-gallery-slider .switch-apps-slider-container {
    padding: 0;
  }
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__prev, .switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__next {
  position: absolute;
  color: var(--general-text-color);
  background: transparent;
  appearance: none;
  border: 0 none;
  box-shadow: none;
  top: 50%;
  padding: 10px;
  list-style-type: none;
}
@media screen and (max-width: 834px) {
  .switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__prev, .switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__next {
    display: none !important;
  }
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__prev svg, .switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__next svg {
  width: 9px;
  height: auto;
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__prev {
  left: 0;
  transform: translateY(-50%);
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container .s-a-embla__next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container [data-switch-apps-gallery-slider] {
  width: 100%;
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container [data-switch-apps-gallery-slider] .s-a-embla__container {
  margin: 0 -8px;
}
.switch-apps-customer-gallery-slider .switch-apps-slider-container [data-switch-apps-gallery-slider] .s-a-embla__slide {
  min-width: max(225px, 100% / var(--items-per-row));
  width: max(225px, 100% / var(--items-per-row));
  flex: 0;
  padding: 0 8px;
  list-style-type: none;
}
@media screen and (max-width: 1200px) {
  .switch-apps-customer-gallery-slider .switch-apps-slider-container [data-switch-apps-gallery-slider] .s-a-embla__slide {
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 834px) {
  .switch-apps-customer-gallery-slider .switch-apps-slider-container [data-switch-apps-gallery-slider] .s-a-embla__slide {
    min-width: 83.3333333333%;
    width: 83.3333333333%;
  }
}

.switch-apps-gallery-item {
  cursor: pointer;
}
[data-s-a-masonry] .switch-apps-gallery-item .switch-apps-object-fit--cover {
  aspect-ratio: 0;
  height: auto;
  padding: 0;
}
[data-s-a-masonry] .switch-apps-gallery-item .switch-apps-object-fit--cover video, [data-s-a-masonry] .switch-apps-gallery-item .switch-apps-object-fit--cover img {
  position: relative;
  width: 100%;
  height: auto;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: var(--grid-item-image-aspect-ratio);
}
.switch-apps-gallery-item .switch-apps-object-fit--cover:before, .switch-apps-gallery-item .switch-apps-object-fit--cover:after {
  content: "";
  position: absolute;
  inset: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover:after {
  background: transparent;
  box-shadow: inset 0px 0px 54px -31px rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.35s ease;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover:hover:after {
  opacity: 1;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-play-icon {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-play-icon svg {
  width: 60px;
  height: 60px;
  color: #fff;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  z-index: 2;
  color: #fff;
  width: 100%;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content > * + * {
  margin-top: 8px;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content .switch-apps-gallery-item-bottom-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content .switch-apps-gallery-item-bottom-flex {
    gap: 8px;
  }
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content .switch-apps-gallery-item-bottom-flex * + p {
  margin-left: auto;
}
.switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content .switch-apps-gallery-item-product-count {
  color: inherit !important;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item .switch-apps-object-fit--cover .switch-apps-overlay-content .switch-apps-gallery-item-product-count {
    font-size: 12px;
  }
}
.switch-apps-gallery-item .switch-apps-gallery-item-title-flex {
  display: flex;
  flex-direction: column;
  color: inherit !important;
}
.switch-apps-gallery-item .switch-apps-gallery-item-title-flex * {
  color: inherit !important;
}
.switch-apps-gallery-item .switch-apps-gallery-item-title-flex .switch-apps-gallery-item-username {
  font-weight: bolder;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item .switch-apps-gallery-item-title-flex .switch-apps-gallery-item-username {
    font-size: 14px;
  }
}
.switch-apps-gallery-item .switch-apps-gallery-item-title-flex .switch-apps-gallery-item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item .switch-apps-gallery-item-title-flex .switch-apps-gallery-item-title {
    font-size: 12px;
  }
}
.switch-apps-gallery-item .switch-apps-gallery-item-votes, .switch-apps-gallery-item .switch-apps-gallery-item-comments {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  color: inherit !important;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item .switch-apps-gallery-item-votes, .switch-apps-gallery-item .switch-apps-gallery-item-comments {
    gap: 4px;
  }
}
.switch-apps-gallery-item .switch-apps-gallery-item-votes.active svg, .switch-apps-gallery-item .switch-apps-gallery-item-comments.active svg {
  fill: #fff;
}
.switch-apps-gallery-item .switch-apps-gallery-item-votes svg, .switch-apps-gallery-item .switch-apps-gallery-item-comments svg {
  width: 20px;
  min-width: 20px;
  height: auto;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-item .switch-apps-gallery-item-votes svg, .switch-apps-gallery-item .switch-apps-gallery-item-comments svg {
    width: 15px;
    min-width: 15px;
  }
}
.switch-apps-gallery-item .switch-apps-gallery-item-votes span, .switch-apps-gallery-item .switch-apps-gallery-item-comments span {
  font-size: 14px;
  color: inherit !important;
}

.switch-apps-gallery-search {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .switch-apps-gallery-search {
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.s-a-filter-layout--horizontal .switch-apps-gallery-search {
  max-width: 240px;
}
.switch-apps-gallery-main-top-bar .switch-apps-gallery-search {
  max-width: 293px;
  margin: 0;
}
.switch-apps-gallery-search input {
  background: var(--ui-background-color);
  padding: 12px 12px 12px 40px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  transition: all 0.35s ease;
  width: 100%;
  font-size: 14px;
}
.switch-apps-gallery-search > svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
}
.switch-apps-gallery-search button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0 !important;
}
.switch-apps-gallery-search button svg {
  width: 16px;
  height: auto;
}