@charset "UTF-8";
:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.horizontal-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vertical-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs .crumb a {
  color: var(--underline);
}
.breadcrumbs .crumb:last-of-type a {
  text-decoration: underline;
  font-weight: 700;
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.page-bar {
  background: var(--background2);
  padding: 22px 10px 22px 30px;
  margin-bottom: 30px;
}
.page-bar .sort-container {
  display: flex;
  justify-content: space-between;
}
.page-bar .active-filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.page-bar .active-filter-container .filter-values {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-bar .active-filter-container .filter-values .filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .filter-value-with-color {
  display: flex;
  align-items: center;
  gap: 6px;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-schwarz {
  background-color: #000000;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-rot {
  background-color: #FF0000;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-029 {
  background-color: #FF6B35;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-orange {
  background-color: #FFA500;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-egg-shell {
  background-color: #F0EAD6;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-035 {
  background-color: #FFE135;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-grün {
  background-color: #008000;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-028 {
  background-color: #32CD32;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-holz {
  background-color: #8B4513;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-bordeaux {
  background-color: #800020;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-blau {
  background-color: #0000FF;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-kupfer {
  background-color: #B87333;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-anthrazit {
  background-color: #2F4F4F;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-ohne-rfid {
  background-color: #CCCCCC;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-gelb {
  background-color: #FFFF00;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-silber {
  background-color: #C0C0C0;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-beige {
  background-color: #F5F5DC;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-036 {
  background-color: #DDA0DD;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color--classico-2018 {
  background-color: #8B4513;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-w08 {
  background-color: #F5F5F5;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-taupe {
  background-color: #483C32;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-weiss {
  background-color: #FFFFFF;
  border: 1px solid #999;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-sonder {
  background-color: #FF69B4;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-schwarz-grau {
  background: linear-gradient(45deg, #000000 50%, #808080 50%);
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-titan {
  background-color: #878681;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-braun {
  background-color: #A52A2A;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-transparent {
  background: repeating-linear-gradient(45deg, transparent, transparent 2px, #ccc 2px, #ccc 4px);
  border: 1px solid #999;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .color-block.color-50percent {
  background-color: rgba(128, 128, 128, 0.5);
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .filter-remove {
  cursor: pointer;
  font-weight: bold;
  color: #666;
  font-size: 1.2em;
}
.page-bar .active-filter-container .filter-values .filter-group .filter-tag .filter-remove:hover {
  color: #333;
}
@media (max-width: 991px) {
  .page-bar .sort-container, .page-bar .active-filter-container {
    flex-direction: column;
    align-items: start;
  }
}

.main-navigation .main-navigation-item {
  padding: 0 20px;
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.header-desktop {
  display: flex;
  align-items: center;
  position: sticky;
  background-color: white;
  box-shadow: 0 10px 20px var(--box-shadow);
  padding-top: 22px;
  height: 175px;
  z-index: 100;
}
.header-desktop .products-submenu {
  position: relative;
}
.header-desktop .dropdown-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header-desktop .dropdown-button .polygon {
  display: block;
  float: right;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  border-width: 6px 0 6px 10px;
  border-left-color: var(--text);
  margin-left: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.header-desktop .submenu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.93);
  box-shadow: 0 10px 20px var(--box-shadow);
  min-width: 200px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  z-index: 1000;
}
.header-desktop .submenu-dropdown .category-item {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header-desktop .submenu-dropdown .category-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.header-desktop .submenu-dropdown .category-item h4 {
  text-transform: uppercase;
}
.header-desktop .products-submenu:hover .polygon {
  transform: rotate(90deg);
}
.header-desktop .products-submenu:hover .submenu-dropdown {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow-y: auto;
}
.header-desktop .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-desktop .logo-container .logo-img-lg {
  width: 100%;
  max-width: 206px;
  min-width: 140px;
}
.header-desktop .right-header-content {
  margin-top: 20px;
}
.header-desktop .right-header-content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-desktop .right-header-content .action-buttons .border {
  margin: 0 20px;
  border: 1px solid var(--underline);
  height: 63px;
}
.header-desktop .right-header-content .action-buttons .action-btn {
  min-width: 62px;
  min-height: 60px;
  text-align: center;
}
.header-desktop .right-header-content .action-buttons .action-btn img {
  width: 30px;
  height: 30px;
}
.header-desktop .menu-container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  gap: 10px;
}
.header-desktop .menu-container h3 {
  margin: 0;
  cursor: pointer;
  padding: 23px 0;
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
.header-mobile .mobile-navbar {
  padding: 20px;
  box-shadow: 0 10px 20px var(--box-shadow);
  background-color: white;
  z-index: 100;
  color: var(--text);
  position: relative;
}
.header-mobile .mobile-navbar .mobile-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.header-mobile .mobile-navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 10px;
}
.header-mobile .mobile-navbar .content .logo-img-sm {
  width: 30vw;
  max-width: 200px;
  min-width: 100px;
}
.header-mobile .mobile-navbar .content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-mobile .mobile-navbar .content .action-buttons .border {
  margin: 0 6px;
  border: 1px solid var(--underline);
  height: 40px;
}
.header-mobile .mobile-navbar .content .action-buttons .action-btn {
  text-align: center;
}
.header-mobile .mobile-navbar .content .action-buttons .action-btn img {
  width: 20px;
  height: 20px;
}
.header-mobile .mobile-navbar .mobile-navbar-search {
  display: block;
  width: 100%;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 10px 20px 0 var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  padding: 0 20px;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse.show {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
  padding: 20px;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse .mobile-menu-item {
  display: block;
  text-decoration: none;
  color: var(--text);
}
.header-mobile .mobile-navbar .mobile-navbar-collapse .mobile-menu-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse .mobile-menu-item:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}

.main-header {
  height: 175px;
}
@media (max-width: 991px) {
  .main-header {
    height: 185px;
  }
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

/* Tenant 1 (Spranz) theme */
.tenant1 {
  --brandPrimary: #1F2748;
  --brandPrimaryHover: #00548d;
  --brandSecondary: #89cd79;
  --brandSecondaryHover: #75b267;
  --brandTertiary: #89cd79;
  --brandTertiaryHover: #75b267;
  --newAdvertiseBg: #414141;
  --newAdvertiseColor: white;
  --businessAccountBbImg: url("/images/spranz/spranz-business-account-bg.png");
  --rightArrowImg: url("/images/spranz/right-arrow.svg");
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Barlow";
  src: url("/fonts/Barlow-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}
body {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  color: var(--brandPrimary) !important;
  animation: fadeInAnimation ease 1s;
  scrollbar-gutter: stable;
}
body h1 {
  font-size: 30px;
  font-weight: 900;
}
body h2 {
  font-size: 25px;
  font-weight: bold;
}
body h3 {
  font-size: 20px;
  font-weight: 500;
}
body h4 {
  font-size: 16px;
  font-weight: 900;
}
body .small-text {
  font-size: 12px;
}
body .small-text span, body .small-text div, body .small-text p {
  font-size: 12px;
}
body a {
  cursor: pointer;
  color: var(--brandPrimary);
}
body a:hover {
  color: var(--brandPrimary);
  text-decoration: underline;
}
body input[type=radio] {
  accent-color: var(--brandPrimary);
}
body .error-text {
  color: var(--custom-red);
}
body .primary-color {
  color: var(--brandPrimary);
}
body .primary-color-hover {
  color: var(--brandPrimaryHover);
}
body .primary-bg-color {
  background-color: var(--brandPrimary);
}
body .primary-bg-color-hover {
  background-color: var(--brandPrimaryHover);
}
body .primary-gradient {
  background-image: linear-gradient(90deg, var(--brandPrimary) 50%, rgba(109, 79, 45, 0) 100%);
}
body .secondary-color {
  color: var(--brandSecondary);
}
body .secondary-color-hover {
  color: var(--brandSecondaryHover);
}
body .secondary-bg-color {
  background-color: var(--brandSecondary);
}
body .secondary-bg-color-hover {
  background-color: var(--brandSecondaryHover);
}
body .link-like-text {
  cursor: pointer;
}
body .link-like-text:hover {
  text-decoration: underline;
}
body .arrowed-text {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 10px 30px 10px 20px;
  clip-path: polygon(0px 0px, 87% 0px, 100% 50%, 87% 100%, 0px 100%);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: var(--brandSecondary);
  border: 1px solid var(--brandSecondary);
  font-size: 18px;
}
body .arrowed-text:hover {
  color: white;
  text-decoration: none;
  background-color: var(--brandSecondaryHover);
  border: 1px solid var(--brandSecondaryHover);
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
  }
}
:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.header-desktop {
  display: flex;
  align-items: center;
  position: sticky;
  background-color: white;
  box-shadow: 0 10px 20px var(--box-shadow);
  padding-top: 22px;
  height: 175px;
  z-index: 100;
}
.header-desktop .products-submenu {
  position: relative;
}
.header-desktop .dropdown-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header-desktop .dropdown-button .polygon {
  display: block;
  float: right;
  border-color: transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: relative;
  line-height: 0;
  border-width: 6px 0 6px 10px;
  border-left-color: var(--text);
  margin-left: 24px;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.header-desktop .submenu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.93);
  box-shadow: 0 10px 20px var(--box-shadow);
  min-width: 200px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  z-index: 1000;
}
.header-desktop .submenu-dropdown .category-item {
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header-desktop .submenu-dropdown .category-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.header-desktop .submenu-dropdown .category-item h4 {
  text-transform: uppercase;
}
.header-desktop .products-submenu:hover .polygon {
  transform: rotate(90deg);
}
.header-desktop .products-submenu:hover .submenu-dropdown {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow-y: auto;
}
.header-desktop .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-desktop .logo-container .logo-img-lg {
  width: 100%;
  max-width: 206px;
  min-width: 140px;
}
.header-desktop .right-header-content {
  margin-top: 20px;
}
.header-desktop .right-header-content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-desktop .right-header-content .action-buttons .border {
  margin: 0 20px;
  border: 1px solid var(--underline);
  height: 63px;
}
.header-desktop .right-header-content .action-buttons .action-btn {
  min-width: 62px;
  min-height: 60px;
  text-align: center;
}
.header-desktop .right-header-content .action-buttons .action-btn img {
  width: 30px;
  height: 30px;
}
.header-desktop .menu-container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  gap: 10px;
}
.header-desktop .menu-container h3 {
  margin: 0;
  cursor: pointer;
  padding: 23px 0;
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
.header-mobile .mobile-navbar {
  padding: 20px;
  box-shadow: 0 10px 20px var(--box-shadow);
  background-color: white;
  z-index: 100;
  color: var(--text);
  position: relative;
}
.header-mobile .mobile-navbar .mobile-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.header-mobile .mobile-navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 10px;
}
.header-mobile .mobile-navbar .content .logo-img-sm {
  width: 30vw;
  max-width: 200px;
  min-width: 100px;
}
.header-mobile .mobile-navbar .content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-mobile .mobile-navbar .content .action-buttons .border {
  margin: 0 6px;
  border: 1px solid var(--underline);
  height: 40px;
}
.header-mobile .mobile-navbar .content .action-buttons .action-btn {
  text-align: center;
}
.header-mobile .mobile-navbar .content .action-buttons .action-btn img {
  width: 20px;
  height: 20px;
}
.header-mobile .mobile-navbar .mobile-navbar-search {
  display: block;
  width: 100%;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 10px 20px 0 var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  padding: 0 20px;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse.show {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
  padding: 20px;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse .mobile-menu-item {
  display: block;
  text-decoration: none;
  color: var(--text);
}
.header-mobile .mobile-navbar .mobile-navbar-collapse .mobile-menu-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.header-mobile .mobile-navbar .mobile-navbar-collapse .mobile-menu-item:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}

.main-header {
  height: 175px;
}
@media (max-width: 991px) {
  .main-header {
    height: 185px;
  }
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.subscribe-business-account {
  position: relative;
}
.subscribe-business-account .background-image {
  position: absolute;
  width: 100%;
  height: 120%;
  background-image: var(--businessAccountBbImg);
  background-repeat: round;
  background-size: cover;
  z-index: -1;
}
.subscribe-business-account .data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
}
.subscribe-business-account .subscribe-left-container {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.subscribe-business-account .subscribe-left-container h3, .subscribe-business-account .subscribe-left-container span {
  color: white;
}
.subscribe-business-account .subscribe-left-container .content img {
  margin-right: 12px;
}
.subscribe-business-account .business-right-container .content {
  padding: 40px;
}
.subscribe-business-account .business-right-container .content .business-account-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 14px 14px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--background);
}
.subscribe-business-account .business-right-container .content .business-account-image img {
  width: 100%;
  max-width: 100px;
}
.subscribe-business-account .business-right-container .content .about-account {
  width: 19vw;
  font-weight: lighter;
}
.subscribe-business-account .business-right-container .content .about-text {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
}
.subscribe-business-account .business-right-container .content .about-text h3 {
  margin-right: 10px;
  margin-bottom: 0;
}
.subscribe-business-account .business-right-container .content .about-text .right-arrow-image {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--rightArrowImg);
}

@media (max-width: 990px) {
  .subscribe-business-account .data-grid {
    grid-template-columns: 1fr;
  }
  .subscribe-business-account .background-image {
    display: none;
  }
  .subscribe-business-account .subscribe-left-container {
    padding: 40px 10px;
    background-color: var(--brandSecondary);
  }
  .subscribe-business-account .business-right-container {
    background-color: var(--grey-bg-2);
    padding: 40px 10px;
  }
  .subscribe-business-account .business-right-container .content {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
  }
  .subscribe-business-account .business-right-container .content .about-account {
    width: fit-content;
  }
}
@media (max-width: 400px) {
  .subscribe-business-account .subscribe-left-container, .subscribe-business-account .business-right-container {
    padding: 20px 10px;
  }
  .subscribe-business-account .subscribe-left-container .content .row, .subscribe-business-account .business-right-container .content .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.company-advantages {
  margin-top: 100px;
}
.company-advantages .header {
  text-align: center;
  margin-bottom: 50px;
}
.company-advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-advantages .advantage span {
  max-width: 150px;
  overflow-wrap: break-word;
  margin-left: 10px;
}
.company-advantages .advantage img {
  width: 58px;
  height: 58px;
}
@media (max-width: 991px) {
  .company-advantages .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-advantages .advantage {
    margin-top: 20px;
  }
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.footer {
  padding: 65px 0;
  background-color: var(--grey-bg-2);
  margin-top: 100px;
}
.footer .payment-grid {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 20px;
  row-gap: 10px;
}
.footer .information-links {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.footer .information-links a:not(:last-child) {
  margin-bottom: 10px;
}
.footer .magazin {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .magazin .how-works-text {
  font-weight: bold;
  cursor: pointer;
}
.footer .magazin .separator {
  width: 1px;
  height: 20px;
  background-color: var(--underline);
  margin: 0 15px;
}
.footer .separator {
  width: 100%;
  height: 1px;
  background-color: var(--underline-2);
  margin-top: 15px;
  margin-bottom: 30px;
  opacity: 0.41;
}
.footer .telephone {
  text-decoration: none;
  color: var(--dark-blue);
}
.footer .telephone:hover {
  text-decoration: underline;
}
.footer .opening-time {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.footer .opening-time span {
  font-size: 14px;
  font-weight: lighter;
}
.footer .mobile-charges {
  font-size: 11px;
  font-weight: lighter;
}
.footer .new-jobs-image {
  max-width: 164px;
  max-height: 164px;
}
.footer .social-grid {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  column-gap: 30px;
  row-gap: 10px;
  margin-bottom: 40px;
}
.footer .social-grid img {
  cursor: pointer;
}
@media (max-width: 991px) {
  .footer h3 {
    margin: 20px 0;
  }
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.license-footer {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.license-footer span {
  color: white;
}
.license-footer .right-side {
  text-align: end;
}
.license-footer .right-side a:not(:last-child) {
  margin-right: 47px;
}

@media (max-width: 992px) {
  .license-footer .row {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .license-footer .row .right-side {
    margin-bottom: 15px;
  }
  .license-footer .row .right-side a:not(:last-child) {
    margin-right: 15px;
  }
  .license-footer .row .left-side, .license-footer .row .right-side {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .license-footer {
    padding: 15px 0;
  }
}
.not-found-page-container {
  height: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 50px auto;
}
.not-found-page-container .text-404 {
  font-size: 10em;
  font-family: "Comic Sans MS", sans-serif;
  color: var(--brandTertiary);
}
.not-found-page-container h1 {
  text-transform: uppercase;
  text-align: center;
}
.not-found-page-container h1 span {
  font-size: 30px;
}
.not-found-page-container .button-like {
  display: block;
  width: fit-content;
  font-weight: bold;
  background-color: var(--brandPrimary);
  color: white;
  padding: 15px 20px;
  margin-top: 20px;
}
.not-found-page-container .button-like:hover {
  text-decoration: none;
}

.partner-slideshow {
  margin-bottom: 60px;
}

.about-container {
  margin: 60px 0;
}
.about-container .top-data {
  margin: 0 7vw;
}
.about-container .top-data .row:nth-child(2) {
  margin-top: 60px;
}
.about-container .top-data .right-align-text {
  text-align: end;
}
.about-container .top-data .image-container {
  display: flex;
  justify-content: center;
}
.about-container .bottom-data {
  margin-top: 105px;
}

@media (max-width: 991px) {
  .about-container .top-data {
    margin: 0;
  }
  .about-container .top-data .row:nth-child(1) {
    flex-direction: column-reverse;
  }
  .about-container .top-data .right-align-text {
    text-align: start;
  }
}
:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.subscribe-business-account {
  position: relative;
}
.subscribe-business-account .background-image {
  position: absolute;
  width: 100%;
  height: 120%;
  background-image: var(--businessAccountBbImg);
  background-repeat: round;
  background-size: cover;
  z-index: -1;
}
.subscribe-business-account .data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
}
.subscribe-business-account .subscribe-left-container {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.subscribe-business-account .subscribe-left-container h3, .subscribe-business-account .subscribe-left-container span {
  color: white;
}
.subscribe-business-account .subscribe-left-container .content img {
  margin-right: 12px;
}
.subscribe-business-account .business-right-container .content {
  padding: 40px;
}
.subscribe-business-account .business-right-container .content .business-account-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 14px 14px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: var(--background);
}
.subscribe-business-account .business-right-container .content .business-account-image img {
  width: 100%;
  max-width: 100px;
}
.subscribe-business-account .business-right-container .content .about-account {
  width: 19vw;
  font-weight: lighter;
}
.subscribe-business-account .business-right-container .content .about-text {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 16px;
}
.subscribe-business-account .business-right-container .content .about-text h3 {
  margin-right: 10px;
  margin-bottom: 0;
}
.subscribe-business-account .business-right-container .content .about-text .right-arrow-image {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--rightArrowImg);
}

@media (max-width: 990px) {
  .subscribe-business-account .data-grid {
    grid-template-columns: 1fr;
  }
  .subscribe-business-account .background-image {
    display: none;
  }
  .subscribe-business-account .subscribe-left-container {
    padding: 40px 10px;
    background-color: var(--brandSecondary);
  }
  .subscribe-business-account .business-right-container {
    background-color: var(--grey-bg-2);
    padding: 40px 10px;
  }
  .subscribe-business-account .business-right-container .content {
    width: fit-content;
    margin: 0 auto;
    padding: 0;
  }
  .subscribe-business-account .business-right-container .content .about-account {
    width: fit-content;
  }
}
@media (max-width: 400px) {
  .subscribe-business-account .subscribe-left-container, .subscribe-business-account .business-right-container {
    padding: 20px 10px;
  }
  .subscribe-business-account .subscribe-left-container .content .row, .subscribe-business-account .business-right-container .content .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.company-advantages {
  margin-top: 100px;
}
.company-advantages .header {
  text-align: center;
  margin-bottom: 50px;
}
.company-advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-advantages .advantage span {
  max-width: 150px;
  overflow-wrap: break-word;
  margin-left: 10px;
}
.company-advantages .advantage img {
  width: 58px;
  height: 58px;
}
@media (max-width: 991px) {
  .company-advantages .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-advantages .advantage {
    margin-top: 20px;
  }
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.footer {
  padding: 65px 0;
  background-color: var(--grey-bg-2);
  margin-top: 100px;
}
.footer .payment-grid {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 20px;
  row-gap: 10px;
}
.footer .information-links {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.footer .information-links a:not(:last-child) {
  margin-bottom: 10px;
}
.footer .magazin {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .magazin .how-works-text {
  font-weight: bold;
  cursor: pointer;
}
.footer .magazin .separator {
  width: 1px;
  height: 20px;
  background-color: var(--underline);
  margin: 0 15px;
}
.footer .separator {
  width: 100%;
  height: 1px;
  background-color: var(--underline-2);
  margin-top: 15px;
  margin-bottom: 30px;
  opacity: 0.41;
}
.footer .telephone {
  text-decoration: none;
  color: var(--dark-blue);
}
.footer .telephone:hover {
  text-decoration: underline;
}
.footer .opening-time {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.footer .opening-time span {
  font-size: 14px;
  font-weight: lighter;
}
.footer .mobile-charges {
  font-size: 11px;
  font-weight: lighter;
}
.footer .new-jobs-image {
  max-width: 164px;
  max-height: 164px;
}
.footer .social-grid {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  column-gap: 30px;
  row-gap: 10px;
  margin-bottom: 40px;
}
.footer .social-grid img {
  cursor: pointer;
}
@media (max-width: 991px) {
  .footer h3 {
    margin: 20px 0;
  }
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.license-footer {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.license-footer span {
  color: white;
}
.license-footer .right-side {
  text-align: end;
}
.license-footer .right-side a:not(:last-child) {
  margin-right: 47px;
}

@media (max-width: 992px) {
  .license-footer .row {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .license-footer .row .right-side {
    margin-bottom: 15px;
  }
  .license-footer .row .right-side a:not(:last-child) {
    margin-right: 15px;
  }
  .license-footer .row .left-side, .license-footer .row .right-side {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .license-footer {
    padding: 15px 0;
  }
}
:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.horizontal-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vertical-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 335px;
  position: relative;
  box-shadow: 0 3px 6px var(--box-shadow);
  border-radius: 10px;
  justify-self: center;
  justify-content: space-between;
}
.product-box:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 5px var(--box-shadow);
  text-decoration: none;
}
.product-box .product-tile {
  padding: 25px 15px 15px 15px;
}
.product-box .product-tile .top-labels {
  position: absolute;
}
.product-box .product-tile .top-labels .sale {
  width: fit-content;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 5px;
  color: white;
  background-color: var(--light-blue);
}
.product-box .product-tile .top-labels .new {
  width: fit-content;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 5px;
  color: white;
  background-color: var(--light-blue);
}
.product-box .product-tile .product-thumbnail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 160px;
}
.product-box .product-tile .product-thumbnail-wrapper .product-thumbnail {
  width: 100%;
  height: 160px;
  object-fit: contain;
  z-index: -1;
}
.product-box .product-tile .product-thumbnail-wrapper hr {
  border: 0;
  clear: both;
  display: block;
  width: 63%;
  background-color: var(--underline);
  height: 1px;
  opacity: 0.35;
}
.product-box .product-info {
  padding: 0 15px 0 15px;
  margin-bottom: 18px;
}
.product-box .product-info h4 {
  margin-bottom: 0;
}
.product-box .product-info .description {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-box .original-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px;
  height: 34px;
}
.product-box .original-price .old-price {
  display: inline-flex;
  color: var(--custom-red);
}
.product-box .original-price .old-price h3 {
  margin: 0;
}
.product-box .original-price .old-price.line-through {
  background-color: transparent;
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, var(--custom-red) 50%, transparent 52%, transparent 100%);
}
.product-box .original-price .free-shipping-label {
  display: flex;
  align-items: center;
  padding: 0 14px;
  height: 33px;
  color: white;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
}
.product-box .price-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 15px 35px 15px;
}
.product-box .price-info .price-wrapper {
  margin-bottom: 18px;
}
.product-box .price-info .price-wrapper .old-price {
  display: inline-flex;
  color: var(--custom-red);
}
.product-box .price-info .price-wrapper .old-price h3 {
  margin: 0;
}
.product-box .price-info .price-wrapper .old-price.line-through {
  background-color: transparent;
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, var(--custom-red) 50%, transparent 52%, transparent 100%);
}
.product-box .price-info .price-wrapper .effective-price {
  display: inline-flex;
  margin: 14px 0;
  justify-content: flex-end;
}
.product-box .price-info .price-wrapper .effective-price span {
  align-self: flex-end;
  margin-right: 10px;
}
.product-box .price-info .price-wrapper .effective-price h1 {
  margin: 0;
}
.product-box .price-info .price-wrapper .wishlist-button-wrapper {
  cursor: pointer;
}
.product-box .price-info .stock-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product-box .price-info .stock-container .stock-indicator {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 8px;
}
.product-box .price-info .stock-container .stock-indicator.in-stock {
  background-color: var(--custom-green);
}
.product-box .price-info .stock-container .stock-indicator.out-of-stock {
  background-color: var(--custom-red);
}
.product-box .product-detail-wrapper {
  padding: 0 15px 30px 15px;
}
.product-box .product-variants {
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--grey-bg);
  padding: 5px 20px;
  border-radius: 10px 0;
  font-size: 15px;
  text-align: center;
}

.grid-head {
  margin-top: 50px;
}

.grid-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 100px;
  max-width: 1076px;
  width: 100%;
  position: relative;
}

.grid-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.filter-sidebar {
  max-width: 353px;
  width: 100%;
  min-height: 60vh;
  background-color: var(--background2);
  padding: 20px;
}

@media (max-width: 1400px) {
  .grid-body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .grid-body {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media (max-width: 991px) {
  .grid-container {
    flex-direction: column;
  }
}
@media (max-width: 770px) {
  .grid-body {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.price-table-container {
  margin-bottom: 50px;
}
.price-table-container .your-price {
  padding: 5px 45px !important;
}
.price-table-container th .title {
  font-size: 16px;
  font-weight: bold;
}
.price-table-container .availability-sign {
  display: flex;
  align-items: center;
}
.price-table-container .availability-sign span {
  white-space: nowrap;
}
.price-table-container .availability-sign.green {
  color: var(--brandSecondary);
}
.price-table-container .availability-sign.green .circle {
  background-color: var(--brandSecondary);
}
.price-table-container .availability-sign.red {
  color: var(--red);
}
.price-table-container .availability-sign.red .circle {
  background-color: var(--red);
}
.price-table-container .availability-sign .circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .price-table-container .your-price {
    text-align: center !important;
    padding: 5px 15px !important;
  }
}

.inventory-table {
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 500;
  color: var(--brandPrimary);
}

.general-product-info {
  margin-bottom: 50px;
}
.general-product-info h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.product-description-tabs {
  position: relative;
}
.product-description-tabs .tab-list {
  display: flex;
  width: 100%;
}
.product-description-tabs .tab-list .tab {
  width: fit-content;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.product-description-tabs .tab-list .tab .polygon {
  display: none;
}
.product-description-tabs .tab-list .tab.active {
  font-weight: bold;
}
.product-description-tabs .tab-list .tab.active .polygon {
  display: block;
}
.product-description-tabs .tab-list .tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--underline-opacity);
}
.product-description-tabs .tab-content {
  width: 100%;
  margin-bottom: 140px;
}
.product-description-tabs .tab-content .general-info-data, .product-description-tabs .tab-content .downloads-certificate-data, .product-description-tabs .tab-content .product-images-data, .product-description-tabs .tab-content .important-info-data, .product-description-tabs .tab-content .questions-answers-data {
  display: none;
}
.product-description-tabs .tab-content .general-info-data.active, .product-description-tabs .tab-content .downloads-certificate-data.active, .product-description-tabs .tab-content .product-images-data.active, .product-description-tabs .tab-content .important-info-data.active, .product-description-tabs .tab-content .questions-answers-data.active {
  display: flex;
}
.product-description-tabs .tab-content .general-info-data table td:first-child, .product-description-tabs .tab-content .downloads-certificate-data table td:first-child, .product-description-tabs .tab-content .product-images-data table td:first-child {
  font-weight: 700;
  padding: 30px;
}

:root {
  --background: white;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --light-blue: #4AC4E6;
  --text: #0F1531;
}

.product-description-tabs-mobile {
  margin: 50px 0;
}
.product-description-tabs-mobile .tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid var(--underline-opacity);
  transition: all 0.3s ease;
}
.product-description-tabs-mobile .tab .title-wrapper {
  flex: 1;
}
.product-description-tabs-mobile .tab .title-wrapper .polygon {
  display: none;
}
.product-description-tabs-mobile .tab.active {
  font-weight: bold;
  border-bottom: none;
}
.product-description-tabs-mobile .tab.active .polygon {
  display: block;
}
.product-description-tabs-mobile .tab-content {
  width: 100%;
}
.product-description-tabs-mobile .tab-content .general-info-data, .product-description-tabs-mobile .tab-content .downloads-certificate-data, .product-description-tabs-mobile .tab-content .product-images-data, .product-description-tabs-mobile .tab-content .important-info-data, .product-description-tabs-mobile .tab-content .questions-answers-data {
  display: none;
  transition: all 0.3s ease;
}
.product-description-tabs-mobile .tab-content .general-info-data .info-block, .product-description-tabs-mobile .tab-content .downloads-certificate-data .info-block, .product-description-tabs-mobile .tab-content .product-images-data .info-block, .product-description-tabs-mobile .tab-content .important-info-data .info-block, .product-description-tabs-mobile .tab-content .questions-answers-data .info-block {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
.product-description-tabs-mobile .tab-content .general-info-data .info-block:nth-of-type(even), .product-description-tabs-mobile .tab-content .downloads-certificate-data .info-block:nth-of-type(even), .product-description-tabs-mobile .tab-content .product-images-data .info-block:nth-of-type(even), .product-description-tabs-mobile .tab-content .important-info-data .info-block:nth-of-type(even), .product-description-tabs-mobile .tab-content .questions-answers-data .info-block:nth-of-type(even) {
  background-color: var(--grey-bg-3, #f9f9f9);
}
.product-description-tabs-mobile .tab-content .general-info-data .info-block .info-title, .product-description-tabs-mobile .tab-content .downloads-certificate-data .info-block .info-title, .product-description-tabs-mobile .tab-content .product-images-data .info-block .info-title, .product-description-tabs-mobile .tab-content .important-info-data .info-block .info-title, .product-description-tabs-mobile .tab-content .questions-answers-data .info-block .info-title {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-description-tabs-mobile .tab-content .general-info-data .info-block .info-value, .product-description-tabs-mobile .tab-content .downloads-certificate-data .info-block .info-value, .product-description-tabs-mobile .tab-content .product-images-data .info-block .info-value, .product-description-tabs-mobile .tab-content .important-info-data .info-block .info-value, .product-description-tabs-mobile .tab-content .questions-answers-data .info-block .info-value {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  word-wrap: break-word;
}
.product-description-tabs-mobile .tab-content .general-info-data.active, .product-description-tabs-mobile .tab-content .downloads-certificate-data.active, .product-description-tabs-mobile .tab-content .product-images-data.active, .product-description-tabs-mobile .tab-content .important-info-data.active, .product-description-tabs-mobile .tab-content .questions-answers-data.active {
  display: block;
  border: 1px solid var(--underline-opacity);
  border-top: none;
  margin-bottom: 30px;
}

.measurement-container {
  margin-bottom: 100px;
}
.measurement-container h3 {
  text-transform: uppercase;
}

.product-container {
  margin: 80px auto;
}
.product-container .main-data-row {
  min-height: 500px;
}
.product-container .product-description-tabs {
  display: block;
}
.product-container .product-description-tabs-mobile {
  display: none;
}
.product-container .article-number {
  font-weight: 400;
}
.product-container table {
  width: 100%;
  font-size: 16px;
}
.product-container table th {
  padding: 5px 25px;
  vertical-align: middle;
  text-align: left;
}
.product-container table th span {
  font-size: 11px;
  font-weight: 400;
}
.product-container table tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
}
.product-container table tr td {
  height: 44px;
  padding: 5px 25px;
  vertical-align: middle;
  text-align: left;
}
.product-container table tr:nth-of-type(odd) td {
  background-color: var(--grey-bg-3);
}
.product-container .shop-specials-container {
  margin-bottom: 60px;
}
.product-container .shop-specials-container h2 {
  margin-bottom: 35px;
}
.product-container .shop-specials-container .grid-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 100px;
}
@media (max-width: 991px) {
  .product-container .product-description-tabs {
    display: none;
  }
  .product-container .product-description-tabs-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .product-container .main-data-row {
    margin-top: 50px;
  }
}

.partner-slideshow {
  margin-top: 90px;
  margin-bottom: 130px;
  text-align: center;
}
.partner-slideshow h1 {
  font-size: 40px;
  margin-bottom: 70px;
}

/*# sourceMappingURL=standalone.css.map */
