.elementor-widget-mig-product-card-carousel .mig-product-card-carousel {
  --mig-pcc-columns: 3;
  --mig-pcc-divider-color: rgba(255,255,255,0.55);
  --mig-pcc-filter-overlay: rgba(0,0,0,.58);
  --mig-pcc-filter-bg: #242224;
  --mig-pcc-filter-text: #f3eee8;
  --mig-pcc-filter-accent: #b5cf4f;
  --mig-pcc-filter-border: rgba(255,255,255,.16);
  width: 100%;
  color: inherit;
  overflow: visible;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel *,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel *::before,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel *::after {
  box-sizing: border-box;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__viewport {
  width: 100%;
  overflow: visible;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 72px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-left,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-right {
  min-width: 0;
  display: flex;
  align-items: center;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-right {
  margin-left: auto;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-button,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-select {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--mig-pcc-filter-accent);
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-transform: none;
  box-shadow: none !important;
  cursor: pointer;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-select {
  appearance: auto;
  -webkit-appearance: auto;
  padding-right: 34px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  transform: rotate(90deg);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__track {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--mig-pcc-columns), minmax(0, 1fr));
  align-items: stretch;
  row-gap: 72px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-scroll {
  overflow: hidden;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-scroll .mig-product-card-carousel__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-scroll .mig-product-card-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-scroll .mig-product-card-carousel__track {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-auto-columns: calc(100% / var(--mig-pcc-columns));
  row-gap: 0;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__card {
  min-width: 0;
  padding: 0 44px 24px;
  border-left: 0 solid transparent;
  scroll-snap-align: start;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__media {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__image-link,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__images,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__image.is-active {
  opacity: 1;
  visibility: visible;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__image::before {
  content: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__image img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-position: center center;
  max-width: none !important;
  transform: none !important;
  transition: none !important;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-image-fit-cover .mig-product-card-carousel__image img {
  object-fit: cover;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-image-fit-contain .mig-product-card-carousel__image img {
  object-fit: contain;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-image-fit-smart .mig-product-card-carousel__image {
  background: transparent;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-image-fit-smart .mig-product-card-carousel__image::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--mig-pcc-image-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: .24;
  filter: blur(10px);
  transform: scale(1.04);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-image-fit-smart .mig-product-card-carousel__image img {
  object-fit: contain;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #f3eee8;
  color: #242224;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  appearance: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__arrow--prev {
  left: 8px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__arrow--next {
  right: 8px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.4);
  appearance: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__dot.is-active {
  background: #ffffff;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__body {
  padding-top: 26px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__title {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 800;
  text-transform: uppercase;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__title a {
  color: inherit;
  text-decoration: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 58px;
  line-height: 1;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__stars {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 21px;
  letter-spacing: -1px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__stars span {
  color: currentColor;
  opacity: .35;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__stars span.is-filled {
  opacity: 1;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__review-count {
  font-size: 13px;
  opacity: .95;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price {
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price ins,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price del,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price .amount {
  color: inherit;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__shipping {
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: none !important;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__button:hover {
  background: currentColor;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 68px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__page {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.42);
  background: transparent;
  color: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__page.is-active,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__page:hover {
  border-color: currentColor;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__page--dots {
  border-color: transparent;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel-empty {
  padding: 22px;
  border: 1px dashed currentColor;
  opacity: .72;
}

@media (min-width: 1025px) {
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-grid.mig-pcc-cols-desktop-2 .mig-product-card-carousel__card:nth-child(2n),
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-grid.mig-pcc-cols-desktop-3 .mig-product-card-carousel__card:not(:nth-child(3n+1)),
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-grid.mig-pcc-cols-desktop-4 .mig-product-card-carousel__card:not(:nth-child(4n+1)) {
    border-left-width: 1px;
    border-left-color: var(--mig-pcc-divider-color);
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-scroll .mig-product-card-carousel__card:not(:first-child) {
    border-left-width: 1px;
    border-left-color: var(--mig-pcc-divider-color);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel {
    --mig-pcc-columns: 2;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__card {
    padding-left: 28px;
    padding-right: 28px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__media {
    height: 390px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-grid.mig-pcc-cols-tablet-2 .mig-product-card-carousel__card:nth-child(2n),
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-grid.mig-pcc-cols-tablet-3 .mig-product-card-carousel__card:not(:nth-child(3n+1)),
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-grid.mig-pcc-cols-tablet-4 .mig-product-card-carousel__card:not(:nth-child(4n+1)) {
    border-left-width: 1px;
    border-left-color: var(--mig-pcc-divider-color);
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-pcc-mode-scroll .mig-product-card-carousel__card:not(:first-child) {
    border-left-width: 1px;
    border-left-color: var(--mig-pcc-divider-color);
  }
}

@media (max-width: 767px) {
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar {
    margin-bottom: 38px;
    gap: 12px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-button,
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-select {
    min-height: 38px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__pagination {
    margin-top: 42px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__page {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel {
    --mig-pcc-columns: 1;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__card {
    padding-left: 18px;
    padding-right: 18px;
    border-left-width: 0 !important;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__media {
    height: 300px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__rating {
    margin-bottom: 34px;
  }
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-panel {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-backdrop {
  position: absolute;
  inset: 0;
  background: var(--mig-pcc-filter-overlay);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: min(420px, 92vw);
  height: 100%;
  padding: 34px 30px;
  overflow-y: auto;
  background: var(--mig-pcc-filter-bg);
  color: var(--mig-pcc-filter-text);
  transform: translateX(-100%);
  transition: transform .28s ease;
  box-shadow: 18px 0 50px rgba(0,0,0,.28);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-panel.is-open .mig-product-card-carousel__filter-drawer {
  transform: translateX(0);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-header h3 {
  margin: 0;
  color: inherit;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-list {
  display: grid;
  gap: 2px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-item {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--mig-pcc-filter-border);
  cursor: pointer;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-item input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--mig-pcc-filter-accent);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-count {
  font-size: 13px;
  opacity: .72;
}


.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group {
  margin-top: 28px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group:first-of-type {
  margin-top: 0;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group-title {
  margin: 0 0 12px;
  color: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  opacity: .78;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-item--simple {
  grid-template-columns: auto minmax(0, 1fr);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price-filter label {
  display: grid;
  gap: 8px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price-filter input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--mig-pcc-filter-border);
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  outline: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__price-filter input:focus {
  border-color: var(--mig-pcc-filter-accent);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-apply,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-clear {
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--mig-pcc-filter-accent);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-apply {
  background: var(--mig-pcc-filter-accent);
  color: #242224;
}

@media (max-width: 767px) {
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-drawer {
    width: min(360px, 94vw);
    padding: 26px 22px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-header h3 {
    font-size: 24px;
  }
}

/* v1.6.38: Filter and sort visual refinement */
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-button,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid var(--mig-pcc-filter-accent);
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
  appearance: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-icon,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-icon--filter,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-icon--sort {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__toolbar-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort {
  position: relative;
  z-index: 5;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-trigger {
  min-width: 132px;
  justify-content: space-between;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-arrow {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort.is-open .mig-product-card-carousel__sort-arrow {
  transform: translateY(1px) rotate(180deg);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 178px;
  padding: 8px 0;
  border: 1px solid rgba(255,255,255,.28);
  background: #242224;
  color: #f3eee8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort.is-open .mig-product-card-carousel__sort-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-option {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-option:hover,
.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-option.is-active {
  color: var(--mig-pcc-filter-accent);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group {
  margin: 0;
  border: 1px solid var(--mig-pcc-filter-border);
  border-bottom-width: 0;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group:last-of-type {
  border-bottom-width: 1px;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group-toggle {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-chevron {
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group.is-open .mig-product-card-carousel__filter-chevron {
  transform: translateY(1px) rotate(180deg);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group-body {
  display: none;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--mig-pcc-filter-border);
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group.is-open .mig-product-card-carousel__filter-group-body {
  display: block;
}

.elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-actions {
  margin-top: 16px;
}

@media (min-width: 1025px) {
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel.mig-product-card-carousel--filter-open .mig-product-card-carousel__content {
    grid-template-columns: minmax(230px, min(320px, 24vw)) minmax(0, 1fr);
    gap: 34px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-panel {
    position: static;
    inset: auto;
    z-index: 1;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-panel.is-open {
    display: block;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-backdrop,
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-header {
    display: none;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-drawer {
    position: static;
    width: 100% !important;
    height: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
    color: inherit;
    transform: none;
    transition: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-trigger {
    min-height: 38px;
    min-width: 110px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__sort-menu {
    min-width: 160px;
  }

  .elementor-widget-mig-product-card-carousel .mig-product-card-carousel__filter-group-toggle {
    min-height: 50px;
    font-size: 15px;
  }
}
