@media (max-width: 991.98px){
.t4-navbar .navbar.navbar-expand-lg {
    float: none;
    display: none;
  }
 
}

  .t4-navbar .navbar {
    float: left;
    min-height: 52px;
    width: 110%;
  }

.module-title  {
    padding: 5px 10px;
    background-color: #323a45;
    color: #fff;
}

.com-content-article .page-header h2 {
    padding: 5px 30px;
    background-color: #323a45;
  color: #fff; }

.category-view .row .category .spacer {
    background-color: #fff;
    padding-top: 30px;
	min-height: 310px;
}

 .browse-view .row .product .spacer {
    padding: 0px 10px !important;
    background-color: #fff;
}
.com_virtuemart .category-view .spacer a {
  text-align: center;
}


.browse-view .vm-product-media-container {
    min-height: 250px;
}

.vm-product-descr-container-1>h2, .vm-product-descr-container-0>h2 {
    min-height: 45px;
}

.vm-product-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetails .vm-product-media-container {
    display: block;
}

@media (max-width: 767px) {
  .vm-product-media-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .vm-product-media-container img {
    max-width: 100%;
    height: auto;
  }
}

.breadcrumb {
    padding: 10px 0;
}

.sidebar-l {
    padding-right: 1rem;
}

.category.floatleft.width33 {
    background-color: #fff;
  	border: 1px solid #ddd;
}

@media (min-width: 768px){
.vm-col-3, .width33.width33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 5px;
}
}


div[class*=-view] div.row .product{
  justify-content: center;
}

.com_virtuemart .category-view .spacer a {
    font-size: 17px;
    color: #212121;
    font-weight: 400;
}

/** Ask a Question **/
.ask-a-question-view .form-field textarea.field,
.ask-a-question-view .form-field textarea.field:hover,
.ask-a-question-view input.counter, 
.ask-a-question-view input#name, 
.ask-a-question-view input#email,
.general-bg, input.custom-attribute, 
input.quantity-input, 
.manufacturer-product-link a, 
a.ask-a-question, 
input.vm-default, 
a.product-details, 
a.details, 
div.details, 
button.default {
	background: unset;
}

button#close-iframe {
    display: none;
}

.com_virtuemart #askform input[type=text] {
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

label {
	min-width: 60px;
}

.ask-a-question-view, .manufacturer-details-view .spacer {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #fancybox-wrap {
        left: 0 !important;
    }
}

/* Slider */

.slider-content-inner {
    background: #00000085;
    padding: 2em;
}

.ask-a-question-view input.counter, 
.ask-a-question-view input#name, 
.ask-a-question-view input#email {
	margin: 0;
    padding: 20px !important;
}

/* Border */

.border {
    border: none !important;
}

/* RSForm */

.form-control, .inputbox {
    max-width: 100%;
}

@media (min-width: 576px){
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: none;
  }}

@media (min-width: 768px){
.form-horizontal .control-label {
    text-align: left;
  }}

.acm-slideshow.acm-owl {
    display: none;
}

.item-380 .acm-slideshow.acm-owl {
  display: block;
}

/* VirtueMart modern category sidebar */
.vm-cat-modern {
  background: #ffffff;
  border: 1px solid rgba(35, 83, 145, 0.12);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 35px rgba(20, 40, 70, 0.08);
}

/* Search input above menu */
.vm-cat-modern input[type="text"],
.vm-cat-modern input[type="search"] {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(35, 83, 145, 0.16);
  border-radius: 12px;
  padding: 0 14px;
  background: #f7f9fc;
  color: #1f2937;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
}

.vm-cat-modern input[type="text"]:focus,
.vm-cat-modern input[type="search"]:focus {
  border-color: #235391;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(35, 83, 145, 0.12);
}

/* Main VM menu reset */
.vm-cat-modern ul.VMmenu,
.vm-cat-modern ul.VMmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

/* Category item */
.vm-cat-modern ul.VMmenu > li {
  position: relative;
  margin: 4px 0;
  border-radius: 12px;
  overflow: hidden;
}

/* Category link */
.vm-cat-modern ul.VMmenu li a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 42px 10px 14px;
  border-radius: 12px;
  color: #263445;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.18s ease;
}

/* Hover */
.vm-cat-modern ul.VMmenu li a:hover {
  background: rgba(35, 83, 145, 0.08);
  color: #235391;
}

/* Active/current category */
.vm-cat-modern ul.VMmenu li.active > a,
.vm-cat-modern ul.VMmenu li.current > a,
.vm-cat-modern ul.VMmenu li.VmOpen > a {
  background: #235391;
  color: #ffffff;
  font-weight: 600;
}

/* Plus / opener icon area */
.vm-cat-modern ul.VMmenu li::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(35, 83, 145, 0.09);
  color: #235391;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
  transition: all 0.18s ease;
}

/* Open item icon */
.vm-cat-modern ul.VMmenu li.VmOpen::after {
  content: "–";
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* Hide fake plus if item has no submenu - optional, only if needed */
.vm-cat-modern ul.VMmenu li:not(:has(ul))::after {
  display: none;
}

/* Submenu */
.vm-cat-modern ul.VMmenu li ul {
  margin: 4px 0 8px 14px;
  padding-left: 10px;
  border-left: 2px solid rgba(35, 83, 145, 0.12);
}

.vm-cat-modern ul.VMmenu li ul li a {
  min-height: 36px;
  padding: 8px 12px;
  font-size: 13px;
  color: #52616f;
}

.vm-cat-modern ul.VMmenu li ul li a:hover {
  color: #235391;
  background: rgba(35, 83, 145, 0.06);
}

/* BAXI VirtueMart catalog UI start */
:root {
  --baxi-site-max-width: 1360px;
  --baxi-site-gutter: clamp(16px, 2vw, 32px);
  --baxi-blue: #235391;
}

/* Use one shell width for header, navigation, content, and footer sections. */
.container,
.container-hd,
.t4-section-inner.container {
  width: 100%;
  max-width: var(--baxi-site-max-width);
  padding-right: var(--baxi-site-gutter);
  padding-left: var(--baxi-site-gutter);
  margin-right: auto;
  margin-left: auto;
}

.com_virtuemart {
  background: #f5f7fa;
}

.baxi-catalog-page {
  width: 100%;
  color: #22324a;
}

.baxi-catalog-header {
  margin: 0 0 12px;
}

.baxi-catalog-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--baxi-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.baxi-catalog-header h1 {
  margin: 0;
  color: #22324a;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
}

.baxi-category-intro {
  max-width: 900px;
  margin: 0 0 24px;
  color: #647287;
  font-size: 15px;
  line-height: 1.65;
}

.baxi-section-title {
  margin: 22px 0 14px;
  color: #22324a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.baxi-category-grid,
.baxi-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

.baxi-catalog-page .browse-view {
  gap: 30px;
  margin-right: 0;
  margin-left: 0;
}

.baxi-catalog-page .browse-view > .sidebar-content {
  flex: 0 0 270px;
  max-width: 270px;
  padding-right: 0;
  padding-left: 0;
}

.baxi-catalog-page .browse-view > .main-content {
  flex: 1 1 0;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.baxi-category-card,
.baxi-product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(22, 48, 84, 0.05);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.baxi-category-card:hover,
.baxi-product-card:hover {
  border-color: rgba(35, 83, 145, 0.38);
  box-shadow: 0 8px 20px rgba(22, 48, 84, 0.11);
  transform: translateY(-2px);
}

.baxi-category-card .spacer,
.browse-view .baxi-product-card .spacer {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 16px !important;
  background: #fff;
}

.baxi-category-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #22324a;
  text-align: center;
}

.baxi-category-card img,
.baxi-product-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.baxi-category-card h2,
.baxi-product-card h2 {
  margin: 14px 0 8px;
  color: #22324a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.baxi-category-card h2,
.baxi-category-card h2 a,
.baxi-product-card h2,
.baxi-product-card h2 a {
  color: #22324a;
}

.baxi-category-card h2 a:hover,
.baxi-product-card h2 a:hover {
  color: var(--baxi-blue);
}

.baxi-category-card .baxi-card-link,
.baxi-product-card .vm-details-button {
  margin-top: auto;
}

.baxi-card-link,
.baxi-product-card .product-details,
.baxi-enquiry-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 5px;
  background: var(--baxi-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.baxi-card-link:hover,
.baxi-product-card .product-details:hover,
.baxi-enquiry-cta a:hover {
  background: #173f78;
  color: #fff;
}

.com_virtuemart .baxi-category-card .baxi-card-link,
.com_virtuemart .baxi-product-card .product-details,
.com_virtuemart .baxi-product-card .product-details:visited,
.com_virtuemart .baxi-enquiry-cta a.ask-a-question,
.com_virtuemart .baxi-enquiry-cta a.ask-a-question:visited {
  background: var(--baxi-blue);
  color: #fff !important;
}

.com_virtuemart .baxi-category-card .baxi-card-link:hover,
.com_virtuemart .baxi-category-card .baxi-card-link:focus,
.com_virtuemart .baxi-category-card .baxi-card-link:active,
.com_virtuemart .baxi-product-card .product-details:hover,
.com_virtuemart .baxi-product-card .product-details:focus,
.com_virtuemart .baxi-product-card .product-details:active,
.com_virtuemart .baxi-enquiry-cta a.ask-a-question:hover,
.com_virtuemart .baxi-enquiry-cta a.ask-a-question:focus,
.com_virtuemart .baxi-enquiry-cta a.ask-a-question:active {
  background: #173f78;
  color: #fff !important;
}

.baxi-product-card .vm-product-media-container {
  min-height: 170px;
}

.baxi-product-card .product_s_desc {
  color: #647287;
  font-size: 13px;
  line-height: 1.5;
}

.vm-cat-modern ul.VMmenu li a {
  color: #34445a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.vm-cat-modern ul.VMmenu li ul li a {
  color: #53647a;
  font-size: 13px;
}

.baxi-product-card .vm-details-button {
  padding-top: 12px;
  text-align: center;
}

.baxi-product-detail {
  padding: 22px;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(22, 48, 84, 0.05);
}

.baxi-product-detail h1 {
  color: #22324a;
}

.baxi-enquiry-cta {
  margin: 18px 0;
}

.baxi-catalog-page .product-price,
.baxi-catalog-page .addtocart-area,
.baxi-catalog-page .addtocart-bar,
.baxi-catalog-page .quantity-box,
.baxi-catalog-page .quantity-controls,
.baxi-catalog-page .addtocart-button,
.baxi-catalog-page .productDisplayShipments,
.baxi-catalog-page .productDisplayPayments {
  display: none !important;
}

.baxi-catalog-page .vm-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  float: none;
  width: 100%;
  margin: 24px 0 0;
  text-align: left !important;
}

.baxi-catalog-page .vm-pagination ul,
.baxi-catalog-page .vm-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left !important;
}

.baxi-catalog-page .vm-pagination ul li,
.baxi-catalog-page .vm-pagination .pagination li {
  display: flex;
  flex: 0 0 auto;
  margin: 0 !important;
}

.baxi-catalog-page .vm-pagination ul li > a,
.baxi-catalog-page .vm-pagination ul li > span,
.baxi-catalog-page .vm-pagination a.pagenav,
.baxi-catalog-page .vm-pagination span.pagenav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  margin: 0 !important;
  padding: 5px 9px;
  border: 1px solid #d9e1eb;
  border-radius: 16px;
  background: #fff;
  color: #34445a;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.baxi-catalog-page .vm-pagination ul li > a:hover,
.baxi-catalog-page .vm-pagination ul li > a:focus,
.baxi-catalog-page .vm-pagination a.pagenav:hover,
.baxi-catalog-page .vm-pagination a.pagenav:focus {
  border-color: var(--baxi-blue);
  color: var(--baxi-blue);
}

.baxi-catalog-page .vm-pagination ul li.active > a,
.baxi-catalog-page .vm-pagination ul li.active > span,
.baxi-catalog-page .vm-pagination .pagination .active > a,
.baxi-catalog-page .vm-pagination .pagination .active > span {
  border-color: var(--baxi-blue);
  background: var(--baxi-blue);
  color: #fff;
}

.baxi-catalog-page .vm-pagination ul li.disabled > a,
.baxi-catalog-page .vm-pagination ul li.disabled > span,
.baxi-catalog-page .vm-pagination .pagination .disabled > a,
.baxi-catalog-page .vm-pagination .pagination .disabled > span {
  border-color: #e7ebf0;
  background: #f3f5f7;
  color: #97a3b3;
  pointer-events: none;
}

.baxi-catalog-page .vm-page-counter {
  float: none;
  color: #647287;
  font-size: 13px;
  white-space: nowrap;
}

/* BAXI catalogue sidebar panel. Uses the existing VirtueMart nested menu markup. */
.sidebar-l .t4-module:has(ul.VMmenu),
.sidebar-l .moduletable:has(ul.VMmenu),
.sidebar-l .t4-section-inner:has(ul.VMmenu),
.sidebar-content .t4-module:has(ul.VMmenu),
.sidebar-content .moduletable:has(ul.VMmenu),
.sidebar-content .t4-section-inner:has(ul.VMmenu),
.vm-cat-modern {
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce4ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(22, 48, 84, 0.06);
}

.sidebar-l :is(.t4-module, .moduletable, .t4-section-inner):has(ul.VMmenu) :is(.module-title, .section-title),
.sidebar-content :is(.t4-module, .moduletable, .t4-section-inner):has(ul.VMmenu) :is(.module-title, .section-title) {
  margin: 0;
  padding: 14px 18px;
  border: 0;
  background: #0b3f78;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sidebar-l :is(.t4-module, .moduletable, .t4-section-inner):has(ul.VMmenu) :is(.module-title, .section-title)::before,
.sidebar-content :is(.t4-module, .moduletable, .t4-section-inner):has(ul.VMmenu) :is(.module-title, .section-title)::before {
  content: "\2630";
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
}

.sidebar-l ul.VMmenu,
.sidebar-content ul.VMmenu,
.vm-cat-modern ul.VMmenu {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  list-style: none;
}

.sidebar-l ul.VMmenu ul,
.sidebar-content ul.VMmenu ul,
.vm-cat-modern ul.VMmenu ul {
  margin: 0;
  padding: 0 0 0 12px;
  border-left: 3px solid #e5ebf2;
  background: #f8fafc;
  list-style: none;
}

.sidebar-l ul.VMmenu li,
.sidebar-content ul.VMmenu li,
.vm-cat-modern ul.VMmenu li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e6ebf1;
  background: #fff;
}

.sidebar-l ul.VMmenu li:last-child,
.sidebar-content ul.VMmenu li:last-child,
.vm-cat-modern ul.VMmenu li:last-child {
  border-bottom: 0;
}

.sidebar-l ul.VMmenu li > div,
.sidebar-content ul.VMmenu li > div,
.vm-cat-modern ul.VMmenu li > div {
  position: relative;
}

.sidebar-l ul.VMmenu li a,
.sidebar-content ul.VMmenu li a,
.vm-cat-modern ul.VMmenu li a {
  display: block;
  min-height: 42px;
  padding: 11px 36px 11px 15px;
  border-radius: 0;
  color: #2d3b4f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.sidebar-l ul.VMmenu li a:hover,
.sidebar-l ul.VMmenu li a:focus,
.sidebar-content ul.VMmenu li a:hover,
.sidebar-content ul.VMmenu li a:focus,
.vm-cat-modern ul.VMmenu li a:hover,
.vm-cat-modern ul.VMmenu li a:focus {
  background: #f1f6fb;
  color: var(--baxi-blue);
}

.sidebar-l ul.VMmenu li.VmOpen > div > a,
.sidebar-content ul.VMmenu li.VmOpen > div > a,
.vm-cat-modern ul.VMmenu li.VmOpen > div > a {
  box-shadow: inset 4px 0 0 var(--baxi-blue);
  background: #eef4fb;
  color: #0b3f78;
  font-weight: 700;
}

.sidebar-l ul.VMmenu li .VmArrowdown,
.sidebar-l ul.VMmenu li .VmArrow,
.sidebar-content ul.VMmenu li .VmArrowdown,
.sidebar-content ul.VMmenu li .VmArrow,
.vm-cat-modern ul.VMmenu li .VmArrowdown,
.vm-cat-modern ul.VMmenu li .VmArrow {
  position: absolute;
  top: 50%;
  right: 7px;
  float: none;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0 !important;
  background: none !important;
  color: #6e7e92;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  transform: translateY(-50%);
}

.sidebar-l ul.VMmenu li .VmArrowdown::before,
.sidebar-l ul.VMmenu li .VmArrow::before,
.sidebar-content ul.VMmenu li .VmArrowdown::before,
.sidebar-content ul.VMmenu li .VmArrow::before,
.vm-cat-modern ul.VMmenu li .VmArrowdown::before,
.vm-cat-modern ul.VMmenu li .VmArrow::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.16s ease, color 0.16s ease;
}

.sidebar-l ul.VMmenu li.VmOpen > div > .VmArrowdown,
.sidebar-l ul.VMmenu li.VmOpen > div > .VmArrow,
.sidebar-content ul.VMmenu li.VmOpen > div > .VmArrowdown,
.sidebar-content ul.VMmenu li.VmOpen > div > .VmArrow,
.vm-cat-modern ul.VMmenu li.VmOpen > div > .VmArrowdown,
.vm-cat-modern ul.VMmenu li.VmOpen > div > .VmArrow {
  color: var(--baxi-blue);
}

.sidebar-l ul.VMmenu li.VmOpen > div > .VmArrowdown::before,
.sidebar-l ul.VMmenu li.VmOpen > div > .VmArrow::before,
.sidebar-content ul.VMmenu li.VmOpen > div > .VmArrowdown::before,
.sidebar-content ul.VMmenu li.VmOpen > div > .VmArrow::before,
.vm-cat-modern ul.VMmenu li.VmOpen > div > .VmArrowdown::before,
.vm-cat-modern ul.VMmenu li.VmOpen > div > .VmArrow::before {
  transform: rotate(45deg);
}

.sidebar-l ul.VMmenu li .VmArrowdown::after,
.sidebar-l ul.VMmenu li .VmArrow::after,
.sidebar-content ul.VMmenu li .VmArrowdown::after,
.sidebar-content ul.VMmenu li .VmArrow::after,
.vm-cat-modern ul.VMmenu li .VmArrowdown::after,
.vm-cat-modern ul.VMmenu li .VmArrow::after,
.vm-cat-modern ul.VMmenu li::after {
  content: none !important;
  display: none !important;
}

.sidebar-l ul.VMmenu ul li a,
.sidebar-content ul.VMmenu ul li a,
.vm-cat-modern ul.VMmenu ul li a {
  min-height: 38px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #52647a;
  font-size: 13px;
}

/* Catalog-only site: keep a published VirtueMart cart module out of the UI. */
.head-cart,
.vmCartModule {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .baxi-category-grid,
  .baxi-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .baxi-catalog-page .browse-view > .sidebar-content,
  .baxi-catalog-page .browse-view > .main-content {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .baxi-category-grid,
  .baxi-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .baxi-category-card img,
  .baxi-product-card img {
    height: 130px;
  }

  .baxi-product-detail {
    padding: 16px;
  }

  .baxi-catalog-page .vm-pagination,
  .baxi-catalog-page .vm-pagination ul,
  .baxi-catalog-page .vm-pagination .pagination {
    gap: 6px;
  }

  .baxi-catalog-page .vm-pagination ul li > a,
  .baxi-catalog-page .vm-pagination ul li > span,
  .baxi-catalog-page .vm-pagination a.pagenav,
  .baxi-catalog-page .vm-pagination span.pagenav {
    min-width: 30px;
    min-height: 30px;
    padding: 5px 8px;
    font-size: 12px;
  }
}

@media (max-width: 419.98px) {
  .baxi-category-grid,
  .baxi-product-grid {
    grid-template-columns: 1fr;
  }
}
/* BAXI VirtueMart catalog UI end */

/* BAXI Joomla content pages start */
.t4-main-body:has(.com-content-article.single-article),
.main-body:has(.com-content-article.single-article) {
  background: #f4f7fa;
}

.t4-main-body:has(.com-content-article.single-article) .t4-section-inner,
.main-body:has(.com-content-article.single-article) .t4-section-inner {
  padding-top: 28px;
  padding-bottom: 40px;
}

.com-content-article.single-article {
  width: 100%;
  max-width: 1040px;
  padding: clamp(20px, 3vw, 44px);
  border: 1px solid #dce4ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 48, 84, 0.07);
  color: #34445a;
}

.com-content-article.single-article > .page-header {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.com-content-article.single-article > .page-header h1 {
  margin: 0 0 12px;
  color: var(--baxi-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.com-content-article.single-article > .page-header h2 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #22324a;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.com-content-article.single-article .com-content-article__body {
  color: #34445a;
  font-size: 16px;
  line-height: 1.75;
}

.com-content-article.single-article .com-content-article__body > :last-child {
  margin-bottom: 0;
}

.com-content-article.single-article .com-content-article__body h1,
.com-content-article.single-article .com-content-article__body h2,
.com-content-article.single-article .com-content-article__body h3 {
  color: #22324a;
  font-weight: 700;
  line-height: 1.25;
}

.com-content-article.single-article .com-content-article__body h1 {
  margin: 0 0 20px;
  font-size: clamp(27px, 3vw, 36px);
}

.com-content-article.single-article .com-content-article__body h2 {
  margin: 34px 0 14px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.com-content-article.single-article .com-content-article__body h3 {
  margin: 28px 0 12px;
  font-size: 20px;
}

.com-content-article.single-article .com-content-article__body p,
.com-content-article.single-article .com-content-article__body ul,
.com-content-article.single-article .com-content-article__body ol {
  margin-bottom: 18px;
}

.com-content-article.single-article .com-content-article__body ul,
.com-content-article.single-article .com-content-article__body ol {
  padding-left: 24px;
}

.com-content-article.single-article .com-content-article__body li + li {
  margin-top: 6px;
}

.com-content-article.single-article a {
  color: var(--baxi-blue);
}

.com-content-article.single-article a:hover,
.com-content-article.single-article a:focus {
  color: #0b3f78;
}

.com-content-article.single-article .com-content-article__body table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #dce4ed;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.com-content-article.single-article .com-content-article__body th,
.com-content-article.single-article .com-content-article__body td {
  min-width: 140px;
  padding: 12px 16px;
  border-right: 1px solid #e5ebf2;
  border-bottom: 1px solid #e5ebf2;
  text-align: left;
  vertical-align: top;
}

.com-content-article.single-article .com-content-article__body th {
  background: #eef4fb;
  color: #0b3f78;
  font-size: 14px;
  font-weight: 700;
}

.com-content-article.single-article .com-content-article__body tr:nth-child(even) td {
  background: #f8fafc;
}

.com-content-article.single-article .com-content-article__body tr:hover td {
  background: #f1f6fb;
}

.com-content-article.single-article .com-content-article__body tr:last-child td,
.com-content-article.single-article .com-content-article__body tr:last-child th {
  border-bottom: 0;
}

.com-content-article.single-article .com-content-article__body td:last-child,
.com-content-article.single-article .com-content-article__body th:last-child {
  border-right: 0;
}

.com-content-article.single-article .icons,
.com-content-article.single-article .btn-group {
  font-size: 13px;
}

.com-content-article.single-article .icons .btn,
.com-content-article.single-article .btn-group .btn {
  border: 1px solid #dce4ed;
  border-radius: 6px;
  background: #fff;
  color: #647287;
  box-shadow: none;
}

.com-content-article.single-article .pagenavigation,
.com-content-article.single-article nav.pagenavigation {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5ebf2;
}

.com-content-article.single-article .pagenavigation ul,
.com-content-article.single-article .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.com-content-article.single-article .pagenavigation li,
.com-content-article.single-article .pager li {
  margin: 0;
}

.com-content-article.single-article .pagenavigation a,
.com-content-article.single-article .pager a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--baxi-blue);
  border-radius: 6px;
  background: var(--baxi-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.com-content-article.single-article .pagenavigation a:hover,
.com-content-article.single-article .pagenavigation a:focus,
.com-content-article.single-article .pager a:hover,
.com-content-article.single-article .pager a:focus {
  border-color: #0b3f78;
  background: #0b3f78;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .com-content-article.single-article {
    padding: 20px;
    border-radius: 10px;
  }

  .com-content-article.single-article .com-content-article__body {
    font-size: 15px;
    line-height: 1.7;
  }

  .com-content-article.single-article .pagenavigation li,
  .com-content-article.single-article .pager li {
    flex: 1 1 100%;
  }

  .com-content-article.single-article .pagenavigation a,
  .com-content-article.single-article .pager a {
    justify-content: center;
    width: 100%;
  }
}
/* BAXI Joomla content pages end */

/* BAXI sidebar help card start */
.baxi-help-module {
  margin-top: 24px;
}

.baxi-help-module .module-inner,
.baxi-help-module .module-ct {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.baxi-help-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #235391 0%, #073f7a 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(35, 83, 145, 0.22);
}

.baxi-help-card__icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.baxi-help-card__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.baxi-help-card__body h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .02em;
}

.baxi-help-card__body p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.45;
}

.baxi-help-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 18px;
  border-radius: 6px;
  background: #fff;
  color: #235391 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

.baxi-help-card__button:hover,
.baxi-help-card__button:focus {
  background: #f2f6fb;
  color: #173d70 !important;
}

@media (max-width: 767px) {
  .baxi-help-card {
    padding: 20px;
  }
}
/* BAXI sidebar help card end */

/* BAXI sidebar search module start */
.sidebar-l :is(.t4-module, .moduletable, .t4-section-inner):has(#mod_virtuemart_search),
.sidebar-content :is(.t4-module, .moduletable, .t4-section-inner):has(#mod_virtuemart_search),
.baxi-search-module {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #dce4ed;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(22, 48, 84, 0.06);
}

.sidebar-l :is(.t4-module, .moduletable, .t4-section-inner):has(#mod_virtuemart_search) :is(.module-title, .section-title),
.sidebar-content :is(.t4-module, .moduletable, .t4-section-inner):has(#mod_virtuemart_search) :is(.module-title, .section-title),
.baxi-search-module :is(.module-title, .section-title) {
  margin: 0;
  padding: 14px 18px;
  border: 0;
  background: linear-gradient(135deg, #0b3f78 0%, #235391 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sidebar-l :is(.t4-module, .moduletable, .t4-section-inner):has(#mod_virtuemart_search) :is(.module-ct, .section-ct),
.sidebar-content :is(.t4-module, .moduletable, .t4-section-inner):has(#mod_virtuemart_search) :is(.module-ct, .section-ct),
.baxi-search-module :is(.module-ct, .section-ct) {
  padding: 16px;
  background: #fff;
}

.sidebar-l form:has(#mod_virtuemart_search),
.sidebar-content form:has(#mod_virtuemart_search),
.baxi-search-module form {
  margin: 0;
}

.sidebar-l form:has(#mod_virtuemart_search) .search,
.sidebar-content form:has(#mod_virtuemart_search) .search,
.baxi-search-module .search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar-l #mod_virtuemart_search,
.sidebar-content #mod_virtuemart_search,
.baxi-search-module #mod_virtuemart_search {
  flex: 1 1 150px;
  width: 100%;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #cfd9e5;
  border-radius: 6px;
  background: #fff;
  color: #2d3b4f;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: inset 0 1px 2px rgba(22, 48, 84, 0.04);
}

.sidebar-l #mod_virtuemart_search::placeholder,
.sidebar-content #mod_virtuemart_search::placeholder,
.baxi-search-module #mod_virtuemart_search::placeholder {
  color: #8390a1;
}

.sidebar-l #mod_virtuemart_search:focus,
.sidebar-content #mod_virtuemart_search:focus,
.baxi-search-module #mod_virtuemart_search:focus {
  border-color: var(--baxi-blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(35, 83, 145, 0.12);
}

.sidebar-l form:has(#mod_virtuemart_search) :is(input[type="submit"], input[type="image"], button),
.sidebar-content form:has(#mod_virtuemart_search) :is(input[type="submit"], input[type="image"], button),
.baxi-search-module form :is(input[type="submit"], input[type="image"], button) {
  flex: 0 0 auto;
  min-height: 42px;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid var(--baxi-blue);
  border-radius: 6px;
  background: var(--baxi-blue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.sidebar-l form:has(#mod_virtuemart_search) :is(input[type="submit"], button):hover,
.sidebar-l form:has(#mod_virtuemart_search) :is(input[type="submit"], button):focus,
.sidebar-content form:has(#mod_virtuemart_search) :is(input[type="submit"], button):hover,
.sidebar-content form:has(#mod_virtuemart_search) :is(input[type="submit"], button):focus,
.baxi-search-module form :is(input[type="submit"], button):hover,
.baxi-search-module form :is(input[type="submit"], button):focus {
  border-color: #0b3f78;
  background: #0b3f78;
  color: #fff;
}
/* BAXI sidebar search module end */

/* BAXI top bar */
.t4-topbar {
  background: #174a84 !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 13px;
  line-height: 1;
}

.t4-topbar .t4-section-inner,
.t4-topbar .container,
.t4-topbar .t4-row {
  min-height: 36px;
}

.t4-topbar .custom,
.t4-topbar .mod-custom,
.t4-topbar .module,
.t4-topbar .module-ct {
  width: 100%;
}

.baxi-topbar {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.baxi-topbar__left,
.baxi-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.baxi-topbar__item,
.baxi-topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  opacity: 0.92;
}

.baxi-topbar__item:hover,
.baxi-topbar__cta:hover {
  opacity: 1;
  color: #ffffff !important;
}

.baxi-topbar__icon {
  font-size: 13px;
  line-height: 1;
  opacity: 0.9;
}

.baxi-topbar__cta {
  background: rgba(255,255,255,0.13);
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 700;
}

/* Mobilon ne legyen zsúfolt */
@media (max-width: 767px) {
  .baxi-topbar {
    justify-content: center;
    text-align: center;
  }

  .baxi-topbar__left {
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .baxi-topbar__right {
    display: none;
  }

  .baxi-topbar {
    min-height: 42px;
  }
}

/* BAXI main header start */
#t4-section-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #e6ebf2;
}

#t4-section-1 > .t4-row,
#t4-section-1 > .row,
#t4-section-1 > .container,
#t4-section-1 > .container-fluid {
  min-height: 156px;
}

#t4-section-1 > .t4-row,
#t4-section-1 > .row,
#t4-section-1 > .container > .row,
#t4-section-1 > .container-fluid > .row {
  display: grid !important;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr) minmax(0, 220px);
  align-items: center;
  gap: 24px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#t4-section-1 > .t4-row > *,
#t4-section-1 > .row > *,
#t4-section-1 > .container > .row > *,
#t4-section-1 > .container-fluid > .row > * {
  min-width: 0;
}

#t4-section-1 .t4-section-inner,
#t4-section-1 [class*="col-"] {
  min-width: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#t4-section-1 .t4-section-inner + .t4-section-inner {
  padding-top: 0 !important;
}

#t4-section-1 .navbar-brand.logo-image,
#t4-section-1 .navbar-brand.logo-control {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
}

#t4-section-1 .navbar-brand.logo-image img,
#t4-section-1 .navbar-brand.logo-control img,
#t4-section-1 img.logo-img {
  max-height: 140px;
  width: auto;
  max-width: 240px;
  display: block;
  height: auto;
  object-fit: contain;
}

#t4-section-1 img.logo-img-sm {
  max-height: 96px;
  width: auto;
  max-width: 210px;
  display: block;
  height: auto;
  object-fit: contain;
}

#t4-section-1 .footer-logo,
#t4-section-1 .sectionfooter-logo,
#t4-section-1 [class*="footer-logo"] {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

#t4-section-1 .footer-logo img,
#t4-section-1 .sectionfooter-logo img,
#t4-section-1 [class*="footer-logo"] img {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 78px;
  height: auto;
}

#t4-section-1 .section-2,
#t4-section-1 .sectionsection-2,
#t4-section-1 [class*="section-2"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

#t4-section-1 .section-inner,
#t4-section-1 .section-ct,
#t4-section-1 .custom,
#t4-section-1 .mod-custom,
#t4-section-1 .module,
#t4-section-1 .module-ct {
  width: 100%;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#t4-section-1 form.search,
#t4-section-1 form:has(#mod_virtuemart_search) {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  min-width: 0;
  margin: 0 !important;
}

#t4-section-1 form.search .search,
#t4-section-1 form:has(#mod_virtuemart_search) .search {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}

#t4-section-1 form.search input.inputbox,
#t4-section-1 form.search input[type="text"],
#t4-section-1 form:has(#mod_virtuemart_search) input.inputbox,
#t4-section-1 form:has(#mod_virtuemart_search) input[type="text"] {
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  height: 46px;
  margin: 0 !important;
  padding: 0 18px;
  border: 1px solid #d8e0ea;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #fff;
  color: #1b2a3a;
  font-size: 14px;
  line-height: 46px;
  box-shadow: none;
  outline: none;
}

#t4-section-1 form.search input.inputbox:focus,
#t4-section-1 form.search input[type="text"]:focus,
#t4-section-1 form:has(#mod_virtuemart_search) input.inputbox:focus,
#t4-section-1 form:has(#mod_virtuemart_search) input[type="text"]:focus {
  border-color: #235391;
}

#t4-section-1 form.search input.button,
#t4-section-1 form.search input[type="submit"],
#t4-section-1 form:has(#mod_virtuemart_search) input.button,
#t4-section-1 form:has(#mod_virtuemart_search) input[type="submit"] {
  flex: 0 0 auto;
  height: 46px;
  min-width: 96px;
  margin: 0 !important;
  padding: 0 20px;
  border: 1px solid #235391;
  border-radius: 0 6px 6px 0;
  background: #235391;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  transition: background 0.15s ease, border-color 0.15s ease;
}

#t4-section-1 form.search input.button:hover,
#t4-section-1 form.search input[type="submit"]:hover,
#t4-section-1 form:has(#mod_virtuemart_search) input.button:hover,
#t4-section-1 form:has(#mod_virtuemart_search) input[type="submit"]:hover {
  border-color: #174a84;
  background: #174a84;
}

@media (max-width: 991px) {
  #t4-section-1 > .t4-row,
  #t4-section-1 > .row,
  #t4-section-1 > .container,
  #t4-section-1 > .container-fluid {
    min-height: auto;
  }

  #t4-section-1 > .t4-row,
  #t4-section-1 > .row,
  #t4-section-1 > .container > .row,
  #t4-section-1 > .container-fluid > .row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  #t4-section-1 .navbar-brand.logo-image,
  #t4-section-1 .navbar-brand.logo-control {
    justify-content: center;
    width: 100%;
  }

  #t4-section-1 .navbar-brand.logo-image img,
  #t4-section-1 .navbar-brand.logo-control img,
  #t4-section-1 img.logo-img {
    max-height: 110px;
    max-width: 220px;
  }

  #t4-section-1 img.logo-img-sm {
    max-height: 96px;
    max-width: 210px;
  }

  #t4-section-1 .footer-logo,
  #t4-section-1 .sectionfooter-logo,
  #t4-section-1 [class*="footer-logo"],
  #t4-section-1 .section-2,
  #t4-section-1 .sectionsection-2,
  #t4-section-1 [class*="section-2"] {
    justify-content: center;
  }

  #t4-section-1 .footer-logo img,
  #t4-section-1 .sectionfooter-logo img,
  #t4-section-1 [class*="footer-logo"] img {
    max-width: 190px;
    max-height: 68px;
  }

  #t4-section-1 form.search,
  #t4-section-1 form:has(#mod_virtuemart_search) {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  #t4-section-1 > .t4-row,
  #t4-section-1 > .row,
  #t4-section-1 > .container > .row,
  #t4-section-1 > .container-fluid > .row {
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #t4-section-1 .navbar-brand.logo-image img,
  #t4-section-1 .navbar-brand.logo-control img,
  #t4-section-1 img.logo-img,
  #t4-section-1 img.logo-img-sm {
    max-height: 90px;
    max-width: 190px;
  }

  #t4-section-1 form.search,
  #t4-section-1 form.search .search,
  #t4-section-1 form:has(#mod_virtuemart_search),
  #t4-section-1 form:has(#mod_virtuemart_search) .search {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }

  #t4-section-1 form.search input.inputbox,
  #t4-section-1 form.search input[type="text"],
  #t4-section-1 form.search input.button,
  #t4-section-1 form.search input[type="submit"],
  #t4-section-1 form:has(#mod_virtuemart_search) input.inputbox,
  #t4-section-1 form:has(#mod_virtuemart_search) input[type="text"],
  #t4-section-1 form:has(#mod_virtuemart_search) input.button,
  #t4-section-1 form:has(#mod_virtuemart_search) input[type="submit"] {
    width: 100% !important;
    border-radius: 6px;
  }

  #t4-section-1 form.search input.inputbox,
  #t4-section-1 form.search input[type="text"],
  #t4-section-1 form:has(#mod_virtuemart_search) input.inputbox,
  #t4-section-1 form:has(#mod_virtuemart_search) input[type="text"] {
    border-right: 1px solid #d8e0ea;
  }
}
/* BAXI main header end */

/* BAXI catalogue headings start */
.baxi-catalogue-heading,
.baxi-catalogue-section-title {
  display: none !important;
}

.baxi-category-context {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 16px;
  padding: 13px 18px;
  background: #ffffff;
  border: 1px solid #e4eaf2;
  border-top: 2px solid #235391;
  border-radius: 9px;
  box-shadow: 0 5px 14px rgba(16, 24, 40, 0.028);
}

.baxi-category-context__back {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #235391;
  background: #f5f8fc;
  border: 1px solid #e1e9f4;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.baxi-category-context__back:hover {
  color: #174a84;
  background: #eaf1fb;
  text-decoration: none;
}

.baxi-category-context__title {
  min-width: 0;
  margin: 0;
  color: #202938;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 600;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .baxi-category-context {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px 16px;
  }

  .baxi-category-context__title {
    font-size: 24px;
  }
}
/* BAXI catalogue headings end */
