body.single-product .product-trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:20px 0 16px;overflow:hidden;border:1px solid #dce8da;border-radius:12px;background:#dce8da;box-shadow:0 8px 24px rgba(25,92,34,.07)}body.single-product .product-trust-item{display:flex;align-items:center;gap:11px;min-height:78px;padding:14px 15px;background:linear-gradient(135deg,#fbfcfa 0%,#f4f8f3 100%)}body.single-product .product-trust-icon{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border-radius:50%;background:#e3f3e5;color:#187428}body.single-product .product-trust-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}body.single-product .product-trust-copy{display:flex;min-width:0;flex-direction:column;line-height:1.25}body.single-product .product-trust-copy strong{color:#164b20;font-size:14px;font-weight:700}body.single-product .product-trust-copy small{margin-top:3px;color:#5c675e;font-size:12px;line-height:1.3}@media (max-width:420px){body.single-product .product-trust-item{gap:8px;min-height:72px;padding:11px 9px}body.single-product .product-trust-icon{flex-basis:34px;width:34px;height:34px}body.single-product .product-trust-icon svg{width:19px;height:19px}body.single-product .product-trust-copy strong{font-size:12.5px}body.single-product .product-trust-copy small{font-size:10.5px}}