.offer-holder-stcky-navbar {
	position: unset;
  padding-top: 30px;
}
.product-header {
/* 	background-color: var(--color-light);  */
  position: relative;
  padding-bottom: 45px;
}
.product-header:before {
  content: '';
	background-color: var(--color-light); 
  width: 100vw;
  height: 72%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .product-header:before {
   height: 100%;
  }
}
.productpage__heading a, .brand-label {
  font-weight: 700;
  opacity: 1;
  margin-bottom: 5px;
}
.productpage__heading a {
	display: none; 
}
@media (max-width: 768px) {
  .productpage__heading a {
    display: inline-block; 
  }
}
.v-sep {
	display: none !important;
}
.product-header #product-image-holder {
  background-color: var(--color-white);
  border-radius: var(--border-radius); 
  overflow: hidden;
}
.product-header .product-thumbs {
  justify-content: start !important;
  margin-inline: 0;
  max-width: 100%;
}
.product-header .product-thumbs #swiper-product-thumbs{
  margin-inline: 0 !important;
}
.product-header .swiper-slide.product-thumb {
  border-radius: var(--border-radius);
  width: 100px;
  height: 100px;
  transition: border-color .4s ease;
  transform: translateZ(0);
  overflow: hidden;
  background-color: var(--color-white);
}
.product-header .swiper-arrow {
  position: absolute;
}
.product-header .thumb-arrow-left {
  left: 0;
}
.product-header .thumb-arrow-right {
  right: 0;
}
.product-header .qty {
	background-color: var(--color-white);
  border: 2px solid var(--color-highlight);
  border-radius: var(--border-radius);
}
.product-header__heart {
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  justify-content: center;
  transition: color .4s ease, background-color .4s ease, border-color .4s ease;
  margin-left: 5px !important;
}
.product-header__heart:hover {
	color: var(--color-white);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.product-header .price  {
	font-size: var(--font-size-1) !important; 
  margin-left: 15px;
}
.product-header .price-old {
	font-size: var(--font-size-1) !important; 
	text-decoration: line-through;
}
.product-header .price-old:after {
	display: none;
}
.product-header .product-configure label {
  font-weight: 600;
  font-size: 14px;
}
.product-header .product-configure label em {
	display: none; 
}
.product-header .c-in-stock {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  color: var(--color-body);
}
.product-header .brand-label {
  font-size: 16px;
/*   font-weight: 300; */
  text-transform: unset;
  color: var(--color-dark);
  text-transform: uppercase;
}
.product-header h1 {
	font-size: var(--font-size-1);
	font-family: var(--font-family-lead);
  font-weight: 600;
}
.product-header__stock {
  width: 8px;
  height: 8px;
  border-radius: 50%;
	background-color: var(--color-secondary);
  display: inline-block;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.product-header__stock--active {
	background-color: var(--color-success);
}
.product-header .button-content {
	background-color: var(--color-success); 
}
.product-header .button-content .button-icon::before {
	display: none;
}
.product-header .qty__wrapper {
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-pill);
  overflow: hidden;
  flex: 1;
}
.product-header .qty__wrapper .qty {
 	border: none;
  border-radius: unset;
  background-color: unset;
}
.product-header .qty__wrapper .qty .qty-input {
	border: none; 
}

.product-header .btn {
	font-family: var(--font-family-body); 
  font-size: 16px;
}
.product-sub-link {
	display: none;
}
/* CTA */
.product-cta__wrapper {
	background-color: var(--color-light);
  color: var(--color-black);
}
.product-cta {
	border-left: 2px solid var(--color-secondary);
  padding-left: 30px;
}
.product-cta span {
  font-family: var(--font-family-headings);
  font-size: 28px;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
	.product-cta {
  	padding-left: 20px;
  }
	.product-cta span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .product-cta__wrapper {
  	margin-bottom: 30px;
  }
  .product-cta span {
    font-size: 18px;
  }
}


/* Single - Product */
.single-product__compare {
	font-size: 12px;
  font-weight: 600;
  color: var(--color-black);
}
.single-product__compare:hover {
	color: var(--color-black); 
}
.single-product__compare:hover i {
	background-color: var(--color-secondary);
  transform: rotate(180deg);
}
.single-product__compare i {
  width: 20px;
  height: 20px;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--color-white);
  transition: background-color .4s ease, transform .4s ease;
}
/* Product Heading */
.productpage__heading {
  background-color: var(--color-light);
  position: relative;
}
.productpage__heading::before {
	content: '';
  background-color: var(--color-light);
  width: 100vw;
  left: 50%;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.usp-list {
	display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.usp-list i {
	color: var(--color-success); 
}
.single-product__articlenumber {
	font-size: 13px; 
}
.pp-section-title {
	font-family: var(--font-family-body);
	font-size: var(--font-size-4);
  font-weight: 700;
}
@media (max-width: 992px) {
  .pp-section-title {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .pp-section-title {
    font-size: 18px;
  }
}
/* Product configure variants */
.product-header .product-configure-variants select {
  border-radius: var(--border-radius-pill);
}
/* Product delivery time */
.product-deliverytime .deliverytime-indicator {
	width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-color: var(--color-secondary);
  border-radius: 50%;
  display: flex;
	justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-weight: 700;
}
.product-delivery-timer {
	background: none;
  color: var(--color-body);
  font-weight: 600;
}
.product-deliverytime__text {
	font-weight: 600; 
  padding-bottom: 5px;
}
/* Product Specs */
#specifications {
  padding: 60px 0;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 992px) {
  #specifications {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  #specifications {
    padding: 20px 0;
  }
}
#product-specs-holder .content-fold-overflow {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  max-height: unset !important;
}
#product-specs-holder .content-fold-overflow:after {
	display: none;
}
@media (max-width: 992px) {
  #product-specs-holder .content-fold-overflow {
    grid-template-columns: 1fr;
    column-gap: 30px;
  }
}
@media (max-width: 576px) {
  #product-specs-holder .content-fold-overflow {
		font-size: 13px;
  }
}
#product-specs-holder .button {
	display: none !important; 
}
.productpage .spec-holder {
	background: none !important;
  border-radius: var(--border-radius-sm);
}
#product-specs-holder .content-fold-overflow .spec-holder:nth-child(4n+3), #product-specs-holder .content-fold-overflow .spec-holder:nth-child(4n+4) {
	background-color: var(--color-light) !important;
}