/* AQX product detail refresh */
body.view-productdetails #sp-main-body {
  background: #070707;
  color: #f7f4f5;
  padding: 52px 0 88px;
}

body.view-productdetails #sp-main-body > .container,
body.view-productdetails #sp-main-body .container-inner {
  max-width: 1320px;
}

body.view-productdetails .productdetails-view {
  position: relative;
  border: 0 !important;
  border-radius: 0 !important;
  background: #070707 !important;
  color: #f7f4f5;
}

body.view-productdetails .product-neighbours {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #2d292b;
}

body.view-productdetails .product-neighbours a {
  position: relative;
  color: #bcb5b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.view-productdetails .product-neighbours a:hover,
body.view-productdetails .back-to-category a:hover {
  color: #d97b98;
}

body.view-productdetails .product-neighbours .previous-page::before { content: "← "; }
body.view-productdetails .product-neighbours .next-page::after { content: " →"; }

body.view-productdetails .back-to-category {
  float: none;
  margin: 0 0 16px;
}

body.view-productdetails .back-to-category a.product-details {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d97b98;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.view-productdetails .productdetails-view > h1 {
  max-width: 900px;
  margin: 0 0 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.view-productdetails .product-short-description {
  margin: 0 0 34px;
  color: #c9c1c4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.view-productdetails .productdetails-view > .icons {
  display: none;
}

body.view-productdetails .vm-product-container {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  align-items: start;
  gap: 46px;
  width: 100%;
  margin: 0 0 20px;
}

body.view-productdetails .vm-product-media-container,
body.view-productdetails .vm-product-details-container {
  float: none;
  width: auto;
}

body.view-productdetails .vm-product-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #2e2a2c;
  border-radius: 12px;
  background: #f4f2f2;
}

body.view-productdetails .main-image,
body.view-productdetails .main-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}

body.view-productdetails .main-image img {
  width: 100%;
  max-width: 680px;
  max-height: 540px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.view-productdetails .vm-product-details-container {
  position: sticky;
  top: 118px;
  padding: 34px;
  border: 1px solid #332e31;
  border-radius: 12px;
  background: linear-gradient(145deg, #151214, #0d0c0d);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

body.view-productdetails .spacer-buy-area {
  padding: 0;
}

body.view-productdetails .product-price {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #332e31;
  text-align: left;
}

body.view-productdetails .product-price .PricebasePrice.vm-display {
  margin-bottom: 3px;
  color: #928b8e;
  font-size: 14px;
}

body.view-productdetails .product-price .PricesalesPrice.vm-display {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

body.view-productdetails .vm-customfields-wrap,
body.view-productdetails .product-fields {
  width: 100%;
}

body.view-productdetails .product-field {
  margin: 0 0 18px;
}

body.view-productdetails .product-fields-title-wrapper,
body.view-productdetails .product-fields-title {
  display: block;
  margin-bottom: 7px;
  color: #eee9eb;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.view-productdetails .chosen-container-single .chosen-single,
body.view-productdetails .product-field select {
  height: 48px;
  padding: 0 15px;
  border: 1px solid #443d40;
  border-radius: 6px;
  background: #191617;
  color: #fff;
  box-shadow: none;
  line-height: 46px;
}

body.view-productdetails .chosen-container-single .chosen-single span {
  color: #fff;
  line-height: 46px;
}

body.view-productdetails .chosen-container .chosen-drop {
  border: 1px solid #443d40;
  background: #191617;
  color: #fff;
}

body.view-productdetails .chosen-container .chosen-results li {
  color: #eee9eb;
}

body.view-productdetails .chosen-container .chosen-results li.highlighted {
  background: #c96f8b;
}

body.view-productdetails .addtocart-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}

body.view-productdetails .quantity-box .quantity-input {
  width: 68px;
  height: 50px;
  border: 1px solid #443d40;
  border-radius: 6px;
  background: #191617;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

body.view-productdetails .quantity-controls {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.view-productdetails input.quantity-controls {
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid #51484c;
  border-radius: 4px;
  background-color: #272225;
}

body.view-productdetails input.addtocart-button {
  min-width: 190px;
  height: 50px;
  padding: 0 24px;
  border: 1px solid #c96f8b;
  border-radius: 6px;
  background: #c96f8b;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body.view-productdetails input.addtocart-button:hover {
  border-color: #db839f;
  background: #db839f;
  transform: translateY(-1px);
}

body.view-productdetails .ask-a-question {
  margin-top: 16px;
}

body.view-productdetails .ask-a-question a.ask-a-question {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c9c1c4;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.view-productdetails .aqx-product-share {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #373034;
}

body.view-productdetails .aqx-share-title {
  margin-bottom: 13px;
  color: #f1ebee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.view-productdetails .aqx-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.view-productdetails .aqx-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #463c41;
  border-radius: 999px;
  background: #191619;
  color: #ddd5d9;
  font: 700 11px/1 Arial, sans-serif;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

body.view-productdetails .aqx-share-button:hover,
body.view-productdetails .aqx-share-button:focus-visible {
  border-color: #cf5f84;
  background: #291d23;
  color: #fff;
  transform: translateY(-1px);
}

body.view-productdetails .aqx-share-button i {
  min-width: 13px;
  color: #e8799c;
  font-size: 14px;
  text-align: center;
}

body.view-productdetails .aqx-share-status {
  min-height: 18px;
  margin-top: 8px;
  color: #bdb3b8;
  font-size: 11px;
}

@media (max-width: 480px) {
  body.view-productdetails .aqx-share-button span { display: none; }
  body.view-productdetails .aqx-share-button { width: 40px; padding: 0; }
}

body.view-productdetails .additional-images {
  display: grid;
  grid-template-columns: repeat(7, minmax(72px, 1fr));
  gap: 12px;
  width: calc((100% - 46px) * .56);
  margin: 0 0 52px;
}

body.view-productdetails .additional-images .floatleft {
  float: none;
  width: auto;
  margin: 0;
}

body.view-productdetails .additional-images a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #332e31;
  border-radius: 8px;
  background: #f4f2f2;
  transition: border-color .2s ease, transform .2s ease;
}

body.view-productdetails .additional-images a:hover {
  border-color: #c96f8b;
  transform: translateY(-2px);
}

body.view-productdetails .additional-images a.aqx-color-active {
  border-color: #d97b98;
  box-shadow: 0 0 0 2px rgba(217, 123, 152, .22);
}

body.view-productdetails .additional-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}

body.view-productdetails .product-description,
body.view-productdetails .customer-reviews {
  margin: 0 0 24px;
  padding: 34px 38px;
  border: 1px solid #2e2a2c;
  border-radius: 12px;
  background: #0f0e0f;
  color: #d5ced1;
}

body.view-productdetails .product-description .title,
body.view-productdetails .customer-reviews h4 {
  display: block;
  margin: 0 0 22px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .025em;
  text-transform: uppercase;
}

body.view-productdetails .product-description p {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #242123;
  line-height: 1.65;
}

body.view-productdetails .product-description p:last-child {
  border-bottom: 0;
}

body.view-productdetails .product-description p::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c96f8b;
}

body.view-productdetails .customer-reviews .step {
  color: #aaa2a5;
}

@media (max-width: 991px) {
  body.view-productdetails #sp-main-body { padding-top: 34px; }
  body.view-productdetails .vm-product-container { grid-template-columns: 1fr; gap: 24px; }
  body.view-productdetails .vm-product-media-container { min-height: 470px; }
  body.view-productdetails .vm-product-details-container { position: static; }
  body.view-productdetails .additional-images { width: 100%; grid-template-columns: repeat(6, minmax(64px, 1fr)); }
}

@media (max-width: 575px) {
  body.view-productdetails #sp-main-body { padding: 24px 0 60px; }
  body.view-productdetails .product-neighbours { display: none; }
  body.view-productdetails .productdetails-view > h1 { font-size: 38px; }
  body.view-productdetails .vm-product-media-container { min-height: 360px; padding: 16px; }
  body.view-productdetails .vm-product-details-container { padding: 24px 20px; }
  body.view-productdetails .addtocart-bar { flex-wrap: wrap; }
  body.view-productdetails .addtocart-button { flex: 1 1 180px; }
  body.view-productdetails .additional-images { grid-template-columns: repeat(3, 1fr); }
  body.view-productdetails .product-description,
  body.view-productdetails .customer-reviews { padding: 26px 22px; }
}

/* VirtueMart category and sale product grids */
body.com-virtuemart.view-category #sp-main-body {
  padding: 54px 0 80px;
  background: #070707;
  color: #f5f1f3;
}

body.com-virtuemart.view-category .browse-view > h1 {
  margin: 20px 0 30px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
}

/* Subcategory cards at every VirtueMart category depth */
body.com-virtuemart.view-category .category-view > .category-view {
  position: relative;
  margin: 0 0 42px;
  padding: 68px 0 36px;
  border-bottom: 1px solid #292527;
}

body.com-virtuemart.view-category .category-view > .category-view::before {
  content: "Podkategórie";
  position: absolute;
  top: 18px;
  left: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

body.com-virtuemart.view-category .category-view > .category-view > .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 18px;
}

body.com-virtuemart.view-category .category-view > .category-view > .row:last-child {
  margin-bottom: 0;
}

body.com-virtuemart.view-category .category-view > .category-view .horizontal-separator,
body.com-virtuemart.view-category .category-view > .category-view > .row > .clear {
  display: none;
}

body.com-virtuemart.view-category .category-view > .category-view .category {
  float: none;
  width: auto !important;
  min-width: 0;
  padding: 0;
  border: 0;
}

body.com-virtuemart.view-category .category-view > .category-view .category .spacer {
  height: 100%;
  padding: 0;
}

body.com-virtuemart.view-category .category-view > .category-view .category h2 {
  height: 100%;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.25;
}

body.com-virtuemart.view-category .category-view > .category-view .category h2 a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  min-height: 254px;
  padding: 12px 12px 16px;
  overflow: hidden;
  border: 1px solid #302b2e;
  border-radius: 11px;
  background: #111;
  color: #fff;
  text-align: left;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

body.com-virtuemart.view-category .category-view > .category-view .category h2 a:hover {
  border-color: #8a465c;
  color: #ec9ab3;
  transform: translateY(-3px);
}

body.com-virtuemart.view-category .category-view > .category-view .category h2 a br {
  display: none;
}

body.com-virtuemart.view-category .category-view > .category-view img.browseCategoryImage {
  order: -1;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-width: none;
  max-height: none;
  margin: 0 0 15px;
  padding: 8px;
  border-radius: 7px;
  background: #f4f3f3;
  object-fit: contain;
}

body.com-virtuemart.view-category .category-view > .category-view .category h2 a::after {
  content: "Zobraziť  →";
  margin-top: auto;
  padding-top: 10px;
  color: #cfc6c9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.com-virtuemart.view-category .orderby-displaynumber {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 22px;
  border-bottom: 1px solid #292527;
  color: #aaa2a5;
  font-size: 12px;
}

body.com-virtuemart.view-category .orderby-displaynumber .clear,
body.com-virtuemart.view-category .browse-view > .horizontal-separator,
body.com-virtuemart.view-category .browse-view > .row > .clear {
  display: none;
}

body.com-virtuemart.view-category .orderlistcontainer,
body.com-virtuemart.view-category .display-number {
  float: none;
  margin: 0;
}

body.com-virtuemart.view-category .orderlistcontainer .title {
  margin-bottom: 7px;
  color: #aaa2a5;
}

body.com-virtuemart.view-category .orderlistcontainer .title::after {
  content: " — smer zmeníte kliknutím na tlačidlo";
  color: #d6cdd0;
}

body.com-virtuemart.view-category .orderlistcontainer .activeOrder,
body.com-virtuemart.view-category .display-number select {
  min-width: 150px;
  min-height: 42px;
  border: 1px solid #3a3538;
  border-radius: 6px;
  background: #151314;
  color: #f3eef0;
}

body.com-virtuemart.view-category .orderlistcontainer .activeOrder a {
  position: relative;
  display: block;
  padding: 10px 48px 10px 14px;
  color: #f3eef0;
}

body.com-virtuemart.view-category .orderlistcontainer .activeOrder a::after {
  content: "⇅";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: #c75e7f;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  transform: translateY(-50%);
}

body.com-virtuemart.view-category .orderlistcontainer .activeOrder a:hover::after {
  background: #df7999;
}

body.com-virtuemart.view-category .display-number select {
  display: block;
  margin-top: 7px;
  padding: 0 12px;
}

body.com-virtuemart.view-category .browse-view > .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 22px;
}

body.com-virtuemart.view-category .browse-view .product.vm-col {
  float: none;
  width: auto !important;
  min-width: 0;
  padding: 0;
  border: 0;
}

body.com-virtuemart.view-category .browse-view .product-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  overflow: hidden;
  border: 1px solid #302b2e;
  border-radius: 12px;
  background: #111;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
  transition: border-color .2s ease, transform .2s ease;
}

body.com-virtuemart.view-category .browse-view .product-container:hover {
  border-color: #6f3d4d;
  transform: translateY(-3px);
}

body.com-virtuemart.view-category .browse-view .vm-product-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 10px;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f3f3;
}

body.com-virtuemart.view-category .browse-view .vm-product-media-container a {
  display: flex;
  width: 100%;
  height: 100%;
}

body.com-virtuemart.view-category .browse-view img.browseProductImage {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
}

body.com-virtuemart.view-category .vm-product-rating-container {
  display: none;
}

body.com-virtuemart.view-category .vm-product-descr-container-1 {
  min-height: 104px;
  padding: 18px 3px 8px;
}

body.com-virtuemart.view-category .vm-product-descr-container-1 h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.2;
}

body.com-virtuemart.view-category .vm-product-descr-container-1 h2 a {
  color: #fff;
}

body.com-virtuemart.view-category .vm-product-descr-container-1 h2 a:hover {
  color: #dc829d;
}

body.com-virtuemart.view-category .product_s_desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #a9a1a4;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.com-virtuemart.view-category .browse-view .product-price {
  min-height: 78px;
  margin: auto 3px 12px;
  text-align: left;
}

body.com-virtuemart.view-category .PricebasePrice.vm-display {
  color: #b8b0b3;
  font-size: 12px;
  text-decoration: line-through;
}

body.com-virtuemart.view-category .PricebasePrice.vm-display .PricebasePrice {
  color: #b8b0b3 !important;
}

body.com-virtuemart.view-category .PricesalesPrice.vm-display {
  margin-top: 3px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

body.com-virtuemart.view-category .PricesalesPrice.vm-display .PricesalesPrice {
  color: #fff !important;
  font-size: 22px;
  font-weight: 800;
}

body.com-virtuemart.view-category .PricediscountAmountTt.vm-display {
  display: inline-flex;
  margin-top: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #63283c;
  color: #ffdce7;
  font-size: 11px;
}

body.com-virtuemart.view-category .PricediscountAmountTt.vm-display .PricediscountAmountTt {
  color: #ffdce7 !important;
  font-weight: 700;
}

body.com-virtuemart.view-category .PricediscountAmountTt .vm-price-desc {
  display: none;
}

body.com-virtuemart.view-category .browse-view .addtocart-area {
  min-height: 0;
  margin: 0 3px 10px;
}

body.com-virtuemart.view-category .browse-view .addtocart-bar {
  display: block;
  position: static;
  margin: 0;
  text-align: left;
}

body.com-virtuemart.view-category .browse-view .quantity-box,
body.com-virtuemart.view-category .browse-view .quantity-controls {
  display: none !important;
}

body.com-virtuemart.view-category .browse-view .addtocart-button,
body.com-virtuemart.view-category .browse-view input.addtocart-button {
  display: block;
  width: 100%;
  min-height: 42px;
  margin: 0;
  border: 0;
  border-radius: 6px;
  background: #c75e7f;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.com-virtuemart.view-category .browse-view input.addtocart-button:hover {
  background: #dc7495;
}

body.com-virtuemart.view-category .browse-view a.aqx-select-variant {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  text-decoration: none;
}

body.com-virtuemart.view-category .browse-view a.aqx-select-variant:hover,
body.com-virtuemart.view-category .browse-view a.aqx-select-variant:focus {
  background: #dc7495;
  color: #fff;
}

body.com-virtuemart.view-category .vm-details-button {
  padding: 0 3px 3px;
}

body.com-virtuemart.view-category a.product-details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #423b3e;
  border-radius: 6px;
  background: transparent;
  color: #ddd6d9;
  font-size: 12px;
  font-weight: 700;
}

body.com-virtuemart.view-category a.product-details:hover {
  border-color: #c75e7f;
  color: #fff;
}

@media (max-width: 1199px) {
  body.com-virtuemart.view-category .browse-view > .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.com-virtuemart.view-category .category-view > .category-view > .row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.com-virtuemart.view-category #sp-main-body { padding: 34px 0 60px; }
  body.com-virtuemart.view-category .browse-view > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  body.com-virtuemart.view-category .orderby-displaynumber { align-items: stretch; flex-direction: column; }
  body.com-virtuemart.view-category .vm-product-descr-container-1 { min-height: 112px; padding-top: 14px; }
  body.com-virtuemart.view-category .category-view > .category-view { padding-top: 62px; }
  body.com-virtuemart.view-category .category-view > .category-view > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  body.com-virtuemart.view-category .category-view > .category-view .category h2 a { min-height: 220px; }
  body.com-virtuemart.view-category .orderlistcontainer .title::after { display: block; margin-top: 2px; }
}

@media (max-width: 480px) {
  body.com-virtuemart.view-category .browse-view > .row { grid-template-columns: 1fr; }
  body.com-virtuemart.view-category .category-view > .category-view > .row { grid-template-columns: 1fr; }
  body.com-virtuemart.view-category .category-view > .category-view .category h2 a { min-height: 0; }
}
/* AQX product search in the Helix header */
#sp-header .header-modules > .sp-module {
  display: block !important;
  margin-left: 14px;
}

#sp-header form.mod-finder {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}

#sp-header form.mod-finder::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 14px;
  width: 16px;
  height: 16px;
  background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f4f1f2' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
  pointer-events: none;
}

#sp-header form.mod-finder .awesomplete {
  display: block;
}

#sp-header form.mod-finder input {
  width: 44px;
  height: 42px;
  padding: 0 14px 0 40px;
  border: 1px solid #343236;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
  transition: width .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#sp-header form.mod-finder input::placeholder {
  color: transparent;
}

#sp-header form.mod-finder input:focus {
  width: min(240px, 22vw);
  border-color: #c96d89;
  box-shadow: 0 0 0 3px rgba(201, 109, 137, .18);
  cursor: text;
  outline: 0;
}

#sp-header form.mod-finder input:focus::placeholder {
  color: #aaa3a7;
}

.offcanvas-menu form.mod-finder input {
  width: 100%;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid #4a4549;
  border-radius: 8px;
  background: #161416;
  color: #fff;
}

.offcanvas-menu form.mod-finder input::placeholder {
  color: #aaa3a7;
}

/* Blog colors on the dark AQX layout */
body.com-content.view-category.layout-blog .article-list .article h2,
body.com-content.view-category.layout-blog .article-list .article h2 a {
  color: #f7f4f5;
}

body.com-content.view-category.layout-blog .article-list .article h2 a:hover,
body.com-content.view-category.layout-blog .article-list .article h2 a:focus,
body.com-content.view-category.layout-blog .article-list .article h2 a:active {
  color: #d97b98;
}

body.com-content.view-category.layout-blog .article-list .article p.readmore a,
body.com-content.view-category.layout-blog .article-list .article .readmore a {
  color: #d97b98;
}

body.com-content.view-category.layout-blog .article-list .article p.readmore a:hover,
body.com-content.view-category.layout-blog .article-list .article p.readmore a:focus,
body.com-content.view-category.layout-blog .article-list .article p.readmore a:active,
body.com-content.view-category.layout-blog .article-list .article .readmore a:hover,
body.com-content.view-category.layout-blog .article-list .article .readmore a:focus,
body.com-content.view-category.layout-blog .article-list .article .readmore a:active {
  color: #f0a0b9;
}

body.com-content.view-category.layout-blog .article-list .article .tags > li a {
  border-color: rgba(217, 123, 152, .34);
  background: rgba(217, 123, 152, .12);
  color: #e58aa6;
}

body.com-content.view-category.layout-blog .article-list .article .tags > li a:hover,
body.com-content.view-category.layout-blog .article-list .article .tags > li a:focus,
body.com-content.view-category.layout-blog .article-list .article .tags > li a:active {
  border-color: #d97b98;
  background: #d97b98;
  color: #090809;
}

/* Complete blog contrast: listing and article detail (Blog menu item 166) */
body.com-content.itemid-166 #sp-main-body a {
  color: #d97b98;
}

body.com-content.itemid-166 #sp-main-body a:hover,
body.com-content.itemid-166 #sp-main-body a:focus,
body.com-content.itemid-166 #sp-main-body a:active {
  color: #f0a0b9;
}

body.com-content.itemid-166 #sp-main-body h1,
body.com-content.itemid-166 #sp-main-body h2,
body.com-content.itemid-166 #sp-main-body h3,
body.com-content.itemid-166 #sp-main-body h4,
body.com-content.itemid-166 #sp-main-body h5,
body.com-content.itemid-166 #sp-main-body h6,
body.com-content.itemid-166 #sp-main-body h1 a,
body.com-content.itemid-166 #sp-main-body h2 a,
body.com-content.itemid-166 #sp-main-body h3 a,
body.com-content.itemid-166 #sp-main-body h4 a,
body.com-content.itemid-166 #sp-main-body h5 a,
body.com-content.itemid-166 #sp-main-body h6 a {
  color: #f7f4f5;
}

body.com-content.itemid-166 #sp-main-body h1 a:hover,
body.com-content.itemid-166 #sp-main-body h2 a:hover,
body.com-content.itemid-166 #sp-main-body h3 a:hover,
body.com-content.itemid-166 #sp-main-body h1 a:focus,
body.com-content.itemid-166 #sp-main-body h2 a:focus,
body.com-content.itemid-166 #sp-main-body h3 a:focus {
  color: #d97b98;
}

body.com-content.itemid-166 #sp-main-body .article-info,
body.com-content.itemid-166 #sp-main-body .article-info > span,
body.com-content.itemid-166 #sp-main-body .article-info time {
  color: #c9c1c4;
}

body.com-content.itemid-166 #sp-main-body .article-info a {
  color: #e58aa6;
}

body.com-content.itemid-166 #sp-main-body .tags > li a {
  border-color: rgba(217, 123, 152, .34);
  background: rgba(217, 123, 152, .12);
  color: #e58aa6;
}

body.com-content.itemid-166 #sp-main-body .tags > li a:hover,
body.com-content.itemid-166 #sp-main-body .tags > li a:focus,
body.com-content.itemid-166 #sp-main-body .tags > li a:active {
  border-color: #d97b98;
  background: #d97b98;
  color: #090809;
}

body.com-content.itemid-166 #sp-main-body .pager a,
body.com-content.itemid-166 #sp-main-body .pagination a,
body.com-content.itemid-166 #sp-main-body .pagination span {
  border-color: #463c41;
  background: #191619;
  color: #eee8eb;
}

body.com-content.itemid-166 #sp-main-body .pager a:hover,
body.com-content.itemid-166 #sp-main-body .pager a:focus,
body.com-content.itemid-166 #sp-main-body .pagination a:hover,
body.com-content.itemid-166 #sp-main-body .pagination a:focus {
  border-color: #d97b98;
  background: #291d23;
  color: #fff;
}

/* VirtueMart cart confirmation popup on the dark AQX theme. */
#fancybox-overlay {
  background: #050405 !important;
  opacity: .78 !important;
}

#fancybox-wrap #fancybox-outer,
#fancybox-wrap #fancybox-content {
  border-color: #51434a !important;
  background: #171317 !important;
  color: #f4eef1 !important;
}

#fancybox-wrap #fancybox-outer {
  border: 1px solid #51434a;
  border-radius: 12px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .65);
  overflow: hidden;
}

#fancybox-wrap #fancybox-content {
  width: min(560px, calc(100vw - 40px)) !important;
  min-height: 170px;
  padding: 24px !important;
  border-width: 0 !important;
  box-sizing: border-box;
}

#fancybox-content h4,
#fancybox-content .alert,
#fancybox-content div,
#fancybox-content p {
  color: #f4eef1;
}

#fancybox-content h4 {
  clear: both;
  margin: 82px 0 0;
  font-size: 19px;
  line-height: 1.45;
  text-align: center;
}

#fancybox-content a.continue_link,
#fancybox-content a.showcart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid #c96d89 !important;
  border-radius: 7px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

#fancybox-content a.continue_link {
  float: left;
  background: transparent !important;
  color: #e9b7c7 !important;
}

#fancybox-content a.showcart {
  float: right;
  background: #c96d89 !important;
  color: #100d0f !important;
}

#fancybox-content a.continue_link:hover,
#fancybox-content a.continue_link:focus {
  background: #291d23 !important;
  color: #fff !important;
}

#fancybox-content a.showcart:hover,
#fancybox-content a.showcart:focus {
  border-color: #e58aa6 !important;
  background: #e58aa6 !important;
  color: #090809 !important;
}

@media (max-width: 520px) {
  #fancybox-wrap #fancybox-content {
    padding: 18px !important;
  }

  #fancybox-content a.continue_link,
  #fancybox-content a.showcart {
    float: none;
    width: 100%;
  }

  #fancybox-content a.showcart {
    margin-top: 10px;
  }

  #fancybox-content h4 {
    margin-top: 20px;
  }
}

/* Keep product thumbnails compact inside the VirtueMart cart table. */
body.com-virtuemart.view-cart .cart-summary .vm-cart-item-name .cart-images {
  display: inline-block;
  width: 112px;
  margin: 0 14px 8px 0;
  vertical-align: top;
}

body.com-virtuemart.view-cart .cart-summary .vm-cart-item-name .cart-images img {
  display: block;
  width: 112px !important;
  height: 140px !important;
  max-width: 112px !important;
  max-height: 140px !important;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f3f4;
}

body.com-virtuemart.view-cart .cart-summary .vm-cart-item-name {
  min-width: 260px;
}

/* Signed-in cart header and administrator-only shopper controls. */
body.com-virtuemart.view-cart #form-login {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin: 0 0 22px; padding: 16px 20px; border: 1px solid #493a41;
  border-radius: 10px; background: #151114; color: #f7f2f4; font-weight: 700;
}
body.com-virtuemart.view-cart #form-login .button { margin: 0 0 0 auto; }
body.com-virtuemart.view-cart .aqx-shopper-tools {
  margin: 0 0 28px; padding: 22px; border: 1px solid #493a41;
  border-radius: 12px; background: #151114;
}
body.com-virtuemart.view-cart .aqx-shopper-tools h2 {
  margin: 0 0 18px; color: #fff; font-size: 24px;
}
body.com-virtuemart.view-cart .aqx-shopper-tools-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}
body.com-virtuemart.view-cart .aqx-shopper-tools form { margin: 0; }
body.com-virtuemart.view-cart .aqx-shopper-tools label {
  display: block; margin: 0 0 8px; color: #eee7ea; font-weight: 700;
}
body.com-virtuemart.view-cart .aqx-shopper-control-row {
  display: flex; align-items: stretch; gap: 10px;
}
body.com-virtuemart.view-cart .aqx-shopper-control-row input,
body.com-virtuemart.view-cart .aqx-shopper-control-row select,
body.com-virtuemart.view-cart .aqx-shopper-control-row .chzn-container {
  flex: 1 1 auto; min-width: 0; min-height: 42px; margin: 0;
}
body.com-virtuemart.view-cart .aqx-shopper-control-row .button {
  flex: 0 0 auto; min-height: 42px; margin: 0 !important;
}
body.com-virtuemart.view-cart .aqx-shopper-group {
  margin-top: 20px !important; padding-top: 20px; border-top: 1px solid #3d3237;
}
body.com-virtuemart.view-cart .aqx-active-admin { margin: 16px 0 0; }
@media (max-width: 767.98px) {
  body.com-virtuemart.view-cart #form-login,
  body.com-virtuemart.view-cart .aqx-shopper-control-row { align-items: stretch; flex-direction: column; }
  body.com-virtuemart.view-cart #form-login .button { margin-left: 0; }
  body.com-virtuemart.view-cart .aqx-shopper-tools-grid { grid-template-columns: 1fr; }
}

#aqx-kolekcia { scroll-margin-top: 90px; }

@media (max-width: 767px) {
  body.com-virtuemart.view-cart .cart-summary .vm-cart-item-name {
    min-width: 190px;
  }

  body.com-virtuemart.view-cart .cart-summary .vm-cart-item-name .cart-images,
  body.com-virtuemart.view-cart .cart-summary .vm-cart-item-name .cart-images img {
    width: 82px !important;
    height: 104px !important;
    max-width: 82px !important;
    max-height: 104px !important;
  }
}

/* Article sharing icons need explicit contrast on the black background. */
#sp-main-body .article-social-share .social-share-icon ul li a,
#sp-main-body .article-social-share .social-share-icon ul li a:visited {
  border-color: #8d7f84;
  background: transparent;
  color: #e7dde1;
}

#sp-main-body .article-social-share .social-share-icon ul li a:hover,
#sp-main-body .article-social-share .social-share-icon ul li a:focus,
#sp-main-body .article-social-share .social-share-icon ul li a:active {
  border-color: #d97b98;
  background: #d97b98;
  color: #090809;
}

/* aQx account, registration and address forms (VirtueMart legacy markup). */
body.com-virtuemart.view-user #sp-component {
  max-width: 1120px; margin: 0 auto; padding: 36px 0 64px;
}
body.com-virtuemart.view-user #sp-component > h1 {
  margin: 0 0 24px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08;
}
body.com-virtuemart.view-user #sp-component > h2,
body.com-virtuemart.view-user .userfields_info { color: #f7f2f4; }
body.com-virtuemart.view-user #com-form-login,
body.com-virtuemart.view-user #adminForm,
body.com-virtuemart.view-user #userForm {
  border: 1px solid #493a41; border-radius: 14px; background: #151114;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
}
body.com-virtuemart.view-user #com-form-login {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 18px; margin-bottom: 34px; padding: 24px;
}
body.com-virtuemart.view-user #com-form-login fieldset.userdata {
  display: grid; grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
  gap: 14px; margin: 0; padding: 0; border: 0; background: transparent;
}
body.com-virtuemart.view-user #com-form-login fieldset.userdata > div:first-child,
body.com-virtuemart.view-user #com-form-login fieldset.userdata > .clr { grid-column: 1 / -1; }
body.com-virtuemart.view-user #com-form-login h2 { margin: 0 0 6px; font-size: 22px; }
body.com-virtuemart.view-user #com-form-login .width30,
body.com-virtuemart.view-user #com-form-login .floatleft { float: none; width: auto; }
body.com-virtuemart.view-user #com-form-login-remember {
  display: flex; align-items: center; gap: 9px; white-space: nowrap;
}
body.com-virtuemart.view-user #com-form-login-remember input[type="submit"] { margin-right: 6px; }
body.com-virtuemart.view-user #adminForm,
body.com-virtuemart.view-user #userForm {
  position: relative; margin-top: 18px; padding: 28px;
}
body.com-virtuemart.view-user #adminForm:empty { display: none; }
body.com-virtuemart.view-user #adminForm:not(:has(fieldset, table.user-details, .buttonBar-right, .control-buttons, .vm-user-manage-buttons)) {
  display: none;
}
body.com-virtuemart.view-user fieldset {
  min-width: 0; margin: 0 0 24px; padding: 22px;
  border: 1px solid #3d3237; border-radius: 10px; background: #1a1518;
}
body.com-virtuemart.view-user legend,
body.com-virtuemart.view-user legend.userfields_info {
  float: none; width: auto; margin: 0 0 12px; padding: 0 10px;
  color: #fff; font-size: 22px; font-weight: 700;
}
body.com-virtuemart.view-user table.user-details {
  width: 100%; max-width: 820px; border-collapse: separate; border-spacing: 0 10px;
}
body.com-virtuemart.view-user table.user-details tr {
  display: grid; grid-template-columns: minmax(145px, 210px) minmax(220px, 1fr);
  align-items: center; gap: 18px; margin: 0 0 13px;
}
body.com-virtuemart.view-user table.user-details td,
body.com-virtuemart.view-user table.user-details td.key {
  width: auto !important; padding: 0; border: 0; color: #eee7ea;
  background: transparent; text-align: left;
}
body.com-virtuemart.view-user input[type="text"],
body.com-virtuemart.view-user input[type="email"],
body.com-virtuemart.view-user input[type="password"],
body.com-virtuemart.view-user input[type="tel"],
body.com-virtuemart.view-user select,
body.com-virtuemart.view-user textarea,
body.com-virtuemart.view-user .chzn-container {
  width: 100% !important; max-width: 520px; min-height: 44px; box-sizing: border-box;
}

body.com-virtuemart.view-user input[type="text"],
body.com-virtuemart.view-user input[type="email"],
body.com-virtuemart.view-user input[type="password"],
body.com-virtuemart.view-user input[type="tel"],
body.com-virtuemart.view-user select,
body.com-virtuemart.view-user textarea,
body.com-virtuemart.view-user .chzn-single {
  border: 1px solid #5a4850 !important; border-radius: 7px !important;
  background: #f7f5f6 !important; color: #211b1e !important;
}
body.com-virtuemart.view-user input[type="text"],
body.com-virtuemart.view-user input[type="email"],
body.com-virtuemart.view-user input[type="password"],
body.com-virtuemart.view-user input[type="tel"],
body.com-virtuemart.view-user select,
body.com-virtuemart.view-user textarea { padding: 10px 12px; }
body.com-virtuemart.view-user input:focus,
body.com-virtuemart.view-user select:focus,
body.com-virtuemart.view-user textarea:focus {
  border-color: #cf6f8d !important;
  box-shadow: 0 0 0 3px rgba(207, 111, 141, .18) !important; outline: 0;
}
body.com-virtuemart.view-user input[type="checkbox"] {
  width: 18px; height: 18px; accent-color: #c95f80;
}
body.com-virtuemart.view-user button,
body.com-virtuemart.view-user input[type="submit"],
body.com-virtuemart.view-user .button,
body.com-virtuemart.view-user .default {
  min-height: 42px; padding: 9px 20px; border: 1px solid #c95f80 !important;
  border-radius: 7px; background: #c95f80 !important;
  color: #100d0f !important; font-weight: 700;
}
body.com-virtuemart.view-user button:hover,
body.com-virtuemart.view-user input[type="submit"]:hover,
body.com-virtuemart.view-user .button:hover,
body.com-virtuemart.view-user .default:hover {
  border-color: #e58aa6 !important; background: #e58aa6 !important;
}
body.com-virtuemart.view-user .buttonBar-right,
body.com-virtuemart.view-user .control-buttons {
  display: flex; justify-content: flex-end; gap: 10px; margin: 0 0 24px;
}
body.com-virtuemart.view-user .asterisk { color: #ec8fac; }

/* The billing field delimiter already supplies the section title. */
body.com-virtuemart.view-user #userForm > fieldset > h2:has(~ fieldset legend.userfields_info) {
  display: none;
}

/* Align the aQx footer description with the first links in adjacent menus. */
#sp-bottom #mod-custom119 h3 {
  margin-bottom: 18px;
}

#sp-bottom #mod-custom119 p {
  margin: 0;
}

@media (max-width: 767px) {
  body.com-virtuemart.view-user #sp-component { padding: 24px 0 44px; }
  body.com-virtuemart.view-user #com-form-login,
  body.com-virtuemart.view-user #adminForm,
  body.com-virtuemart.view-user #userForm { padding: 18px; }
  body.com-virtuemart.view-user #com-form-login,
  body.com-virtuemart.view-user #com-form-login fieldset.userdata,
  body.com-virtuemart.view-user table.user-details tr { grid-template-columns: 1fr; }
  body.com-virtuemart.view-user #com-form-login-remember { flex-wrap: wrap; }
  body.com-virtuemart.view-user fieldset { padding: 16px; }
}
/* Keep the Helix off-canvas trigger visible on the dark aQx header. */
#sp-header #offcanvas-toggler .burger-icon > span {
  background-color: #f4f1f2;
}

#sp-header #offcanvas-toggler:hover .burger-icon > span,
#sp-header #offcanvas-toggler:focus .burger-icon > span {
  background-color: #c35f7c;
}

/* Clickable phone in a dedicated row below the main header divider. */
.aqx-header-phonebar {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  background: transparent;
}

.aqx-header-phonebar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.aqx-header-phonebar a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0 0;
  color: #e590aa;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.25;
  white-space: nowrap;
}

.aqx-header-phonebar a:hover,
.aqx-header-phonebar a:focus {
  color: #f6bfd0;
}

.aqx-header-phonebar .fa-phone {
  font-size: 14px;
}

/* Upgrade-safe VirtueMart order confirmation. */
body.com-virtuemart.view-cart .aqx-order-done {
  max-width: 920px; margin: 42px auto 56px; padding: 32px; border: 1px solid #493a41;
  border-radius: 14px; background: #151114; color: #eee7ea; box-shadow: 0 16px 42px rgba(0,0,0,.24);
}
body.com-virtuemart.view-cart .aqx-order-done__title { margin: 0 0 24px; color: #f7f2f4; font-size: clamp(28px,4vw,38px); line-height: 1.15; }
body.com-virtuemart.view-cart .aqx-order-done__summary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-bottom: 22px; }
body.com-virtuemart.view-cart .aqx-order-done__row,
body.com-virtuemart.view-cart .aqx-payment-card__item { min-width: 0; padding: 15px 17px; border: 1px solid #3d3237; border-radius: 9px; background: #1a1518; }
body.com-virtuemart.view-cart .aqx-order-done__label { display: block; margin-bottom: 5px; color: #cfc5ca; font-size: 13px; font-weight: 600; }
body.com-virtuemart.view-cart .aqx-payment-card { margin-bottom: 24px; padding: 22px; border: 1px solid #5a4850; border-radius: 11px; background: #21191d; }
body.com-virtuemart.view-cart .aqx-payment-card__title { margin: 0 0 17px; color: #f7f2f4; font-size: 22px; }
body.com-virtuemart.view-cart .aqx-payment-card__grid { display: grid; grid-template-columns: minmax(140px,.6fr) minmax(260px,1.4fr); gap: 12px; }
body.com-virtuemart.view-cart .aqx-payment-card__item--wide { grid-column: 2; }
body.com-virtuemart.view-cart .aqx-copy-field { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
body.com-virtuemart.view-cart .aqx-copy-field__value { overflow-wrap: anywhere; color: #fff; background: transparent; font-family: inherit; font-size: clamp(18px,2.6vw,25px); font-weight: 800; letter-spacing: .025em; }
body.com-virtuemart.view-cart .aqx-copy-button,
body.com-virtuemart.view-cart .aqx-order-done__order-link {
  display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 9px 18px;
  border: 1px solid #c95f80 !important; border-radius: 7px; background: #c95f80 !important;
  color: #100d0f !important; font-weight: 700; text-decoration: none;
}
body.com-virtuemart.view-cart .aqx-copy-button:hover,
body.com-virtuemart.view-cart .aqx-copy-button:focus,
body.com-virtuemart.view-cart .aqx-order-done__order-link:hover,
body.com-virtuemart.view-cart .aqx-order-done__order-link:focus { border-color: #e58aa6 !important; background: #e58aa6 !important; }
body.com-virtuemart.view-cart .aqx-payment-card__hint,
body.com-virtuemart.view-cart .aqx-copy-status { margin: 8px 0 0; color: #cfc5ca; font-size: 13px; }
body.com-virtuemart.view-cart .aqx-copy-status { min-height: 20px; color: #f0a0b9; }
@media (max-width: 767px) {
 body.com-virtuemart.view-cart .aqx-order-done { margin: 24px auto 38px; padding: 20px; }
 body.com-virtuemart.view-cart .aqx-order-done__summary,
 body.com-virtuemart.view-cart .aqx-payment-card__grid { grid-template-columns: 1fr; }
 body.com-virtuemart.view-cart .aqx-payment-card__item--wide { grid-column: auto; }
 body.com-virtuemart.view-cart .aqx-copy-field { align-items: stretch; flex-direction: column; }
 body.com-virtuemart.view-cart .aqx-copy-button { width: 100%; }
}

/* VirtueMart's technical base price duplicates the customer-facing sales
   price. Genuine sale prices use PricebasePriceWithTax and stay visible. */
body .product-price .PricebasePrice.vm-display {
  display: none !important;
}

/* One-click, token-protected logout in the Helix account dropdown. */
#sp-header .sp-profile-dropdown .aqx-header-logout-form {
  width: 100%;
  margin: 0;
}

#sp-header .sp-profile-dropdown .aqx-header-logout-button {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  padding: 4px 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #202020;
  font: inherit;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

#sp-header .sp-profile-dropdown .aqx-header-logout-button:hover,
#sp-header .sp-profile-dropdown .aqx-header-logout-button:focus {
  color: #c35f7c;
}
