/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
:root {
  /* Zmień tę wartość, aby ustawić krój pisma w całym sklepie. */
  --pulmedic-font-family: "Roboto", sans-serif;
}

/* Footer copyright and author */
.footer-container .pulmedic-footer-bottom {
  display: flex;
  align-items: center;
  margin-top: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #dedede;
  color: #4b5358;
  font-size: 13px;
  line-height: 1.5;
}

.footer-container .pulmedic-footer-signature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  text-align: right;
  transform-origin: right center;
  transition: transform .3s ease;
}

.footer-container .pulmedic-footer-signature:hover {
  transform: scale(1.015);
}

.footer-container .pulmedic-footer-signature img {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  vertical-align: -2px !important;
}

.footer-container .pulmedic-hover-underline {
  position: relative;
  display: inline-block;
  color: #1b252f;
  font-weight: 500;
  text-decoration: none;
}

.footer-container .pulmedic-hover-underline::before,
.footer-container .pulmedic-hover-underline::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #1c1c1f, #094b92);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s ease-out;
}

.footer-container .pulmedic-hover-underline:hover,
.footer-container .pulmedic-hover-underline:focus {
  color: #094b92;
  text-decoration: none;
}

.footer-container .pulmedic-hover-underline:hover::before,
.footer-container .pulmedic-hover-underline:hover::after,
.footer-container .pulmedic-hover-underline:focus::before,
.footer-container .pulmedic-hover-underline:focus::after {
  transform: scaleX(1);
}

@media (max-width: 767px) {
  .footer-container .pulmedic-footer-bottom {
    display: block;
    margin-top: 16px;
    padding-top: 16px;
    text-align: center;
  }

  .footer-container .pulmedic-footer-signature {
    justify-content: center;
    margin-top: 8px;
    text-align: center;
    transform-origin: center;
  }
}

html,
body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--pulmedic-font-family) !important;
}

/* Pulmedic top bar */
@media (min-width: 768px) {
  #header .header-nav {
    height: 45px;
    max-height: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #1b252f;
    color: #fff;
  }

  #header .header-nav .container,
  #header .header-nav .row,
  #header .header-nav .hidden-sm-down {
    height: 45px;
  }

  #header .header-nav .pulmedic-top-contact {
    display: flex;
    align-items: center;
    height: 45px;
    gap: 30px;
    font-size: 13px;
  }

  #header .header-nav .pulmedic-top-contact a,
  #header .header-nav .user-info a {
    display: inline-flex;
    align-items: center;
    height: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
  }

  #header .header-nav .pulmedic-top-contact a:hover,
  #header .header-nav .user-info a:hover {
    color: #fff;
  }

  #header .header-nav .pulmedic-top-contact .material-icons,
  #header .header-nav .user-info .material-icons {
    width: auto;
    margin-right: 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
  }

  #header .header-nav .right-nav {
    height: 45px;
    align-items: center;
  }

  #header .header-nav .user-info {
    display: flex;
    align-items: center;
    height: 45px;
    margin: 0;
    font-size: 13px;
  }

  #header .header-nav .user-info .register {
    margin-left: 4px;
  }

  #header .header-nav .user-info .register span {
    margin-right: 4px;
    color: #626262;
  }

  #header .header-nav #_desktop_cart {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 55;
    display: block;
    width: 86px;
    height: 70px;
    color: #333;
    text-align: center;
  }

  #header .header-nav #_desktop_cart .blockcart,
  #header .header-nav #_desktop_cart .header {
    height: 70px;
    padding: 0;
    background: transparent;
  }

  #header .header-nav #_desktop_cart .header {
    display: block;
    color: #333;
    line-height: 1.25;
  }

  #header .header-nav #_desktop_cart .header a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: #333;
    text-decoration: none;
  }

  #header .header-nav #_desktop_cart .pulmedic-cart-icon {
    position: relative;
    display: block;
    height: 29px;
  }

  #header .header-nav #_desktop_cart .material-symbols-outlined {
    color: #414141;
    font-size: 29px;
    line-height: 29px;
  }

  #header .header-nav #_desktop_cart .pulmedic-cart-label {
    height: auto;
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  #header .header-nav #_desktop_cart .cart-products-count {
    position: absolute;
    top: -8px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    background: #6fc138;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
  }
}

/* Product filters */
#search_filters {
  padding: 20px 20px 16px;
  border: 1px solid #ededed;
  background: #fff;
  color: #2f3943;
  font-family: var(--pulmedic-font-family);
  box-shadow: none;
}

#search_filters > .h6,
#search_filters .facet .facet-title,
#search_filters .facet .title {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 13px;
  border-bottom: 1px solid #e4e7e9;
  color: #1b252f;
  font-family: var(--pulmedic-font-family);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .01em;
  text-transform: uppercase;
}

#search_filters > .h6::after,
#search_filters .facet .facet-title::after,
#search_filters .facet .title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 2px;
  background: #6fc138;
  content: "";
}

#search_filters .facet {
  margin: 0;
  padding: 18px 0 16px;
  border-bottom: 1px solid #edf0f1;
}

#search_filters .facet:first-of-type {
  padding-top: 4px;
}

#search_filters .facet:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

#search_filters .facet ul {
  margin: 0;
  padding: 0;
}

#search_filters .facet li + li {
  margin-top: 9px;
}

#search_filters .facet .facet-label {
  display: flex;
  align-items: flex-start;
  margin: 0;
  color: #404950;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

#search_filters .facet .facet-label a {
  flex: 1;
  padding-top: 1px;
  color: #404950;
  font-family: var(--pulmedic-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color .15s ease;
}

#search_filters .facet .facet-label:hover a,
#search_filters .facet .facet-label a:hover,
#search_filters .facet .facet-label a:focus {
  color: #6fc138;
}

#search_filters .facet .facet-label .magnitude {
  margin-left: 5px;
  color: #92999e;
  font-size: 12px;
}

#search_filters .custom-checkbox,
#search_filters .custom-radio {
  flex: 0 0 auto;
  margin: 1px 10px 0 0;
}

#search_filters .custom-checkbox input[type="checkbox"] + span,
#search_filters .custom-radio input[type="radio"] + span {
  border-color: #cfd5d8;
}

#search_filters .custom-checkbox input[type="checkbox"]:checked + span,
#search_filters .custom-radio input[type="radio"]:checked + span {
  border-color: #6fc138;
  background: #6fc138;
}

#search_filters .facet .collapse {
  max-height: 252px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #b9c0c4 #f1f3f4;
  scrollbar-width: thin;
}

#search_filters .facet .collapse::-webkit-scrollbar {
  width: 5px;
}

#search_filters .facet .collapse::-webkit-scrollbar-track {
  background: #f1f3f4;
}

#search_filters .facet .collapse::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #b9c0c4;
}

#search_filters .ui-slider-horizontal {
  height: 4px;
  margin: 18px 8px 10px;
  border: 0;
  border-radius: 4px;
  background: #e3e7e9;
}

#search_filters .ui-slider-horizontal .ui-slider-range {
  background: #6fc138;
}

#search_filters .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  border: 3px solid #6fc138;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

#search_filters .clear-all-wrapper {
  margin: 0 0 16px;
}

#search_filters .js-search-filters-clear-all {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #dce1e3;
  background: #fff;
  color: #455057;
  font-family: var(--pulmedic-font-family);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#search_filters .js-search-filters-clear-all:hover,
#search_filters .js-search-filters-clear-all:focus {
  border-color: #6fc138;
  background: #6fc138;
  color: #fff;
}

@media (max-width: 767px) {
  #search_filters {
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 0;
  }

  #search_filters .facet {
    padding: 14px 0;
  }

  #search_filters .facet .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* Pulmedic home slider */
.product-miniature .thumbnail-container {
  height: 360px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: none;
}

.product-miniature .product-description {
  bottom: 50px;
  height: 72px;
  background: #fff;
}

.product-miniature .product-price-and-shipping .price {
  color: #6fc138;
  font-weight: 700;
}

.product-miniature .pulmedic-miniature-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  padding: 4px 15px 8px;
  background: #fff;
  text-align: center;
}

.product-miniature .pulmedic-miniature-actions form {
  height: 100%;
  margin: 0;
}

.product-miniature .pulmedic-miniature-cart {
  width: 100%;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  background: #fff;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  box-shadow: none;
}

.product-miniature .pulmedic-miniature-cart:hover,
.product-miniature .pulmedic-miniature-cart:focus {
  border-color: #6fc138;
  background: #6fc138;
  color: #fff;
}

.product-miniature .pulmedic-miniature-cart:disabled {
  border-color: #ededed;
  background: #fff;
  color: #aaa;
  cursor: not-allowed;
  opacity: .7;
}

.product-miniature .highlighted-informations,
.product-miniature .highlighted-informations.no-variants {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 3px 12px rgba(27, 37, 47, .18);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, visibility .2s ease, box-shadow .2s ease;
}

.product-miniature:hover .highlighted-informations,
.product-miniature:focus-within .highlighted-informations {
  bottom: auto;
  opacity: 1;
  visibility: visible;
}

.product-miniature .highlighted-informations .quick-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  color: #1b252f;
}

.product-miniature .highlighted-informations .quick-view i {
  margin: 0;
  font-size: 25px;
}

.product-miniature .highlighted-informations .variant-links {
  display: none;
}

.product-miniature .highlighted-informations:hover {
  box-shadow: 0 4px 16px rgba(27, 37, 47, .28);
}

.page-index .homeslider-container {
  position: relative;
  height: 384px;
  width: calc(100% - 270px);
  margin: 0 0 38px 270px;
  overflow: hidden;
  background: #f5f7f8;
  touch-action: pan-y;
}
.page-index .homeslider-container {
  overflow: visible;
  margin-bottom: 38px;
}

.page-index .homeslider-container .rslides {
  overflow: hidden;
}

.page-index .homeslider_tabs {
  bottom: -24px;
}
.page-index .homeslider-container .rslides,
.page-index .homeslider-container .slide {
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-index .homeslider-container picture,
.page-index .homeslider-container img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-index .homeslider-container img {
  object-fit: cover;
}

.page-index .homeslider_nav {
  top: 50%;
  width: 42px;
  height: 52px;
  margin-top: -26px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: rgba(27, 37, 47, .72);
  opacity: 0;
  transition: opacity .2s ease, background-color .2s ease;
}

.page-index .homeslider-container:hover .homeslider_nav,
.page-index .homeslider_nav:focus-visible {
  opacity: 1;
}

.page-index .homeslider_nav.next {
  border-radius: 4px 0 0 4px;
  background: rgba(27, 37, 47, .72);
}

.page-index .homeslider_nav:hover,
.page-index .homeslider_nav:focus-visible,
.page-index .homeslider_nav.next:hover,
.page-index .homeslider_nav.next:focus-visible {
  background: #6fc138;
}

.page-index .homeslider_nav::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.page-index .homeslider_nav.next::before {
  left: 11px;
  transform: rotate(225deg);
}

.page-index .homeslider_tabs {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.page-index .homeslider_tabs li {
  width: 10px;
  height: 10px;
}

.page-index .homeslider_tabs a {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(27, 37, 47, .45);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
  color: transparent;
  font-size: 0;
}

.page-index .homeslider_tabs .homeslider_here a,
.page-index .homeslider_tabs a:hover,
.page-index .homeslider_tabs a:focus-visible {
  background: #6fc138;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page-index .homeslider-container {
    width: calc(100% - 220px);
    margin-left: 220px;
  }
}

@media (max-width: 767px) {
  html,
  body,
  #page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .product-miniature .thumbnail-container {
    height: 320px;
  }

  .product-miniature .product-description {
    bottom: 48px;
    height: 72px;
  }

  .product-miniature .pulmedic-miniature-actions {
    height: 48px;
    padding: 4px 8px 7px;
  }

  .product-miniature .pulmedic-miniature-cart {
    height: 37px;
    padding: 0 4px;
    font-size: 13px;
    line-height: 35px;
  }

  .product-miniature .highlighted-informations {
    display: none;
  }

  .product-miniature .product-thumbnail img {
    width: 100% !important;
    height: auto !important;
  }

  .page-index .homeslider-container {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
  }

  .page-index .homeslider-container .rslides,
  .page-index .homeslider-container .slide,
  .page-index .homeslider-container picture,
  .page-index .homeslider-container img {
    height: auto;
  }

  .page-index .homeslider_nav {
    width: 36px;
    height: 46px;
    margin-top: -23px;
    opacity: .9;
  }

  .page-index .homeslider_nav::before {
    top: 15px;
    left: 14px;
    width: 12px;
    height: 12px;
  }

  .page-index .homeslider_nav.next::before {
    left: 10px;
  }
}

/* Pulmedic logo and category navigation */
@media (min-width: 768px) {
  #header .header-top {
    position: relative;
    padding: 15px 0 60px;
  }

  #header .header-top > .container {
    position: relative;
  }

  #header .header-top > .container > .row {
    display: flex;
    align-items: center;
    min-height: 74px;
  }

  #header .header-top #_desktop_logo {
    width: 25%;
    flex: 0 0 25%;
    padding-top: 0;
  }

  #header .header-top #_desktop_logo h1 {
    margin: 0;
  }

  #header .header-top #_desktop_logo .logo {
    width: 260px;
    max-width: 100%;
    height: auto;
  }

  #header .header-top .header-top-right {
    width: 75%;
    flex: 0 0 75%;
  }

  #header .header-top #search_widget {
    float: none;
    width: 550px;
    max-width: calc(100% - 150px);
    margin: 0 0 0 15px;
  }

  #header .header-top #search_widget form {
    position: relative;
  }

  #header .header-top #search_widget form input[type="text"] {
    height: 50px;
    padding: 0 125px 0 15px;
    border: 1px solid #efefef;
    background: #fff;
    color: #666;
  }

  #header .header-top #search_widget .pulmedic-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 108px;
    height: 50px;
    border: 0;
    background: #6fc138;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transform: none;
  }

  #header .header-top #search_widget .pulmedic-search-submit:hover,
  #header .header-top #search_widget .pulmedic-search-submit:focus {
    background: #61ad2d;
  }

  #header .header-top #search_widget form i.clear {
    right: 108px;
  }

  #header .header-top #_desktop_top_menu {
    position: absolute;
    right: 15px;
    bottom: -60px;
    left: 15px;
    z-index: 50;
    height: 60px;
    margin: 0;
    padding: 0;
  }

  #header .pulmedic-menu-row {
    display: flex;
    width: 100%;
    height: 60px;
  }

  #header .pulmedic-vertical-menu {
    position: relative;
    width: 270px;
    flex: 0 0 270px;
  }

  #header .pulmedic-department-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 25px;
    background: #6fc138;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  #header .pulmedic-department-title .material-icons {
    display: none;
  }

  #header .pulmedic-horizontal-menu {
    min-width: 0;
    flex: 1 1 auto;
  }

  #header .pulmedic-horizontal-list[data-depth="0"] {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 60px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
  }

  #header .pulmedic-horizontal-list[data-depth="0"] > li {
    position: relative;
    display: flex;
    align-items: stretch;
  }

  #header .pulmedic-horizontal-list[data-depth="0"] > li > a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    white-space: nowrap;
  }

  #header .pulmedic-horizontal-list[data-depth="0"] > li.has-children > a::after {
    width: 6px;
    height: 6px;
    margin: -4px 0 0 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  #header .pulmedic-horizontal-list[data-depth="0"] > li > a:hover,
  #header .pulmedic-horizontal-list[data-depth="0"] > li.current > a {
    color: #1cb71b;
  }

  #header .pulmedic-vertical-list[data-depth="0"] {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 270px;
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: none;
  }

  .page-index #header .pulmedic-vertical-list[data-depth="0"],
  #header .pulmedic-vertical-menu:hover .pulmedic-vertical-list[data-depth="0"] {
    display: block;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li:last-child {
    border-bottom: 0;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 47px;
    padding: 0 20px;
    color: #333e48;
    font-size: 14px;
    line-height: 1.25;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li > a .pulmedic-menu-label {
    display: inline-block;
    font-weight: 400;
    text-transform: lowercase;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li > a .pulmedic-menu-label::first-letter {
    text-transform: uppercase;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li.has-children > a::after {
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    content: "";
    transform: rotate(45deg);
  }

  #header .pulmedic-sub-menu {
    min-width: 245px;
    padding: 12px 18px;
    border: 1px solid #ededed;
    border-top: 2px solid #6fc138;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  }

  #header .pulmedic-horizontal-list[data-depth="0"] > li > .pulmedic-sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li > .pulmedic-sub-menu {
    position: absolute;
    top: -1px !important;
    left: 100%;
    display: none;
  }

  #header li:hover > .pulmedic-sub-menu {
    display: block !important;
  }

  #header .pulmedic-sub-menu .top-menu {
    margin: 0;
    padding: 0;
  }

  #header .pulmedic-sub-menu li {
    position: relative;
  }

  #header .pulmedic-sub-menu a {
    display: block;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333e48;
    line-height: 1.35;
  }

  #header .pulmedic-sub-menu a:hover {
    color: #1cb71b;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #header .pulmedic-vertical-menu {
    width: 220px;
    flex-basis: 220px;
  }

  #header .pulmedic-vertical-list[data-depth="0"] {
    width: 220px;
  }

  #header .pulmedic-horizontal-list[data-depth="0"] > li > a {
    padding: 0 9px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  #header .header-nav {
    height: 76px;
    max-height: none;
    margin: 0;
    border: 0;
  }

  #header .header-nav .container,
  #header .header-nav .row,
  #header .header-nav .mobile {
    height: 76px;
  }

  #header .header-nav .mobile {
    position: relative;
    padding: 0 15px;
  }

  #header .header-nav #menu-icon {
    position: absolute;
    top: 19px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  #header .header-nav #_mobile_user_info {
    position: absolute;
    top: 27px;
    right: 58px;
    width: 38px;
    height: 38px;
    margin: 0;
  }
  #header .header-nav #menu-icon .material-icons {
    line-height: 44px;
  }
  #header .header-nav #_mobile_cart {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 38px;
    margin: 0;
  }

  #header .header-nav #_mobile_logo {
    position: absolute;
    top: 21px;
    left: 46%;
    width: calc(100% - 190px);
    max-width: 200px;
    margin: 0;
    transform: translateX(-50%);
  }

  #header .header-nav #_mobile_logo img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
  }

  #header #_mobile_cart .blockcart,
  #header #_mobile_cart .header {
    width: 38px;
    height: 38px;
    padding: 0;
    background: transparent;
  }

  #header #_mobile_user_info .user-info,
  #header #_mobile_user_info .user-info > a,
  #header #_mobile_cart .header a,
  #header #_mobile_cart .pulmedic-cart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
  }

  #header #_mobile_user_info .material-icons,
  #header #_mobile_cart .material-symbols-outlined {
    width: 26px;
    height: 26px;
    margin: 0;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }

  #header #_mobile_cart .header a {
    display: flex;
    height: 38px;
    color: #333;
  }

  #header #_mobile_cart .pulmedic-cart-icon {
    position: relative;
  }

  #header #_mobile_cart .material-symbols-outlined {
    color: #333;
  }

  #header #_mobile_cart .cart-products-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    background: #6fc138;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
  }

  #header .header-top {
    padding: 8px 0;
  }

  @media (max-width: 360px) {
    #header .header-nav #_mobile_logo,
    #header .header-nav #_mobile_logo img {
      width: 160px;
    }
  }

  #header .header-top #search_widget {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  #header .header-top #search_widget form,
  #header .header-top #search_widget form input[type="text"],
  #header .header-top #search_widget .pulmedic-search-submit {
    height: 47px;
  }

  #header .header-top #search_widget form {
    position: relative;
  }

  #header .header-top #search_widget form input[type="text"] {
    padding-right: 75px;
  }

  #header .header-top #search_widget .pulmedic-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    border: 0;
    background: #6fc138;
    color: #fff;
    font-size: 13px;
    transform: none;
  }

  #header .header-top #search_widget form i.clear {
    right: 58px;
  }

  #header .pulmedic-menu-row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #header .pulmedic-vertical-menu,
  #header .pulmedic-horizontal-menu {
    display: block;
    width: 100%;
  }

  #header .pulmedic-horizontal-menu {
    order: 1;
  }

  #header .pulmedic-vertical-menu {
    order: 2;
  }

  #header .pulmedic-department-title,
  #header .pulmedic-mobile-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 15px;
    background: #6fc138;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  #header .pulmedic-department-title .material-icons {
    margin: 0;
    color: #fff;
  }

  #header .pulmedic-mobile-menu-title {
    margin-top: 0;
    background: #1b252f;
  }

  #header .pulmedic-department-title {
    margin-top: 8px;
  }

  #header .pulmedic-menu-row .top-menu {
    margin: 0;
    padding: 0;
    background: #fff;
  }

  #header .pulmedic-menu-row .top-menu li {
    position: relative;
    border-bottom: 1px solid #ededed;
  }

  #header .pulmedic-menu-row .top-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 8px 15px;
    color: #333;
    font-size: 13px;
    line-height: 1.3;
  }

  #header .pulmedic-menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    cursor: pointer;
  }

  #header .pulmedic-menu-arrow .material-icons {
    margin: 0;
    color: #555;
    font-size: 22px;
  }

  #header .pulmedic-menu-arrow .remove,
  #header .pulmedic-menu-arrow[aria-expanded="true"] .add {
    display: none;
  }

  #header .pulmedic-menu-arrow[aria-expanded="true"] .remove {
    display: block;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li > a .pulmedic-menu-label {
    display: inline-block;
    font-weight: 400;
    text-transform: lowercase;
  }

  #header .pulmedic-vertical-list[data-depth="0"] > li > a .pulmedic-menu-label::first-letter {
    text-transform: uppercase;
  }

  #header .pulmedic-menu-row .pulmedic-sub-menu {
    padding-left: 14px;
    background: #f7f7f7;
  }

  #header #mobile_top_menu_wrapper .pulmedic-sub-menu:not(.show) {
    display: none !important;
  }

  #header #mobile_top_menu_wrapper .pulmedic-sub-menu.show {
    position: static;
    display: block !important;
    min-width: 0;
    padding: 0 0 0 14px;
    border: 0;
    box-shadow: none;
  }
}

/* Payment logos in the contact footer column */
.footer-container .block-contact .pulmedic-payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.footer-container .block-contact .pulmedic-payment-methods img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 28px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .footer-container .block-contact .pulmedic-payment-methods {
    justify-content: center;
    margin: 14px 0 4px;
  }
}
