/*
Theme Name: VoordeelPack
Author: CZECH.click
Description: 
Version: 0.0.1
*/
/* CSS RESET, thanks https://www.joshwcomeau.com/css/custom-css-reset/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* COLORS */
/* FONTS */
/* ARROWS */
.arrow {
  border: solid #0b507e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.arrow.white {
  border-color: white;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Heavy Oblique'), url('fonts/Avenir-HeavyOblique.woff2') format('woff2'), url('fonts/Avenir-HeavyOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black';
  src: local('Avenir Black'), url('fonts/Avenir-Black.woff2') format('woff2'), url('fonts/Avenir-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Light Oblique'), url('fonts/Avenir-LightOblique.woff2') format('woff2'), url('fonts/Avenir-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: local('Avenir Book'), url('fonts/Avenir-Book.woff2') format('woff2'), url('fonts/Avenir-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Oblique'), url('fonts/Avenir-Oblique.woff2') format('woff2'), url('fonts/Avenir-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Medium Oblique'), url('fonts/Avenir-MediumOblique.woff2') format('woff2'), url('fonts/Avenir-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Heavy'), url('fonts/Avenir-Heavy.woff2') format('woff2'), url('fonts/Avenir-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Medium'), url('fonts/Avenir-Medium.woff2') format('woff2'), url('fonts/Avenir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Roman'), url('fonts/Avenir-Roman.woff2') format('woff2'), url('fonts/Avenir-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: local('Avenir Light'), url('fonts/Avenir-Light.woff2') format('woff2'), url('fonts/Avenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: local('Avenir Book Oblique'), url('fonts/Avenir-BookOblique.woff2') format('woff2'), url('fonts/Avenir-BookOblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Black Oblique';
  src: local('Avenir Black Oblique'), url('fonts/Avenir-BlackOblique.woff2') format('woff2'), url('fonts/Avenir-BlackOblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* VARIABLES */
/* HEADING */
h2.column.grid-12 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
h2.column.grid-12::before,
h2.column.grid-12::after {
  content: '';
  display: block;
  height: 1px;
  background: #dbdbdb;
}
/* MAIN */
html {
  font-family: 'Avenir', sans-serif;
  word-break: break-word;
  hyphens: auto;
  background: white;
}
.box {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: calc(1220px + 100px)) {
  .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .box {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* HEADER */
header.site-header .box .top-menu {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  padding: 20px 0;
}
header.site-header .box .top-menu .top-menu-left {
  display: flex;
  gap: 10px;
}
header.site-header .box .top-menu .top-menu-left .site-branding .site-logo a img {
  width: auto;
  height: 80px;
}
header.site-header .box .top-menu .top-menu-left .site-branding .site-logo a:hover {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}
header.site-header .box .top-menu .top-menu-left .hamburger-menu {
  display: none;
}
header.site-header .box .top-menu .top-menu-right {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  gap: 20px;
}
header.site-header .box .top-menu .top-menu-right .account,
header.site-header .box .top-menu .top-menu-right .cart {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
  gap: 4px;
}
header.site-header .box .top-menu .top-menu-right .account svg,
header.site-header .box .top-menu .top-menu-right .cart svg {
  width: 25px;
  height: 25px;
}
header.site-header .box .top-menu .top-menu-right .account a,
header.site-header .box .top-menu .top-menu-right .cart a {
  font-size: 11px;
  color: #1c274c;
  text-decoration: none;
}
header.site-header .box .top-menu .top-menu-right .account .item-count,
header.site-header .box .top-menu .top-menu-right .cart .item-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #337cac;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 2px 6px;
}
header.site-header .box .bottom-menu {
  background: #181818;
  background-size: 100% calc(100% - 74px);
  border-radius: 5px;
  height: 74px;
  padding: 0 0  0 30px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
}
header.site-header .box .bottom-menu nav {
  display: flex;
  gap: 20px;
}
header.site-header .box .bottom-menu nav a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
header.site-header .box .bottom-menu nav a:hover {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
}
header.site-header .box .bottom-menu nav a.current-menu-item {
  color: #337cac;
}
header.site-header .box .bottom-menu nav a.b2b-menu::before {
  content: 'B2B';
  color: #0b507e;
  background: #fff;
  border-radius: 5px;
  margin-right: 6px;
  padding: 2px 6px;
}
header.site-header .box .bottom-menu nav a.b2b-menu.current-menu-item::before {
  background: #337cac;
  color: #0b507e;
}
header.site-header .box .bottom-menu nav a.instagram {
  filter: brightness(1000);
  height: 18px;
  width: 18px;
}
header.site-header .box .bottom-menu .categories {
  position: relative;
}
header.site-header .box .bottom-menu .categories a.categories-toggle {
  background: #337cac;
  padding: 6px 15px;
  border-radius: 5px;
}
header.site-header .box .bottom-menu .categories a.categories-toggle:hover {
  color: #fff;
  filter: brightness(0.9);
}
header.site-header .box .bottom-menu .categories .categories-list {
  position: absolute;
  top: 52px;
  left: -30px;
  width: calc(100% + 120px);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s linear;
  padding: 5px 0;
  box-shadow: 0 15px 30px -4px rgba(0, 0, 0, 0.17);
  z-index: 500;
}
header.site-header .box .bottom-menu .categories .categories-list a {
  display: grid;
  grid-template-columns: 30px auto;
  color: black;
  align-items: center;
  padding: 4px 10px;
  font-weight: 200;
  gap: 10px;
  font-size: 14px;
  text-transform: none;
}
header.site-header .box .bottom-menu .categories .categories-list a img {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  object-fit: contain;
  background: white;
  padding: 2px;
}
header.site-header .box .bottom-menu .categories .categories-list a:hover {
  background: #337cac;
  color: #fff;
}
header.site-header .box .bottom-menu .categories .categories-list.active {
  opacity: 1;
  pointer-events: all;
}
header.site-header .box .bottom-menu .menu {
  display: none;
}
header.site-header .box .bottom-menu .search {
  background: #337cac;
  padding: 0 25px;
  height: 100%;
  display: grid;
  justify-content: end;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 0;
  position: relative;
  transition: all 0.6s linear;
  width: 74px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 10;
  justify-self: end;
}
header.site-header .box .bottom-menu .search input {
  transition: all 0.6s linear;
  border: none;
  background: transparent;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 12px;
  width: 0px;
  position: absolute;
  right: 59px;
}
header.site-header .box .bottom-menu .search input:hover,
header.site-header .box .bottom-menu .search input:focus {
  outline: none;
}
header.site-header .box .bottom-menu .search svg {
  cursor: pointer;
  transition: all 0.2s linear;
}
header.site-header .box .bottom-menu .search.active {
  width: 229px;
}
header.site-header .box .bottom-menu .search.active input {
  background: #fff;
  width: 140px;
  right: 64px;
}
header.site-header .box .bottom-menu .search.active svg {
  filter: invert(1);
}
header.site-header .box .bottom-menu .search.active #search-results {
  opacity: 1;
  pointer-events: all;
}
header.site-header .box .bottom-menu .search #search-results {
  position: absolute;
  top: 72px;
  padding: 12px 10px 10px 10px;
  background: #ffeedd;
  font-size: 12px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
header.site-header .box .bottom-menu .search #search-results .search-categories,
header.site-header .box .bottom-menu .search #search-results .search-products,
header.site-header .box .bottom-menu .search #search-results .search-message {
  display: grid;
  gap: 6px;
}
header.site-header .box .bottom-menu .search #search-results .search-categories a,
header.site-header .box .bottom-menu .search #search-results .search-products a,
header.site-header .box .bottom-menu .search #search-results .search-message a {
  display: grid;
  gap: 10px;
  grid-template-columns: 30px auto;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  color: black;
}
header.site-header .box .bottom-menu .search #search-results .search-categories a img,
header.site-header .box .bottom-menu .search #search-results .search-products a img,
header.site-header .box .bottom-menu .search #search-results .search-message a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 5px;
  background: white;
}
@media screen and (max-width: 1080px) {
  header.site-header .box .bottom-menu {
    grid-template-columns: auto auto 1fr;
  }
  header.site-header .box .bottom-menu .menu {
    display: block;
    position: relative;
  }
  header.site-header .box .bottom-menu .menu a.menu-toggle {
    background: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    color: #0b507e;
    display: inline-block;
  }
  header.site-header .box .bottom-menu .menu a.menu-toggle:hover {
    filter: brightness(0.9);
  }
  header.site-header .box .bottom-menu .menu .menu-list {
    position: absolute;
    top: 52px;
    left: -30px;
    width: calc(100% + 60px);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s linear;
    padding: 5px 0;
    box-shadow: 0 15px 30px -4px rgba(0, 0, 0, 0.17);
    display: grid;
    z-index: 500;
  }
  header.site-header .box .bottom-menu .menu .menu-list a {
    color: black;
    padding: 4px 10px;
    font-weight: 200;
    font-size: 12px;
    text-transform: none;
    width: 100%;
    display: inline-block;
    height: 26px;
  }
  header.site-header .box .bottom-menu .menu .menu-list a.b2b-menu {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 5px;
    justify-content: start;
  }
  header.site-header .box .bottom-menu .menu .menu-list a.b2b-menu::before {
    content: "B2B";
    color: #fff;
    background: #0b507e;
    border-radius: 5px;
    font-size: 8px;
    margin-right: 0px;
    padding: 2px 6px;
  }
  header.site-header .box .bottom-menu .menu .menu-list a svg {
    height: 16px;
    width: 16px;
  }
  header.site-header .box .bottom-menu .menu .menu-list.active {
    opacity: 1;
    pointer-events: all;
  }
  header.site-header .box .bottom-menu .site-menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  header.site-header .box .bottom-menu {
    padding: 0 0 0 20px;
  }
  header.site-header .box .bottom-menu .search {
    height: 74px;
    position: absolute;
    right: 8px;
  }
}
main.content {
  padding: 30px 0;
}
main.content .box {
  display: grid;
  grid-template-columns: 240px 1fr;
  justify-content: start;
  gap: 30px;
}
main.content .box aside .sidebar-banners {
  display: grid;
  gap: 30px;
}
main.content .box aside .sidebar-banners .sidebar-banner {
  position: relative;
  background: #f78b20;
  width: 240px;
  height: 330px;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px;
  color: white;
}
main.content .box aside .sidebar-banners .sidebar-banner .banner-thumbnail {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
main.content .box aside .sidebar-banners .sidebar-banner .banner-thumbnail img {
  transition: all 0.1s linear;
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
}
main.content .box aside .sidebar-banners .sidebar-banner .banner-title {
  position: relative;
  z-index: 50;
}
main.content .box aside .sidebar-banners .sidebar-banner .banner-content {
  position: relative;
  z-index: 50;
}
main.content .box aside .sidebar-banners .sidebar-banner:hover .banner-thumbnail img {
  transform: scale(1.1);
}
main.content .box .homepage-banners {
  height: 480px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  grid-column: span 2;
}
main.content .box .homepage-banners .banner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.6s linear;
  pointer-events: none;
}
main.content .box .homepage-banners .banner.active {
  opacity: 1;
  pointer-events: all;
}
main.content .box .homepage-banners .banner .banner-background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main.content .box .homepage-banners .banner .banner-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.content .box .homepage-banners .banner .banner-text {
  position: absolute;
  padding: 30px;
  display: grid;
  gap: 12px;
  color: white;
  width: 30%;
  justify-items: start;
}
main.content .box .homepage-banners .banner .banner-text.left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main.content .box .homepage-banners .banner .banner-text.top-left {
  top: 0;
  left: 0;
}
main.content .box .homepage-banners .banner .banner-text.top-right {
  top: 0;
  right: 0;
}
main.content .box .homepage-banners .banner .banner-text.right {
  justify-items: end;
  text-align: right;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
main.content .box .homepage-banners .banner .banner-text.bottom-left {
  bottom: 0;
  left: 0;
}
main.content .box .homepage-banners .banner .banner-text.bottom-right {
  bottom: 0;
  right: 0;
}
main.content .box .homepage-banners .banner .banner-text.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
main.content .box .homepage-banners .banner .banner-text.top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main.content .box .homepage-banners .banner .banner-text a {
  background-color: #181818;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
main.content .box .homepage-banners .banner .banner-text a:hover {
  filter: brightness(0.8);
}
main.content .box .homepage-banners .banner-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.content .box .homepage-banners .banner-controls .dot {
  cursor: pointer;
  width: 30px;
  height: 10px;
  background-color: white;
  border-radius: 50px;
  margin: 0 5px;
  transition: all 0.1s linear;
}
main.content .box .homepage-banners .banner-controls .dot.active {
  background-color: #181818;
}
main.content .box .main-content {
  display: grid;
  gap: 30px;
}
main.content .box .full-content {
  grid-column: span 2;
}
main.content .box .full-content .title {
  margin-bottom: 30px;
  padding: 4px 30px;
  background: #eaebeb;
  border-radius: 5px;
}
main.content .box .full-content .title h1 {
  font-size: 24px;
}
main.content .box .full-content .not-available {
  display: grid;
  justify-items: center;
  max-width: 750px;
  justify-self: center;
  text-align: center;
}
main.content .box .full-content .not-available a {
  color: #337cac;
}
main.content div.content {
  display: grid;
  gap: 30px;
}
main.content ul {
  list-style-type: disc;
  margin-left: 20px;
}
main.content blockquote {
  padding-left: 10px;
  border-left: 4px solid #181818;
}
main.content .post-image img {
  max-height: 320px;
  object-fit: cover;
  border-radius: 5px;
}
main.content .not-logged,
main.content .logged-b2b,
main.content .logged-b2c {
  padding: 40px;
  border-radius: 5px;
}
main.content .not-logged p,
main.content .logged-b2b p,
main.content .logged-b2c p {
  margin: 4px 0 20px;
}
main.content .not-logged a,
main.content .logged-b2b a,
main.content .logged-b2c a {
  color: inherit;
}
main.content .not-logged {
  text-align: center;
}
main.content .not-logged button {
  background: #337cac;
  color: white;
  border: 0px solid black;
  outline: none;
  padding: 10px 20px;
  border-radius: 5px;
}
main.content .logged-b2b {
  background: #144f7c;
  text-align: center;
  color: white;
}
main.content .logged-b2c {
  background: #337cac;
  color: white;
}
@media screen and (max-width: 1220px) {
  main.content .box {
    grid-template-columns: 1fr;
  }
  main.content .box .main-content {
    order: -5;
  }
  main.content .box aside .sidebar-banners {
    display: flex;
    gap: 10px;
  }
  main.content .box aside .sidebar-banners .sidebar-banner {
    width: 100%;
    max-width: 33%;
  }
  main.content .box .full-content {
    grid-column: span 1;
  }
  main.content .box .homepage-banners {
    grid-column: span 1;
    order: -20;
  }
  main.content.archive-product .box .main-content {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  main.content .box .main-content .homepage-banners {
    height: 400px;
  }
  main.content .box .main-content .homepage-banners .banner .banner-text {
    width: 90%;
    background: #0000004a;
  }
}
.columns.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  position: relative;
}
.columns.grid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.2s linear;
}
.columns.grid.loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 50;
  backdrop-filter: blur(3px);
}
.columns.grid .column.grid-1 {
  grid-column: span 1;
}
.columns.grid .column.grid-2 {
  grid-column: span 2;
}
.columns.grid .column.grid-3 {
  grid-column: span 3;
}
.columns.grid .column.grid-4 {
  grid-column: span 4;
}
.columns.grid .column.grid-5 {
  grid-column: span 5;
}
.columns.grid .column.grid-6 {
  grid-column: span 6;
}
.columns.grid .column.grid-7 {
  grid-column: span 7;
}
.columns.grid .column.grid-8 {
  grid-column: span 8;
}
.columns.grid .column.grid-9 {
  grid-column: span 9;
}
.columns.grid .column.grid-10 {
  grid-column: span 10;
}
.columns.grid .column.grid-11 {
  grid-column: span 11;
}
.columns.grid .column.grid-12 {
  grid-column: span 12;
}
@media screen and (max-width: 1000px) {
  .columns.grid .column.grid-1 {
    grid-column: span 2;
  }
  .columns.grid .column.grid-2 {
    grid-column: span 3;
  }
  .columns.grid .column.grid-3 {
    grid-column: span 4;
  }
  .columns.grid .column.grid-4 {
    grid-column: span 6;
  }
  .columns.grid .column.grid-5 {
    grid-column: span 8;
  }
  .columns.grid .column.grid-6 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 768px) {
  .columns.grid .column.grid-1 {
    grid-column: span 3;
  }
  .columns.grid .column.grid-2 {
    grid-column: span 6;
  }
  .columns.grid .column.grid-3 {
    grid-column: span 12;
  }
}
.top-product-categories {
  display: grid;
  gap: 10px;
}
.top-product-categories a {
  display: grid;
  gap: 20px;
  color: #0b507e;
  align-items: center;
  border-radius: 5px;
  align-items: end;
  padding: 5px 5px 0px;
  text-decoration: none;
  position: relative;
  height: 160px;
}
.top-product-categories a img {
  position: absolute;
  left: 25%;
  width: 100%;
  max-width: 50%;
  height: 200px;
  object-fit: scale-down;
  transition: all 0.2s ease-in-out;
}
.top-product-categories a:hover img {
  transform: scale(1.1);
}
.top-product-categories a:hover div {
  backdrop-filter: blur(8px);
}
.top-product-categories a div {
  text-align: center;
  background: #ffffff9e;
  position: relative;
  padding: 5px;
  backdrop-filter: blur(3px);
  transition: all 0.2s ease-in-out;
}
.top-product-categories a div h3 {
  font-size: 16px;
}
.top-product-categories a div p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .top-product-categories.columns.grid .column.grid-3 {
    grid-column: span 6 !important;
  }
}
.homepage-top {
  background: #0b507e;
  padding: 35px 50px;
  border-radius: 5px;
  position: relative;
}
.homepage-top h2 {
  color: white;
  margin-left: 110px;
}
.homepage-top .calendar {
  position: absolute;
  left: 50px;
  top: -30px;
}
.homepage-top .calendar svg,
.homepage-top .calendar img {
  width: 100px;
  height: 100px;
  z-index: 0;
}
.top-brands {
  background: white;
  padding: 35px 50px;
  border-radius: 5px;
  position: relative;
  align-items: center;
}
.top-brands h2 {
  color: #337cac;
}
.top-brands .brand-item {
  justify-self: center;
  width: 100%;
  background: white;
  border-radius: 5px;
}
.top-brands .brand-item a {
  padding: 5px 25px;
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}
.product-item {
  display: grid;
  gap: 10px;
  border: 1px solid #eaebeb;
  background: white;
  padding: 5px;
  border-radius: 5px;
  align-items: start;
  grid-template-rows: 100px 1fr;
}
.product-item a {
  text-decoration: none;
}
.product-item a.thumbnail {
  background: white;
  border-radius: 5px;
  position: relative;
}
.product-item a.thumbnail img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.product-item a.thumbnail p.stock {
  position: absolute;
  bottom: 2px;
  left: 2px;
  background: #337cac;
  color: white;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 10px;
}
.product-item div.product-item-details {
  display: grid;
  gap: 10px;
}
.product-item div.product-item-details h3 {
  font-size: 14px;
  color: #0b507e;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 58px;
}
.product-item div.product-item-details p.price {
  text-align: center;
  background: #edebeb;
  border-radius: 5px;
  padding: 6px 0;
  display: grid;
  gap: 8px;
  line-height: 1;
}
.product-item div.product-item-details p.price .wholesale_price_container > ins {
  display: grid !important;
  gap: 8px;
}
.product-item div.product-item-details p.price .wholesale_price_container .wholesale_price_title {
  display: none;
}
.product-item div.product-item-details p.price > span.woocommerce-Price-amount,
.product-item div.product-item-details p.price > ins span.woocommerce-Price-amount,
.product-item div.product-item-details p.price .wholesale_price_container ins > span.woocommerce-Price-amount {
  font-size: 16px;
  font-weight: bold;
  color: #337cac;
}
.product-item div.product-item-details p.price small.woocommerce-price-suffix,
.product-item div.product-item-details p.price ins small.woocommerce-price-suffix {
  color: #979797;
  font-size: 10px;
}
.product-item div.product-item-details p.price small.woocommerce-price-suffix::after,
.product-item div.product-item-details p.price ins small.woocommerce-price-suffix::after {
  content: ' excl. BTW';
}
.product-item div.product-item-details p.price > del,
.product-item div.product-item-details p.price > del span.woocommerce-Price-amount {
  text-decoration-color: #337cac;
  text-decoration-thickness: 2px;
}
.product-item div.product-item-details p.price ins {
  text-decoration: none;
}
.product-item div.product-item-details p.price.b2b > span.woocommerce-Price-amount,
.product-item div.product-item-details p.price.b2b > ins span.woocommerce-Price-amount,
.product-item div.product-item-details p.price.b2b .wholesale_price_container ins > span.woocommerce-Price-amount {
  color: #979797;
  font-size: 10px;
  font-weight: 400;
}
.product-item div.product-item-details p.price.b2b > span.woocommerce-Price-amount::after,
.product-item div.product-item-details p.price.b2b > ins span.woocommerce-Price-amount::after,
.product-item div.product-item-details p.price.b2b .wholesale_price_container ins > span.woocommerce-Price-amount::after {
  content: ' incl. BTW';
}
.product-item div.product-item-details p.price.b2b small.woocommerce-price-suffix,
.product-item div.product-item-details p.price.b2b ins small.woocommerce-price-suffix {
  font-size: 16px;
  font-weight: bold;
  color: #337cac;
  order: -5;
}
.product-item div.product-item-details p.price.b2b small.woocommerce-price-suffix::after,
.product-item div.product-item-details p.price.b2b ins small.woocommerce-price-suffix::after {
  content: '';
}
.product-item div.product-item-details p.price.b2b > del,
.product-item div.product-item-details p.price.b2b > del span.woocommerce-Price-amount {
  text-decoration-color: #337cac;
  text-decoration-thickness: 2px;
  font-size: 11px;
  color: gray;
}
.product-item div.product-item-details p.price.b2b > del bdi::after,
.product-item div.product-item-details p.price.b2b > del span.woocommerce-Price-amount bdi::after {
  content: ' incl. BTW';
}
.product-item div.product-item-details a.addToCart {
  background: #181818;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}
footer.site-footer {
  margin-bottom: 20px;
  display: grid;
  gap: 30px;
}
footer.site-footer .box.blue {
  align-items: center;
  padding: 30px;
  background: #181818;
  color: white;
  border-radius: 5px;
}
footer.site-footer .box.blue .site-menu {
  display: grid;
  gap: 4px;
}
footer.site-footer .box.blue .site-menu ul {
  display: flex;
  gap: 6px 20px;
  flex-wrap: wrap;
}
footer.site-footer .box.blue .site-menu ul li a {
  color: white;
}
footer.site-footer .box.blue .site-menu ul li a:hover {
  color: #337cac;
}
footer.site-footer .box.blue .site-menu p {
  margin-top: 16px;
}
footer.site-footer .box .site-menu ul li.cart a {
  display: flex;
  align-items: center;
}
footer.site-footer .box .site-menu ul li.cart a::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url("icons/cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(20);
}
footer.site-footer .box .footer-details {
  display: grid;
  gap: 10px;
  align-self: center;
  text-align: center;
}
footer.site-footer .box .footer-details img {
  height: 150px;
  margin: 0 auto;
  width: auto;
}
footer.site-footer .box .footer-details p a {
  color: black;
}
footer.site-footer .box .footer-details p a:hover {
  color: #337cac;
}
footer.site-footer .box .footer-details .footer-details-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
footer.site-footer .box .footer-details .footer-details-social a {
  display: grid;
  grid-template-columns: 20px 1fr;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
footer.site-footer .box .footer-details .footer-details-social a img,
footer.site-footer .box .footer-details .footer-details-social a svg {
  height: 20px;
  width: 20px;
}
footer.site-footer .box .footer-details .footer-details-social a.whatsapp {
  background: #25D366;
}
footer.site-footer .box .footer-details .footer-details-social a.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
footer.site-footer .box .footer-details .footer-details-social a.facebook {
  background: #0866ff;
}
footer.site-footer .box #leaflet-map {
  border-radius: 5px;
  overflow: hidden;
}
footer.site-footer .box #leaflet-map .leaflet-attribution-flag {
  display: none !important;
}
footer.site-footer .box .logo.column img {
  max-height: 120px;
  display: grid;
}
footer.site-footer .cc-copy p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
footer.site-footer .cc-copy p img {
  height: 14px;
  margin-left: 6px;
  display: inline;
}
footer.site-footer .cc-copy p a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2656a3;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .box .column {
    grid-column: span 12 !important;
  }
  footer.site-footer .box.blue .column {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .box.blue .column {
    grid-column: span 12 !important;
  }
  footer.site-footer .box.blue .site-menu {
    justify-items: center;
  }
  footer.site-footer .box.blue .site-menu ul {
    display: grid;
    justify-items: center;
  }
}
.woonotification-container {
  width: 100%;
  position: fixed;
  z-index: 50000;
}
.woonotification-container .woonotification {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
  background: transparent;
  color: transparent;
  border-radius: 5px;
  position: relative;
  top: 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  box-shadow: 0 0 6px 0px #00000047;
}
.woonotification-container .woonotification.active {
  background: #f68b1f;
  color: white;
  opacity: 1;
}
.woonotification-container .woonotification .message {
  font-size: 14px;
}
.woonotification-container .woonotification .message a {
  color: white;
  font-weight: 600;
}
.woonotification-container .woonotification .close {
  position: absolute;
  right: 5px;
  height: 20px;
  width: 20px;
  top: 5px;
  cursor: pointer;
}
.woocommerce-breadcrumb {
  background: #f7f7f7;
  padding: 5px 20px !important;
  border-radius: 5px;
}
.woocommerce-products-header__title,
.woocommerce-ordering {
  display: none !important;
}
.woocommerce-pagination ul {
  display: flex !important;
  justify-content: center;
  border: none !important;
  gap: 10px;
}
.woocommerce-pagination ul li {
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  border-radius: 5px;
  background: #eaebeb;
  border: none;
  width: 100%;
  color: black;
}
.woocommerce-pagination ul li span.current {
  background: #337cac !important;
  color: white !important;
}
.woocommerce-result-count {
  font-size: 12px !important;
}
@media screen and (max-width: 640px) {
  .woocommerce-pagination ul {
    gap: 5px;
  }
  .woocommerce-pagination ul li {
    width: 24px;
    height: 24px;
  }
  .woocommerce-pagination ul li a,
  .woocommerce-pagination ul li span {
    font-size: 12px !important;
  }
}
.noUi-target {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 4px !important;
  margin: 10px 0 !important;
}
.noUi-target .noUi-base .noUi-origin .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  background-color: #337cac !important;
  border: 2px solid #337cac !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  outline: none !important;
}
.noUi-target .noUi-base .noUi-origin .noUi-handle:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.noUi-target .noUi-base .noUi-origin .noUi-handle::after,
.noUi-target .noUi-base .noUi-origin .noUi-handle::before {
  display: none !important;
}
.noUi-target .noUi-base .noUi-origin .noUi-handle:active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper {
  right: 0;
  top: -8px;
}
.noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower {
  top: -8px;
  right: -20px;
}
.aside-categories-list {
  display: grid;
  gap: 12px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.aside-categories-list a {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 10px;
  align-items: center;
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.aside-categories-list a img {
  border-radius: 5px;
  background: white;
  padding: 2px;
}
#product-filters {
  display: grid;
  gap: 20px;
}
#product-filters > div {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  display: grid;
  gap: 10px;
}
#product-filters .filter-price .price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 20px;
}
#product-filters .filter-price .price-inputs input {
  width: 100%;
  font-size: 12px;
  height: 22px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #eaebeb;
  color: #6f6d6d;
  text-align: center;
}
#product-filters .filter-brand .brand-checkboxes {
  display: grid;
  gap: 6px;
  max-height: 200px;
  overflow-y: auto;
}
#product-filters .filter-brand .brand-checkboxes label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 0;
}
#product-filters .filter-sorting select {
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 4px;
}
.woocommerce-notices-wrapper {
  display: none !important;
}
.wc-block-cart .wc-block-cart-items td {
  padding: 8px !important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  vertical-align: middle !important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
  display: grid;
  align-items: center;
  gap: 4px 20px;
  grid-template-columns: auto 64px 140px;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap > * {
  margin-bottom: 0 !important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap a.wc-block-components-product-name {
  font-size: 14px;
  color: black;
  text-decoration: none;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-components-product-price {
  display: grid;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
  margin-left: 0 !important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  display: none;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
  order: 5;
  grid-column: span 3;
  display: none;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  display: flex;
  align-items: stretch;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin: 0 !important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  height: 30px;
  width: 30px;
  font-size: 0px;
  color: white;
  background: url('icons/trash.svg') center center no-repeat;
  background-size: 15px;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  vertical-align: middle !important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total span {
  color: orange;
  font-size: 20px;
  font-weight: bold;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
  border: none;
  background: #0b507e;
  color: white;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge span {
  font-size: 14px;
  color: white;
}
.wc-block-cart__sidebar {
  position: sticky;
  top: 0;
  height: 100%;
}
.wc-block-cart__sidebar .wc-block-cart__submit-button {
  background: #0b507e;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}
.wc-block-components-checkout-place-order-button {
  background: #0b507e;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  border: 0px solid black;
}
.wc-block-checkout__shipping-method,
.wc-block-components-shipping-address,
.wc-block-components-totals-shipping__collaterals,
.wc-block-components-totals-shipping__change-address__link {
  display: none;
}
.product-details .gallery .product-gallery-main {
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
}
.product-details .gallery .product-gallery-main img {
  object-fit: scale-down;
}
.product-details .gallery .product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.product-details .gallery .product-gallery-thumbs img {
  border-radius: 5px;
}
.product-details .summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-details .summary .short-description {
  display: grid;
  gap: 8px;
}
.product-details .summary .short-description p {
  font-size: 14px;
}
.product-details .summary .product-boxes {
  display: grid;
  gap: 6px;
}
.product-details .summary .product-boxes > div {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
  align-items: center;
}
.product-details .summary .product-boxes .pricestock .stocks {
  display: grid;
  gap: 6px;
}
.product-details .summary .product-boxes .pricestock .stocks .stock-status {
  display: grid;
  grid-template-columns: 16px auto;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.product-details .summary .product-boxes .pricestock .stocks .stock-status .green {
  color: #144f7c;
}
.product-details .summary .product-boxes .pricestock .stocks .stock-status .orange {
  color: #337cac;
}
.product-details .summary .product-boxes .pricestock .price {
  text-align: center;
  background: #edebeb;
  border-radius: 5px;
  padding: 6px 0;
  display: grid;
  gap: 8px;
  line-height: 1;
}
.product-details .summary .product-boxes .pricestock .price .b2b-restricted-message {
  color: #0b507e;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: bold;
}
.product-details .summary .product-boxes .pricestock .price .wholesale_price_container > ins {
  display: grid !important;
  gap: 8px;
}
.product-details .summary .product-boxes .pricestock .price .wholesale_price_container .wholesale_price_title {
  display: none;
}
.product-details .summary .product-boxes .pricestock .price > span.woocommerce-Price-amount,
.product-details .summary .product-boxes .pricestock .price > ins span.woocommerce-Price-amount,
.product-details .summary .product-boxes .pricestock .price .wholesale_price_container ins > span.woocommerce-Price-amount {
  font-size: 34px;
  font-weight: bold;
  color: #337cac;
}
.product-details .summary .product-boxes .pricestock .price small.woocommerce-price-suffix,
.product-details .summary .product-boxes .pricestock .price ins small.woocommerce-price-suffix {
  color: #979797;
  font-size: 12px;
}
.product-details .summary .product-boxes .pricestock .price small.woocommerce-price-suffix::after,
.product-details .summary .product-boxes .pricestock .price ins small.woocommerce-price-suffix::after {
  content: ' excl. BTW';
}
.product-details .summary .product-boxes .pricestock .price > del,
.product-details .summary .product-boxes .pricestock .price > del span.woocommerce-Price-amount {
  text-decoration-color: #337cac;
  text-decoration-thickness: 2px;
}
.product-details .summary .product-boxes .pricestock .price ins {
  text-decoration: none;
}
.product-details .summary .product-boxes .pricestock .price.b2b > span.woocommerce-Price-amount,
.product-details .summary .product-boxes .pricestock .price.b2b > ins span.woocommerce-Price-amount,
.product-details .summary .product-boxes .pricestock .price.b2b .wholesale_price_container ins > span.woocommerce-Price-amount {
  color: #979797;
  font-size: 12px;
  font-weight: 400;
}
.product-details .summary .product-boxes .pricestock .price.b2b > span.woocommerce-Price-amount::after,
.product-details .summary .product-boxes .pricestock .price.b2b > ins span.woocommerce-Price-amount::after,
.product-details .summary .product-boxes .pricestock .price.b2b .wholesale_price_container ins > span.woocommerce-Price-amount::after {
  content: ' incl. BTW';
}
.product-details .summary .product-boxes .pricestock .price.b2b small.woocommerce-price-suffix,
.product-details .summary .product-boxes .pricestock .price.b2b ins small.woocommerce-price-suffix {
  font-size: 34px;
  font-weight: bold;
  color: #337cac;
  order: -5;
}
.product-details .summary .product-boxes .pricestock .price.b2b small.woocommerce-price-suffix::after,
.product-details .summary .product-boxes .pricestock .price.b2b ins small.woocommerce-price-suffix::after {
  content: '';
}
.product-details .summary .product-boxes .pricestock .price.b2b > del,
.product-details .summary .product-boxes .pricestock .price.b2b > del span.woocommerce-Price-amount {
  text-decoration-color: #337cac;
  text-decoration-thickness: 2px;
  font-size: 14px;
  color: gray;
}
.product-details .summary .product-boxes .pricestock .price.b2b > del bdi::after,
.product-details .summary .product-boxes .pricestock .price.b2b > del span.woocommerce-Price-amount bdi::after {
  content: ' incl. BTW';
}
.product-details .summary .product-boxes .b2b-banner {
  text-align: center;
  color: #0f112b;
  font-weight: bold;
  background: #e0e3ff;
}
.product-details .summary .product-boxes .b2b-banner p a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0b507e;
}
.product-details .summary .product-boxes .b2b-banner p a img {
  height: 50px;
}
.product-details .summary .cart-buy .addToCart {
  background: #0b507e;
  color: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
}
.product-details .summary .cart-buy .addToCartQuantity {
  display: grid;
  align-self: normal;
  grid-template-columns: 30px 100px 30px;
}
.product-details .summary .cart-buy .addToCartQuantity .quantity-decrease,
.product-details .summary .cart-buy .addToCartQuantity .quantity-increase {
  display: grid;
  justify-content: center;
  align-items: center;
  background: white;
  color: #0b507e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.product-details .summary .cart-buy .addToCartQuantity .quantity-decrease {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #c5c5c5;
}
.product-details .summary .cart-buy .addToCartQuantity .quantity-increase {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #c5c5c5;
}
.product-details .summary .cart-buy .addToCartQuantity input.quantity-input {
  text-align: center;
  border: none;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: #0b507e;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.product-details .summary .details {
  font-size: 14px;
  color: #777777;
}
.product-details .summary .details a {
  color: #777777;
}
.product-details .summary .details strong {
  font-weight: 400;
  color: #afafaf;
}
.product-details .description {
  display: grid;
  gap: 20px;
}
.product-details .woocommerce-tabs .tabs {
  margin: 0 10px;
  display: flex;
  gap: 10px;
  list-style-type: none;
}
.product-details .woocommerce-tabs .tabs .description_tab {
  padding: 5px 25px;
  border-radius: 5px 5px 0 0;
  background: #f7f7f7;
}
.product-details .woocommerce-tabs .tabs .description_tab a {
  color: #0b507e;
  text-decoration: none;
}
.product-details .woocommerce-tabs .tabs .description_tab.active {
  background: #0b507e;
}
.product-details .woocommerce-tabs .tabs .description_tab.active a {
  color: white;
}
.product-details .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
}
.product-details .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin: 4px 0;
}
#ajax-login-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  background: #00000057;
  backdrop-filter: blur(4px);
  z-index: 5000;
  align-items: center;
  justify-items: center;
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
#ajax-login-modal.hidden {
  pointer-events: none;
  opacity: 0;
}
#ajax-login-modal form {
  display: grid;
  background: white;
  padding: 40px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#ajax-login-modal .modal-tabs {
  display: grid;
  justify-content: center;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
#ajax-login-modal .modal-tabs button {
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  background: #efefef;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ajax-login-modal .modal-tabs button.active {
  font-weight: bold;
  background: white;
}
#ajax-login-modal .modal-form {
  display: none;
  align-items: center;
  gap: 8px 4px;
}
#ajax-login-modal .modal-form.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#ajax-login-modal .modal-form label {
  color: #313030;
}
#ajax-login-modal .modal-form label span {
  font-size: 12px;
  color: #979797;
}
#ajax-login-modal .modal-form input {
  border-radius: 5px;
  padding: 4px;
  border: 1px solid #eaebeb;
}
#ajax-login-modal .modal-form h2 {
  grid-column: span 2;
}
#ajax-login-modal .modal-form button {
  grid-column: span 2;
  border-radius: 5px;
  background: #337cac;
  color: white;
  border: 0px solid black;
  outline: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  cursor: pointer;
}
#ajax-login-modal .success-message {
  background: #4fa31c;
  margin-bottom: 10px;
  padding: 6px;
  text-align: center;
  color: white;
  border-radius: 5px;
}
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform textarea {
  border-radius: 5px;
  padding: 4px;
  border: 1px solid #eaebeb;
}
.fluentform .ff-btn-submit {
  border-radius: 5px;
  background: #0b507e;
  color: white;
  border: 0px solid black;
  outline: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  cursor: pointer;
}
.noUi-connect {
  height: 4px !important;
  background-color: #eaebeb !important;
}
/* Neaktivní část lajny */
.noUi-target {
  height: 4px;
  background-color: var(--gray);
  /* Použití barvy @gray */
  border-radius: 50px;
  /* Zaoblení lajny */
}
/* Okraje slideru */
.noUi-target .noUi-base {
  border-radius: 50px;
  /* Zaoblení celé lajny */
}
.wp-block-cover {
  border-radius: 5px;
}
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 5px;
}
.wp-block-media-text .wp-block-media-text__content {
  display: grid;
  gap: 16px;
}
.wp-block-buttons .wp-block-button a {
  border-radius: 5px;
  background: #337cac;
}
.cart-message {
  padding: 4px 30px;
  border-radius: 5px;
}
#imageModal {
  position: fixed;
  width: 100%;
  z-index: 5000;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  grid-template-columns: 30px auto 30px;
  grid-template-rows: 30px auto;
  gap: 10px;
}
#imageModal.active {
  opacity: 1;
  pointer-events: all;
}
#imageModal .close {
  grid-column: span 3;
  justify-self: end;
  cursor: pointer;
}
#imageModal .arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#imageModal .modal-content {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background: white;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#imageModal .modal-content img {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
}
/* LOCAL PICKUP ONLY TEMP */
.wc-block-components-totals-shipping .wc-block-components-shipping-address {
  display: none !important;
}
/* OLD SHORTCODE */
form.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
  align-items: start;
}
form.woocommerce-checkout .col2-set {
  display: grid;
  align-content: space-around;
}
form.woocommerce-checkout .col2-set .col-1,
form.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  display: grid;
  gap: 20px;
}
form.woocommerce-checkout .col2-set .col-1 label,
form.woocommerce-checkout .col2-set .col-2 label {
  font-size: 14px;
  color: #2f2f2f;
}
form.woocommerce-checkout .col2-set .col-1 input,
form.woocommerce-checkout .col2-set .col-2 input,
form.woocommerce-checkout .col2-set .col-1 textarea,
form.woocommerce-checkout .col2-set .col-2 textarea,
form.woocommerce-checkout .col2-set .col-1 .woocommerce-input-wrapper strong,
form.woocommerce-checkout .col2-set .col-2 .woocommerce-input-wrapper strong {
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 12px;
  border: 1px solid #eaebeb;
  box-sizing: border-box;
  color: #2b2d2f;
  font-size: 1em;
  height: auto;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  width: 100%;
  display: block;
  font-weight: 400;
}
form.woocommerce-checkout .col2-set .col-1 .validate-required label,
form.woocommerce-checkout .col2-set .col-2 .validate-required label {
  font-weight: 600;
}
form.woocommerce-checkout .col2-set .col-1 .validate-required label small,
form.woocommerce-checkout .col2-set .col-2 .validate-required label small {
  font-weight: 400;
}
form.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce-info {
  border-radius: 5px;
  border-top-color: #337cac !important;
  display: flex;
  padding: 10px 30px;
  gap: 10px;
  font-size: 14px;
}
.woocommerce-info::before {
  color: #337cac !important;
  position: relative;
  top: auto;
  left: auto;
}
.woocommerce-info a {
  color: #0b507e;
}
.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}
.news-list a.news-item {
  display: grid;
  gap: 10px;
  align-self: start;
  text-decoration: none;
  color: black;
}
.news-list a.news-item img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.6s ease;
}
.news-list a.news-item div.thumb {
  width: 100%;
  height: auto;
  border-radius: 5px;
  aspect-ratio: 16 / 9;
  background-color: #2b2b2b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  overflow: hidden;
  position: relative;
}
.news-list a.news-item div.thumb time {
  position: absolute;
  left: 0;
  top: 5%;
  border: 2px solid #144f7c;
  display: grid;
  align-content: center;
  align-items: center;
  background: white;
  color: #144f7c;
  padding: 6px 12px;
  text-transform: uppercase;
}
.news-list a.news-item .details {
  padding: 0 16px;
  display: grid;
  gap: 10px;
}
.news-list a.news-item .details h4,
.news-list a.news-item .details h2 {
  font-size: 20px;
}
.news-list a.news-item:hover {
  text-decoration: underline;
}
.news-list a.news-item:hover img {
  transform: scale(1.04);
}
@keyframes product-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-item {
  animation: product-fade-in 0.25s ease both;
}
