.hs-pp-wrap{
  position: relative;
  border: 2px solid var(--hs-pp-border, #c8a44a);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  max-width: 100%;
  grid-column: 1 / span 9 !important;
  display: grid !important;
  grid-template-columns: subgrid;
}

.hs-pp-label{
  background: var(--hs-pp-label, #c8a44a);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 15px;
  color: #fff;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  font-size: 18px;
  border-bottom-right-radius: 22px;
  z-index: 3;
}

.hs-pp-card{
    display: grid;
    gap: 0;
    grid-template-columns: subgrid;
    min-height: 220px;
    grid-column: 1 / span 9;
}

.hs-pp-banner{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  margin: 12px 0 14px;
}

.hs-pp-grid{
  display: grid;
  grid-template-columns: 260px 1fr 220px;
  gap: 18px;
  align-items: start;
}

@media (max-width: 980px){
  .hs-pp-grid{
    grid-template-columns: 1fr;
  }
}

.hs-pp-image{
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    padding: 28px 0px 18px;
    grid-column: 1 / span 2;
}

.hs-pp-image img{
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding-left: 10px;
}

.hs-pp-last-sync {
    position: absolute;
    left: 20px;
    font-size: 12px;
}

.hs-pp-image--placeholder{
  width: 100%;
  height: 220px;
  background: #f3f3f3;
  border-radius: 10px;
}

.hs-pp-content {
    padding: 34px 20px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 3 / span 5;
}

.hs-pp-title{
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Brandon Text Medium";
}

.hs-pp-desc {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}

.hs-pp-offers{
  display: grid;
  gap: 14px;
  z-index:20;
}

.hs-pp-offer{
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(120px, 1fr) 120px minmax(200px, 1fr);
  gap: 14px;
  align-items: center;
}

.hs-pp-card--no-right .hs-pp-content {
    grid-column: 3 / span 8;
}

.hs-pp-card--no-right .hs-pp-offer {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

@media (max-width: 980px){
  .hs-pp-offer{
    grid-template-columns: 120px 1fr;
    gap: 10px 14px;
  }
  .hs-pp-offer-price{ order: 2; }
  .hs-pp-offer-cta{ order: 3; }
  .hs-pp-offer-coupon{ order: 4; }
}

.hs-pp-offer-shop img{
  max-width: 95px;
  width: 95px;
  max-height: 30px;
  object-fit: contain;
  display:block;
}

.hs-pp-offer-shop--text{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
}

.hs-pp-offer-price--main{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  font-size: 18px;
}

.hs-pp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  padding: 12px 18px;
  background: #8b766a;
  color: #fff;
  text-decoration:none;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  white-space: nowrap;
}

a.hs-pp-btn:visited, a.hs-pp-btn:focus, a.hs-pp-btn:active {
    color: #fff;
}

.hs-pp-btn:hover{
  filter: brightness(0.95);
}

.hs-pp-offer-coupon{
  justify-self: end;
  text-align: left;
}

.hs-pp-coupon-line{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  color: #b14a3a;
  margin-bottom: 4px;
  font-size: 14px;
}

.hs-pp-coupon-code{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 10px;
  border: 1px dashed #bbb;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.hs-pp-coupon-icon{
  font-size: 16px;
}

span.hs-pp-coupon-text:before {
    content: "";
    background-image: url(Icon_Copy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    float: left;
}

.hs-pp-coupon-text{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  letter-spacing: 0.5px;
  font-size: 14px;
}

.hs-pp-coupon-code.is-copied{
  border-style: solid;
}

.hs-pp-badge{
    background: var(--hs-kbox-panel, #f7e9e9);
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    grid-column: 8 / span 2;
}

.hs-pp-badge-inner{
  width: 100%;
  max-width: 220px;
  border-radius: 18px;
  background: #4f86a8;
  color: #fff;
  padding: 14px;
}

.hs-pp-badge-top{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.hs-pp-badge-kicker{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  letter-spacing: 0.5px;
  font-size: 12px;
  opacity: 0.95;
}

.hs-pp-badge-note{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  font-size: 22px;
}

.hs-pp-badge-grade{
  background: rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 10px 12px;
}

.hs-pp-badge-grade-text{
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
  font-size: 18px;
}

.hs-pp-badge-points{
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.95;
}

.hs-pp-testlink{
  margin-top: 12px;
}

.hs-pp-testlink a{
  text-decoration: none;
  font-weight: 400;
  font-family: 'Brandon Text Medium';  
}
