.qvfw-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.qvfw-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.qvfw-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 13, 0.78);
  backdrop-filter: blur(2px);
}

.qvfw-dialog {
  --qvfw-modal-max-width: 980px;
  position: relative;
  z-index: 2;
  width: min(var(--qvfw-modal-max-width), calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow: auto;
  background: #1f222c;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .46);
}

.qvfw-content {
  width: 100%;
}

.qvfw-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 42px;
  height: 42px;
  border: 0px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(0,0,0,.16);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.qvfw-close:hover {
  background: rgba(255,255,255,.08);
}

.qvfw-loading,
.qvfw-error {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  color: #fff;
  font-size: 18px;
}

body.qvfw-open {
  overflow: hidden;
}

.qvfw-template-host,
.qvfw-fallback {
  width: 100%;
}

.qvfw-template-host .elementor,
.qvfw-template-host .elementor-section,
.qvfw-template-host .elementor-container,
.qvfw-template-host .elementor-widget-wrap {
  width: 100%;
}

.qvfw-template-host .elementor-location-single,
.qvfw-template-host .elementor-widget,
.qvfw-template-host .elementor-column,
.qvfw-template-host .elementor-element {
  max-width: 100%;
}

.qvfw-template-host .elementor-section-boxed > .elementor-container,
.qvfw-template-host .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.qvfw-fallback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.qvfw-fallback-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  min-height: 420px;
  background: #232631;
}

.qvfw-fallback-media img {
  max-width: 100%;
  height: auto;
}

.qvfw-fallback-summary {
  padding: 40px 34px 32px;
}

.qvfw-shortcode {
  margin-bottom: 16px;
}

.qvfw-product-title {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 58px);
  line-height: .95;
  font-weight: 800;
  text-transform: uppercase;
}

.qvfw-product-price {
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.1;
}

.qvfw-product-price del {
  opacity: .55;
  margin-right: 8px;
}

.qvfw-product-price ins {
  text-decoration: none;
}

.qvfw-product-description {
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.65;
}

.qvfw-product-description p:last-child {
  margin-bottom: 0;
}

.qvfw-product-points {
  color: #f3d94a;
  font-size: 16px;
  font-weight: 600;
}

#qvfw-modal form.cart {
  margin: 0;
}

#qvfw-modal .quantity {
  margin: 0 0 12px !important;
}

#qvfw-modal .quantity .qty,
#qvfw-modal input.qty,
#qvfw-modal input[type="number"],
#qvfw-modal select {
  min-height: 46px;
  width: 100%;
  border: 0px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  color: #fff;
  padding: 10px 14px;
}

#qvfw-modal option {
  color: #111;
}

#qvfw-modal table.variations,
#qvfw-modal .variations {
  width: 100%;
  margin-bottom: 14px;
}

#qvfw-modal table.variations td,
#qvfw-modal table.variations th,
#qvfw-modal .woocommerce-variation-price,
#qvfw-modal .woocommerce-variation-description,
#qvfw-modal .woocommerce-variation-availability,
#qvfw-modal .reset_variations,
#qvfw-modal label {
  color: rgba(255,255,255,.92);
}

#qvfw-modal .single_add_to_cart_button,
#qvfw-modal button.single_add_to_cart_button,
#qvfw-modal a.button.alt,
#qvfw-modal .button.alt {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #ff1d15;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#qvfw-modal .single_add_to_cart_button:hover,
#qvfw-modal button.single_add_to_cart_button:hover,
#qvfw-modal a.button.alt:hover,
#qvfw-modal .button.alt:hover {
  background: #e31710;
  color: #fff;
}

.qvfw-feedback {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #8dffb9;
}

.qvfw-feedback.is-visible {
  display: block;
}

.qvfw-feedback.is-error {
  color: #ffadad;
}

@media (max-width: 920px) {
  .qvfw-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 16px;
  }

  .qvfw-fallback-grid {
    grid-template-columns: 1fr;
  }

  .qvfw-fallback-media {
    min-height: 260px;
    padding: 24px 20px 6px;
  }

  .qvfw-fallback-summary {
    padding: 12px 20px 24px;
  }
}

@media (max-width: 520px) {
  .qvfw-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .qvfw-loading,
  .qvfw-error {
    min-height: 220px;
    font-size: 16px;
  }

  .qvfw-product-description {
    font-size: 14px;
  }
}

/* Menu browser shortcode */
.qvfw-menu-browser {
  --qvfw-sidebar-width: 320px;
  --qvfw-browser-height: 650px;
  --qvfw-red: #ff1d15;
  --qvfw-panel-bg: linear-gradient(180deg, #0e1426 0%, #111828 100%);
  --qvfw-card-bg: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.015) 100%);
  --qvfw-border: rgba(255,255,255,.07);
  width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, var(--qvfw-sidebar-width)) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.qvfw-menu-browser__sidebar,
.qvfw-menu-browser__panel {
  min-width: 0;
  background: var(--qvfw-panel-bg);
  border: 0px solid #b00000;
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
}

.qvfw-menu-browser__sidebar {
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: var(--qvfw-browser-height);
}

.qvfw-menu-browser__sidebar-head {
  padding: 2px 2px 16px;
}

.qvfw-menu-browser__search-launch {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  margin: 0 0 14px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  color: #ff3127;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.qvfw-menu-browser__search-launch:hover {
  background: rgba(255,255,255,.05);
}

.qvfw-menu-browser__search-launch-icon {
  font-size: 18px;
  line-height: 1;
  padding: 0px 10px 0px 1px;
}

.qvfw-menu-browser__sidebar-title {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.qvfw-menu-browser__terms {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: calc(var(--qvfw-browser-height) - 112px);
  overflow: auto;
  padding-right: 8px;
}

.qvfw-menu-browser__terms::-webkit-scrollbar,
.qvfw-menu-browser__products::-webkit-scrollbar {
  width: 8px;
}

.qvfw-menu-browser__terms::-webkit-scrollbar-thumb,
.qvfw-menu-browser__products::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.14);
  border-radius: 999px;
}

.qvfw-menu-term {
  width: 100%;
  min-height: 74px;
  padding: 18px 22px;
  border: 0px solid #b00000;
  border-left: 4px solid transparent;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.01) 100%);
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.qvfw-menu-term:hover {
  background: rgba(255,255,255,.05);
  transform: translateY(-1px);
}

.qvfw-menu-term.is-active {
  border-color: var(--qvfw-red);
  border-left-color: var(--qvfw-red);
  background: rgba(255,255,255,.065);
  box-shadow: inset 3px 0 0 var(--qvfw-red);
}

.qvfw-menu-term__name {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.qvfw-menu-browser__panel {
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: var(--qvfw-browser-height);
}

.qvfw-menu-browser__toolbar {
  padding: 2px 2px 18px;
}

.qvfw-menu-browser__search-label {
  margin: 0 0 10px;
  color: rgba(255,255,255,.96);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.qvfw-menu-browser__search {
  position: relative;
  display: flex;
  align-items: center;
}

.qvfw-menu-browser__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,.48);
  pointer-events: none;
}

.qvfw-menu-browser__search svg {
  width: 100%;
  height: 100%;
}

.qvfw-menu-browser__search-input {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px 13px 48px;
  border: 0px solid #b00000;
  border-radius: 14px;
  background: rgba(2, 8, 22, .62);
  color: #ffffff;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}

.qvfw-menu-browser__search-input::placeholder {
  color: rgba(255,255,255,.42);
}

.qvfw-menu-browser__search-input:focus {
  border-color: rgba(255, 29, 21, .55);
  box-shadow: 0 0 0 3px rgba(255, 29, 21, .12);
}

.qvfw-menu-browser__products {
  flex: 1 1 auto;
  max-height: 506px;
  overflow: auto;
  padding-right: 8px;
}

.qvfw-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.qvfw-menu-product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 236px;
  padding: 16px;
  border: 0px solid var(--qvfw-border);
  border-radius: 22px;
  background: var(--qvfw-card-bg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018);
}

.qvfw-menu-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  margin-bottom: 12px;
  text-decoration: none;
}

.qvfw-menu-product-media img {
  width: 100%;
  max-width: 180px;
  height: auto;
  max-height: 108px;
  object-fit: contain;
}

.qvfw-menu-product-body {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 12px;
  align-items: end;
}

.qvfw-menu-product-copy {
  min-width: 0;
}

.qvfw-menu-product-link {
  text-decoration: none;
}

.qvfw-menu-product-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.qvfw-menu-product-price {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.qvfw-menu-product-price del {
  display: block;
  opacity: .48;
  margin: 0 0 3px;
}

.qvfw-menu-product-price ins {
  text-decoration: none;
}

.qvfw-menu-product-add {
  position: relative;
  align-self: end;
}

.qvfw-menu-product-action {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.02);
  height: 45px;
  width: 45px;
  padding: 0;
  margin: 5px;
  border: 2px solid var(--qvfw-red);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(255, 29, 21, .18);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.qvfw-menu-product-action:hover {
  transform: translateY(-1px);
  background: rgba(255, 29, 21, .08);
  box-shadow: 0 14px 28px rgba(255, 29, 21, .24);
}

.qvfw-menu-product-action.is-loading,
.qvfw-menu-product-action.is-added {
  opacity: .88;
}

.qvfw-menu-product-action__bag {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qvfw-menu-product-action__bag svg {
  width: 100%;
  height: 100%;
}

.qvfw-menu-product-action__plus {
  position: absolute;
  right: -3px;
  bottom: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--qvfw-red);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #0f1524;
}

.qvfw-menu-browser__loading,
.qvfw-menu-browser__empty {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 24px;
}

@media (max-width: 1480px) {
  .qvfw-menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .qvfw-menu-browser {
    grid-template-columns: 1fr;
  }

  .qvfw-menu-browser__sidebar,
  .qvfw-menu-browser__panel {
    min-height: auto;
  }

  .qvfw-menu-browser__terms {
    max-height: 320px;
  }

  .qvfw-menu-browser__products {
    max-height: 72vh;
  }

  .qvfw-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .qvfw-menu-browser {
    gap: 16px;
  }

  .qvfw-menu-browser__sidebar,
  .qvfw-menu-browser__panel {
    padding: 14px;
    border-radius: 18px;
  }

  .qvfw-menu-browser__terms {
    max-height: 260px;
    padding-right: 0;
  }

  .qvfw-menu-browser__products {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .qvfw-menu-grid {
    grid-template-columns: 1fr;
  }

  .qvfw-menu-product {
    min-height: 232px;
  }

  .qvfw-menu-product-media {
    min-height: 118px;
  }

  .qvfw-menu-product-media img {
    max-width: 136px;
    max-height: 180px;
  }

  .qvfw-menu-product-action {
    width: 58px;
    height: 58px;
  }

  .qvfw-menu-product-action__bag {
    width: 24px;
    height: 24px;
  }
}

/* v2.2.5 refinements */
.qvfw-menu-browser {
  width: min(1680px, calc(100vw - 40px));
  max-width: none;
  margin-left: calc(50% - 50vw + 20px);
  margin-right: calc(50% - 50vw + 20px);
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  gap: 26px;
}

.qvfw-menu-browser__sidebar,
.qvfw-menu-browser__panel {
  border: 0px solid rgba(255,255,255,.04);
  background: linear-gradient(180deg, #27262B 0%, #232227 100%);
}

.qvfw-menu-browser__search-launch {
  min-height: 60px;
  padding: 0 18px;
  border: 0px solid rgba(255, 29, 21, .9);
  border-left: 4px solid #ff1d15;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.012) 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.qvfw-menu-browser__search-launch:hover,
.qvfw-menu-browser__search-launch.is-active {
  background: rgba(255,255,255,.06);
  color: #fff;
}

.qvfw-menu-browser__search-launch-text,
.qvfw-menu-browser__search-launch-icon {
  color: #fff;
}

.qvfw-menu-browser__sidebar-head {
  padding-bottom: 14px;
  display: contents;
}

.qvfw-menu-browser__sidebar-title {
  display: none !important;
}

.qvfw-menu-browser__toolbar[hidden] {
  display: none !important;
}

.qvfw-menu-browser__toolbar {
  padding: 2px 2px 18px;
}

.qvfw-menu-browser__search-label {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.qvfw-menu-browser__search-input {
  color: #fff !important;
}

.qvfw-menu-browser__terms {
  max-height: calc(var(--qvfw-browser-height) - 96px);
}

.qvfw-menu-term {
  min-height: 86px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  border: 0px solid rgba(255, 29, 21, .9);
  border-left: 4px solid transparent;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.012) 100%);
}

.qvfw-menu-term:hover,
.qvfw-menu-term.is-active {
  border-color: #ff1d15;
  border-left-color: #ff1d15;
  background: rgba(255,255,255,.06);
  box-shadow: inset 3px 0 0 #ff1d15;
}

.qvfw-menu-term__name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.qvfw-menu-browser__products {
  max-height: 590px;
}

.qvfw-menu-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px;
}

.qvfw-menu-product {
  min-height: 250px;
  padding: 5px 5px 5px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.012) 100%);
}

.qvfw-menu-product-media {
  min-height: 122px;
  margin-bottom: 14px;
  align-items: center;
}

.qvfw-menu-product-media img {
  max-width: 132px;
  max-height: 180px;
}

.qvfw-menu-product-body {
  grid-template-columns: minmax(0,1fr) auto;
  gap: 14px;
  align-items: end;
}

.qvfw-menu-product-title {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  min-height: 36px;
}

.qvfw-menu-product-price {
  font-size: 13px;
}

.qvfw-menu-product-action {
  width: 50px !important;
  height: 50px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: #ff1d15 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(255, 29, 21, .3) !important;
}

.qvfw-menu-product-action:hover {
  background: #ff1d15 !important;
  transform: translateY(-1px);
}

.qvfw-menu-product-action__bag {
  width: 32px;
  height: 32px;
  color: #fff;
}

.qvfw-menu-product-action__bag svg,
.qvfw-menu-product-action__bag path {
  fill: currentColor;
}

.qvfw-menu-product-action__plus {
  right: 0;
  bottom: 1px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #ff1d15;
  border: 2px solid #ff1d15;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 1480px) {
  .qvfw-menu-browser {
    width: calc(100vw - 28px);
    margin-left: calc(50% - 50vw + 14px);
    margin-right: calc(50% - 50vw + 14px);
  }
}

@media (max-width: 1200px) {
  .qvfw-menu-browser {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;
  }

  .qvfw-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .qvfw-menu-browser__products {
    max-height: 72vh;
  }
}

@media (max-width: 767px) {
  .qvfw-menu-browser {
    gap: 16px;
  }

  .qvfw-menu-grid {
    grid-template-columns: 1fr !important;
  }

  .qvfw-menu-term {
    min-height: 74px;
  }

  .qvfw-menu-term__name {
    font-size: 17px;
  }
}

/* v2.3.1 desktop preserved + mobile chevron fix */
.qvfw-menu-browser__search-launch-main,
.qvfw-menu-term {
  display: flex;
  align-items: center;
}

.qvfw-menu-browser__search-launch,
.qvfw-menu-term {
  justify-content: space-between;
}

.qvfw-menu-browser__search-launch-text,
.qvfw-menu-browser__search-launch-icon,
.qvfw-menu-browser__search-label {
  color: #fff !important;
}

.qvfw-menu-browser__search-mobile[hidden],
.qvfw-menu-browser__mobile-results[hidden],
.qvfw-menu-term-mobile-panel[hidden] {
  display: none !important;
}

.qvfw-menu-term-wrap {
  display: contents;
}

/* Hide chevrons by default so desktop keeps the clean previous look */
.qvfw-menu-browser__search-launch-chevron,
.qvfw-menu-term__chevron {
  display: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 14px;
  position: relative;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.qvfw-menu-browser__search-launch-chevron::before,
.qvfw-menu-term__chevron::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-right: 3px solid #ff1d15;
  border-bottom: 3px solid #ff1d15;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .18s ease, margin-top .18s ease;
}

.qvfw-menu-browser__search-launch.is-active .qvfw-menu-browser__search-launch-chevron::before,
.qvfw-menu-term-wrap.is-expanded .qvfw-menu-term__chevron::before,
.qvfw-menu-term[aria-expanded="true"] .qvfw-menu-term__chevron::before {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.qvfw-menu-browser__search-mobile {
  padding: 0 2px 12px;
}

.qvfw-menu-browser__mobile-results {
  padding-top: 16px;
}

.qvfw-menu-term-mobile-panel {
  padding: 0 0 14px;
}

.qvfw-menu-term-mobile-panel .qvfw-menu-grid,
.qvfw-menu-browser__mobile-results .qvfw-menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px;
}

.qvfw-menu-term-mobile-panel .qvfw-menu-product,
.qvfw-menu-browser__mobile-results .qvfw-menu-product {
  min-height: 0;
}

.qvfw-menu-browser__empty.is-prompt {
  color: rgba(255,255,255,.68);
}

@media (min-width: 768px) {
  .qvfw-menu-browser__search-launch-chevron,
  .qvfw-menu-term__chevron,
  .qvfw-menu-browser__search-mobile,
  .qvfw-menu-term-mobile-panel {
    display: none !important;
  }
}


@media (min-width: 768px) {
  .qvfw-menu-browser__search-launch-chevron,
  .qvfw-menu-term__chevron {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .qvfw-menu-browser {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
  }

  .qvfw-menu-browser__sidebar,
  .qvfw-menu-browser__panel {
    min-height: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .qvfw-menu-browser__panel {
    display: none !important;
  }

  .qvfw-menu-browser__sidebar-head {
    padding: 0 0 0 !important;
  }

  .qvfw-menu-browser__search-launch,
  .qvfw-menu-term {
    width: 100%;
    min-height: 72px;
    padding: 0 18px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    border-left: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .qvfw-menu-browser__search-launch {
    margin: 0 !important;
  }

  .qvfw-menu-browser__search-mobile {
    padding: 20px 18px 20px;
    background: rgba(255,255,255,.025);
  }

  .qvfw-menu-browser__mobile-results {
    padding-top: 18px;
  }

  .qvfw-menu-browser__search-label {
    font-size: 16px !important;
    line-height: 1.35;
    margin-bottom: 12px !important;
  }

  .qvfw-menu-browser__search {
    width: 100%;
  }

  .qvfw-menu-browser__search-input {
    min-height: 52px;
    border-radius: 12px;
    background: rgba(9, 11, 18, .45) !important;
  }

  .qvfw-menu-browser__terms {
    max-height: none !important;
    gap: 0 !important;
    overflow: visible !important;
    padding-right: 0 !important;
  }

  .qvfw-menu-term-wrap {
    border-bottom: 1px solid rgba(255,255,255,.06);
  }

  .qvfw-menu-term {
    min-height: 72px;
  }

  .qvfw-menu-term.is-active {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .qvfw-menu-browser__search-launch-chevron,
  .qvfw-menu-term__chevron {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin-left: 14px !important;
    margin-right: 0 !important;
    align-self: center !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }

  .qvfw-menu-term__name,
  .qvfw-menu-browser__search-launch-text {
    font-size: 17px !important;
    font-weight: 500 !important;
  }

  .qvfw-menu-term-mobile-panel {
    padding: 0 0 18px;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-grid,
  .qvfw-menu-browser__mobile-results .qvfw-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 0 14px !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-media,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-media {
    min-height: 164px !important;
    margin-bottom: 8px !important;
    background: rgba(255,255,255,.02);
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-media img,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-media img {
    max-width: 100% !important;
    max-height: 160px !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-body,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-body {
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 10px !important;
    align-items: end !important;
    padding: 0 10px;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-title,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-title {
    font-size: 14px !important;
    min-height: 0 !important;
    margin-bottom: 6px !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-price,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-price {
    font-size: 14px !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-action,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-action {
    width: 56px !important;
    height: 56px !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-action__bag,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-action__bag {
    width: 30px !important;
    height: 30px !important;
  }

  .qvfw-menu-term-mobile-panel .qvfw-menu-product-action__plus,
  .qvfw-menu-browser__mobile-results .qvfw-menu-product-action__plus {
    width: 22px !important;
    height: 22px !important;
  }
}
