/* Productpage */
.productpage__labels {
  position: absolute;
  left: 15px;
  top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 9;
}

#productpage .product-top {
  margin-bottom: 48px;
  overflow-x: hidden;
}

#productpage .product-top .product-title {
	line-height: 110%;
}
  

#productpage .product-top .product-images {
  position: relative;
}

#productpage .product-top > .row {
  gap: 48px 0px;
}

#productpage .reviews-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

#productpage .reviews-top .reviews-q {
  opacity: 0.7;
  font-size: 14px;  
}

#productpage .product-images .productpage-slider-outer.slider-loading {
	width: 100%;
}
#productpage .productpage-slider video{
  aspect-ratio: 1/1;
  object-fit: contain;

}
#productpage .thumb-slider video{
  aspect-ratio: 1/1;
  object-fit: contain;

}
#productpage .product-images .productpage-slider-outer.slider-loading:after {
	content: '';
  display: block;
  padding-top: 100%;
}

#productpage .product-images .productpage-slider .image-wrap {
	padding: 5% 15%;
}

#productpage .product-images .productpage-slider .image-wrap.video-item {
	padding: 24px 0;
  position: relative;
}

#productpage .product-images .productpage-slider .image-wrap.video-item img {
	height: 100%;
  width: 100%;
  object-fit: cover;
}

#productpage .product-images .productpage-slider .image-wrap.video-item .play-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

#productpage .product-images .productpage-slider .image-wrap.video-item .play-icon svg {
	height: auto;
  width: 100%;
}

#productpage .product-images .thumb-slider .image-wrap.video-thumb {
	position: relative;
}

#productpage .product-images .thumb-slider .image-wrap.video-thumb img {
	aspect-ratio: 1/1;
  object-fit: cover;
}

#productpage .product-images .thumb-slider .image-wrap.video-thumb .play-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

#productpage .product-images .thumb-slider .image-wrap.video-item .play-icon svg {
	height: auto;
  width: 100%;
}

#productpage .product-images .thumbs {
  padding-top: 32px;
}

#productpage .product-images .thumbs .thumb-slider.align-center-slider .owl-stage-outer {
  display: flex;
  justify-content: center;
}

#productpage .product-images .thumbs .thumb-slider.align-center-slider .owl-stage-outer .owl-stage {
  display: flex;
  justify-content: center;
}

#productpage .product-images .thumbs .thumb .image-wrap {
  padding: 5% 10%;
}

#productpage .product-images .thumbs .thumb:not(.active) {
  opacity: 0.6;
}

#productpage .owl-carousel .owl-nav button.owl-next,
#productpage .owl-carousel .owl-nav button.owl-prev {
  transform: translate(0, -50%);
}


.main-product__price .price {
  flex-direction: row;
  align-items: center;
}

#productpage .product-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#productpage .product-info .price-stock-wrap,
#productpage .product-info .product-info-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#productpage .product-info .price-stock-wrap .price-timer-wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
  width: fit-content;
  border-radius: 10px;
}

#productpage .product-info .price-stock-wrap .price-timer-wrap.has-timer {
  padding: 16px;
  background: #F7F7F7;
}

#productpage .product-info .price-stock-wrap .price-timer-wrap .timer-spacer {
  width: 1px;
  height: 50px;
  background: #EEEEEE;
}

#productpage .product-info .price-stock-wrap .price-timer-wrap .timer__box {
  padding: 6px;
  min-width: 60px;
}

#productpage .product-info .price-stock-wrap .price-timer-wrap .timer {
  gap: 8px;
}

#productpage .product-info .cart-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#productpage .product-info .free-delivery {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

#productpage .product-info .free-delivery i {
  font-size: 24px;
}

#productpage .text-link {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

#productpage .text-link span {
  text-decoration: underline;
}

#productpage .product-info .product-usps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#productpage .product-info .product-usps .product-usp {
  display: flex;
  align-items: center;
  gap: 8px;
}

#productpage .product-info .product-usps .product-usp i {
  font-size: 24px;
}

#productpage .product-info .product-usps .product-usp b {
  color: var(--accent);
}

#productpage .product-info .payments {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#productpage .product-info .payments a {
  display: block;
  background: #F7F7F7;
  border-radius: 5px;
  overflow: hidden;
}
#productpage .product-info .payments a img {
  width: 64px;
}

/* End productpage */

/* Product configure */
#productpage .product-configure .product-configure-inner {
	margin: -15px 0;
}

#productpage .product-configure .product-configure-inner .option-wrap {
	padding: 15px 0;
}

#productpage .product-configure .linked-options.loading {
  opacity: 0;
}

#productpage .product-configure .linked-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  gap: 8px;
}

#productpage .product-configure .linked-options .option-title {
	font-size: 11px; 
  font-weight: 700;
  padding: 4px;
  text-align: center;
}

#productpage .product-configure .linked-options .option.active .option-title {
	color: #f71595;
}

#productpage .product-configure .linked-options .option a {
	padding: 5px 16px;
  height: 48px;
  min-width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  border-radius: var(--border_radius);
}

/* #productpage .product-configure .linked-options .option a {
	display: block;
  
} */

#productpage .product-configure .linked-options .option.active a {
	border: 2px solid var(--accent);
  color: var(--accent);
  font-weight: 700;
}

#productpage .product-configure label.label-title {
  display: block;
	font-size: 1em;
  margin-bottom: 8px;
}

#productpage .product-configure select {
	height: 50px;
  opacity: 0;
}

#productpage .product-configure .product-configure-inner .option-wrap.product-custom-text,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-textarea,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-date,
#productpage .product-configure .product-configure-inner .option-wrap.product-custom-datetime {
	display: flex;
  flex-direction: column;
}

#productpage .product-configure input[type="text"],
#productpage .product-configure input[type="date"],
#productpage .product-configure input[type="datetime-local"],
#productpage .product-configure textarea {
	border: 2px solid rgba(0,0,0,0.07);
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
}

#productpage .product-configure textarea {
	padding: 15px;
  height: auto;
  min-height: 100px;
  min-width: 100%;
  max-width: 100%;
}

#productpage .tab-links {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 24px;
}

#productpage .tab-links li.active a {
  color: var(--accent);
  font-weight: 700;
}

#productpage .productpage-title {
  margin-bottom: 1rem;
}

#productpage .product_bottom-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#productpage .product_bottom-col.product_bottom-right {
  gap: 72px;
}

#productpage .specs_table {
  width: 100%;
}

#productpage .specs_table tr:nth-child(odd) {
  background: #EEE;
}

#productpage .specs_table td {
  padding: 8px 16px;
  line-height: 170%;
}

#productpage .specs_table td .spec-title {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

#productpage .specs_table td .spec-title a {
  display: flex;
  padding: 2px;
  background: var(--accent);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
}

#productpage .specs_table .spec-popup {
  display: none;
}

.spec-popup {
  max-width: 800px;
}

.spec-popup .popup-title {
  margin-bottom: 24px;
}

#productpage .download_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#productpage .download_list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

#productpage .download_list a span {
  text-decoration: underline;
}

#productpage .download_list a i {
  font-size: 12px;
}

#productpage .product__bundels .bundle-inner {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}

#productpage .product__bundels .bundle-inner {
  align-items: stretch;
}

#productpage .product__bundels .bundle-inner .bundle-info{
  background: #ffcce8;
  padding: 24px;
  border-radius: var(--border_radius_big);
  position: relative;
  display: flex;
  align-items: center;
}

#productpage .product__bundels .bundle-inner .bundle-info .product__price .price{
  row-gap: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#productpage .product__bundels .bundle-inner .bundle-info .bundle-title{
  font-weight: bold;
  text-align: center;
}

#productpage .product__bundels .bundle-inner .bundle-info .product__price .price__new{
  font-size: 36px;
  width: 100%;
  text-align: center;
}

#productpage .product__bundels .bundle-inner .bundle-info .cart .btn{
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

#productpage .product__bundels .bundle-inner .bundle-info .equals{
 position: absolute;
    top: 50%;
    left: -6%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--accent);
    color: #fff;
    border-radius: 100%;
    font-size: 24px;
    z-index: 2;
        font-size: 30px;
    padding-bottom: 3px;
}

/* #productpage .product__bundels .bundle-inner .product__info-bottom{
  margin-top: 100%;
} */

#productpage .bundle-info #bulk-form {
	width: 100%;
}

#productpage .product__bundels .bundle-inner .products-wrap {
  width: 66%;
}

@media(max-width: 1200px){
  #productpage .product__bundels .bundle-inner .products-wrap{
    width: 100%;
  }

  #productpage .product__bundels .bundle-inner{
    flex-direction: column;
  }

  #productpage .product__bundels .bundle-inner .bundle-info .equals{
    transform: translate(0, -50%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #productpage .product__bundels .bundle-inner .bundle-info .cart .btn{
    position: unset;
    width: 100%;
  }

  #productpage .product__bundels .bundle-inner .product__info-bottom{
    width: 100%;
    align-items: start;
  }

  #productpage .product__bundels .bundle-inner .bundle-info .product__price .price{
    flex-wrap: nowrap;
  }

  #productpage .product__bundels .bundle-inner .cart{
    width: 100%;
  }
}

@media(max-width:767px){
  #productpage .product__bundels .bundle-inner{
    gap: 8px;
  }
}

#productpage .product__bundels .bundle-inner .bundle-info {
  flex: 1;
}

#productpage .product__bundels .bundle-inner .products-wrap .bundle-products {
  position: relative;
}

#productpage .product__bundels .bundle-inner .products-wrap .bundle-products .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  background: var(--accent);
  color: #fff;
  border-radius: 100%;
  font-size: 24px;

  z-index: 2;
}

#productpage .product__bundels .bundle-inner .products-wrap .bundle-products .plus i {
  margin-top: 2px;
}

#productpage .bundles-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-reviews {
  background: #F7F7F7;
}


.reviews__total-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews__grade {
  font-size: var(--font_h1);
}

.stars {
  display: flex;
  gap: 1px;
  font-size: 20px;
  color: #F79D15;
}

.product-reviews .stars .not-visible {
  opacity: 0;
}

.product-reviews .stars.stars-big {
  font-size: 24px;
}

.review__quantity {
  font-size: 14px;
  color: #717171;
}

.reviews__distribution {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews__distribution-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviews__distribution-row .bar {
  flex: 1;
  height: 8px;
  background: #EDEDED;
  border-radius: 4px;
  position: relative;
}

.reviews__distribution-row .bar .fill {
  top: 0;
  left: 0;
  height: 8px;
  position: absolute;
  background: #F79D15;
  border-radius: 4px;
}

.reviews__distribution-row .quantity {
  min-width: 35px;
}

.reviews__total {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 500px;
  max-width: 500px;
}

.btn--review {
  background: #F79D15;
}

.reviews__inner {
  display: flex;
  gap: 64px;
}

.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  width: 100%;
}

.review {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.review__header {
  display: flex;
  justify-content: space-between;
}

.review__author {
  font-size: var(--font_h2);
}

.review__date {
  font-size: 14px;
  color: #717171;
}

.reviews__list .more-reviews,
.reviews__list-all,
.reviews__list-desktop {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.reviews__list .review {
	width: 100%;
}

/* .reviews__list-all {
	display: none;
} */

.review__list-desktop {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  width: 100%;
}

.stocknotify .stocknotify-input {
  display: flex;
  align-items: center;
}

.stocknotify .stocknotify-input input {
  flex-grow: 10;
  background: #fff;
  margin-right: 10px;
  border: 1px solid var(--grey_border);
}

.read-more-content {
  display: none;
}

p:empty {
  display: none;
}

.read-more-content-outer .read-more-btn {
  font-weight: bold;
  color: var(--accent)  !important;
  text-decoration: underline !important;
  display: block;
  margin-top: 8px;
}

.read-more-content-outer .read-more-btn:hover {
  color: var(--accent);
}

.general-content-specs.read-more-content.active {
	height: fit-content;
  display: block !important;
}

@media (max-width: 991px) {
  .reviews__list-all {
		display: flex;
	}
  
  /* .review__list-desktop {
  	display: none;
  } */
  
  .general-content-specs{
    height: 170px;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
  }
  .read-more-content-outer-specs .read-more-btn-specs {
    font-weight: bold;
    color: var(--accent)  !important;
    text-decoration: underline !important;
    display: block;
    margin-top: 8px;
    margin-bottom: 22px;
  }
  .general-content-specs:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  .read-more-content-outer-specs .hidden{
    display: none;
  }
  .general-content-specs.active:after{
    content: none;
  }
}

.product-quote {
  background: var(--accent_light);
  padding: 24px;
  border-radius: var(--border_radius_big);
}

.product-quote .quote-wrap {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.product-quote .quote-wrap .quote-text > * {
  margin: 0;
}

.product-quote .quote-wrap i {
  font-size: 20px;
  color: var(--accent);
}

.product-quote .quote-wrap i:last-child {
  align-self: flex-end;
}

.product-quote .quote-expert {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-quote .quote-expert .image-wrap {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 100%;
}

.product-quote .quote-expert .expert-info .expert-name {
  font-weight: bold;
}

@media (max-width: 991px) {
  #productpage .product-top > .row {
    gap: 12px 0px;
  }
  
  #productpage .product-info {
  	gap: 16px;
  }
  
  .reviews__grade {
    font-size: 40px;
  }

  .product-reviews .stars.stars-big {
    font-size: 32px;
  }

  .reviews__inner {
    flex-direction: column;
  }

  .reviews__total {
    min-width: 100%;
    max-width: 100%;
  }

  .reviews__distribution-row {
    gap: 40px;
  }

  .reviews__distribution-row .stars {
    flex-direction: row-reverse;
  }
  
  .product_bottom-right .product_related {
  	overflow: hidden;
  }

  #productpage .product__bundels .bundle-inner {
    flex-direction: column;
  }

  #productpage .product__bundels .bundle-inner .products-wrap {
    width: 100%;
  }

  #productpage .product__bundels .bundle-inner .products-wrap .product__inner {
    display: flex;
    flex-direction: row;
  }

  #productpage .product__bundels .bundle-inner .bundle-info {
    width: 100%;
  }

  #productpage .product__bundels .bundle-inner .bundle-info .product__price .price {
    justify-content: flex-end;
  }

  #productpage .mobile-tabs {
    margin-bottom: 40px;
  }

  #productpage .mobile-tabs a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    border-bottom: 1px solid #EDEDED;
  }

  #productpage .mobile-tabs a i {
    font-size: 24px;
  }
}
/* End product configure */
/* BEGIN NEW STYLING PRODUCTPAGE VARIANTS */
#productpage .product-configure .linked-options img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#productpage .product-configure .linked-options .option {
  width: calc(25% - 6px);
  min-width: 90px !important;
}

#productpage .product-configure .linked-options .option a {
  height: 100px;
}
/* END NEW STYLING PRODUCTPAGE VARIANTS */

@media (max-width: 991px) {
	#productpage .product-configure .linked-options .option a {
  	min-width: unset !important;
	}
  
  #productpage #product-specs {
  	padding-bottom: 20px;
  }
  
  #productpage #product-downloads {
  	padding-bottom: 20px;
  }
}

#productpage .linked-options .owl-nav button {
	height: 30px;
  width: 30px;
  top: -24px;
  background-color: #f71595;
  color: #fff;
  border: solid 1px #f71595;
}

#productpage .linked-options .owl-nav button.owl-prev {
  left: calc(100% - 76px);
}

#productpage .linked-options .owl-nav button span {
	font-size: 18px;
  margin-top: -3px;
}

#productpage .product-option .label-title {
	position: relative;
  width: fit-content;
}

#productpage .product-option .title-variant-count {
	position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #f71595;
  border-radius: 30px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
	justify-content: center;
  align-items: center;
}

#productpage .product-info .payments.payments-new {
	display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

#productpage .product-info .payments.payments-new .icon-wrap {
	width: 45px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

#productpage .product-info .payments.payments-new img {
	width: 82%;
  height: auto;
  max-height: 20px;
}

.product-info .product__cart {
	display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}

#productpage .save-banner {
	background-color: #00b90029;
  color: #00b900;
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
  width: fit-content;
  margin-bottom: 6px;
}



@media (max-width: 380px) {
  #productpage .product-configure .linked-options .option {
      min-width: 84px !important;
  }
}

/* Request popup  */
#request-product-popup {
	display: none;
  width: 94vw;
  max-width: 400px;
  padding: 24px;
  background-color: #F7F7F7;
}

#aanvraag-form input {
	height: var(--input_height);
  padding: 0px var(--input_padding);
  outline: none;
  border-radius: var(--border_radius);
  font-size: 1em;
  background: var(--input_bg);
  width: 100%;
}

#aanvraag-form .inputs-row {
	display: flex;
  flex-direction: column;
  gap: 12px;
}

#aanvraag-form .inputs-row textarea {
	width: 100%;
  min-height: 120px;
}

#request-product-popup .title {
	margin-bottom: 12px;
}

/* Staffel  */

#productpage  .discounts ul {	
	margin:0;
  padding:0;
  list-style:none;
  font-size: 15px;
  font-weight: 900;
}

#productpage .add-cart-qty {
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  height: 25px;
  width: 40px;
  border-radius: 4px;
}

#productpage .discount-right {
	display: flex;
  align-items: center;
  gap: 8px;
}

#productpage .discounts ul li {
	background:#fff3fa;
  padding:10px 15px;
  border-radius:5px;
  border:0px;
  margin-bottom:5px;
}
#productpage .discounts .accent-color {
	color: var(--green);
}
#productpage  .discounts ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}
#productpage  .discounts .discount-label {
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: center;
  white-space: nowrap;
  margin-left: 10px;
  background-color:#f71595;
}

@media (max-width: 600px) {
  #productpage  .discounts .discount-label {
  	font-size: 10px;
  }
  
  #productpage  .discounts ul {	
    margin:0;
    padding:0;
    list-style:none;
    font-size: 12px;
  }
}

.min-order-amount {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  /* color: #a92727; */
  color: #009600;
}

.min-order-amount svg {
	height: auto;
  width: 18px;
  fill: #a92727;
}

#productpage #pros-and-cons ul {
	list-style: none;
  padding: 0 !important;
}

#productpage #pros-and-cons h4{
  font-size: 14px;
}

#productpage #pros-and-cons h4 strong{
  font-size: var(--font_h4)
}

#productpage #pros-and-cons ul li {
	padding-left: 28px;
  position: relative;
}

#productpage #pros-and-cons .pros li:before {
	content: "";
  position: absolute;
  left: 0;
  top: 5px;
/* 	transform: translateY(-50%); */
  width: 18px;
  height: 18px;

  /* background-color: #f71595;   */
  background-color: var(--green);            
  background-image: url("https://cdn.webshopapp.com/shops/351366/files/490750885/plus.svg");    
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;

  border-radius: 20px;
}

#productpage #pros-and-cons .cons li:before {
	content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;

  /* background-color: #f71595;      */
  background-color: gray;         
  background-image: url("https://cdn.webshopapp.com/shops/351366/files/490752110/min.svg");    
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;

  border-radius: 20px;
}

#productpage #sticky-atc{
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px 15px;
  position: fixed;
  width: 100%;
  height: fit-content;
  z-index: 99999999999999999;
  bottom: 0;
  transform: translateY(110%);
  transition: all 200ms ease-in-out;
}

#productpage #sticky-atc .sticky-atc__inner{
  display: flex;
  gap: 16px;
  justify-content: space-between;
  transition: all 200ms ease-in-out;
}

/* @media (min-width: 768px) {
  #productpage #sticky-atc {
  	display: none !important;
  }	
} */

#productpage #sticky-atc.open {
	transform: translateY(0%);
  transition: all 200ms ease-in-out;
}

#productpage #sticky-atc .atc-details {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

#productpage #sticky-atc .atc-details .atc-title {
	font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 420px) {
	#productpage #sticky-atc .atc-details .atc-title {
		font-size: 13px;
  }
}

#productpage #sticky-atc .atc-price {
	color: #f71595;
  font-weight: 900;
  display: inline;
}

#productpage #sticky-atc .atc-cart .btn--cart {
	aspect-ratio: 1/1;
}

#productpage #sticky-atc #product_configure_form {
	display: flex !important;
  align-items: center;
  gap: 16px;
}

@media(max-width: 767px){
  #productpage #sticky-atc .atc-details .atc-title{
    max-width: 200px;
  }

  #productpage #sticky-atc .atc-details .atc-image{
    display: none;
  }

  #productpage #sticky-atc .container{
    padding: 0;
  }
}

.product__inner{
  position: relative;
}

.quantity-label{
    display: flex;
    border-radius: 4px;
    background: #f71595;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-weight: bold;
}