/* "Most Loved" mega-menu card. The card is the native Blocksy product card
   (rendered via [products]); its full layout + icon-button styling lives in
   product-card-layout.css (scoped to :is(main, .dn-tanc-most-loved)). Here we only
   neutralise WooCommerce's list wrapper so a single card sits flush in the menu
   column. SVG icons are injected by the module's own filter (the child theme
   filter is guarded out in the header context). */
.dn-tanc-most-loved ul.products { margin: 0 !important; padding: 0 !important; display: block !important; grid-template-columns: none !important; gap: 0 !important; }
.dn-tanc-most-loved ul.products::before, .dn-tanc-most-loved ul.products::after { content: none !important; }
.dn-tanc-most-loved ul.products li.product { width: 100% !important; max-width: 100% !important; margin: 0 !important; float: none !important; clear: both !important; }
