/** Shopify CDN: Minification failed

Line 860:9 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@import "tailwindcss";

@theme {
  --breakpoint-xs: 420px;
  --breakpoint-2xl: 100rem;
  --breakpoint-3xl: 120rem;
}

:root {
  /* colors */
  --fthBlue: #00409D;
  --fthBlueTwo: #6C79BB;
  --fthBlueThree: #C9D2FF;
  --fthBgBlue: #334863;
  /* font sizes */
  /* paddings and margins */
  --innerPadding: 6px;
  --baseMargin: 50px;
  /* font familys */
}

html {
  width: 100%;
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #303030;
}

body .container {
  max-width: 100%;
}

/* START FTH  */
.rale {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.pop {
  font-family: "poppins";
  font-optical-sizing: auto;
  font-style: normal;
}

.usp-bar-items div span,
#usp-slider div span {
  color: black;
}

.catBlock {
  height: 44px;
  width: 295px;
  min-width: 295px;
  border-radius: 10px;
  border: solid 1px #E5E7EB;
  background: #F9F9F9;
  display: flex;
  align-items: center;
}

.brandBlock {
  border-radius: 30px;
  border: 1px solid #E5E7EB;
  background: #F9F9F9;
  height: 60px;
  width: 160px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bxShadow {
  /* box-shadow: 2px 2px 5px rgba(0,0,0,.2); COTTO BOX SHADOW */
  box-shadow: 1px 1px 3px rgb(129 124 124 / 20%);
}
.twoBanners {
  height: 240px;
  border-radius: 15px;
  background: var(--fthBlueTwo);
  width: 100%;
}

.twoSmallBanners {
  height: 80px;
  border-radius: 10px;
  background: var(--fthBlueThree);
  width: 100%;
}

.bannerButton {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--fthBlue);
  height: 44px;
  border-radius: 10px;
  padding: 6px 12px;
}

.bannerButton:hover,
.buttonComponent:hover {
  border: solid 1px var(--fthBlue);
  color: var(--fthBlue);
  fill: var(--fthBlue) !important;
  background: white;
  transition: 300ms;
}

.bannerButton:hover svg path,
.buttonComponent:hover svg path {
  /* stroke: var(--fthBlue); */
  fill: var(--fthBlue);
}

.reverseButtonComponent:hover {
  border: solid 1px white;
  color: white;
  fill: white !important;
  background: var(--fthBlue);
  transition: 300ms;
}

.reverseButtonComponent:hover svg path {
  /* stroke: var(--fthBlue); */
  fill: white;
}

.productCard {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #F9F9F9;
  height: 366px;
  width: 31%;
  padding: 8px;
}

.productCardSlider {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #F9F9F9;
  height: 366px;
  width: 220px;
  min-width: 220px;
  padding: 8px;
}

.productInStock {
  color: var(--fthBlue);
  font-size: 14px;
  font-weight: 700;
}

.productCardButton {
  background: var(--fthBlueThree);
  width: 37px;
  height: 37px;
  border-radius: 5px;
  position: absolute;
  right: 8px;
  bottom: 5px;
  cursor: pointer;
  transition: 300ms;
}

.productCardButton:hover {
  background: white;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  border: solid 1px var(--fthBlue);
  transition: 300ms;
}

.productCardButton svg path {
  fill: var(--fthBlue);
  transition: 300ms;
}

.sortSelect {
  color: var(--fthBlue);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid var(--fthBlue);
  background: #FFF;
  padding: 4px;
}

.salesBlock {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #F9F9F9;
  padding: 20px;
}

.cartDrawerProduct {
  height: 165px;
  border-radius: 10px;
  background: #F9F9F9;
  border: solid 1px #E5E7EB;
  width: 100%;
  padding: 12px 8px;
  display: flex;
  gap: 10px;
}

.cartDrawerImage {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  height: auto;
  border-radius: 5px;
  border: solid 1px #E5E7EB;
  background: white;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* END FTH */

.textContent ol {
  list-style: outside;
  list-style-type: auto;
}

li>ol {
  list-style: inside !important;
  list-style-type: auto !important;
}

.errors li {
  font-weight: 600;
  color: darkred;
}

.fancybox__container .fancybox__backdrop {
  background: rgba(0, 0, 0, .8) !important;
}

.fancybox__slide.has-image>.fancybox__content {
  background: transparent !important;
}

.wwk-sidebar {
  top: 25% !important;
}

.product-configure-variants {
  display: flex;
  flex-direction: column;
}

::selection {
  color: #fff;
  background: var(--fthBlueThree);
}

.collectionEnd>ul {
  list-style: outside !important;
  margin-left: 1em;
}

.collectionEnd>ol {
  list-style: outside !important;
  margin-left: 1em;
  list-style-type: number !important;
}

.collectionEnd>ul>li>ul {
  margin-left: 25px;
  list-style: outside !important;
  list-style-type: circle !important;
}

.collectionEnd a {
  text-decoration: underline;
  color: #0061d3;
}

.blogContent>ul {
  list-style: outside !important;
  margin-left: 1em;
}

.blogContent p,
.productTextContent p,
.textContent p,
.collectionEnd p {
  padding-bottom: 15px;
}

.blogContent h2 {
  color: #303030;
  font-weight: 700;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
}

.blogContent h3 {
  color: #303030;
  font-weight: 700;
  font-size: 20px !important;
  font-family: "Raleway", sans-serif;
}

.blogContent>ol {
  list-style: outside !important;
  margin-left: 1em;
  list-style-type: number !important;
}

.blogContent>ul>li>ul {
  margin-left: 25px;
  list-style: outside !important;
  list-style-type: circle !important;
}

.productTextContent>ul {
  list-style: inside !important;
}

.customPageBlockIcon {
  background: var(--fthBlueThree);
}

#cartBar {
  display: none;
  border-bottom: 2px #ececec;
  box-shadow: 4px 3px 4px 0 #ececec;
  background: white;
  z-index: 20;
  bottom: 0px;
}

#cartBar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#cartBar .container div {
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
}

#loadingBar {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  height: 8px;
  width: 0%;
  background: #00409D linear-gradient(90deg, #00409D 0.08%, #3a73c7 50.27%, #4078cd 99.93%);
  /*     transition: opacity .6s ease-in-out; */
  border-radius: 50px 50px 50px 50px;
}

#CartDrawer-Overlay {
  background: #0000001c;
}

.cartPopOutError {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  height: 73px;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  border: 1px solid #ececec;
  border-radius: 10%;
  z-index: 20;
  background: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: opacity 100ms, background 200ms, border-color 200ms;
}

/* stocknotifier app  */
.stocknotifier-btn {
  display: none !important;
}

.btn-primary {
  padding: 6px 12px;
  border-radius: 25px;
}

#stocknotifier-popup-input-email {
  border: solid 1px #ececec;
}

/* stocknotifier end */
.fancybox__content {
  background: white !important;
}

.productsColor:hover li {
  border: solid 2px var(--abYellow);
  padding: 6px;
  border-radius: 999px;
}

.scrollTest::-webkit-scrollbar {
  width: 11px;
}

.scrollTest {
  scrollbar-width: thin;
  scrollbar-color: var(--abGrey) white;
}

.scrollTest::-webkit-scrollbar-thumb {
  background: white;
}

.scrollTest:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.scrollTest::-webkit-scrollbar-track {
  background: white;
}

.scrollTest::-webkit-scrollbar-thumb {
  background-color: var(--abGrey);
  border-radius: 6px;
  border: 3px solid white;
}

.product-configure-custom-option {
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-configure-custom-option input[type='text'] {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 8px 16px;
  border-radius: 16px;
  border: solid 1px;
  border: #ececec;
  margin-bottom: 12px;
}

.product-configure-custom-option-item {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
}

.product-configure-custom-option textarea {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  border-bottom: solid 3px var(--abYellow);
  border-radius: 16px;
  width: 100%;
  padding: 12px;
}

.swiper-slide-thumb-active {
  border: solid 3px var(--abYellow);
  border-width: 2px !important;
}

.product:hover .CartButton {
  opacity: 1;
}

.transformNone {
  transform: none !important;
}

.text-component a {
  word-wrap: break-word;
}

.textContent ul {
  list-style: disc;
  padding-left: 20px;
}

.actieBanner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.catList .swiper-scrollbar {
  background: white !important;
}

.buttonComponent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  background: var(--fthBlue);
  color: white;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  border-radius: 10px;
  transition: 300ms;
}

.buttonComponent:hover {
  border: solid 1px var(--fthBlue);
  color: var(--fthBlue);
  fill: var(--fthBlue) !important;
  background: white;
  transition: 300ms;
}

.buttonComponent:hover svg path {
  stroke: var(--fthBlue);
  fill: var(--fthBlue);
}

.reverseButton {
  display: flex;
  gap: 3px;
  background: white;
  color: var(--fthBlue);
  border: solid 1px var(--fthBlue);
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  border-radius: 10px;
}

#tableofcontents {
  list-style: disc;
}

#tableofcontents ul {
  list-style: disc;
  padding-left: 25px;
}

#tableofcontents li {
  text-decoration: underline;
  text-decoration-color: #d1c5c5;
  text-decoration-thickness: 2px;
  cursor: pointer;
  width: fit-content;
  padding-bottom: 4px;
  font-weight: 500;
}

html body {
  position: relative;
  margin-top: 0px !important;
}

body .wsa-cookielaw {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: auto;
  background: white;
  /*   	border: solid 1px var(--abYellow); */
  width: 512px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  white-space: inherit;
  text-align: left;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  top: unset;
  left: unset;
  align-content: space-between;
  overflow: hidden;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.swiper-slide {
  /*     height: 28px; */
  /*   	max-height:38px; */
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.swiper-scrollbar {
  opacity: 1 !important;
  position: relative !important;
  height: 10px !important;
  background: #F5F5F5;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
}

.swiper-scrollbar-drag {
  background: var(--abYellow) !important;
  cursor: grab;
  height: 75%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
}


b,
strong {
  font-weight: 600 !important;
}

#m2Span {
  border-radius: 0 10px 10px 0;
}

select {
  position: relative;
  color: black;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select#cutting-loss {
  -webkit-appearance: base-select;
  -moz-appearance: base-select;
  appearance: base-select;
  display: flex;
  align-items: center;
  color: #909090;
  font-size: 16px;
}

#cutting-loss::picker-icon {
  content: url("data:image/svg+xml;utf8,<svg width='17' height='9' viewBox='0 0 17 9' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.78033 8.78033C8.48744 9.07322 8.01256 9.07322 7.71967 8.78033L0.21967 1.28033C-0.0732232 0.987438 -0.0732232 0.512564 0.21967 0.219671C0.512564 -0.0732229 0.987437 -0.0732229 1.28033 0.219671L8.25 7.18934L15.2197 0.21967C15.5126 -0.0732234 15.9874 -0.0732234 16.2803 0.21967C16.5732 0.512563 16.5732 0.987437 16.2803 1.28033L8.78033 8.78033Z' fill='%2300409D'/></svg>");
  padding-right: 15px;
  transition: 0.4s rotate;
}

.mainButton {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  max-height: 45px;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  align-content: center;
}

.cartSpan {
  position: absolute;
  right: -8px;
  background: var(--fthBlue);
  color: white;
  padding: 12px;
  top: -13px;
  border: none;
  font-weight: 600;
  font-size: 13px;
}

.cartIcon:hover .cartSpan {
  background: var(--abYellow);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--abBlack);
}

.navbarIcons {
  padding-top: 13px;
  color: var(--abBlack);
  height: 146px;
  display: flex;
  background: var(--abYellow);
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  z-index: 10;
  margin-top: -3px;
}

.navbarIcons li {
  padding-left: 16px;
}

.navbarIcons li {
  text-decoration-color: #DDB513;
}


.autokiezerBanner {
  padding: 11px 45px;
  color: var(--abBlack);
}

.filters li {
  position: relative;
  display: flex;
  padding: 5px 0;
  /* margin-bottom: 3px; */
}

input[type="checkbox"] {
  display: flex;
  place-content: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  /* background: #eee; */
  height: 22px;
  width: 22px;
  min-width: 22px;
  min-height: 22px;
  border: solid 1px var(--fthBlue);
  margin-right: 8px;
  cursor: pointer;
  align-items: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--fthBlue);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

li:hover input[type="checkbox"] {
  border: solid 2px var(--fthBlue);
}

.promo {
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 12px;
  font-weight: 600;
}

.productTitleSpan {
  padding: 2px 0;
  min-height: 85px;
  max-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.categoryDescription {
  background: -webkit-linear-gradient(270deg, #000, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00000038;
  width: 75%;
}

.readMoreBtn {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}


.productCard img {
  transition: 0.5s;
}

.productCard:hover img {
  scale: 90%
}


.pages ul li {
  float: left;
  padding-left: 12px;
}

.bigImage {
  border-radius: 10px;
  border: 1px solid var(--Stroke-Border, #E5E7EB);
  background: #FFF;
  height: 525px;
}

.productTextContent h2 {
  padding-top: 16px;
}

.productTextContent a {
  color: black;
  font-weight: 600;
}
.productTextContent a:hover {
  text-decoration: underline var(--fthBlue);
  text-decoration-thickness: 1px;
}


.autokiezerBlock {
  box-shadow: 0 15px 30px rgb(0 0 0 / 6%);
}

.autokiezerOptions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer {
  border-top: solid 3px #C9D2FF;
}

.footerUpper {
  color: var(--abBlack);
}

.select {
  display grid;
}

.productText h2 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 16px;
  color: var(--abBlack);
}

.productTextContent {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.specsTable td {
  min-width: 100px;
  padding: 8px 32px;
}

.specsTable td:nth-child(even) {
  text-align: left;
  display: flex;
  justify-content: end;
}

/* .specsTable tr:nth-child(odd) {
  background: #ececec;
} */

.automerkSearch {
  margin-top: 16px;
  border: solid 0.5px #aeaeae;
  height: 55px;
  border-radius: 50px;
  padding: 8px 16px;
  mix-blend-mode: normal;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.automerkSelect {
  margin-top: 16px;
  border: solid 0.5px #aeaeae;
  height: 55px;
  border-radius: 50px;
  padding: 8px 16px;
  mix-blend-mode: normal;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.autoTypeList {
  border-radius: 10px;
}

.autoTypeList li {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 32px;
  justify-content: space-between;
}

.autoTypeList li:nth-child(odd) {
  background: #F5F5F5;
}

.activeCart {
  box-shadow: 0 0 0 10000px rgb(0 0 0 / 50%);
}

.productButtons {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);

}

/* bundel */
.moreOptionsDiv {
  opacity: 0;
  transition: all .3s linear;
}

.dropDownSelector {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  padding: 2px;
}

.is-open.moreOptionsDiv {
  opacity: 1;
}

.open .dropDownItem {
  display: flex;
}

.delayShow .dropDownItem {
  opacity: 1;
}

.dropDownItem {
  padding: 5px 8px;
  height: 50px;
  background: white;
  opacity: 0;
  transition: opacity .6s;
  cursor: pointer;
  border-left: 3px solid #fff;
  display: none;
}

.dropDownItem span {
  /*     max-width: 70%; */
  display: flex;
  height: 100%;
  align-items: center;
  float: left;
}

.dropDownItem img {
  display: flex;
  height: 100%;
  align-items: center;
  float: left;
  width: auto;
  min-width: 30px;
  max-width: 30px;
}

.dropDownItem:hover {
  border-left: 3px solid var(--abYellow);
}

.chosen {
  display: block !important;
  opacity: 1 !important;
  position: relative;
}

.chosen:hover {
  border-left: 3px solid #fff !important;
}

.moreOptions {
  border-bottom: solid 2px var(--abYellow);
  padding-bottom: 5px;
}

.moreOptions::after {
  padding-top: 3px;
  transition: .3s;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
  height: 24px;
  width: 24px;
  display: block;
  float: right;
  color: var(--abYellow);
  position: absolute;
  right: 10px;
}

.chosen::after {
  padding-top: 3px;
  transition: .3s;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
  height: 24px;
  width: 24px;
  display: block;
  float: right;
  color: var(--abYellow);
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.articleImage {
  border-radius: 15px 15px 0px 0px;
  height: 160px;
}

.articleContent {
  padding: 8px;
  border-radius: 0px 0px 15px 15px;
  /* background: var(--fthBlue); */
  color: white;
  height: 170px;
}

.articleBlock:nth-child(6n+1) .articleContent,
.articleBlock:nth-child(6n+6) .articleContent {
  background: var(--fthBlue);
  /* Color 1 - positions 1, 6, 7, 12, 13, 18... */
}

.articleBlock:nth-child(6n+2) .articleContent,
.articleBlock:nth-child(6n+4) .articleContent {
  background: #C9D2FF;
  /* Color 2 - positions 2, 4, 8, 10, 14, 16... */
  color: #002760;
}

.articleBlock:nth-child(6n+3) .articleContent,
.articleBlock:nth-child(6n+5) .articleContent {
  background: #6C79BB;
  /* Color 3 - positions 3, 5, 9, 11, 15, 17... */
}


.textUnder h3 {
  font-family: var(--headerFontfamily);
}

.sideContentButtons {
  border-radius: 60px;
  border: 2px solid #A8A8A8;
  padding: 12px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
}

.otherPages {
  height: 50px;
  padding: var(--innerPadding);
}

.otherPages div {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: auto;
  flex: 1 1 auto;
}

.otherPages:nth-child(odd) {
  background: var(--abGrey);
}

.otherPages:first-child {
  border-radius: 10px 10px 0px 0px;
}

.otherPages:last-child {
  border-radius: 0px 0px 10px 10px;
}

.cartProductImageDiv {
  width: 12.4rem;
  max-height: 15.5rem;
  min-height: 15.5rem;
}

.voorraad {
  min-height: 50px;
}

.gui-input {
  border: none !important;
}

.gui-input input select {
  max-width: 350px !important;
  border-radius: 16px;
  padding: 0.5rem 1.5rem !important;
  border: solid 1px #ececec !important;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 640px) {
  .productCard {
    width: 48%;
    min-width: 45%;
  }
}

@media only screen and (max-width:768px) {
  body {
    font-size: 14px;
  }

  .products {
    justify-content: flex-start;
    gap: 10px;
  }

  .productCard {
    width: 48%;
    /* height: 316px; */
  }
}

@media only screen and (max-width:1024px) {
  .filters {
    top: 150px;
    left: 0px;
    background: white;
    position: absolute !important;
    padding-left: 1rem;
  }

  .filterButton {
    background: var(--fthBlue);
    border-radius: 50px;
    padding: 8px 16px;
  }

  .uspBar {
    border-radius: 0px 15px 15px 0px;
    background: #3E3A3A;
    box-shadow: -8px 2px 8px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    width: max-content;
    left: -35px;
    top: 0px;
    padding: 16px 32px;
    flex-wrap: wrap;
    align-content: space-around;
    z-index: 20;
  }

  .uspBarAboutUs li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white;
    padding: 10px 0;
  }

  .uspBarAboutUs svg {
    height: 40px;
    width: 40px;
  }

  .facet-filters__field .select .svg-wrapper {
    top: calc(50% - -0.4rem);
  }
}

@media only screen and (min-width:1024px) {
  .uspBar {
    border-radius: 15px 0px 0px 15px !important;
    background: #3E3A3A;
    box-shadow: -8px 2px 8px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 0px;
    width: 30%;
    top: 100px;
    padding: 16px 32px;
    flex-wrap: wrap;
    align-content: space-around;
  }

  .uspBarAboutUs li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: white;
    padding: 8px 0;
  }
}

@media only screen and (min-width:1024px) and (max-width: 1280px) {
  .voorraad {
    min-height: 50px;
  }

  .footerSocials div {
    max-height: 55px !important;
    max-width: 55px !important;
  }
}

@media only screen and (min-width:1236px) {
  .container {
    max-width: 1236px !important;
    padding: 0 12px;
    margin: auto;
  }

  .uspBar {
    top: 120px;
  }
}

@media only screen and (min-width:768px) {
  .half {
    width: 40%;
  }

  .cart__footer-wrapper {
    position: relative;
    top: 70px;
    height: 980px;
  }
}

@media only screen and (max-width:1280px) {
  .container {
    padding: 10px;
  }
}


@media only screen and (max-width:390px) {
  .xs-logo {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .logo {
    display: none;
  }
}