@charset "UTF-8";
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.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(--blackPrimary);
}
.breadcrumbs .crumb img {
  color: var(--brandPrimary) !important;
}
.breadcrumbs .crumb:last-of-type a {
  text-decoration: underline;
  font-weight: 700;
  color: var(--blackPrimary);
}
.breadcrumbs .crumb .breadcrumb-separator {
  padding: 0 5px;
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.page-bar {
  background: var(--background2);
  padding: 18px 21px;
  margin-bottom: 30px;
}
.page-bar .sort-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-bar .pagination {
  color: #535353;
}
.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 .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;
  }
}

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

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

/* Tenant 1 (Spranz) theme */
.tenant1 {
  --brandPrimary: #03A84E;
  --brandPrimaryHover: #03A84E;
  --brandSecondary: #03A84E;
  --brandSecondaryHover: #03A84E;
  --brandTertiary: #03A84E;
  --brandTertiaryHover: #03A84E;
  --newAdvertiseBg: #414141;
  --newAdvertiseColor: white;
  --blackPrimary:#535353;
  --DarkGreen:#021B0D;
  --logoImg: url("/images/amp/logo.png");
  --padlockImg: url("/images/amp/padlock.png");
  --productReturnImg: url("/images/amp/product-return.png");
  --wheelbarrowImg: url("/images/amp/made-in-germany.png");
  --locationImg: url("/images/amp/location.png");
  --businessAccountBbImg: url("/images/amp/spranz-business-account-bg.png");
  --rightArrowImg: url("/images/amp/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 {
  background-color: var(--background);
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  animation: fadeInAnimation ease 1s;
  scrollbar-gutter: stable;
  color: var(--dark-grey);
}
body h1 {
  font-size: 30px;
  font-weight: 900;
  color: var(--DarkGreen);
}
body h2 {
  font-size: 25px;
  font-weight: bold;
  color: var(--DarkGreen);
}
body h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--DarkGreen);
}
body h4 {
  font-size: 16px;
  font-weight: 900;
  color: var(--DarkGreen);
}
body .small-text {
  font-size: 12px;
}
body .link-like-text {
  cursor: pointer;
}
body .link-like-text:hover {
  text-decoration: underline;
}
body .form-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
}
body .form-check:last-child {
  border-bottom: none;
}
body .form-check .type-text {
  margin-left: 20px;
  margin-bottom: 0;
}
body .form-check .type-text .form-check-input, body .form-check .type-text .title, body .form-check .type-text .description {
  cursor: pointer;
}
body .form-check .form-check-input {
  width: 20px;
  height: 20px;
  accent-color: var(--brandPrimary);
}
body a {
  cursor: pointer;
  color: var(--blackPrimary);
}
body a:hover {
  color: var(--blackPrimary);
  text-decoration: underline;
}
body input[type=radio] {
  accent-color: var(--brandPrimary);
}
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, rgba(19, 42, 22, 0.88) 0%, rgba(23, 43, 25, 0.66) 44.3%, rgba(13, 46, 12, 0.14) 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 .error-text {
  color: var(--red);
}
body .color-block {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  flex-shrink: 0;
  transition: border 0.2s ease;
}
body .color-block.color-schwarz {
  background-color: #000000;
}
body .color-block.color-weiß {
  background-color: white;
}
body .color-block.color-grau {
  background-color: grey;
}
body .color-block.color-hellgrau {
  background-color: lightgrey;
}
body .color-block.color-silber {
  background-color: silver;
}
body .color-block.color-beige {
  background-color: beige;
}
body .color-block.color-anthrazitgrau {
  background-color: dimgrey;
}
body .color-block.color-dunkelbraun {
  background-color: saddlebrown;
}
body .color-block.color-transparent {
  background: repeating-linear-gradient(45deg, transparent, transparent 2px, #ccc 2px, #ccc 4px);
  border: 1px solid #999;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px !important;
  }
}
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.products-submenu .dropdown-button {
  background-color: var(--brandPrimary);
  width: 221px;
  height: 47px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.products-submenu .dropdown-button h3 {
  color: var(--white);
  margin: 0;
}
.products-submenu .dropdown-button .polygon {
  border-left-color: var(--white) !important;
}
.products-submenu .dropdown-button.open .polygon {
  transform: rotate(90deg);
}

.submenu-dropdown {
  position: fixed;
  top: 175px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FDFFFD;
  border-bottom: 1px solid var(--separatorGrey);
  box-shadow: 0 10px 20px var(--box-shadow);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s;
  z-index: 99;
}
.submenu-dropdown.open {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
.submenu-dropdown .container {
  padding-top: 45px;
}
.submenu-dropdown .speciality-market-column h3 {
  margin-bottom: 22px;
  color: var(--brandPrimary);
}
.submenu-dropdown .speciality-market-column img {
  width: 100%;
  max-width: 220px;
}
.submenu-dropdown .category-tree {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.submenu-dropdown .category-tree a {
  color: #021B0D !important;
}
.submenu-dropdown .category-tree .main-category {
  margin-bottom: 20px;
}
.submenu-dropdown .category-tree .main-category a {
  font-weight: bold;
  font-size: 20px;
}
.submenu-dropdown .category-tree .subcategory {
  padding: 10px 15px;
}
.submenu-dropdown .category-tree .subcategory a {
  color: #021B0D !important;
}
.submenu-dropdown .show-all-products-link {
  display: flex;
  align-items: center;
  padding-top: 23px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.3490196078);
  position: relative;
  left: -50px;
  text-decoration: none;
  color: var(--brandPrimary);
}
.submenu-dropdown .show-all-products-link h4 {
  margin-bottom: 0;
  font-weight: bold;
}
.submenu-dropdown .show-all-products-link .more-button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brandPrimary);
  border-radius: 20px;
  margin-left: 10px;
}
.submenu-dropdown .show-all-products-link .more-button img {
  width: 10px;
  height: 10px;
}
.submenu-dropdown .close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text);
}
.submenu-dropdown .close-button .close-icon {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .submenu-dropdown .close-button .close-icon {
    transition: width 1s, height 1s, transform 1s;
  }
  .submenu-dropdown .close-button .close-icon:hover {
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .submenu-dropdown {
    display: none;
  }
}

.header-desktop {
  display: flex;
  align-items: center;
  background-color: #FDFFFD;
  padding-top: 22px;
  height: 175px;
  z-index: 100;
  overflow: visible;
  box-shadow: 0 3px 8.1px 0 rgba(112, 112, 112, 0.2);
}
.header-desktop .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 .logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: -25px;
}
.header-desktop .logo-container .logo-img {
  width: 100%;
  max-width: 206px;
  min-width: 140px;
}
.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;
}
.header-desktop .right-header-content .action-buttons .action-btn .favourite-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.header-desktop .right-header-content .action-buttons .action-btn .image-container {
  margin-bottom: 9px;
}
.header-desktop .right-header-content .action-buttons .action-btn:first-child .image-container {
  margin-bottom: 0;
}
.header-desktop .right-header-content .action-buttons .action-btn:nth-child(3) {
  margin-bottom: -10px;
}
.header-desktop .right-header-content .menu-container {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.header-desktop .right-header-content .menu-container h3 {
  margin: 0;
  cursor: pointer;
  padding: 23px 0;
}
.header-desktop .right-header-content .menu-container a {
  text-decoration: none;
  transition: color 0.3s;
}
.header-desktop .right-header-content .menu-container a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .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-mobile .mobile-navbar {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  box-shadow: 0 10px 20px var(--box-shadow);
  background-color: #FDFFFD;
  z-index: 100;
  color: var(--text);
  box-sizing: border-box;
}
.header-mobile .mobile-navbar-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.header-mobile .mobile-navbar-text {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.header-mobile .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 8px;
  min-width: 0;
}
.header-mobile .content .logo-wrapper {
  flex-shrink: 0;
}
.header-mobile .content .logo-wrapper img {
  width: 35vw;
  max-width: 150px;
  min-width: 80px;
  height: auto;
}
.header-mobile .content .action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
.header-mobile .content .action-buttons .border {
  display: none;
}
.header-mobile .content .action-buttons .action-btn {
  padding: 4px;
}
.header-mobile .mobile-navbar-collapse {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FDFFFD;
  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-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-collapse .mobile-menu-item {
  display: block;
  text-decoration: none;
  color: var(--text);
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.header-mobile .mobile-navbar-collapse .mobile-menu-item:hover {
  text-decoration: none;
}
.header-mobile h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
}

.main-header {
  height: 175px;
  position: relative;
  z-index: 99;
}
.main-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 20px;
  background: linear-gradient(to bottom, var(--box-shadow), transparent);
  z-index: 1002;
  pointer-events: none;
}
@media (max-width: 991px) {
  .main-header {
    height: 185px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.subscribe-business-account {
  position: relative;
}
.subscribe-business-account .background-image {
  display: none;
}
.subscribe-business-account .container {
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
.subscribe-business-account .data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  min-height: 355px;
}
.subscribe-business-account .subscribe-left-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  background-color: #03A84E;
}
.subscribe-business-account .subscribe-left-container h3, .subscribe-business-account .subscribe-left-container span {
  color: white;
}
.subscribe-business-account .subscribe-left-container .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subscribe-business-account .subscribe-left-container .content img {
  margin-right: 12px;
}
.subscribe-business-account .business-right-container {
  background-color: #EFEFEF;
  color: #535353;
}
.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;
  justify-content: center;
  cursor: pointer;
  margin-top: 50px;
  width: 293px;
  padding: 10px;
  border-radius: 5px;
  background: var(--Main-green, #03A84E);
  color: white;
  height: 50px;
}
.subscribe-business-account .business-right-container .content .about-text h3 {
  /*margin-right: 10px;*/
  margin-bottom: 0;
  color: white;
  font-size: inherit;
}
.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: #03A84E;
  }
  .subscribe-business-account .business-right-container {
    background-color: #EFEFEF;
    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 .header h3 {
  color: var(--blackPrimary);
  font-size: 32px;
  font-weight: 600;
}
.company-advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-advantages .advantage span {
  max-width: 150px;
  margin-left: 10px;
  color: #535353;
}
.company-advantages .advantage .dynamic-image {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.company-advantages .advantage .dynamic-image.padlock {
  background-image: var(--padlockImg);
}
.company-advantages .advantage .dynamic-image.product-return {
  background-image: var(--productReturnImg);
}
.company-advantages .advantage .dynamic-image.wheelbarrow {
  background-image: var(--wheelbarrowImg);
}
.company-advantages .advantage .dynamic-image.location {
  background-image: var(--locationImg);
}
@media (max-width: 991px) {
  .company-advantages .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-advantages .advantage {
    margin-top: 20px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.footer {
  padding: 48px 0;
  background-color: var(--grey-bg-7);
  margin-top: 100px;
}
.footer h3, .footer label, .footer a, .footer span {
  color: var(--dark-grey);
}
.footer h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--dark-grey);
}
.footer .separator-top {
  width: 100%;
  height: 1px;
  background-color: var(--underline-2);
  margin-bottom: 48px;
  opacity: 0.41;
}
.footer .footer-main {
  margin-bottom: 48px;
}
.footer .footer-bottom {
  padding-bottom: 48px;
}
.footer .payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  column-gap: 22px;
  row-gap: 10px;
}
.footer .payment-grid img {
  width: 64px;
  height: 40px;
  object-fit: contain;
  background: white;
  border-radius: 2.5px;
}
.footer .information-links {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .information-links a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark-grey);
  text-decoration: none;
}
.footer .information-links a:hover {
  text-decoration: underline;
}
.footer .telephone {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: var(--dark-grey);
  margin-bottom: 15px;
}
.footer .telephone:hover {
  text-decoration: underline;
}
.footer .opening-time {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}
.footer .opening-time span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
}
.footer .mobile-charges {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
  display: block;
}
.footer .social-grid {
  display: flex;
  gap: 29px;
  align-items: center;
}
.footer .social-grid img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  object-fit: contain;
}
.footer .social-grid img:hover {
  opacity: 0.8;
}
.footer .shipping-grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer .shipping-grid img {
  height: 37px;
  object-fit: contain;
}
.footer .shipping-grid img:first-child {
  width: 60px;
}
.footer .shipping-grid img:last-child {
  width: 60.8px;
}
@media (max-width: 1199px) {
  .footer h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 0 0;
  }
  .footer .separator-top {
    margin-bottom: 30px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
  .footer h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer .payment-grid {
    grid-template-columns: repeat(2, 64px);
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.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 .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;
}
.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: var(--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;
}
.about-container h1 {
  color: black;
}
.about-container span {
  color: black;
}

@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: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.faq-section {
  padding: 300px 0;
}
.faq-section .faq-title {
  font-size: 32px;
  font-weight: 600;
  color: #535353;
  margin-bottom: 40px;
}
.faq-section .faq-accordion {
  background-color: var(--white);
  border: 1px solid #cecece;
  border-radius: 25px;
  padding: 32px 30px;
}
.faq-section .faq-divider {
  border: none;
  border-top: 1px solid #cecece;
  margin: 0;
}
.faq-section .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px 0;
}
.faq-section .faq-item .faq-question span {
  font-size: 24px;
  font-weight: 600;
  color: #535353;
}
.faq-section .faq-item .faq-chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-section .faq-item .faq-answer p {
  font-size: 20px;
  color: #535353;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}
.faq-section .faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-section .faq-item.open .faq-answer {
  max-height: 500px;
  padding-bottom: 20px;
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.subscribe-business-account {
  position: relative;
}
.subscribe-business-account .background-image {
  display: none;
}
.subscribe-business-account .container {
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
.subscribe-business-account .data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  min-height: 355px;
}
.subscribe-business-account .subscribe-left-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
  background-color: #03A84E;
}
.subscribe-business-account .subscribe-left-container h3, .subscribe-business-account .subscribe-left-container span {
  color: white;
}
.subscribe-business-account .subscribe-left-container .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subscribe-business-account .subscribe-left-container .content img {
  margin-right: 12px;
}
.subscribe-business-account .business-right-container {
  background-color: #EFEFEF;
  color: #535353;
}
.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;
  justify-content: center;
  cursor: pointer;
  margin-top: 50px;
  width: 293px;
  padding: 10px;
  border-radius: 5px;
  background: var(--Main-green, #03A84E);
  color: white;
  height: 50px;
}
.subscribe-business-account .business-right-container .content .about-text h3 {
  /*margin-right: 10px;*/
  margin-bottom: 0;
  color: white;
  font-size: inherit;
}
.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: #03A84E;
  }
  .subscribe-business-account .business-right-container {
    background-color: #EFEFEF;
    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 .header h3 {
  color: var(--blackPrimary);
  font-size: 32px;
  font-weight: 600;
}
.company-advantages .advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-advantages .advantage span {
  max-width: 150px;
  margin-left: 10px;
  color: #535353;
}
.company-advantages .advantage .dynamic-image {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
}
.company-advantages .advantage .dynamic-image.padlock {
  background-image: var(--padlockImg);
}
.company-advantages .advantage .dynamic-image.product-return {
  background-image: var(--productReturnImg);
}
.company-advantages .advantage .dynamic-image.wheelbarrow {
  background-image: var(--wheelbarrowImg);
}
.company-advantages .advantage .dynamic-image.location {
  background-image: var(--locationImg);
}
@media (max-width: 991px) {
  .company-advantages .header {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-advantages .advantage {
    margin-top: 20px;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.footer {
  padding: 48px 0;
  background-color: var(--grey-bg-7);
  margin-top: 100px;
}
.footer h3, .footer label, .footer a, .footer span {
  color: var(--dark-grey);
}
.footer h3 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--dark-grey);
}
.footer .separator-top {
  width: 100%;
  height: 1px;
  background-color: var(--underline-2);
  margin-bottom: 48px;
  opacity: 0.41;
}
.footer .footer-main {
  margin-bottom: 48px;
}
.footer .footer-bottom {
  padding-bottom: 48px;
}
.footer .payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  column-gap: 22px;
  row-gap: 10px;
}
.footer .payment-grid img {
  width: 64px;
  height: 40px;
  object-fit: contain;
  background: white;
  border-radius: 2.5px;
}
.footer .information-links {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .information-links a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--dark-grey);
  text-decoration: none;
}
.footer .information-links a:hover {
  text-decoration: underline;
}
.footer .telephone {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: var(--dark-grey);
  margin-bottom: 15px;
}
.footer .telephone:hover {
  text-decoration: underline;
}
.footer .opening-time {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 12px;
}
.footer .opening-time span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
}
.footer .mobile-charges {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  color: var(--dark-grey);
  display: block;
}
.footer .social-grid {
  display: flex;
  gap: 29px;
  align-items: center;
}
.footer .social-grid img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  object-fit: contain;
}
.footer .social-grid img:hover {
  opacity: 0.8;
}
.footer .shipping-grid {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer .shipping-grid img {
  height: 37px;
  object-fit: contain;
}
.footer .shipping-grid img:first-child {
  width: 60px;
}
.footer .shipping-grid img:last-child {
  width: 60.8px;
}
@media (max-width: 1199px) {
  .footer h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 0 0;
  }
  .footer .separator-top {
    margin-bottom: 30px;
  }
  .footer .footer-main,
  .footer .footer-bottom {
    padding-bottom: 20px;
  }
  .footer h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer .payment-grid {
    grid-template-columns: repeat(2, 64px);
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.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 .left-side, .license-footer .row .right-side {
    text-align: start;
  }
}
@media (max-width: 576px) {
  .license-footer {
    padding: 15px 0;
  }
}
:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.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;
  justify-content: space-between;
  width: 100%;
  min-height: 527px;
  max-width: 335px;
  position: relative;
  box-shadow: 0 3px 6px var(--box-shadow);
  border-radius: 10px;
  justify-self: center;
}
.product-box:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 5px var(--box-shadow);
  text-decoration: none;
}
.product-box .product-tile {
  padding: 25px 15px 0 15px;
  height: 260px;
}
.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;
  color: var(--blackPrimary);
}
.product-box .product-info .description {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--blackPrimary);
}
.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 {
  padding: 0 15px 0 15px;
  margin-bottom: 18px;
}
.product-box .price-info .stock-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.product-box .price-info .stock-quantity .stock-square {
  display: block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 2px;
  background: var(--Main-green, #03A84E);
}
.product-box .price-info .stock-quantity .stock-text {
  color: var(--Text, #535353);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-box .price-info .price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
  color: black;
}
.product-box .price-info .price-wrapper .effective-price span {
  align-self: flex-end;
  margin-right: 10px;
  color: var(--blackPrimary);
}
.product-box .price-info .price-wrapper .effective-price h1 {
  margin: 0;
}
.product-box .price-info .price-wrapper .vat-info {
  color: var(--blackPrimary);
}
.product-box .price-info .price-wrapper .wishlist-button-wrapper {
  cursor: pointer;
}
.product-box .stock-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
}
.product-box .stock-container .stock-indicator {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 8px;
}
.product-box .stock-container .stock-indicator.in-stock {
  background-color: var(--brandPrimary);
}
.product-box .stock-container .stock-indicator.out-of-stock {
  background-color: var(--custom-red);
}
.product-box .stock-container .availability-wrapper {
  display: flex;
  align-items: center;
}
.product-box .stock-container .availability-wrapper span {
  font-size: 14px;
}
.product-box .product-variants {
  width: fit-content;
  background-color: var(--grey-bg-7);
  padding: 5px 20px;
  border-radius: 10px 0;
  font-size: 15px;
  text-align: center;
  color: var(--blackPrimary);
}

.grid-head {
  margin-top: 50px;
}
.grid-head h1 {
  color: var(--DarkGreen);
}
.grid-head .breadcrumb-nav {
  font-size: 16px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.grid-head .breadcrumb-nav a {
  color: var(--dark-grey);
  text-decoration: none;
}
.grid-head .breadcrumb-nav a:hover {
  text-decoration: underline;
}
.grid-head .breadcrumb-nav .right-arrow {
  width: 6px;
  height: 10px;
  margin: 0 8px;
}
.grid-head .breadcrumb-nav b {
  color: var(--dark-grey);
}
.grid-head .category-description {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-grey);
  line-height: 1.5;
  margin-top: 27px;
  margin-bottom: 40px;
  max-width: 900px;
}

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

@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: 770px) {
  .grid-body {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.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;
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.general-product-info {
  margin-bottom: 100px;
  color: var(--blackPrimary);
}
.general-product-info > .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 180px;
}
.general-product-info h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.general-product-info .high-resolution-wrapper {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
}
.general-product-info .consultation-info-box {
  width: 50%;
  position: relative;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--Light-Grey, #F1F1F1);
  padding: 30px;
  margin-top: 20px;
}
.general-product-info .consultation-info-box .fachberatung-badge {
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
}
.general-product-info .consultation-info-box p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--blackPrimary);
  margin: 0 0 20px 0;
}
.general-product-info .consultation-info-box .contact-options {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.general-product-info .consultation-info-box .contact-options .contact-option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.general-product-info .consultation-info-box .contact-options .contact-option img {
  width: 24px;
  height: 24px;
}
.general-product-info .consultation-info-box .contact-options .contact-option h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--blackPrimary);
}
@media (max-width: 991px) {
  .general-product-info > .row {
    flex-wrap: wrap;
    gap: 30px;
  }
  .general-product-info .consultation-info-box {
    width: 100%;
  }
}

:root {
  --background: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.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: #FDFFFD;
  --background2: #f6f6f6;
  --box-shadow: #00000029;
  --underline: #707070;
  --underline-opacity: #70707059;
  --underline-2: #414141;
  --underline-3: #EBEBEB;
  --grey-bg: #E2E2E2;
  --grey-bg-6: #CECECE;
  --grey-bg-2: #EDEDED;
  --grey-bg-3: #EFEFEF;
  --grey-bg-4: #F4F4F4;
  --grey-bg-5: #F8F8F8;
  --grey-bg-7: #F1F1F1;
  --dark-grey: #535353;
  --custom-green: #87B229;
  --custom-red: #E21313;
  --DarkGreen: #021B0D;
  --light-blue: #4AC4E6;
  --white: #FDFDFD;
}

.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;
}

.product-container {
  margin: 80px auto;
}
.product-container .main-data-row {
  min-height: 500px;
  display: flex;
  flex-wrap: nowrap;
  gap: 175px;
}
.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;
    flex-wrap: wrap;
    gap: 30px;
  }
}

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

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