.de-product-conversion{padding:42px 0 20px;background:rgb(var(--color-background));color:rgb(var(--color-text))}
.de-product-conversion *{box-sizing:border-box}
.de-product-conversion__discount{padding:28px;border:1px solid rgba(var(--color-entry-line),.9);background:rgba(var(--color-text),.025)}
.de-product-conversion__discount-head p{margin:0 0 6px;color:rgb(var(--color-light-text));font-size:11px;font-weight:700;letter-spacing:.14em}
.de-product-conversion__discount-head h2{margin:0 0 20px;font-family:var(--sort-title-font);font-size:clamp(24px,3vw,34px);font-weight:500}
.de-product-conversion__tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}
.de-product-conversion__tier{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:15px 16px;border:1px solid rgba(var(--color-entry-line),.9);background:rgb(var(--color-background))}
.de-product-conversion__tier strong{font-size:20px}
.de-product-conversion__tier span{color:rgb(var(--color-light-text));font-size:12px}
.de-product-conversion__tier b{font-size:18px}
.de-product-conversion__tier--best{border-color:rgba(var(--color-text),.58)}
.de-product-conversion__discount>small{display:block;color:rgb(var(--color-light-text));font-size:11px;line-height:1.5}
.de-product-conversion__trust{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border:1px solid rgba(var(--color-entry-line),.9)}
.de-product-conversion__trust-item{display:flex;align-items:center;gap:12px;padding:18px;border-right:1px solid rgba(var(--color-entry-line),.9)}
.de-product-conversion__trust-item:last-child{border-right:0}
.de-product-conversion__trust-item>span{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(var(--color-text),.18);border-radius:50%;font-size:12px}
.de-product-conversion__trust-item strong{display:block;margin-bottom:2px;font-size:13px}
.de-product-conversion__trust-item small{display:block;color:rgb(var(--color-light-text));font-size:11px;line-height:1.4}
@media(max-width:800px){
  .de-product-conversion__tiers{grid-template-columns:1fr}
  .de-product-conversion__trust{grid-template-columns:1fr 1fr}
  .de-product-conversion__trust-item:nth-child(2){border-right:0}
  .de-product-conversion__trust-item:nth-child(-n+2){border-bottom:1px solid rgba(var(--color-entry-line),.9)}
}
@media(max-width:520px){
  .de-product-conversion{padding-top:26px}
  .de-product-conversion__discount{padding:20px}
  .de-product-conversion__trust{grid-template-columns:1fr}
  .de-product-conversion__trust-item{border-right:0;border-bottom:1px solid rgba(var(--color-entry-line),.9)!important}
  .de-product-conversion__trust-item:last-child{border-bottom:0!important}
}
