.product-detail__price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
/* price override */
.product-detail__price-inn {
  display: flex;
  align-items: center;
  padding: 10px 0 12px;
}
.product-detail__price-inn .divider {
  position: relative;
}
.product-detail__price-inn .divider span {
  height: 12px;
  font-size: 12px;
  line-height: 10px;
  background: #fff;
  padding: 0 24px;
  display: block;
  z-index: 1;
  position: relative;
}
.product-detail__price-inn .divider::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 29px;
  width: 2px;
  height: 23px;
  background: #000000;
}
.zg-clearance-tip {
  display: none;
  color: #3F3F3F;
  font-weight: 400;
  font-size: 10px;
  padding: 4px 7px;
  line-height: 12px;
  background-color: #F1F1F1FF;
  margin-bottom: 4px;
  width: fit-content;
}
.afterpay-container {
  display: flex;
  flex-wrap: wrap;      
  align-items: center;  
  gap: 4px;            
  line-height: 1.2;   
  flex: 2;
  min-height: 24px; 
}


.afterpay-container img {
  vertical-align: middle; 
}
.afterpay-text{
  font-size: 12px;
  color: #3F3F3F;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
    .afterpay-text {
        padding-top: 2px;
    }
}
.afterpay-logos{
  display: flex;
  align-items: center;
}

.klarna-img {
  width: 49px;
  /* cursor: pointer; */
  display: block;
}

.after-img {
  width: 84px;
  cursor: pointer;
  padding-top: 4px;
  display: none;
}
.after-or{
  margin: 0 8px;
  color: #3F3F3F;
  display: none;
}

.modal-afterpay {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 60px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}
/* .modal-content-afterpay {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
} */
.modal-content-afterpay1 {
  display: none;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.modal-content-afterpay2 {
  display: none;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

.close-afterpay {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
