/* DM Wholesale – storefront */
.dm-ws-price { display: inline-flex; flex-wrap: wrap; gap: 0 .6em; align-items: baseline; }
.dm-ws-price .dm-ws-label { font-weight: 400; opacity: .75; }
.dm-ws-price .dm-ws-retail del { opacity: .65; }
.dm-ws-price .dm-ws-wholesale ins { text-decoration: none; font-weight: 700; }
.dm-ws-price .dm-ws-save { font-size: .85em; padding: .1em .5em; border-radius: 3px; background: rgba(46, 125, 50, .12); color: #2e7d32; }
.products .dm-ws-price { display: block; }
.products .dm-ws-price .dm-ws-label { display: none; }
.products .dm-ws-price .dm-ws-save { display: none; }
.dm-ws-form fieldset { border: 0; padding: 0; margin: 0 0 1.5em; }
.dm-ws-form legend { font-weight: 700; margin-bottom: .5em; padding: 0; }
.dm-ws-form .dm-ws-intro { margin-bottom: 1.5em; }
.dm-ws-on-file th { width: 30%; }
.dm-ws-login-link { margin-top: 1em; }
