#dev-header .main-header .logo-wrap img {
	height: 60px;
}

/* Productpage  */
#pdp h1.product-page {
	font-size: 35px;
  line-height: 109%;
  font-weight: 900;
}

#pdp .price-wrap.mobile {
	display: none;
}

#pdp .price-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}

#pdp .price-wrap .price {
	font-size: 20px;
  font-weight: 400;
}

#pdp .price-wrap .old-price {
	font-size: 14px;
}

#pdp .price-wrap .price-discount {
	padding: 4px 6px;
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .apopup-id-4391 .apopup-content-left, .apopup-id-4391 .apopup-content-right {
      min-height: 240px !important;
  }
  
  #pdp .price-wrap.mobile {
    display: flex;
  }
  
  #pdp .price-wrap.desktop {
    display: none;
  }

  #dev-header .usp-wrap .inner ul li {
      text-align: center;
  }
  
  #dev-header .main-header.sticky .logo-wrap img {
      height: 50px;
  }
  
  #pdp h1.product-page {
		font-size: 28px;
  }
  
  #pdp .new-breadcrumbs {
  	float: none;
  }
  
   #pdp .breadcrumbs {
		padding-top: 12px;
  }
  
  #pdp .page-title.row {
  	padding-top: 20px !important;
  }
}