.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
  overflow: hidden;
  border-radius: 14px;
  height: clamp(250px, 21vw, 340px);
  position: relative;
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  transform: translateX(-50%);
  transition: transform 0.25s ease;
}

.elementor-widget-loop-grid .elementor-loop-container {
  align-items: stretch;
}

.elementor-widget-loop-grid .e-loop-item.product {
  display: flex;
  height: 100%;
}

.elementor-widget-loop-grid .e-loop-item.product > .elementor-element.e-parent {
  width: 100%;
  display: flex;
}

.elementor-widget-loop-grid .e-loop-item.product > .elementor-element.e-parent > .e-con-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-widget-theme-post-featured-image .elementor-widget-container {
  height: clamp(250px, 21vw, 340px);
  overflow: hidden;
  position: relative;
  padding: 0;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-widget-theme-post-featured-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-widget-theme-post-featured-image img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  transform: translateX(-50%);
  transition: transform 0.25s ease;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-3c8cf70 {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-869f29f {
  min-height: auto;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-d8b1e0a > .elementor-widget-container {
  margin-bottom: 2px !important;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-widget-woocommerce-product-title .elementor-heading-title {
  line-height: 1.28;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-56ec548 {
  margin-top: auto;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-99af783 {
  gap: 8px;
  align-items: stretch;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-99af783 > .elementor-element {
  min-width: 0;
  flex: 1 1 0;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-99af783 .elementor-button {
  width: 100%;
  min-height: 42px;
  font-size: 13px !important;
  line-height: 1.1;
  padding: 12px 10px !important;
  border-radius: 14px !important;
}

.elementor-widget-loop-grid .e-loop-item.product .elementor-element-99af783 .elementor-button-text {
  white-space: nowrap;
}

.woocommerce ul.products li.product:hover .astra-shop-thumbnail-wrap img,
.woocommerce-page ul.products li.product:hover .astra-shop-thumbnail-wrap img,
.elementor-widget-loop-grid .e-loop-item.product:hover .elementor-widget-theme-post-featured-image img {
  transform: translateX(-50%) scale(1.02);
}

.mk13-single-fps-anchor {
  margin: 14px 0;
}

.mk13-fps-badge {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgb(188 150 255 / 65%);
  border-radius: 12px;
  background: linear-gradient(145deg, rgb(45 29 74 / 92%), rgb(89 51 151 / 84%));
  color: #fff;
  padding: 12px 14px;
  box-shadow: 0 8px 22px rgb(58 24 110 / 32%);
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.mk13-fps-badge,
.mk13-fps-badge:hover,
.mk13-fps-badge:focus,
.mk13-fps-badge:focus-visible {
  color: #fff !important;
}

.mk13-fps-badge__icon,
.mk13-fps-badge__value,
.mk13-fps-badge__label {
  color: #fff !important;
}

.mk13-fps-badge:hover {
  transform: translateY(-1px);
  border-color: rgb(234 195 255 / 92%);
  background: linear-gradient(145deg, rgb(58 35 95 / 95%), rgb(103 59 172 / 88%)) !important;
  box-shadow: 0 12px 28px rgb(58 24 110 / 48%);
}

.mk13-fps-badge:focus-visible {
  outline: 2px solid rgb(237 201 255 / 92%);
  outline-offset: 2px;
}

.mk13-fps-badge--card {
  margin: 8px 0 10px;
  padding: 10px 12px;
  border-radius: 10px;
}

.mk13-fps-badge--card .mk13-fps-badge__value {
  font-size: 21px;
}

.mk13-fps-badge--card .mk13-fps-badge__label {
  font-size: 11px;
}

.mk13-fps-badge--single {
  margin: 10px 0 14px;
}

.mk13-fps-badge__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  border-radius: 999px;
  border: 1px solid rgb(215 186 255 / 42%);
  background: rgb(28 17 48 / 72%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mk13-fps-badge__value {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.mk13-fps-badge__label {
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.86;
}

.mk13-fps-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: rgb(7 5 14 / 70%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mk13-fps-modal.is-open {
  display: flex;
}

.mk13-fps-modal__dialog {
  width: min(920px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: 22px;
  border: 1px solid rgb(188 150 255 / 42%);
  background:
    radial-gradient(120% 120% at 0% 0%, rgb(104 58 173 / 24%) 0%, rgb(0 0 0 / 0%) 48%),
    linear-gradient(145deg, rgb(17 11 34 / 96%), rgb(44 24 80 / 92%));
  box-shadow: 0 28px 64px rgb(9 5 20 / 62%);
  padding: 22px 24px;
}

.mk13-fps-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.mk13-fps-modal__head h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mk13-fps-modal__close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgb(188 150 255 / 52%);
  background: rgb(30 18 53 / 58%);
  color: #fff !important;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.2s ease, background 0.2s ease;
}

.mk13-fps-modal__close:hover {
  transform: rotate(90deg);
  border-color: rgb(231 191 255 / 88%);
  box-shadow: 0 0 0 4px rgb(168 107 255 / 18%);
}

.mk13-fps-modal__filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  overflow: visible;
}

.mk13-fps-modal__filters label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mk13-fps-modal__filters span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.mk13-fps-modal__filters select,
#mk13-fps-modal .mk13-fps-modal__select,
.mk13-fps-modal select,
#mk13-fps-modal #mk13-fps-resolution,
#mk13-fps-modal #mk13-fps-quality,
#mk13-fps-modal .mk13-fps-modal__ms-toggle {
  width: 100%;
  min-height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 12px;
  border: 1px solid rgb(188 150 255 / 42%);
  background-color: #1c1232;
  background-image:
    linear-gradient(180deg, rgb(44 28 78 / 96%), rgb(28 18 50 / 98%)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d6b5ff' d='M1.4.6 6 5.2 10.6.6 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 12px center;
  background-size: auto, 12px 8px;
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 10px 36px 10px 12px;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#mk13-fps-modal .mk13-fps-modal__ms-toggle {
  display: block;
  text-align: left;
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.mk13-fps-modal__filters select:hover,
.mk13-fps-modal select:hover,
#mk13-fps-modal #mk13-fps-resolution:hover,
#mk13-fps-modal #mk13-fps-quality:hover,
#mk13-fps-modal .mk13-fps-modal__filters label:hover > select,
#mk13-fps-modal .mk13-fps-modal__filters label:focus-within > select,
#mk13-fps-modal .mk13-fps-modal__ms-toggle:hover,
#mk13-fps-modal .mk13-fps-modal__filters label:hover > .mk13-fps-modal__multiselect > .mk13-fps-modal__ms-toggle,
#mk13-fps-modal .mk13-fps-modal__filters label:focus-within > .mk13-fps-modal__multiselect > .mk13-fps-modal__ms-toggle,
.mk13-fps-modal__filters select:focus,
.mk13-fps-modal select:focus,
#mk13-fps-modal #mk13-fps-resolution:focus,
#mk13-fps-modal #mk13-fps-quality:focus,
#mk13-fps-modal .mk13-fps-modal__ms-toggle:focus,
#mk13-fps-modal .mk13-fps-modal__multiselect.is-open .mk13-fps-modal__ms-toggle {
  border-color: rgb(214 181 255 / 72%);
  box-shadow: 0 0 0 3px rgb(168 107 255 / 16%);
  outline: none;
  opacity: 1;
  filter: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-color: rgb(52 34 88 / 98%);
  background-image:
    linear-gradient(180deg, rgb(52 34 88 / 98%), rgb(36 24 62 / 98%)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23d6b5ff' d='M1.4.6 6 5.2 10.6.6 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
}

#mk13-fps-modal button.mk13-fps-modal__ms-toggle,
#mk13-fps-modal button.mk13-fps-modal__ms-toggle:hover,
#mk13-fps-modal button.mk13-fps-modal__ms-toggle:focus {
  opacity: 1;
  filter: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.mk13-fps-modal__filters select option,
.mk13-fps-modal select option {
  background: rgb(28 18 50);
  color: #fff;
}

.mk13-fps-modal__multiselect {
  position: relative;
  width: 100%;
}

.mk13-fps-modal__multiselect.is-open {
  z-index: 12;
}

.mk13-fps-modal__ms-panel {
  position: absolute;
  z-index: 13;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 240px;
  overflow-y: auto;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgb(188 150 255 / 42%);
  background: rgb(20 13 38 / 98%);
  box-shadow: 0 18px 40px rgb(10 6 22 / 60%);
  scrollbar-width: thin;
  scrollbar-color: rgb(167 97 255 / 55%) rgb(30 20 54 / 40%);
}

.mk13-fps-modal__ms-panel[hidden] {
  display: none;
}

.mk13-fps-modal__ms-panel::-webkit-scrollbar {
  width: 8px;
}

.mk13-fps-modal__ms-panel::-webkit-scrollbar-thumb {
  background: rgb(167 97 255 / 55%);
  border-radius: 999px;
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  background: transparent;
  transition: background 0.15s ease;
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option:hover,
.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option:focus-within {
  background: rgb(168 107 255 / 22%);
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option.is-checked:hover,
.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option.is-checked:focus-within {
  background: rgb(168 107 255 / 28%);
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option.is-checked {
  background: rgb(168 107 255 / 10%);
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option span {
  flex: 1 1 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option:hover span,
.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-option:focus-within span {
  color: #fff;
}

.mk13-fps-modal__ms-panel input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-height: 0;
  margin: 0;
  padding: 0;
  accent-color: #a86bff;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: checkbox;
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-all {
  border-bottom: 1px solid rgb(188 150 255 / 22%);
  border-radius: 8px 8px 0 0;
  margin-bottom: 4px;
}

.mk13-fps-modal__ms-panel .mk13-fps-modal__ms-all span {
  font-weight: 600;
}

.mk13-fps-modal__bars-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  min-height: 120px;
  max-height: min(460px, calc(100vh - 280px));
  margin-top: 4px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgb(188 150 255 / 28%);
  background: rgb(12 8 22 / 42%);
  scrollbar-width: thin;
  scrollbar-color: rgb(167 97 255 / 55%) rgb(30 20 54 / 40%);
}

.mk13-fps-modal__bars-wrap::-webkit-scrollbar {
  width: 8px;
}

.mk13-fps-modal__bars-wrap::-webkit-scrollbar-track {
  background: rgb(30 20 54 / 40%);
  border-radius: 999px;
}

.mk13-fps-modal__bars-wrap::-webkit-scrollbar-thumb {
  background: rgb(167 97 255 / 55%);
  border-radius: 999px;
}

.mk13-fps-modal__bars {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mk13-fps-modal__bar-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mk13-fps-modal__bar-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.mk13-fps-modal__game-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk13-fps-modal__bar-value {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: #f3e8ff;
}

.mk13-fps-modal__bar-track {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(188 150 255 / 18%);
  overflow: hidden;
}

.mk13-fps-modal__bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(104 58 173 / 95%), rgb(167 97 255 / 92%));
  box-shadow: 0 0 18px rgb(167 97 255 / 28%);
  transition: width 0.28s ease;
}

.mk13-fps-modal__bar-row:hover .mk13-fps-modal__bar-fill {
  box-shadow: 0 0 22px rgb(190 130 255 / 42%);
}

.mk13-fps-modal__empty {
  display: none;
  color: rgb(214 181 255 / 88%);
  padding: 12px 0 2px;
  flex-shrink: 0;
}

.mk13-home-video-section {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
  padding: 0 5%;
  overflow: visible;
}

.mk13-home-video {
  position: relative;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.mk13-home-video__slides {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 16 / 9;
}

.mk13-home-video__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.mk13-home-video__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.mk13-home-video__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
}

.mk13-home-video__player,
.mk13-home-video__iframe,
.mk13-home-video__poster-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mk13-home-video__player,
.mk13-home-video__iframe {
  display: block;
  border: 0;
  object-fit: contain;
  object-position: center;
  background: #000;
}

.mk13-home-video__wrapper .mk13-home-video__player.elementor-video {
  object-fit: contain;
  object-position: center;
}

.mk13-home-video__poster-btn {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.mk13-home-video__poster {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.mk13-home-video__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 35%);
  background: rgb(18 10 30 / 72%);
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 16px rgb(0 0 0 / 45%);
  z-index: 5;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mk13-home-video__arrow-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.mk13-home-video__arrow--next .mk13-home-video__arrow-icon {
  transform: scaleX(-1);
}

.mk13-home-video__arrow:hover {
  background: rgb(124 9 178 / 92%);
  border-color: rgb(255 255 255 / 55%);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 6px 18px rgb(91 32 160 / 45%);
}

.mk13-home-video__arrow:focus-visible {
  outline: 2px solid rgb(124 9 178 / 92%);
  outline-offset: 2px;
}

.mk13-home-video__arrow--prev {
  left: 12px;
}

.mk13-home-video__arrow--next {
  right: 12px;
}

.mk13-home-video__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.mk13-home-video__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(112 90 122 / 75%);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mk13-home-video__dot.is-active {
  background: rgb(124 9 178);
  transform: scale(1.2);
}

.mk13-home-video__dot:focus-visible {
  outline: 2px solid rgb(124 9 178 / 92%);
  outline-offset: 2px;
}

.mk13-home-video--single .mk13-home-video__arrow,
.mk13-home-video--single .mk13-home-video__dots {
  display: none;
}

.mk13-neon-cta,
a.elementor-button.mk13-neon-cta,
button.mk13-neon-cta {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  color: #fff !important;
  border: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
  filter: none !important;
}

.mk13-neon-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    125deg,
    rgb(50 26 88) 0%,
    rgb(66 38 108) 18%,
    rgb(124 82 172) 42%,
    rgb(96 58 142) 58%,
    rgb(50 26 88) 100%
  );
  background-size: 350% 350%;
  animation: mk13-neon-shimmer-a 12s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

.mk13-neon-cta::after {
  content: "";
  position: absolute;
  inset: -15%;
  border-radius: inherit;
  background: linear-gradient(
    55deg,
    rgb(48 24 88 / 0%) 0%,
    rgb(140 96 200 / 45%) 42%,
    rgb(196 168 255 / 60%) 50%,
    rgb(140 96 200 / 45%) 58%,
    rgb(48 24 88 / 0%) 100%
  );
  background-size: 350% 350%;
  animation: mk13-neon-shimmer-b 9.5s ease-in-out infinite;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.mk13-neon-cta .elementor-button-content-wrapper,
.mk13-neon-cta .elementor-button-text,
.mk13-neon-cta > * {
  position: relative;
  z-index: 1;
}

.mk13-neon-cta:hover {
  opacity: 1 !important;
  filter: none !important;
  box-shadow: 0 0 16px rgb(184 127 255 / 48%);
}

.mk13-neon-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgb(168 107 255 / 28%), 0 0 10px rgb(184 127 255 / 24%);
}

.mk13-neon-cta:active {
  filter: brightness(0.92) !important;
}

.elementor-element-bf27568 .elementor-element-04b52c3.e-grid {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.elementor-778 .elementor-element-bf27568 .elementor-element-04b52c3 > .e-con-full.e-child,
.elementor-element-bf27568 .elementor-element-04b52c3 > .e-con-full.e-child {
  background-color: rgb(79 49 130) !important;
  background-image: linear-gradient(145deg, rgb(61 37 102 / 96%), rgb(132 75 208 / 90%)) !important;
  border: 1px solid rgb(219 172 255 / 52%) !important;
  box-shadow: 0 10px 24px rgb(86 38 148 / 32%) !important;
  border-radius: 16px;
  overflow: hidden;
}

.elementor-element-bf27568 .elementor-image-box-title,
.elementor-element-bf27568 .elementor-image-box-title a,
.elementor-element-bf27568 .elementor-image-box-description {
  color: #fff !important;
}

@keyframes mk13-neon-shimmer-a {
  0% {
    background-position: 0% 45%;
    animation-timing-function: ease-in-out;
  }

  25% {
    background-position: 65% 8%;
    animation-timing-function: ease-in-out;
  }

  50% {
    background-position: 100% 65%;
    animation-timing-function: ease-in-out;
  }

  75% {
    background-position: 25% 100%;
    animation-timing-function: ease-in-out;
  }

  100% {
    background-position: 0% 45%;
  }
}

@keyframes mk13-neon-shimmer-b {
  0% {
    background-position: 100% 20%;
    animation-timing-function: ease-in-out;
  }

  33% {
    background-position: 15% 75%;
    animation-timing-function: ease-in-out;
  }

  66% {
    background-position: 85% 90%;
    animation-timing-function: ease-in-out;
  }

  100% {
    background-position: 100% 20%;
  }
}

@media (max-width: 991px) {
  .elementor-widget-loop-grid .e-loop-item.product .elementor-widget-theme-post-featured-image .elementor-widget-container,
  .woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
  .woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
    height: clamp(220px, 58vw, 300px);
  }

  .elementor-widget-loop-grid .e-loop-item.product .elementor-element-869f29f {
    min-height: auto;
  }

  .elementor-widget-loop-grid .e-loop-item.product .elementor-element-99af783 .elementor-button {
    font-size: 12px !important;
    min-height: 38px;
    padding: 10px 8px !important;
  }

  .mk13-fps-badge {
    grid-template-columns: auto auto;
  }

  .mk13-fps-badge__label {
    grid-column: 1 / -1;
    text-align: left;
  }

  .mk13-fps-modal {
    padding: 12px;
  }

  .mk13-fps-modal__filters {
    grid-template-columns: 1fr;
  }

  .elementor-element-bf27568 .elementor-element-04b52c3 > .e-con-full.e-child {
    border-radius: 12px;
  }

  .mk13-home-video {
    width: 100%;
    max-width: 100%;
  }

  .mk13-home-video__arrow {
    width: 32px;
    height: 32px;
  }

  .mk13-home-video__arrow--prev {
    left: 8px;
  }

  .mk13-home-video__arrow--next {
    right: 8px;
  }
}
