.product-details .product-trust-card{display:grid;grid-template-columns:repeat(3,1fr);margin:20px 0;border:1px solid #eee5d6;border-radius:9px;background:linear-gradient(115deg,#fffdfa,#fff8ea);box-shadow:0 6px 16px rgba(94,63,15,.045);overflow:hidden}
.product-details .product-trust-card span{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 7px;border-right:1px solid #eee5d6;color:#392c20;font-size:12px;font-weight:650;white-space:nowrap}
.product-details .product-trust-card span:last-child{border-right:0}
.product-trust-card svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:#d98a00;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:749px){.product-details .product-trust-card{margin:15px 0}.product-details .product-trust-card span{gap:4px;padding:9px 3px;font-size:9px}.product-trust-card svg{width:17px;height:17px;flex-basis:17px}}
