.header-v2-active .header:not(.header--v2) {
  display: none;
}

.header--v2 {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #DBDBDB;
}
.header--v2 .hv2-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-top: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 10;
}
.header--v2 .hv2-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--header-right-col-width);
          flex: 0 0 var(--header-right-col-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  gap: 2px;
}
@media screen and (max-width: 1030px) {
  .header--v2 .hv2-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.header--v2 .hv2-logo img {
  display: block;
  width: 107px;
  height: auto;
}
.header--v2 .hv2-logo span {
  font-size: 11px;
  color: #444444;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  .header--v2 .hv2-logo span {
    font-size: 9px;
  }
}
.header--v2 .hv2-search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 65rem;
}
.header--v2 .hv2-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #0079ae;
  border-radius: 0.8rem;
  padding: 0.4rem;
  background: #F5F5F5;
}
.header--v2 .hv2-search .hv2-search-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  background: transparent;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
  overflow: hidden;
  color: #444444;
  gap: 0.4rem;
}
.header--v2 .hv2-search .hv2-search-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  color: #444444;
  font-size: 2.3rem;
  line-height: 1;
  pointer-events: none;
}
.header--v2 .hv2-search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: none;
  background: transparent;
  font-size: 15px;
  color: #1a1a1a;
  padding: 0 16px 0 0;
  height: 100%;
  outline: none;
  font-family: inherit;
  color: #444444;
}
.header--v2 .hv2-search input[type=text]::-webkit-input-placeholder {
  color: #444444;
}
.header--v2 .hv2-search input[type=text]::-moz-placeholder {
  color: #444444;
}
.header--v2 .hv2-search input[type=text]:-ms-input-placeholder {
  color: #444444;
}
.header--v2 .hv2-search input[type=text]::-ms-input-placeholder {
  color: #444444;
}
.header--v2 .hv2-search input[type=text]::placeholder {
  color: #444444;
}
@media screen and (max-width: 500px) {
  .header--v2 .hv2-search input[type=text] {
    padding: 8px 16px 8px 0;
  }
}
.header--v2 .hv2-search button[type=submit] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  background: #dd2207;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 2.4rem;
  height: 4.4rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: background 0.15s, opacity 0.15s;
  transition: background 0.15s, opacity 0.15s;
  white-space: nowrap;
}
.header--v2 .hv2-search button[type=submit]:hover {
  background: #f12508;
}
.header--v2 .hv2-search button[type=submit].is-loading {
  opacity: 0.65;
  color: transparent;
  pointer-events: none;
}
.header--v2 .hv2-search button[type=submit].is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: hv2-spin 0.6s linear infinite;
          animation: hv2-spin 0.6s linear infinite;
}
.header--v2 .hv2-sr {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 17rem);
  z-index: 10;
}
.header--v2 .hv2-sr__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
  border-bottom: 1px solid #e8e8e8;
  min-height: 4.8rem;
}
.header--v2 .hv2-sr__title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.header--v2 .hv2-sr__no-results-msg {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--v2 .hv2-sr__no-results-msg i {
  font-size: 20px;
  color: #dd2207;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header--v2 .hv2-sr__subhead {
  display: none;
  padding: 1.2rem 1.6rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__head {
  border-bottom: 0;
  position: relative;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__head:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 1.6rem;
  right: 1.6rem;
  height: 0;
  border-bottom: 1px dashed #e8e8e8;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__title {
  display: none;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__no-results-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__subhead {
  display: block;
}
.header--v2 .hv2-sr__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  color: #666666;
  padding: 0;
}
.header--v2 .hv2-sr__close:hover {
  color: #1a1a1a;
}
.header--v2 .hv2-sr__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header--v2 .hv2-sr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 0 1.6rem;
  border-bottom: 1px solid #e8e8e8;
}
.header--v2 .hv2-sr__item:last-child {
  border-bottom: none;
}
.header--v2 .hv2-sr__item:hover {
  background: #fafafa;
}
.header--v2 .hv2-sr__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 0;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.header--v2 .hv2-sr__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}
.header--v2 .hv2-sr__image img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header--v2 .hv2-sr__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  min-width: 0;
}
.header--v2 .hv2-sr__sku {
  font-size: 14px;
  color: #8E8E8E;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header--v2 .hv2-sr__name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header--v2 .hv2-sr__highlight {
  background: #dd2207;
  color: #fff;
  border-radius: 3px;
  padding: 0 1px;
}
.header--v2 .hv2-sr__avail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13rem;
          flex: 0 0 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.header--v2 .hv2-sr__avail i {
  font-size: 14px;
}
.header--v2 .hv2-sr__avail span {
  line-height: 1.3;
}
.header--v2 .hv2-sr__avail--in-stock {
  color: #13C847;
}
.header--v2 .hv2-sr__avail--on-request {
  color: #13C847;
}
.header--v2 .hv2-sr__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13rem;
          flex: 0 0 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.header--v2 .hv2-sr__price-main {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}
.header--v2 .hv2-sr__price-vat {
  font-size: 12px;
  color: #666666;
}
.header--v2 .hv2-sr__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #dd2207;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.header--v2 .hv2-sr__btn:hover {
  background: #f12508;
}
.header--v2 .hv2-sr__btn i {
  font-size: 13px;
}
.header--v2 .hv2-sr__btn--cart {
  position: relative;
}
.header--v2 .hv2-sr__btn--cart.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.header--v2 .hv2-sr__btn--cart.is-loading i {
  opacity: 0;
}
.header--v2 .hv2-sr__btn--cart.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: hv2-spin 0.6s linear infinite;
          animation: hv2-spin 0.6s linear infinite;
}
.header--v2 .hv2-sr__btn--cart.is-added {
  pointer-events: none;
}
.header--v2 .hv2-sr__btn--cart.is-added i {
  display: none;
}
.header--v2 .hv2-sr__btn--cart.is-added::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'/><path d='M5 12l5 5l10 -10'/></svg>") center/contain no-repeat;
}
.header--v2 .hv2-sr__footer {
  padding: 1.2rem 1.6rem;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.header--v2 .hv2-sr__all {
  font-size: 14px;
  font-weight: 600;
  color: #dd2207;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.header--v2 .hv2-sr__all:hover {
  color: #f12508;
}
.header--v2 .hv2-sr__contact {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  margin: 1.2rem 1.6rem;
  padding: 1.4rem 1.6rem;
  background: #f5f5f5;
  border-radius: 1rem;
}
.header--v2 .hv2-sr__contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  max-width: 34rem;
}
.header--v2 .hv2-sr__contact-text strong {
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.33rem;
  color: #292C2D;
}
.header--v2 .hv2-sr__contact-text span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  color: #8E8E8E;
}
.header--v2 .hv2-sr__contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header--v2 .hv2-sr__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: Poppins, sans-serif;
  font-size: 1.61rem;
  font-style: normal;
  font-weight: 600;
  color: #DD2207;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.header--v2 .hv2-sr__contact-link img {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header--v2 .hv2-sr__contact-link:hover {
  color: #f12508;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__footer {
  display: none;
}
.header--v2 .hv2-sr.hv2-sr--no-results .hv2-sr__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--v2.hv2-search--open .hv2-sr {
  display: block;
}
.header--v2 .hv2-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  background: #F5F5F5;
  padding: 0.4rem;
  border-radius: 0.8rem;
}
.header--v2 .hv2-right .separator {
  width: 0.1rem;
  height: 2.4rem;
  border-radius: 99.9rem;
  background: #E2E2E2;
}
.header--v2 .hv2-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 12px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
@media screen and (max-width: 370px) {
  .header--v2 .hv2-right-item {
    padding: 6px;
  }
}
.header--v2 .hv2-right-item:hover {
  background: #f0f0f0;
}
.header--v2 .hv2-right-item span {
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 945px) {
  .header--v2 .hv2-right-item.hv2-right-item--account span {
    display: none;
  }
}
.header--v2 .hv2-right-item svg, .header--v2 .hv2-right-item i {
  font-size: 20px;
  line-height: 1;
}
.header--v2 .hv2-flag .flag {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
.header--v2 .hv2-dropdown {
  position: relative;
}
.header--v2 .hv2-dropdown > ul {
  display: none;
  position: absolute;
  top: calc(100% - 5px);
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 4px;
  min-width: 55px;
  z-index: 100;
  margin: 0;
}
.header--v2 .hv2-dropdown > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--v2 .hv2-dropdown > ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 14px;
}
.header--v2 .hv2-dropdown > ul li a:hover {
  background: #f0f0f0;
}
.header--v2 .hv2-dropdown > ul li a .flag {
  width: 2.1rem;
  height: 2.1rem;
  background-size: cover;
  border-radius: 100%;
}
.header--v2 .hv2-dropdown:hover > ul {
  display: block;
}
.header--v2 .hv2-cart {
  position: relative;
}
.header--v2 .hv2-cart .hv2-cart-badge,
.header--v2 .hv2-cart #mini-cart-count {
  position: absolute;
  top: 19px;
  right: 2px;
  background: #dd2207;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 9px;
  padding: 0 3px;
}
.header--v2 .hv2-nav {
  background: #ffffff;
  padding-bottom: 0.8rem;
}
.header--v2 .hv2-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--v2 .hv2-nav li {
  position: relative;
}
.header--v2 .hv2-nav li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  list-style: none;
  padding: 4px;
  z-index: 200;
}
.header--v2 .hv2-nav li > ul li > a {
  display: block;
  padding: 1.2rem 1.6rem;
  border-radius: 4px;
  white-space: nowrap;
  font-weight: 400;
}
.header--v2 .hv2-nav li > ul li > a:hover {
  background: #F5F5F5;
  color: inherit;
}
.header--v2 .hv2-nav li:hover > ul {
  display: block;
}
.header--v2 .hv2-nav a {
  display: block;
  padding: 1.2rem 1.6rem;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.12s;
  transition: color 0.12s;
  border-radius: 0.8rem;
}
.header--v2 .hv2-nav a:hover {
  color: #1a1a1a;
  background: #F5F5F5;
}
.header--v2 .hv2-nav li.current-menu-item > a,
.header--v2 .hv2-nav li.current-menu-ancestor > a {
  color: #0079ae;
}
.header--v2 .hv2-menu-btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.header--v2 .hv2-menu-btn:hover {
  background: #e8e8e8;
}
.header--v2 .hv2-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 1px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.header--v2.is-menu-open .hv2-menu-btn span:nth-child(1) {
  -webkit-transform: translateY(3.5px) rotate(45deg);
          transform: translateY(3.5px) rotate(45deg);
}
.header--v2.is-menu-open .hv2-menu-btn span:nth-child(2) {
  -webkit-transform: translateY(-3.5px) rotate(-45deg);
          transform: translateY(-3.5px) rotate(-45deg);
}
.header--v2 .hv2-mobile-menu {
  display: none;
  border-top: 1px solid #e8e8e8;
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.header--v2 .hv2-mobile-menu__inner {
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
}
.header--v2.is-menu-open .hv2-mobile-menu {
  max-height: 100vh;
}
.header--v2 .hv2-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header--v2 .hv2-mobile-nav__list li {
  position: relative;
}
.header--v2 .hv2-mobile-nav__list a {
  display: block;
  padding: 1.1rem 0.8rem;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 0.6rem;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.header--v2 .hv2-mobile-nav__list a:hover {
  background: #f5f5f5;
}
.header--v2 .hv2-mobile-nav__list li.current-menu-item > a,
.header--v2 .hv2-mobile-nav__list li.current-menu-ancestor > a {
  color: #0079ae;
}
.header--v2 .hv2-mobile-nav__list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
}
.header--v2 .hv2-mobile-nav__list ul a {
  font-size: 14px;
  font-weight: 400;
  padding: 0.8rem 0.8rem;
}
.header--v2 .hv2-mobile-utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 1.2rem 0.8rem 0;
  border-top: 1px solid #e8e8e8;
  margin-top: 0.8rem;
}
.header--v2 .hv2-mobile-utils__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header--v2 .hv2-mobile-utils__flag .flag {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.header--v2 .hv2-mobile-utils__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: background 0.12s;
  transition: background 0.12s;
}
.header--v2 .hv2-mobile-utils__currency:hover {
  background: #e8e8e8;
}

@media (max-width: 820px) {
  .header--v2 .hv2-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 0;
  }
  .header--v2 .hv2-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header--v2 .hv2-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
  }
  .header--v2 .hv2-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
  }
  .header--v2 .hv2-search .hv2-search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 820px) and (max-width: 500px) {
  .header--v2 .hv2-search button[type=submit] {
    display: none;
  }
}
@media (max-width: 820px) {
  .header--v2 .hv2-sr {
    border-radius: 1.2rem;
  }
  .header--v2 .hv2-sr__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem 0.8rem;
  }
  .header--v2 .hv2-sr__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    -ms-flex-item-align: center;
        align-self: center;
    width: 44px;
    height: 44px;
  }
  .header--v2 .hv2-sr__image img {
    width: 44px;
    height: 44px;
  }
  .header--v2 .hv2-sr__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .header--v2 .hv2-sr__avail {
    display: none;
  }
  .header--v2 .hv2-sr__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: calc(44px + 0.8rem);
  }
  .header--v2 .hv2-sr__price-main {
    display: none;
  }
  .header--v2 .hv2-right-item--lang,
  .header--v2 .hv2-right-item--currency,
  .header--v2 .hv2-desktop-only {
    display: none;
  }
  .header--v2 .hv2-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header--v2 .hv2-nav {
    display: none;
  }
  .header--v2 .hv2-mobile-menu {
    display: block;
  }
}
@media (max-width: 540px) {
  .hv2-sr__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hv2-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hv2-header-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 201;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: calc(100% + 1px);
}

.header-v2-active .hv2-search-overlay {
  display: block;
}
.header-v2-active .hv2-header-overlay {
  display: block;
}

.hv2-search-focused .hv2-search-overlay,
.hv2-search-focused .hv2-header-overlay {
  opacity: 1;
  pointer-events: auto;
}
.hv2-search-focused .hv2-top {
  z-index: auto;
}
.hv2-search-focused .hv2-search {
  position: relative;
  z-index: 202;
}
.hv2-search-focused .hv2-search .hv2-sr {
  display: block;
}

@-webkit-keyframes hv2-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hv2-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.header-v2-active .main {
  margin-top: var(--site-header-height, 13.5rem);
}

.htv2 {
  padding: 3.5rem 0;
}
.htv2 .htv2-layout {
  display: grid;
  grid-template-columns: 1fr 60rem;
  gap: 1.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1230px) {
  .htv2 .htv2-layout {
    grid-template-columns: 1fr;
  }
}
.htv2 .htv2-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.htv2 .htv2-heading {
  font-family: Poppins, sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  color: #292c2d;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .htv2 .htv2-heading {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-heading {
    font-size: 2.7rem;
  }
}
.htv2 .htv2-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-tiles {
    grid-template-columns: 1fr;
  }
}
.htv2 .htv2-tile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 1.6rem;
  padding: 1.6rem 4.7rem 1.6rem 1.6rem;
  padding-bottom: 4rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: border-color 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.htv2 .htv2-tile:hover {
  border-color: #0079ae;
  background: rgba(0, 121, 174, 0.1);
  -webkit-box-shadow: 0 4px 16px rgba(0, 121, 174, 0.1);
          box-shadow: 0 4px 16px rgba(0, 121, 174, 0.1);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 4.9rem 1.2rem 1.6rem;
  }
}
.htv2 .htv2-tile-icon {
  width: 2.4rem;
  height: 2.4rem;
  background: #dd2207;
  border-radius: 0.6rem;
  margin-bottom: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.htv2 .htv2-tile-icon:has(img, svg) {
  background: transparent;
}
.htv2 .htv2-tile-icon img,
.htv2 .htv2-tile-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-tile-icon {
    margin-bottom: 0;
  }
}
.htv2 .htv2-tile-title {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #292c2d;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-tile-title {
    margin-bottom: 0;
  }
}
.htv2 .htv2-tile-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #444;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.htv2 .htv2-tile-desc p {
  margin: 0;
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-tile-desc {
    display: none;
  }
}
.htv2 .htv2-tile-arrow {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
}
.htv2 .htv2-tile-arrow img {
  display: block;
  height: 1.6rem;
  width: auto;
}
.htv2 .htv2-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
}
.htv2 .htv2-slideshow {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 2/1;
  width: 100%;
}
.htv2 .htv2-slides {
  position: absolute;
  inset: 0;
}
.htv2 .htv2-slide {
  position: absolute;
  inset: 0;
  background-image: var(--htv2-bg);
  background-image: -webkit-image-set(var(--htv2-bg) 1x, var(--htv2-bg-2x, var(--htv2-bg)) 2x);
  background-image: image-set(var(--htv2-bg) 1x, var(--htv2-bg-2x, var(--htv2-bg)) 2x);
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.htv2 .htv2-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 121, 174, 0)), color-stop(134%, #0079ae)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, rgba(0, 121, 174, 0) 0%, #0079ae 134%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.htv2 .htv2-slide--active {
  opacity: 1;
}
.htv2 .htv2-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 5.7rem 2rem 2.4rem;
  z-index: 1;
}
.htv2 .htv2-slide-caption a,
.htv2 .htv2-slide-caption span {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.htv2 .htv2-slide-caption a:hover {
  text-decoration: underline;
}
.htv2 .htv2-dots {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  z-index: 2;
}
.htv2 .htv2-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s, width 0.2s, border-radius 0.2s;
  transition: background 0.2s, width 0.2s, border-radius 0.2s;
}
.htv2 .htv2-dot--active {
  width: 2rem;
  border-radius: 0.4rem;
  background: #fff;
}
.htv2 .htv2-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.htv2 .htv2-arrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.htv2 .htv2-arrow:hover {
  background: #fff;
}
.htv2 .htv2-arrow:hover::before {
  border-color: #292c2d;
}
.htv2 .htv2-arrow--prev {
  left: 1.6rem;
}
.htv2 .htv2-arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 0.4rem;
}
.htv2 .htv2-arrow--next {
  right: 1.6rem;
}
.htv2 .htv2-arrow--next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.4rem;
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-arrow {
    width: 3.4rem;
    height: 3.4rem;
  }
  .htv2 .htv2-arrow--prev {
    left: 1rem;
  }
  .htv2 .htv2-arrow--next {
    right: 1rem;
  }
}
.htv2 .htv2-brands {
  overflow: hidden;
  background: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12%, #000), color-stop(88%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12%, #000), color-stop(88%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-brands {
    display: none;
  }
}
.htv2 .htv2-brands-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: htv2-marquee 40s linear infinite;
          animation: htv2-marquee 40s linear infinite;
}
.htv2 .htv2-brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5rem;
}
.htv2 .htv2-brand img,
.htv2 .htv2-brand svg {
  display: block;
  height: 5rem;
  width: auto;
}
.htv2 .htv2-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 1.6rem;
  gap: 2.4rem;
}
@media screen and (max-width: 1230px) {
  .htv2 .htv2-badges {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 540px) {
  .htv2 .htv2-badges {
    display: none;
  }
}
.htv2 .htv2-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.htv2 .htv2-badge-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #dd2207;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.htv2 .htv2-badge-icon:has(img, svg) {
  background: transparent;
}
.htv2 .htv2-badge-icon img,
.htv2 .htv2-badge-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.htv2 .htv2-badge-text {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  color: #444;
}

@-webkit-keyframes htv2-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes htv2-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.section.section-home-ap {
  padding: 4.8rem 0;
  background: #f5f5f5;
}

.htv2-ap {
  padding: 0;
}
.htv2-ap h2 {
  margin-bottom: 3.4rem;
}
.htv2-ap .htv2-brands {
  background: transparent;
  border-radius: 0;
  padding: 1.2rem 0;
}
@media screen and (max-width: 540px) {
  .htv2-ap .htv2-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  .htv2-ap .htv2-brand img,
  .htv2-ap .htv2-brand svg {
    height: 3rem;
  }
}
.htv2-ap .htv2-ap-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  margin: 2.4rem 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.htv2-ap .htv2-ap-divider img {
  max-width: initial;
}
.htv2-ap .htv2-badges {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .htv2-ap .htv2-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23rem;
    margin: 0 auto;
  }
  .htv2-ap .htv2-badges .htv2-badge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.htv2-ap .htv2-badges .htv2-badge-icon {
  width: 3.4rem;
  height: 3.4rem;
}
.htv2-ap .htv2-badge-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
.htv2-ap .htv2-badge-subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #888;
}

.section.section-home-doporucujeme h2 {
  margin-bottom: 3.4rem;
}
.section.section-home-doporucujeme .woocommerce .products.products-5 {
  --items-per-row: 5;
  --gap: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1230px) {
  .section.section-home-doporucujeme .woocommerce .products.products-5 {
    --items-per-row: 3;
  }
}
@media screen and (max-width: 600px) {
  .section.section-home-doporucujeme .woocommerce .products.products-5 {
    --items-per-row: 2;
  }
}
@media screen and (max-width: 400px) {
  .section.section-home-doporucujeme .woocommerce .products.products-5 {
    --items-per-row: 1;
  }
}
.section.section-home-doporucujeme .woocommerce .products.products-5:before, .section.section-home-doporucujeme .woocommerce .products.products-5:after {
  display: none;
}
.section.section-home-doporucujeme .woocommerce .products.products-5 li.product {
  border-radius: 1.6rem;
  border: 1px solid #e0e0e0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / var(--items-per-row) - var(--gap) * (var(--items-per-row) - 1) / var(--items-per-row));
          flex: 0 0 calc(100% / var(--items-per-row) - var(--gap) * (var(--items-per-row) - 1) / var(--items-per-row));
  padding: 1.6rem;
  padding-bottom: 7.4rem;
}
.section.section-home-doporucujeme .woocommerce .products.products-5 li.product:hover {
  border-color: #0079ae;
}
.section.section-home-doporucujeme .woocommerce .products.products-5 li.product .product-stock {
  top: 0;
}
.section.section-home-doporucujeme .woocommerce .products.products-5 li.product .product-bottom {
  left: 1.6rem;
  bottom: 1.6rem;
  right: 1.6rem;
}
/*# sourceMappingURL=new-styles.css.map */
