/* CUSTOM CSS STYLE OF COMPREX.SK */

/* HEADER */

/* TOP NAVIGATION BAR */

/* TOP NAVIGATION BAR - COMPREX DESIGN */

body .top-navigation-bar[data-testid="topNavigationBar"] {
  background: #073f40;
  color: #ffffff;
  border: none;
  min-height: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 0 rgba(35, 140, 173, 0.12);
}

body .top-navigation-bar[data-testid="topNavigationBar"] > .container {
  max-width: 1320px;
  width: 100%;
  height: 36px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

body .top-navigation-bar[data-testid="topNavigationBar"] .top-navigation-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu
  li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu
  li::before,
body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu
  li::after {
  display: none;
  content: none;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu
  a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu
  a:hover {
  color: #ffffff;
  opacity: 1;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-menu-trigger,
body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-bar-menu-helper {
  display: none;
}

body .top-navigation-bar[data-testid="topNavigationBar"] .top-navigation-tools {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-tools
  .top-nav-button {
  background: transparent;
  border: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-tools
  .top-nav-button:hover {
  color: #ffffff;
  background: transparent;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-tools
  .top-nav-button-login {
  padding-right: 22px;
  margin-right: 22px;
  position: relative;
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-tools
  .top-nav-button-login::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
}

body
  .top-navigation-bar[data-testid="topNavigationBar"]
  .top-navigation-tools
  .top-nav-button
  span {
  color: inherit;
}

/*
*
*
*
**
*
*/

/*  HEADER TOP  */
@media (min-width: 992px) {
  body .header-top {
    background: #ffffff;
    border-bottom: 1px solid rgba(35, 140, 173, 0.28);
    box-shadow: 0 8px 24px rgba(7, 63, 64, 0.03);
  }

  body .header-top .header-top-wrapper {
    max-width: auto;
    min-height: 96px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    box-sizing: border-box;
    flex-wrap: nowrap;
  }

  body .header-top .site-name {
    flex: 0 0 250px;
    display: flex;
    align-items: center;
  }

  body .header-top .site-name a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
  }

  body .header-top .site-name img {
    display: block;
    width: 200px;
    max-width: 200px;
    height: auto;
  }

  body .header-top .search {
    flex: 1 1 auto;
    max-width: 560px;
    min-width: 320px;
    display: block;
    position: relative;
  }

  body .header-top .search form,
  body .header-top .search-form,
  body .header-top .search-form fieldset {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body .header-top .search-form fieldset {
    position: relative;
    display: flex;
    align-items: center;
  }

  body .header-top .search-input-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
  }

  body .header-top .search-input-icon::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 2px solid #073f40;
    border-radius: 50%;
    box-sizing: border-box;
  }

  body .header-top .search-input-icon::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 2px;
    width: 9px;
    height: 2px;
    background: #073f40;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center;
  }

  body .header-top .search-input {
    width: 100%;
    height: 48px;
    padding: 0 24px 0 64px;
    border: 1px solid rgba(35, 140, 173, 0.28);
    border-radius: 999px;
    background: #f7fbfc;
    color: #073f40;
    font-size: 15px;
    font-weight: 400;
    line-height: 48px;
    box-shadow: none;
    outline: none;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      background 0.2s ease;
  }

  body .header-top .search-input::placeholder {
    color: rgba(7, 63, 64, 0.58);
  }

  body .header-top .search-input:focus {
    border-color: #238cad;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(35, 140, 173, 0.1);
  }

  body .header-top .search-button {
    display: none;
  }

  body .header-top .navigation-buttons {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
  }

  body .header-top .navigation-buttons > a[data-testid="linkSearchIcon"],
  body .header-top .navigation-buttons > a[data-testid="hamburgerMenu"] {
    display: none;
  }

  body .header-top .cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  body .header-top .cart-price {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  #header .header-top {
    padding: 25px 0;
  }
}

.navigation-buttons a[data-target="cart"] {
  background-color: transparent;
  color: #003838;
}
/*
*
*
*
*
*/

/* CATEGORY */

/* Kategórie - spoločný dizajn desktop + mobil */
body #categories {
  background: #f7fbfc;
  border: 1px solid rgba(35, 140, 173, 0.18);
  border-radius: 22px;
  padding: 18px 14px 14px;
  box-shadow: 0 10px 28px rgba(7, 63, 64, 0.04);
}

body #categories .categories {
  margin: 0;
  padding: 0;
}

body #categories .categories + .categories {
  border-top: 1px solid rgba(35, 140, 173, 0.1);
}

body #categories .categories .topic {
  position: relative;
  margin: 0;
}

body #categories .categories .topic > a {
  position: relative;
  display: block;
  padding: 18px 14px 18px 42px;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
  border-radius: 12px;
}

body #categories .categories .topic > a:hover {
  background: rgba(35, 140, 173, 0.05);
}

/* Hlavná aktívna sekcia */
body #categories .categories.active.expanded > .topic > a,
body #categories .categories .topic.child-active > a {
  font-size: 17px;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* + / - vľavo */
body #categories .categories .topic > a .cat-trigger {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  display: block;
  font-size: 0;
}

body #categories .categories .topic > a .cat-trigger::before,
body #categories .categories .topic > a .cat-trigger::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
}

body #categories .categories .topic > a .cat-trigger::before {
  left: 0;
  top: 6px;
  width: 14px;
  height: 2px;
}

body #categories .categories .topic > a .cat-trigger::after {
  left: 6px;
  top: 0;
  width: 2px;
  height: 14px;
}

/* otvorená kategória = mínus */
body #categories .categories.active.expanded > .topic > a .cat-trigger::after {
  display: none;
}

/* vnorené podkategórie */
body #categories .categories > ul {
  list-style: none;
  margin: 8px 0 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 14px;
}

body #categories .categories > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #categories .categories > ul li + li {
  border-top: 1px solid rgba(35, 140, 173, 0.08);
}

body #categories .categories > ul li a {
  position: relative;
  display: block;
  padding: 14px 14px 14px 18px;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  border-radius: 10px;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
}

body #categories .categories > ul li a:hover {
  background: rgba(35, 140, 173, 0.05);
}

/* aktívna podkategória */
body #categories .categories > ul li.active > a {
  background: rgba(35, 140, 173, 0.08);
  font-weight: 600;
  padding-left: 22px;
}

body #categories .categories > ul li.active > a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  bottom: 10px;
  width: 3px;
  border-radius: 3px;
  background: #0a6e73;
}

/* lepšie zalamovanie dlhých názvov */
body #categories .categories .topic > a,
body #categories .categories > ul li a {
  word-break: break-word;
}

/* jemnejšie medzery pri dlhých blokoch */
body #categories .categories.external .topic > a,
body #categories .categories.expandable.external .topic > a {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Mobilné doladenie */
@media (max-width: 991px) {
  body #categories {
    border-radius: 16px;
    padding: 12px 10px;
    box-shadow: 0 6px 18px rgba(7, 63, 64, 0.035);
  }

  body #categories .categories .topic > a {
    padding: 14px 12px 14px 36px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
  }

  body #categories .categories.active.expanded > .topic > a,
  body #categories .categories .topic.child-active > a {
    font-size: 15px;
    font-weight: 700;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  body #categories .categories .topic > a .cat-trigger {
    left: 10px;
    width: 12px;
    height: 12px;
  }

  body #categories .categories .topic > a .cat-trigger::before {
    top: 5px;
    width: 12px;
    height: 2px;
  }

  body #categories .categories .topic > a .cat-trigger::after {
    left: 5px;
    height: 12px;
    width: 2px;
  }

  body #categories .categories > ul {
    margin: 6px 0 10px;
    padding: 8px;
    border-radius: 12px;
  }

  body #categories .categories > ul li a {
    padding: 12px 12px 12px 16px;
    font-size: 14px;
    border-radius: 9px;
  }

  body #categories .categories > ul li.active > a {
    padding-left: 20px;
  }

  body #categories .categories > ul li.active > a::before {
    left: 7px;
    top: 9px;
    bottom: 9px;
  }
}
/*
*
*
*
*
*/

/* ONLINE PAYMENTS */

@media (min-width: 992px) {
  body .box-onlinePayments {
    background: #f7fbfc;
    border: 1px solid rgba(35, 140, 173, 0.18);
    border-radius: 22px;
    padding: 22px 18px;
    box-shadow: 0 10px 28px rgba(7, 63, 64, 0.04);
    text-align: center;
  }

  body .box-onlinePayments .pageElement__heading {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    text-align: center;
  }

  body .box-onlinePayments .pageElement__heading span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: inherit;
  }

  body .box-onlinePayments .text-center {
    margin: 0;
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(35, 140, 173, 0.1);
    border-radius: 16px;
  }

  body .box-onlinePayments img {
    display: block;
    width: auto;
    max-width: 148px;
    height: auto;
    margin: 0 auto;
    opacity: 0.92;
  }

  :where(body.ums_page_element_headings--on) .sidebar-inner > div.box-sm {
    border: 1px solid rgba(35, 140, 173, 0.18);
    margin-top: 22px;
    padding: 20px;
  }
}
/*
*
*
*
*
*/
/* BOX TOP PRODUCTS */

@media (min-width: 992px) {
  body .box-topProducts {
    background: #f7fbfc;
    border: 1px solid rgba(35, 140, 173, 0.18);
    border-radius: 22px;
    padding: 22px 14px 16px;
    box-shadow: 0 10px 28px rgba(7, 63, 64, 0.04);
    overflow: hidden;
  }

  body .box-topProducts .top-products-wrapper {
    margin: 0;
    padding: 0;
  }

  body .box-topProducts .pageElement__heading {
    margin: 0 0 16px;
    padding: 0 8px;
    border: 0;
  }

  body .box-topProducts .pageElement__heading span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: inherit;
  }

  body .box-topProducts .top-products {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: top-products;
  }

  body .box-topProducts .top-products li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 12px 8px 12px 0;
    border-top: 1px solid rgba(35, 140, 173, 0.1);
    counter-increment: top-products;
  }

  body .box-topProducts .top-products li:first-child {
    border-top: 0;
  }

  body .box-topProducts .top-products li::before {
    content: counter(top-products);
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #fff;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    z-index: 2;
  }

  body .box-topProducts .top-products-image {
    flex: 0 0 72px;
    width: 72px;
    display: block;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }

  body .box-topProducts .top-products-image img {
    display: block;
    width: auto;
    max-width: 72px;
    max-height: 72px;
    height: auto;
    object-fit: contain;
  }

  body .box-topProducts .top-products-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    text-decoration: none;
    color: inherit;
  }

  body .box-topProducts .top-products-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: inherit;
  }

  body .box-topProducts .top-products-content strong {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
  }

  body .box-topProducts .top-products li:hover {
    background: rgba(35, 140, 173, 0.04);
    border-radius: 14px;
  }
}

/*
*
*
*
*
*
*
*/

/* MOBIL NAVIGATION */

@media (max-width: 991px) {
  body #navigation .navigation-in.menu {
    background: #f7fbfc;
    border: 1px solid rgba(35, 140, 173, 0.18);
    border-radius: 16px;
    padding: 10px 8px;
    box-shadow: 0 6px 18px rgba(7, 63, 64, 0.035);
  }

  body #navigation .navigation-in.menu a,
  body #navigation .navigation-in.menu a:hover,
  body #navigation .navigation-in.menu a:focus,
  body #navigation .navigation-in.menu a:active {
    text-decoration: none;
  }

  body #navigation .menu-level-1 {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  body #navigation .menu-level-1 > li {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(35, 140, 173, 0.1);
  }

  body #navigation .menu-level-1 > li:first-child {
    border-top: 0;
  }

  body #navigation .menu-level-1 > li > a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 34px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 9px;
    transition:
      background 0.2s ease,
      opacity 0.2s ease;
  }

  body #navigation .menu-level-1 > li > a:hover {
    background: rgba(35, 140, 173, 0.05);
    text-decoration: none;
  }

  body #navigation .menu-level-1 > li > a b {
    font-weight: inherit;
  }

  body #navigation .menu-level-1 > li > a .submenu-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    display: block;
    font-size: 0;
  }

  body #navigation .menu-level-1 > li > a .submenu-arrow::before,
  body #navigation .menu-level-1 > li > a .submenu-arrow::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 2px;
  }

  body #navigation .menu-level-1 > li > a .submenu-arrow::before {
    left: 0;
    top: 5px;
    width: 12px;
    height: 2px;
  }

  body #navigation .menu-level-1 > li > a .submenu-arrow::after {
    left: 5px;
    top: 0;
    width: 2px;
    height: 12px;
  }

  body #navigation .menu-level-1 > li.exp > a .submenu-arrow::after,
  body #navigation .menu-level-1 > li.ext.exp > a .submenu-arrow::after,
  body #navigation .menu-level-1 > li.expanded > a .submenu-arrow::after,
  body #navigation .menu-level-1 > li.open > a .submenu-arrow::after,
  body #navigation .menu-level-1 > li.active > a .submenu-arrow::after {
    display: none;
  }

  body #navigation .menu-level-1 > li:not(.ext) > a {
    padding-left: 12px;
  }

  body #navigation .menu-level-2 {
    list-style: none;
    margin: 5px 0 8px;
    padding: 6px 7px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 11px;
  }

  body #navigation .menu-level-2 > li {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(35, 140, 173, 0.08);
  }

  body #navigation .menu-level-2 > li:first-child {
    border-top: 0;
  }

  body #navigation .menu-level-2 > li > a {
    position: relative;
    display: block;
    padding: 9px 10px 9px 14px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 8px;
    transition:
      background 0.2s ease,
      opacity 0.2s ease;
  }

  body #navigation .menu-level-2 > li > a:hover {
    background: rgba(35, 140, 173, 0.05);
    text-decoration: none;
  }

  body #navigation .menu-level-2 > li > a span {
    color: inherit;
  }

  body #navigation .menu-level-1 > li.active > a,
  body #navigation .menu-level-1 > li.child-active > a {
    font-weight: 700;
  }

  body #navigation .menu-level-2 > li.active > a,
  body #navigation .menu-level-2 > li.child-active > a {
    background: rgba(35, 140, 173, 0.08);
    font-weight: 600;
    padding-left: 20px;
  }

  body #navigation .menu-level-2 > li.active > a::before,
  body #navigation .menu-level-2 > li.child-active > a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 3px;
    background: #0a6e73;
  }

  body #navigation .navigationActions {
    list-style: none;
    margin: 12px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(35, 140, 173, 0.12);
  }

  body #navigation .navigationActions li {
    margin: 0;
    padding: 0;
  }

  body #navigation .navigationActions a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 10px;
    background: rgba(35, 140, 173, 0.06);
  }
}

@media (max-width: 767px) {
  #navigation .navigation-in ul li > a > b {
    border-width: 0;
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  .navigation-in > ul > li > a > b {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.carousel-control {
  color: #0a6e73;
}
.carousel-control:hover {
  color: #0a6e73;
}

.carousel-control:hover {
  color: #0a6e73;
  background-color: transparent;
}

@media (min-width: 767px) {
  .carousel-control.left:before {
    left: -52px !important;
  }

  .carousel-control.right:before {
    right: -50px !important;
  }
}
/*
*
*
*
*
*
*/

/* SUBCATEGORIES */

/* Subkategórie - rovnaký dizajn ako kategórie */
body .subcategories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 0 28px;
  padding: 18px;
  list-style: none;
  background: transparent;
  border: 0px solid rgba(35, 140, 173, 0.18);
  border-radius: 22px;
  box-shadow: none;
}

body .subcategories li {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

body .subcategories li::before,
body .subcategories li::after {
  display: none;
  content: none;
}

body .subcategories li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  height: 100%;
  padding: 16px 18px 16px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(35, 140, 173, 0.2);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(7, 63, 64, 0.025);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

body .subcategories li a:hover {
  background: #ffffff;
  border-color: rgba(35, 140, 173, 0.26);
  box-shadow: 0 8px 22px rgba(7, 63, 64, 0.06);
  transform: translateY(-1px);
  text-decoration: none;
}

body .subcategories li a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 3px;
  background: rgba(10, 110, 115, 0.65);
  opacity: 0;
  transition: opacity 0.2s ease;
}

body .subcategories li a:hover::before {
  opacity: 1;
}

body .subcategories li a .text {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 1199px) {
  body .subcategories {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  body .subcategories {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
    margin-bottom: 22px;
    box-shadow: 0 6px 18px rgba(7, 63, 64, 0.035);
  }

  body .subcategories li a {
    min-height: 56px;
    padding: 13px 12px 13px 18px;
    border-radius: 12px;
  }

  body .subcategories li a .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  body .subcategories li a::before {
    left: 9px;
    top: 13px;
    bottom: 13px;
    width: 2px;
  }
}

/* Veľmi malé mobily */
@media (max-width: 420px) {
  body .subcategories {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .subcategories li a:hover .text {
    text-decoration: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  #header .header-bottom {
    display: none;
  }
}

/* KONKURENČNÉ VÝHODY */

.benefitBanner__title {
  font-size: 1.1em;
  width: 100%;
  color: #003838;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}

.multiple-columns-body .position--benefitHomepage .benefitBanner__item {
  flex-direction: column;
}

@media (max-width: 768px) {
  .benefitBanner__item {
    margin-bottom: 50px;
    flex-direction: column;
    width: 55%;
    text-align: -webkit-center;
    font-size: 12px;
    gap: 10px;
  }

  .benefitBanner {
    justify-items: center;
    display: flex;
  }
  .benefitBanner__content {
    line-height: 1.4em;
  }
  .benefitBanner__title {
    font-size: 12px;
  }

  .benefitBanner__picture {
    max-width: 60px;
  }

  .benefitBanner__item {
    margin-bottom: 0px;
  }
}

/* HOMEPAGE GROUP TITLE */

.homepage-group-title {
  color: #1d89aa;
  font-weight: 500;
  margin-bottom: 0px;
}
/*
*
*
*
*
*
*
*
*
*
*
*/

/* CAROUSEL S PRODUKTAMI TOP CATEGORY */

/* Produktový carousel - opravená verzia pre Shoptet slider */

body .products-wrapper.product-slider-holder {
  position: relative;
  overflow: visible !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 52px 34px;
  box-shadow: none;
}

/* Vnútorný slider musí zostať hidden, aby fungovalo posúvanie */
body .products-wrapper.product-slider-holder .product-slider {
  overflow: hidden;
}

/* Dôležité: flex ponechať, gap nedávať */
body .products-wrapper.product-slider-holder .products-block {
  display: flex;
  gap: 0;
}

/* Produkt bez paddingu */
body .products-wrapper.product-slider-holder .product {
  padding: 0;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* Karta produktu */
body .products-wrapper.product-slider-holder .product .p {
  height: 100%;
  margin: 0 12px;
  background: #ffffff;
  border: 1px solid rgba(35, 140, 173, 0.16);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(7, 63, 64, 0.045);
  transition: border-color 0.2s ease;
}

/* Bez hover efektu na karte */
body .products-wrapper.product-slider-holder .product .p:hover,
body .products-wrapper.product-slider-holder .product.active .p:hover {
  transform: none;
  border-color: rgba(35, 140, 173, 0.16);
  box-shadow: 0 8px 22px rgba(7, 63, 64, 0.045);
}

/* Obrázok produktu */
body .products-wrapper.product-slider-holder .product .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  padding: 0;
  background: #ffffff;
  text-decoration: none;
  overflow: hidden;
}

body .products-wrapper.product-slider-holder .product .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Obsah karty */
body .products-wrapper.product-slider-holder .product .p-in {
  padding: 22px 22px 24px;
  text-align: center;
}

body .products-wrapper.product-slider-holder .product .p-in-in {
  min-height: 66px;
}

/* Názov produktu */
body .products-wrapper.product-slider-holder .product .name {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

body .products-wrapper.product-slider-holder .product .name:hover,
body .products-wrapper.product-slider-holder .product .name:focus,
body .products-wrapper.product-slider-holder .product .name:active {
  text-decoration: none;
}

body .products-wrapper.product-slider-holder .product .name span {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Skrytie hodnotenia */
body .products-wrapper.product-slider-holder .product .ratings-wrapper {
  display: none;
}

/* Spodná časť */
body .products-wrapper.product-slider-holder .product .p-bottom {
  margin-top: 16px;
}

body .products-wrapper.product-slider-holder .product .prices {
  text-align: center;
}

/* Cena vrátane DPH */
body .products-wrapper.product-slider-holder .product .price-additional {
  margin-bottom: 6px;
  color: #7b8588;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

/* Hlavná cena */
body .products-wrapper.product-slider-holder .product .price-final {
  margin-bottom: 20px;
  color: #073f40;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

body .products-wrapper.product-slider-holder .product .price-final strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Button */
body .products-wrapper.product-slider-holder .product .p-tools {
  display: flex;
  justify-content: center;
}

body .products-wrapper.product-slider-holder .product .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 46px;
  padding: 0 26px;
  background: #073f40;
  border: 1px solid #073f40;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body .products-wrapper.product-slider-holder .product .btn.btn-primary:hover {
  background: #0a5556;
  border-color: #0a5556;
  color: #ffffff;
  text-decoration: none;
  transform: none;
  box-shadow: 0 8px 18px rgba(7, 63, 64, 0.14);
}

/* Navigačné šípky */
body .products-wrapper.product-slider-holder .product-slider-navigation {
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute;
  z-index: 30;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(35, 140, 173, 0.28);
  border-radius: 50%;
  background: #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(7, 63, 64, 0.1);
  cursor: pointer;
  transform: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body .products-wrapper.product-slider-holder .product-slider-navigation:hover {
  background: #f7fbfc;
  border-color: rgba(35, 140, 173, 0.48);
  box-shadow: 0 10px 24px rgba(7, 63, 64, 0.14);
}

body .products-wrapper.product-slider-holder .navigation-prev {
  left: 0;
}

body .products-wrapper.product-slider-holder .navigation-next {
  right: 0;
}

/* Vlastné šípky */
body
  .products-wrapper.product-slider-holder
  .product-slider-navigation::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #073f40;
  border-right: 3px solid #073f40;
}

body .products-wrapper.product-slider-holder .navigation-prev::before {
  left: 19px;
  transform: translateY(-50%) rotate(-135deg);
}

body .products-wrapper.product-slider-holder .navigation-next::before {
  right: 19px;
  transform: translateY(-50%) rotate(45deg);
}

/* Pagination bodky */
body .products-wrapper.product-slider-holder .product-slider-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

body .products-wrapper.product-slider-holder .pagination-button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(35, 140, 173, 0.24);
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition:
    width 0.2s ease,
    background 0.2s ease;
}

body .products-wrapper.product-slider-holder .pagination-button.active {
  width: 22px;
  border-radius: 999px;
  background: #073f40;
}

/* Tablet */
@media (max-width: 991px) {
  body .products-wrapper.product-slider-holder {
    padding: 0 36px 28px;
  }

  body .products-wrapper.product-slider-holder .product .p {
    margin: 0 8px;
  }

  body .products-wrapper.product-slider-holder .product .image {
    height: 220px;
  }

  body .products-wrapper.product-slider-holder .product .p-in {
    padding: 18px 16px 22px;
  }

  body .products-wrapper.product-slider-holder .product .name {
    font-size: 15px;
  }

  body .products-wrapper.product-slider-holder .product .price-final {
    font-size: 22px;
  }

  body .products-wrapper.product-slider-holder .product-slider-navigation {
    top: 110px;
    width: 42px;
    height: 42px;
  }

  body .products-wrapper.product-slider-holder .navigation-prev {
    left: -2px;
  }

  body .products-wrapper.product-slider-holder .navigation-next {
    right: -2px;
  }

  body
    .products-wrapper.product-slider-holder
    .product-slider-navigation::before {
    width: 11px;
    height: 11px;
    border-top-width: 2px;
    border-right-width: 2px;
  }

  body .products-wrapper.product-slider-holder .navigation-prev::before {
    left: 17px;
  }

  body .products-wrapper.product-slider-holder .navigation-next::before {
    right: 17px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  body .products-wrapper.product-slider-holder {
    padding: 0 30px 24px;
  }

  body .products-wrapper.product-slider-holder .product .p {
    margin: 0 6px;
    border-radius: 14px;
  }

  body .products-wrapper.product-slider-holder .product .image {
    height: 180px;
  }

  body .products-wrapper.product-slider-holder .product .p-in {
    padding: 15px 12px 18px;
  }

  body .products-wrapper.product-slider-holder .product .p-in-in {
    min-height: 58px;
  }

  body .products-wrapper.product-slider-holder .product .name {
    font-size: 14px;
    line-height: 1.3;
  }

  body .products-wrapper.product-slider-holder .product .price-additional {
    font-size: 12px;
  }

  body .products-wrapper.product-slider-holder .product .price-final {
    font-size: 20px;
    margin-bottom: 14px;
  }

  body .products-wrapper.product-slider-holder .product .btn.btn-primary {
    min-width: 108px;
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
  }

  body .products-wrapper.product-slider-holder .product-slider-navigation {
    top: 90px;
    width: 38px;
    height: 38px;
  }

  body .products-wrapper.product-slider-holder .navigation-prev {
    left: -4px;
  }

  body .products-wrapper.product-slider-holder .navigation-next {
    right: -4px;
  }

  body .products-wrapper.product-slider-holder .product-slider-pagination {
    margin-top: 20px;
  }
}

body .products-wrapper.product-slider-holder .product .p {
  box-shadow: none;
}

/*body .products-wrapper.product-slider-holder .product .image img {
  object-fit: fill;
}*/

.products-block > div:hover {
  box-shadow: none;
  z-index: 1;
  border-radius: 8px;
}

/* Oprava medzier okolo obrázkov v produktovom carouseli */
body
  .products-wrapper.product-slider-holder
  .products-block
  .product
  .p
  > a.image {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

body
  .products-wrapper.product-slider-holder
  .products-block
  .product
  .p
  > a.image::before,
body
  .products-wrapper.product-slider-holder
  .products-block
  .product
  .p
  > a.image::after {
  display: none;
  content: none;
}

body
  .products-wrapper.product-slider-holder
  .products-block
  .product
  .p
  > a.image
  img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transform-origin: center;
}

/* Tablet */
@media (max-width: 991px) {
  body
    .products-wrapper.product-slider-holder
    .products-block
    .product
    .p
    > a.image {
    height: 220px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  body
    .products-wrapper.product-slider-holder
    .products-block
    .product
    .p
    > a.image {
    height: 180px;
  }
}

.homepage-group-title {
  margin-bottom: 30px;
}

a.btn.btn-primary {
  font-weight: 500 !important;
}

body .products-wrapper.product-slider-holder .product .p-in-in {
  min-height: 0px;
}
/*
*
*
*
*
*
*
*
/

/* PRODUKTOVÉ KARTY - KATEGÓRIE */

/* PRODUKTOVÉ KARTY V KATEGÓRII */

body #products.products-page.products-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

body #products.products-page.products-block > .product {
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  float: none;
  box-sizing: border-box;
}

body #products.products-page.products-block > .product .p {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(35, 140, 173, 0.16);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

body #products.products-page.products-block > .product .p:hover {
  transform: none;
  border-color: rgba(35, 140, 173, 0.16);
  box-shadow: none;
}

/* Obrázok produktu bez medzier */
body #products.products-page.products-block > .product .p > a.image {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  background: transparent;
  overflow: hidden;
  text-decoration: none;
}

body #products.products-page.products-block > .product .p > a.image::before,
body #products.products-page.products-block > .product .p > a.image::after {
  display: none;
  content: none;
}

body #products.products-page.products-block > .product .p > a.image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transform-origin: center;
}

/* Obsah karty */
body #products.products-page.products-block > .product .p-in {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 22px 22px 24px;
  text-align: center;
}

body #products.products-page.products-block > .product .p-in-in {
  min-height: 66px;
}

/* Názov produktu */
body #products.products-page.products-block > .product .name {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

body #products.products-page.products-block > .product .name:hover,
body #products.products-page.products-block > .product .name:focus,
body #products.products-page.products-block > .product .name:active {
  text-decoration: none;
}

body #products.products-page.products-block > .product .name span {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Skrytie hodnotenia */
body #products.products-page.products-block > .product .ratings-wrapper {
  display: none;
}

/* Spodná časť karty */
body #products.products-page.products-block > .product .p-bottom {
  margin-top: 16px;
}

body #products.products-page.products-block > .product .prices {
  text-align: center;
}

body #products.products-page.products-block > .product .price-additional {
  margin-bottom: 6px;
  color: #7b8588;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

body #products.products-page.products-block > .product .price-final {
  margin-bottom: 20px;
  color: #073f40;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

body #products.products-page.products-block > .product .price-final strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Tlačidlo Detail */
body #products.products-page.products-block > .product .p-tools {
  display: flex;
  justify-content: center;
  align-items: center;
}

body #products.products-page.products-block > .product .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 46px;
  padding: 0 26px;
  background: #073f40;
  border: 1px solid #073f40;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body #products.products-page.products-block > .product .btn.btn-primary:hover {
  background: #0a5556;
  border-color: #0a5556;
  color: #ffffff;
  text-decoration: none;
  transform: none;
  box-shadow: 0 8px 18px rgba(7, 63, 64, 0.14);
}

/* Produkty, ktoré majú formulár a tlačidlo Do košíka */
body #products.products-page.products-block > .product .p-tools form {
  width: 100%;
}

body #products.products-page.products-block > .product .p-tools .quantity {
  display: none;
}

body #products.products-page.products-block > .product .btn.btn-cart,
body #products.products-page.products-block > .product .add-to-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 46px;
  padding: 0 26px;
  background: #073f40;
  border: 1px solid #073f40;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
}

body #products.products-page.products-block > .product .btn.btn-cart:hover,
body
  #products.products-page.products-block
  > .product
  .add-to-cart-button:hover {
  background: #0a5556;
  border-color: #0a5556;
  color: #ffffff;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 1199px) {
  body #products.products-page.products-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 991px) {
  body #products.products-page.products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body #products.products-page.products-block > .product .p > a.image {
    height: 220px;
  }

  body #products.products-page.products-block > .product .p-in {
    padding: 18px 16px 22px;
  }

  body #products.products-page.products-block > .product .name {
    font-size: 15px;
  }

  body #products.products-page.products-block > .product .price-final {
    font-size: 22px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  body #products.products-page.products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body #products.products-page.products-block > .product .p {
    border-radius: 14px;
  }

  body #products.products-page.products-block > .product .p > a.image {
    height: 180px;
  }

  body #products.products-page.products-block > .product .p-in {
    padding: 15px 12px 18px;
  }

  body #products.products-page.products-block > .product .p-in-in {
    min-height: 58px;
  }

  body #products.products-page.products-block > .product .name {
    font-size: 14px;
    line-height: 1.3;
  }

  body #products.products-page.products-block > .product .price-additional {
    font-size: 12px;
  }

  body #products.products-page.products-block > .product .price-final {
    font-size: 20px;
    margin-bottom: 14px;
  }

  body #products.products-page.products-block > .product .btn.btn-primary,
  body #products.products-page.products-block > .product .btn.btn-cart,
  body #products.products-page.products-block > .product .add-to-cart-button {
    min-width: 108px;
    height: 40px;
    padding: 0 18px;
    font-size: 14px;
  }
}

/* Veľmi malé mobily */
@media (max-width: 420px) {
  body #products.products-page.products-block {
    grid-template-columns: 1fr;
  }
}

body #products.products-page.products-block > .product .p-in {
  flex: 1 1 auto;
  padding: 0px;
  margin-top: 20px !important;
}

#products.products-page.products-block > .product .p-bottom {
  margin-top: 0px;
}

#products.products-page.products-block > .product .p-bottom {
  margin-top: 0px !important;
}

#products.products-page.products-block > .product .price-final {
  margin-bottom: 0px !important;
  color: #073f40;
}

/* OPRAVA */

/* Produktové karty v kategórii - zobrazenie množstva */
body #products.products-page.products-block > .product .p-tools .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

/* Formulár v kartách s košíkom */
body #products.products-page.products-block > .product .p-tools form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Vstup množstva */
body
  #products.products-page.products-block
  > .product
  .p-tools
  .quantity
  input.amount {
  width: 54px;
  height: 40px;
  margin: 0 6px;
  padding: 0;
  border: 1px solid rgba(35, 140, 173, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

/* Plus a mínus */
body
  #products.products-page.products-block
  > .product
  .p-tools
  .quantity
  .increase,
body
  #products.products-page.products-block
  > .product
  .p-tools
  .quantity
  .decrease {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(35, 140, 173, 0.22);
  border-radius: 50%;
  background: #f7fbfc;
  color: #073f40;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
}

/* Do košíka pod množstvom */
body #products.products-page.products-block > .product .btn.btn-cart,
body #products.products-page.products-block > .product .add-to-cart-button {
  margin-top: 4px;
}

/* 3 PRODUKTY V JEDNOM RIADKU */

body #products.products-page.products-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

@media (max-width: 1199px) {
  body #products.products-page.products-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 991px) {
  body #products.products-page.products-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 420px) {
  body #products.products-page.products-block {
    grid-template-columns: 1fr;
  }
}

/* button top */

a.btn.goToTop__button {
  border: 0px;
  font-weight: 500;
}

.btn.btn-secondary {
  font-weight: 500;
  border-radius: 8px;
}

.quantity {
  display: visible;
  border-width: 0px;
}

.quantity:hover {
  box-shadow: none;
}

.quantity .decrease:before {
  top: -8px !important;
  background-color: transparent !important;
}

.quantity .increase:before {
  top: -8px !important;
  background-color: transparent !important;
}

/* FOOTER */
#footer {
  background-color: #1d89aa;
}

#footer h4 {
  color: #c8f3f3;
}

.footer-rows ul li {
  color: white;
}

#footer a {
  text-decoration: none;
  color: white;
}

.footer-bottom {
  background-color: #003838;
}
.footer-bottom {
  text-align: left;
  color: white;
}
.footer-bottom a {
  color: #1d89aa !important;
}

/* ZOBRAZOVANIE PRODUKTOV NA MOBILE */
@media (max-width: 767px) {
  body #products.products-page.products-block > .product .p {
    border-radius: 14px;
    width: 250px;
    margin: 0 auto;
  }

  .content-wrapper.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sortingToggle {
  border-radius: 10px;
}

#content .btn.unveil-button,
#footer .btn.unveil-button {
  border-radius: 10px;
}

.listSorting__controls {
  padding: 8px;
  border-radius: 0px 0px 10px 10px;
}

body #products.products-page.products-block > .product .name span {
  overflow: visible;
}

@media (min-width: 1200px) {
  .multiple-columns-body.type-product .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.add-to-cart-button,
.cart-related-button .btn.btn-sm,
.surcharge-list select,
.variant-list select {
  border-radius: 10px;
}

.custom-radio-container {
  background: #fff;
  border: 1px solid #fff;
}

.p-to-cart-block {
  background-color: #fff;
}

.p-to-cart-block .quantity .increase:before {
  top: 0px !important;
}

.p-to-cart-block .quantity .decrease:before {
  top: 0px !important;
}

.btn.btn-conversion {
  color: #ffffff;
  font-weight: 500;
}

.btn.btn-conversion:hover {
  color: #ffffff;
  font-weight: 500;
}

.shp-tabs-holder ul.shp-tabs li a {
  font-weight: 300;
  font-size: 16px;
}

.shp-tabs-holder ul.shp-tabs a.shp-tab-link {
  font-size: 18px;
}

.discussion-form .form-group > .form-control,
.vote-form .form-group > .form-control {
  border-radius: 10px;
}

.btn.btn-sm,
a.btn.btn-sm {
  line-height: 20px;
  padding: 20px 20px;
  border-radius: 8px;
}

:where(.ums_discussion_rating_forms--on) .btn {
  font-weight: 500;
}

/* MESSAGE NOTICE AND MESSAGE SUCCES */
.msg.msg-notice,
.msg.msg-success {
  background-color: #1d89aa;
  border-color: #1d89aa;
}

.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #ffffff;
  border-radius: 10px;
}

.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #ffffff;
  font-weight: 400;
  border-radius: 10px;
}

/* CART */

ol.cart-header li.active strong {
  color: white;
}

ol.cart-header li.completed a {
  color: white;
}

.desktop .shipping-billing-table .radio-wrapper:hover {
  border-radius: 10px;
}

@media (min-width: 992px) {
  body .header-top .site-name img {
    display: block;
    width: 300px;
    max-width: 300px;
    height: auto;
  }
}
@media (min-width: 480px) {
  #header .site-name a img {
    max-height: 100%;
  }
}

@media (max-width: 767px) {
  body .products-wrapper.product-slider-holder .product-slider-navigation {
    top: 200px;
  }

  /* CONTROL MOBILE - ARROWS */

  .carousel-control:before {
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    width: 20px;
  }

  .carousel-control.left:before {
    left: -56px;
  }
  .carousel-control.right:before {
    left: -56px;
  }

  .carousel-control.right:before {
    left: 80px;
  }
}

@media (min-width: 992px) {
  span.copyright {
    margin-left: 200px;
  }
}

@media (max-width: 767px) {
  .banner {
    min-height: 0px;
  }
}

body .products-wrapper.product-slider-holder .product .name span {
  min-height: 100%;
}

/* COOKIE LIŠTA */

.siteCookies__form {
  background-color: #1c89ab;
}

@media (min-width: 768px) {
  .siteCookies--bottom.siteCookies--scrolled {
    background-color: #1c89ab;
  }
}
