/* Hier onder kan je de kleuren aanpassen. */

:root {
  --background-color-secondary: #f1f8ff;
  --pulsar-color: #3DBA24;
  --font-size-product: 14px !important;
  --free-shipping-information: #444;
  /* 'px' moet erachter blijven staan, groter getal gaat omhoog, lager getal gaat omlaag. */
  --dynamic-cart: 77px; 
}

/* Vanaf hieronder zou ik nergens aankomen. */

:root,
.color-accent {
  --color-background-1: var(--color-base-accent-1);
}
  
.background-color-primary {
  background-color: rgb(var(--color-background-1));
}
  
.color-primary {
  color: rgb(var(--color-background-1));
}
  
  .color-primary-radio {
    accent-color: rgb(var(--color-background-1));
      }
  
.font-size {
  font-size: var(--font-size-product) !important;
}

.announcement-bar:nth-child(2) {
  background-color: var(--background-color-secondary) !important;
}
  
.flex-buttons ul[data-shopify-buttoncontainer=true] {
  margin: 0 -4px!important;
  flex-direction: row!important;
}

.flex-buttons li[data-testid=grid-cell] {
  -webkit-flex: 1!important;
  -moz-flex: 1!important;
  -ms-flex: 1!important;
  flex: 1!important;
  margin: 8px 4px 0!important;
  height: initial!important;
}

.cart__dynamic-checkout-buttons {
  margin-top: 0 !important; 
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: none !important;
}

#variant-inventory {
  	font-size: 14.5px;
	display: flex;
	align-items: center;
}

#variant-inventory-2 {
  	font-size: 14.5px;
	display: flex;
	align-items: center;
  	margin-bottom: 2rem;
}

.sales-point .icon {
	position: relative;
	width: 25px;
	height: 25px;
	display: block; 
}

.icon--inventory:after, .icon--inventory:before {
	width: 9px;
	height: 9px;
	background: var(--pulsar-color);
	border-radius: 9px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	margin: 8px;
  
}

.icon--inventory:before {
 	animation: inventory-pulse 2s linear infinite; 
 }

@keyframes inventory-pulse {
  0% {
    opacity: 0.5; }

  to {
    transform: scale(2.5);
    opacity: 0; } 
}

.announcement-bar:nth-child(1)  .icon--full-color {
  display: none;
}

.announcement-bar:nth-child(2)  .icon--full-color {
  margin: -6px 3px;
  height: 21px;
}

.cart-count-bubble {
    bottom: 0.4rem;
    left: 2.5rem;
}

.product__description p {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  letter-spacing: normal;
}

.cart-items th {
  padding-top: 0.8rem !important;
}

/* @media (max-width: 750px) {
  .header__heading-logo {
    width: 160px;
  }

  .header__heading-link {
    padding: 0;
  }
}
} */

/* Modal CSS */

.modal {
  box-shadow: var(--shadow-2), 0 0 0 100vw rgb(0 0 0 / 0.5);

  background: #fff;
  color: #222;
  border: 0;
  border-radius: 0.25rem;
}

.modal::backdrop {
  background: rgb(0 0 0 / 0.5);
  opacity: 0;
}

.modal[open] {
  animation: slide-up 1#f3a22ams forwards, fade-in 500ms forwards;
}
.modal[open]::backdrop {
  animation: fade-in 500ms forwards;
}

.modal[closing] {
  display: block;
  pointer-events: none;
  inset: 0;
  opacity: 0;
}

.modal[closing]::backdrop {
  animation: fade-out 1ms forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* extra styling */

.modal {
  max-width: 50ch;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -25ch !important;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;

  & > * {
    margin: 0 0 0.5rem 0;
  }
}

.modal-offer {
  max-width: 80vw;
  position: fixed;
  top: 10vh;
  left: 50%;
  margin-left: -40vw !important;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.modal-offer-content {
  border: 1px solid rgb(var(--color-background-1));
  text-align: center;
  padding: 1rem;
  margin: 0.5rem;
}

.modal-offer-close {
  background: url(//cdn.secomapp.com/promotionpopup/cdn/popuptemplate/infored/sca-orange-close.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  height: 43px;
  width: 47px !important;
  position: absolute;
  right: -16px !important;
  top: 3px !important;
}

h1 em {
  color: var(--cyan-9);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

h2 {
  color: var(--cyan-9);
}

form {
  display: grid;
  gap: 1em;
}

.header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cart-footer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  column-gap: 20px;
  row-gap: 20px;
}

.cart-footer__item {
  margin-top: 2rem;
  width: 100%;
  max-width: 100%;
  
  background-color: #F7F6F6;
  border-radius: 15px;
  padding: 2rem;
  text-align: left;
}

.cart-footer__item h2 {
  font-size: 21px !important;
}

.hr-mobile {
  display: block;
  margin: 5rem -4rem !important;
}

@media (min-width: 750px) {
  .cart-footer__item {
    width: 32%;
    max-width: 32%;
  }
  
  .hr-mobile {
    display: none;
    margin: 0 !important;
  }
  
  .modal-offer {
    max-width: 50vw;
    margin-left: -25vw !important;
  }
}

.flex-container {
  color: white;
  background-color: var(--free-shipping-information);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
}
/* 
.list-payment__item {
  filter: grayscale(1)!important;
}
 */

.index-section--flush {
  padding-top: -15px !important;
}

.header__heading-link {
    margin-top: 0.35rem;
  padding: 0;
}

.rte img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.list-payment__item:nth-child(7) {
  display: none !important;
}