:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ff8312;
}

.field .prefix {
  margin-right: 0;
}
.field .suffix {
  margin-left: 0;
}
.field .values {
  display: flex;
  grid-gap: 8px;
}
.field.field-label-above > .label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 600;
}
.field.field-label-inline {
  display: flex;
  align-items: baseline;
}
.field.field-label-inline > .label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 600;
  margin-right: 8px;
}
.field.field-label-hidden > label,
.field.field-label-hidden > .label {
  display: none;
}
.field.field-label-hidden > label.focus,
.field.field-label-hidden > .label.focus {
  display: none;
}

.field-format-preview-gallery {
  --gap: 24px;
  --previews-gap: 12px;
  --column-count: 4;
  --row-count: 1x;
  --pagination: false;
  --pagination-color: #3d786c;
  --pagination-color--active: #ff8312;
  --active-bullets-count: 0px;
  --navigation: false;
  --scrollbar: false;
  --scrollbar-color: #ffffff;
  --simulate-touch: false;
  --loop: false;
  --navigation-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  position: relative;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    overflow: visible;
  }
}
.field-format-preview-gallery img {
  display: flex;
}
.field-format-preview-gallery:hover .swiper-button-next:after {
  display: block;
}
.field-format-preview-gallery:hover .swiper-button-prev:after {
  display: block;
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet {
  background: var(--pagination-color);
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--pagination-color--active);
}
.field-format-preview-gallery .swiper-button-next:after {
  color: var(--navigation--color);
  display: none;
}
.field-format-preview-gallery .swiper-button-prev:after {
  color: var(--navigation--color);
  display: none;
}
.field-format-preview-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--scrollbar-color);
}
.field-format-preview-gallery .values-preview-inner {
  display: grid;
  grid-template-columns: repeat(var(--column-count), auto);
  grid-gap: var(--previews-gap);
}
.field-format-preview-gallery .values-preview-inner .value {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field-format-preview-gallery .values-preview-inner .value:before {
  position: absolute;
  inset: 0;
  content: " ";
  pointer-events: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1607843137);
  transition: opacity 0.3s;
}
.field-format-preview-gallery .values-preview-inner .value.gallery-thumb-last:before {
  background-color: black;
  opacity: 0.4;
}
.field-format-preview-gallery .values-preview-inner .value.gallery-thumb-active:not(.gallery-thumb-last):before {
  opacity: 0.1;
}
.field-format-preview-gallery .values-preview-inner .value.thumb-tail {
  position: absolute;
  color: #fff;
  display: none;
  pointer-events: none;
}
.field-format-preview-gallery .values-preview-inner .thumb-tail {
  position: absolute;
  color: #fff;
  display: none;
  pointer-events: none;
  text-align: center;
}
.field-format-preview-gallery .values-preview-inner .gallery-thumb-last .thumb-tail {
  display: block;
}

.button-switch--compare .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--compare .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--compare .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--compare .link__icon:first-child {
  text-decoration: none;
}
.button-switch--compare .link__icon::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--compare.is-active .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon:first-child {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #ff8312;
  text-decoration: none;
}

.button-switch--favorites .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--favorites .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--favorites .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--favorites .link__icon:first-child {
  text-decoration: none;
}
.button-switch--favorites .link__icon::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--favorites.is-active .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon:first-child {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #ff8312;
  text-decoration: none;
}

.field-field-labels {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
}
.field-field-labels .values {
  display: flex;
  flex-direction: row;
  grid-gap: 8px;
  flex-wrap: wrap;
}
.field-field-labels .values .value {
  border-radius: 8px;
  border-width: 0;
  border-style: solid;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 12px;
  padding-left: 12px;
}
.field-field-labels .values .value.best {
  color: #ffffff;
  border-color: #9341eb;
  background-color: #893bdd;
}
.field-field-labels .values .value.new {
  color: #ffffff;
  border-color: #238acc;
  background-color: #238acc;
}
.field-field-labels .values .value.discount_percent {
  color: #ffffff;
  border-color: #239d89;
  background-color: #239d89;
}

.grouped-table .grouped-table-item .table-group-heading {
  font-size: 26px;
  line-height: 36px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
}
@media (max-width: 1023px) {
  .grouped-table .grouped-table-item .table-group-heading {
    font-size: 22px;
    line-height: 30px;
    font-family: "Manrope";
    font-weight: 400;
  }
}
.grouped-table .grouped-table-item .grouped-table-item-label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 600;
  color: #262626;
}
.grouped-table .grouped-table-item .grouped-table-item-value {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  color: #262626;
}

.field-field-instock, .field-field-stock-available {
  color: #01bd00;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
}
.field-field-instock .stock-list, .field-field-stock-available .stock-list {
  position: absolute;
  top: -85px;
  left: -40px;
  display: none;
  width: fit-content;
}
.field-field-instock .stock-list.is-open, .field-field-stock-available .stock-list.is-open {
  display: block;
}
.field-field-instock .link-open-stocks, .field-field-stock-available .link-open-stocks {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}
.field-field-instock .link-open-stocks:hover, .field-field-stock-available .link-open-stocks:hover {
  text-decoration: none;
}

.field-price {
  color: #262626;
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope";
  font-weight: 800;
}
.field-price .value {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}
.field-price.not-price {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 800;
  color: #8c8c8c;
}

.field-field-display-title {
  color: #262626;
}
.field-field-display-title a {
  color: #262626;
}
.field-field-display-title a:hover {
  color: #ff8312;
}

.field-code-model {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  color: #d9d9d9;
}

.field-field-marks {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
}
.field-field-marks .values {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.field-field-marks .values .value {
  padding: 4px 12px;
  border: none;
  border-radius: 8px;
}
.field-field-marks .best {
  color: #ffffff;
  border-color: #9341eb;
  background-color: #893bdd;
}
.field-field-marks .new {
  color: #ffffff;
  border-color: #238acc;
  background-color: #238acc;
}
.field-field-marks .discount_percent {
  color: #ffffff;
  border-color: #239d89;
  background-color: #239d89;
}
.field-field-marks .specoffer {
  color: #ffffff;
  border-color: #9341eb;
  background-color: #893bdd;
}
.field-field-marks .sale {
  color: #fff;
  border-color: #239d89;
  background-color: #239d89;
}

.not-available.field-field-stock-available {
  color: #4b9784;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
}

.field-field-old-price {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  color: #8c8c8c;
  text-decoration: line-through;
  text-align: start;
}

.field-field-cena-proizvoditelya {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  color: #d9d9d9;
}

.field-format-preview-gallery {
  position: relative;
  max-width: 603px;
  min-width: 320px;
  --gap: 24px;
  --column-count: 10;
  --previews-gap: 12px;
  --scrollbar:false;
  --pagination-color: #3d786c;
  --pagination-color--active:#ff8312;
  --thumb-event: click;
  --pagination: false;
  --simulate-touch: false;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    max-width: 100%;
  }
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --pagination: true;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --simulate-touch: true;
  }
}
.field-format-preview-gallery .gallery-thumb-active {
  border: 1px solid #bfbfbf;
}
.field-format-preview-gallery .values-preview {
  display: block;
}
.field-format-preview-gallery .values-preview.without-thumbs {
  display: none !important;
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-preview {
    display: none;
  }
}
.field-format-preview-gallery .values-preview .value {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.field-format-preview-gallery .values-preview-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  --swiper--enabled: true;
  --swiper--simulate-touch-enabled: true;
  --swiper--gap: 12;
  --swiper--navigation-enabled: true;
  --swiper--direction: vertical;
  max-width: 100%;
  max-height: 100%;
  width: fit-content;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--column-count), auto);
}
@media (max-width: 1279px) {
  .field-format-preview-gallery .values-preview-inner {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    top: auto;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-preview-inner {
    --swiper--navigation-enabled: false;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    --swiper--direction: horizontal;
  }
}
.field-format-preview-gallery .values-preview-inner .swiper-wrapper {
  flex-direction: column;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    grid-template-columns: repeat(var(--column-count), auto);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    grid-template-rows: auto;
  }
}
.field-format-preview-gallery .values-preview-inner .value {
  width: 84px;
  height: 84px;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .value {
    width: 76px;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .value {
    height: 76px;
  }
}
.field-format-preview-gallery .values-preview-inner .swiper-button-prev {
  transform: translate(0, 50%);
  left: 50%;
  rotate: 90deg;
  top: 30px;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    rotate: unset;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    top: 50%;
  }
}
.field-format-preview-gallery .values-preview-inner .swiper-button-next {
  transform: translate(0, 50%);
  left: 50%;
  rotate: 90deg;
  top: calc(100% - 30px);
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    left: calc(100% - 30px);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    rotate: unset;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    top: 50%;
  }
}
.field-format-preview-gallery .values-main {
  margin-left: 84px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-main {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-main {
    margin-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-main {
    margin-bottom: 0;
  }
}
.field-format-preview-gallery .values-main.without-thumbs {
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery {
    flex-direction: column;
  }
}

.field-field-instock, .field-field-stock-available {
  color: #01bd00;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
}
.field-field-instock .stock-list, .field-field-stock-available .stock-list {
  position: absolute;
  top: -85px;
  left: -40px;
  display: none;
  width: fit-content;
}
.field-field-instock .stock-list.is-open, .field-field-stock-available .stock-list.is-open {
  display: block;
}
.field-field-instock .link-open-stocks, .field-field-stock-available .link-open-stocks {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}
.field-field-instock .link-open-stocks:hover, .field-field-stock-available .link-open-stocks:hover {
  text-decoration: none;
}

.field-price {
  color: #262626;
  font-size: 18px;
  line-height: 26px;
  font-family: "Manrope";
  font-weight: 800;
}
.field-price .value {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}
.field-price.not-price {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 800;
  color: #8c8c8c;
}

.field-field-display-title {
  color: #262626;
}
.field-field-display-title a {
  color: #262626;
}
.field-field-display-title a:hover {
  color: #ff8312;
}

.field-code-model {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  color: #d9d9d9;
}

.field-field-marks {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
}
.field-field-marks .values {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.field-field-marks .values .value {
  padding: 4px 12px;
  border: none;
  border-radius: 8px;
}
.field-field-marks .best {
  color: #ffffff;
  border-color: #9341eb;
  background-color: #893bdd;
}
.field-field-marks .new {
  color: #ffffff;
  border-color: #238acc;
  background-color: #238acc;
}
.field-field-marks .discount_percent {
  color: #ffffff;
  border-color: #239d89;
  background-color: #239d89;
}
.field-field-marks .specoffer {
  color: #ffffff;
  border-color: #9341eb;
  background-color: #893bdd;
}
.field-field-marks .sale {
  color: #fff;
  border-color: #239d89;
  background-color: #239d89;
}

.not-available.field-field-stock-available {
  color: #4b9784;
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
}

.field-field-old-price {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope";
  font-weight: 400;
  color: #8c8c8c;
  text-decoration: line-through;
  text-align: start;
}

.field-field-cena-proizvoditelya {
  font-size: 14px;
  line-height: 20px;
  font-family: "Manrope";
  font-weight: 400;
  color: #d9d9d9;
}

.field-format-preview-gallery {
  position: relative;
  max-width: 603px;
  min-width: 320px;
  --gap: 24px;
  --column-count: 10;
  --previews-gap: 12px;
  --scrollbar:false;
  --pagination-color: #3d786c;
  --pagination-color--active:#ff8312;
  --thumb-event: click;
  --pagination: false;
  --simulate-touch: false;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    max-width: 100%;
  }
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 2px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --pagination: true;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --simulate-touch: true;
  }
}
.field-format-preview-gallery .gallery-thumb-active {
  border: 1px solid #bfbfbf;
}
.field-format-preview-gallery .values-preview {
  display: block;
}
.field-format-preview-gallery .values-preview.without-thumbs {
  display: none !important;
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-preview {
    display: none;
  }
}
.field-format-preview-gallery .values-preview .value {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.field-format-preview-gallery .values-preview-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  --swiper--enabled: true;
  --swiper--simulate-touch-enabled: true;
  --swiper--gap: 12;
  --swiper--navigation-enabled: true;
  --swiper--direction: vertical;
  max-width: 100%;
  max-height: 100%;
  width: fit-content;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--column-count), auto);
}
@media (max-width: 1279px) {
  .field-format-preview-gallery .values-preview-inner {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    top: auto;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-preview-inner {
    --swiper--navigation-enabled: false;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    --swiper--direction: horizontal;
  }
}
.field-format-preview-gallery .values-preview-inner .swiper-wrapper {
  flex-direction: column;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    grid-template-columns: repeat(var(--column-count), auto);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner {
    grid-template-rows: auto;
  }
}
.field-format-preview-gallery .values-preview-inner .value {
  width: 84px;
  height: 84px;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .value {
    width: 76px;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .value {
    height: 76px;
  }
}
.field-format-preview-gallery .values-preview-inner .swiper-button-prev {
  transform: translate(0, 50%);
  left: 50%;
  rotate: 90deg;
  top: 30px;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    rotate: unset;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-prev {
    top: 50%;
  }
}
.field-format-preview-gallery .values-preview-inner .swiper-button-next {
  transform: translate(0, 50%);
  left: 50%;
  rotate: 90deg;
  top: calc(100% - 30px);
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    left: calc(100% - 30px);
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    rotate: unset;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-preview-inner .swiper-button-next {
    top: 50%;
  }
}
.field-format-preview-gallery .values-main {
  margin-left: 84px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-main {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .field-format-preview-gallery .values-main {
    margin-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-main {
    margin-bottom: 0;
  }
}
.field-format-preview-gallery .values-main.without-thumbs {
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .field-format-preview-gallery {
    flex-direction: column;
  }
}