:root {
  --lm-bg: #f5efe7;
  --lm-ink: #2b2a28;
  --lm-muted: #6b6760;
  --lm-sage: #3c4b3d;
  --lm-sage-2: #2f3c31;
  --lm-card: #ffffffcc;
  --lm-border: rgba(43, 42, 40, 0.12);
  --lm-border-subtle: rgba(43, 42, 40, 0.06);
  --lm-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --lm-radius: 18px;
  --lm-max: 1200px;
  --lm-serif: ui-serif, Georgia, "Times New Roman", Times, serif;
  --lm-sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--lm-ink);
  background:
    radial-gradient(1200px 900px at 20% 10%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 60%),
    radial-gradient(900px 700px at 80% 20%, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #f6f0e9, #efe6db);
  font-family: var(--lm-sans);
  scroll-behavior: smooth;
}

/* Layout + typography defaults (WP blocks + Woo templates) */
main {
  display: block;
}

.lm-main {
  max-width: var(--lm-max);
  margin: 0 auto;
  padding: 28px 18px 0;
}

/* Long-form content pages */
.lm-main .lm-prose {
  max-width: 880px;
  margin: 0 auto 64px;
}

.lm-main .lm-prose .entry-content {
  font-size: 1rem;
  line-height: 1.7;
}

/* Page/post headers */
.lm-entry-header {
  margin: 0 0 18px;
}

.lm-entry-title {
  font-family: var(--lm-serif);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  margin: 0;
}

.lm-prose h1,
.lm-prose h2,
.lm-prose h3 {
  font-family: var(--lm-serif);
  letter-spacing: 0.01em;
  line-height: 1.05;
  margin: 0 0 14px;
}

.lm-prose h1 {
  font-size: clamp(34px, 4vw, 56px);
}

.lm-prose h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin-top: 28px;
}

.lm-prose h3 {
  font-size: 22px;
  margin-top: 22px;
}

.lm-prose p,
.lm-prose li {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(43, 42, 40, 0.92);
}

.lm-prose p {
  margin: 0 0 14px;
}

.lm-prose>*:last-child {
  margin-bottom: 0;
}

.lm-muted {
  color: rgba(43, 42, 40, 0.70);
}

/* Archive/search lists */
.lm-archive-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(43, 42, 40, 0.10);
}

.lm-archive-item:last-child {
  border-bottom: 0;
}

.lm-archive-title {
  font-family: var(--lm-serif);
  font-size: 22px;
  margin: 0 0 8px;
}

.lm-archive-title a {
  text-decoration: none;
}

.lm-archive-title a:hover {
  text-decoration: underline;
}

.lm-archive-excerpt {
  color: rgba(43, 42, 40, 0.85);
  line-height: 1.7;
}

.lm-archive-pagination {
  margin-top: 18px;
}

/* Gutenberg block spacing and alignment */
.lm-prose .entry-content>* {
  max-width: 100%;
}

.lm-prose .entry-content>*+* {
  margin-top: 16px;
}

.lm-prose .alignwide,
.lm-prose .alignfull {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.lm-prose .wp-block-columns {
  gap: 18px;
}

.lm-prose .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--lm-border);
  margin: 22px 0;
}

.lm-prose blockquote {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid rgba(60, 75, 61, 0.35);
  background: rgba(246, 240, 233, 0.6);
  border-radius: 12px;
}

.lm-prose ul,
.lm-prose ol {
  padding-left: 22px;
}

.lm-prose li {
  margin: 6px 0;
}

/* Fix for mobile menu wrapping and header overlap */
@media (max-width: 800px) {
  .lm-header-inner {
    padding: 12px 16px;
    justify-content: space-between;
    /* Keep horizontal layout on mobile */
  }

  .lm-brand img {
    height: 50px !important;
    width: auto !important;
  }
}

.lm-prose hr {
  border: 0;
  border-top: 1px solid var(--lm-border);
  margin: 22px 0;
}

/* Tables (Woo + WP) */
.lm-prose table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--lm-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.lm-prose th,
.lm-prose td {
  padding: 12px 12px;
  border-bottom: 1px solid rgba(43, 42, 40, 0.10);
  vertical-align: top;
}

.lm-prose th {
  font-weight: 700;
  text-align: left;
  background: rgba(246, 240, 233, 0.7);
}

.lm-prose tr:last-child td {
  border-bottom: 0;
}

.lm-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.lm-prose a {
  color: var(--lm-sage);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lm-prose a:hover {
  color: var(--lm-sage-2);
}

/* WooCommerce + forms */
.lm-prose input[type="text"],
.lm-prose input[type="email"],
.lm-prose input[type="tel"],
.lm-prose input[type="password"],
.lm-prose input[type="number"],
.lm-prose select,
.lm-prose textarea {
  width: 100%;
  max-width: 560px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--lm-border);
  background: rgba(255, 255, 255, 0.75);
  color: var(--lm-ink);
}

.lm-prose button,
.lm-prose .button,
.lm-prose input[type="submit"] {
  border: 0;
  background: var(--lm-sage);
  color: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 600;
}

/* Woo notices look harsh by default */
.lm-prose .woocommerce-message,
.lm-prose .woocommerce-info,
.lm-prose .woocommerce-error {
  border: 1px solid rgba(60, 75, 61, 0.22);
  border-radius: 14px;
  background: rgba(246, 240, 233, 0.65);
  color: rgba(43, 42, 40, 0.92);
  padding: 14px 16px;
  margin: 0 0 16px;
}

.lm-prose button:hover,
.lm-prose .button:hover,
.lm-prose input[type="submit"]:hover {
  background: var(--lm-sage-2);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.lm-topbar {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 16px;
  text-align: center;
  color: var(--lm-muted);
  position: relative;
  z-index: 1000;
}

@media (max-width: 800px) {
  .lm-topbar {
    font-size: 10px;
    padding: 8px 12px;
  }
}

.lm-shell {
  max-width: var(--lm-max);
  margin: 0 auto;
  padding: 0 18px;
}

.lm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 240, 233, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--lm-border);
}

.lm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.lm-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--lm-serif);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lm-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #d9e5d1, #9fb7a0);
  box-shadow: inset 0 0 0 2px rgba(60, 75, 61, 0.18);
}

.lm-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}

/* WP nav menu reset + dropdown */
.lm-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.lm-menu>li {
  position: relative;
}

.lm-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 4px;
}

.lm-menu .sub-menu {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(10px);
  min-width: 240px;
  max-width: calc(100vw - 36px);
  margin: 0;
  padding: 12px;
  background: rgba(246, 240, 233, 0.98);
  border: 1px solid var(--lm-border);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  display: none;
  z-index: 80;
}

/* Keep dropdowns on-screen for right-edge items */
.lm-menu>li:last-child>.sub-menu,
.lm-menu>li:nth-last-child(2)>.sub-menu {
  right: 0;
  left: auto;
}

.lm-menu li:hover>.sub-menu,
.lm-menu li:focus-within>.sub-menu {
  display: block;
}

/* Hide dropdowns on mobile */
@media (max-width: 800px) {
  .lm-menu .sub-menu {
    display: none !important;
  }
}

.lm-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.lm-menu .sub-menu a {
  width: 100%;
  padding: 10px 10px;
  border-radius: 12px;
}

.lm-menu .sub-menu a:hover {
  background: rgba(60, 75, 61, 0.10);
  text-decoration: none;
}

.lm-nav a {
  color: var(--lm-ink);
  text-decoration: none;
}

.lm-nav a:hover {
  text-decoration: underline;
}

.lm-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lm-icon-btn {
  border: 0;
  background: transparent;
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
}

.lm-icon-btn:hover {
  background: rgba(60, 75, 61, 0.08);
}

.lm-footer {
  margin-top: 60px;
  padding: 46px 0 56px;
  border-top: 0;
  background: linear-gradient(180deg, var(--lm-sage), var(--lm-sage-2));
  color: rgba(255, 255, 255, 0.82);
}

.lm-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 2.5fr 1fr;
  gap: 28px;
  align-items: start;
}

.lm-footer-title {
  font-family: var(--lm-serif);
  font-size: 18px;
  color: var(--lm-ink);
  margin-bottom: 10px;
}

.lm-footer-text {
  margin: 0 0 14px;
  line-height: 1.6;
}

.lm-footer-small {
  font-size: 13px;
  margin-top: 14px;
}

.lm-footer-heading {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 12px;
}

.lm-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.lm-footer-menu--cols {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}

@media (max-width: 500px) {
  .lm-footer-menu--cols {
    grid-template-columns: 1fr;
  }
}

.lm-footer-menu a {
  text-decoration: none;
  font-size: 14px;
}

.lm-footer-menu a:hover {
  text-decoration: underline;
  color: #ffffff;
}

@media (max-width: 900px) {
  .lm-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* WooCommerce layout tweaks */
.woocommerce .woocommerce-breadcrumb {
  color: var(--lm-muted);
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--lm-border);
}

.woocommerce table.shop_table {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--lm-border);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px;
  border-color: var(--lm-border);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--lm-sage);
  color: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  border: 0;
  font-weight: 600;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--lm-sage-2);
  color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .woocommerce-checkout-review-order {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--lm-border);
  border-radius: 18px;
  padding: 16px;
  box-shadow: var(--lm-shadow);
}



/* Strong nav resets (some plugins/themes re-introduce list markers) */
.lm-menu,
.lm-menu ul,
.lm-menu li {
  list-style: none !important;
}

.lm-menu ul {
  margin: 0;
  padding: 0;
}

.lm-menu li::marker {
  content: "" !important;
}

/* Mega menu layout for Shop + Questions */
.lm-menu>li.lm-mega>.sub-menu {
  width: min(980px, calc(100vw - 36px));
  padding: 16px;
  border-radius: 22px;
  display: none;
  gap: 10px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.lm-menu>li.lm-mega:hover>.sub-menu,
.lm-menu>li.lm-mega:focus-within>.sub-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.lm-menu>li.lm-mega>.sub-menu a {
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.lm-menu>li.lm-mega>.sub-menu a:hover {
  background: rgba(60, 75, 61, 0.14);
}

@media (max-width: 900px) {

  .lm-menu>li.lm-mega:hover>.sub-menu,
  .lm-menu>li.lm-mega:focus-within>.sub-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .lm-menu {
    gap: 12px;
  }

  .lm-menu>li.lm-mega:hover>.sub-menu,
  .lm-menu>li.lm-mega:focus-within>.sub-menu {
    grid-template-columns: 1fr;
  }
}


/* WooCommerce styles consolidated at bottom */











/* --- High-End Footer Redesign --- */
.lm-footer {
  background: #0f1c11;
  /* Deep forest green */
  color: #fdfaf4;
  margin-top: 100px;
  font-family: var(--lm-sans, sans-serif);
  position: relative;
  overflow: hidden;
}

/* Newsletter Band */
.lm-footer-newsletter {
  background: #142817;
  /* Slightly lighter forest */
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lm-footer-newsletter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.lm-footer-newsletter-copy h2 {
  font-family: var(--lm-serif, serif);
  font-size: 2.8rem;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #fff;
  letter-spacing: -0.02em;
}

.lm-footer-newsletter-copy p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
}

.lm-footer-newsletter-form {
  display: flex;
  gap: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 460px;
}

.lm-footer-newsletter-form:focus-within {
  border-color: #d4a574;
  box-shadow: 0 0 0 4px rgba(212, 165, 116, 0.15);
}

.lm-footer-newsletter-form input[type="email"] {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 1rem;
  outline: none;
  width: 100%;
}

.lm-footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.lm-footer-newsletter-form .lm-btn--accent {
  background: #d4a574;
  color: #102414;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lm-footer-newsletter-form .lm-btn--accent:hover {
  background: #e5b98a;
  transform: translateY(-1px);
}

/* Main Footer Grid */
.lm-footer-main {
  padding: 100px 0 80px;
}

.lm-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 60px;
}

.lm-footer-brand-name {
  font-family: var(--lm-serif, serif);
  font-size: 1.8rem;
  color: #d4a574;
  margin: 0 0 20px;
}

.lm-footer-bio {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
  max-width: 320px;
}

.lm-footer-social {
  display: flex;
  gap: 16px;
}

.lm-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lm-social-link svg {
  width: 20px;
  height: 20px;
}

.lm-social-link:hover {
  background: #d4a574;
  color: #102414;
  transform: translateY(-3px);
  border-color: #d4a574;
}

.lm-footer-heading {
  font-family: var(--lm-sans, sans-serif);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 24px;
  display: block;
}

.lm-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lm-footer-menu li {
  margin-bottom: 12px;
}

.lm-footer-menu a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.lm-footer-menu a:hover {
  color: #d4a574;
  text-decoration: none;
}

.lm-footer-contact p {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1rem;
}

.lm-footer-contact-links a {
  display: block;
  color: #d4a574;
  font-weight: 600;
  margin-top: 10px;
}

.lm-footer-contact-links a:hover {
  text-decoration: underline;
}

/* Bottom Bar */
.lm-footer-bottom {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.2);
}

.lm-footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
}

.lm-footer-meta-menu {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.lm-footer-meta-menu a {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease;
}

.lm-footer-meta-menu a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive */
@media (max-width: 1100px) {
  .lm-footer-grid {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .lm-footer-newsletter-inner {
    flex-direction: column;
    text-align: center;
  }

  .lm-footer-newsletter-copy p {
    margin: 0 auto;
  }

  .lm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 640px) {
  .lm-footer-newsletter-copy h2 {
    font-size: 2.2rem;
  }

  .lm-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .lm-footer-brand-name,
  .lm-footer-bio {
    margin-left: auto;
    margin-right: auto;
  }

  .lm-footer-social {
    justify-content: center;
  }

  .lm-footer-bottom-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .lm-footer-meta-menu {
    justify-content: center;
    gap: 20px;
  }
}

/* Founder / "Meet Laura" Section Layout */
.lm-founder {
  margin: 60px 0;
  padding: 0 18px;
}

.lm-founder-card {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--lm-card);
  border-radius: var(--lm-radius);
  border: 1px solid var(--lm-border);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.lm-founder-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  /* Ensure height if empty */
}

.lm-founder-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lm-founder-body {
  padding: 40px;
}

.lm-founder-eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--lm-sage);
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.lm-founder-title {
  font-family: var(--lm-serif);
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1.15;
}

.lm-founder-text {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(43, 42, 40, 0.85);
}

.lm-founder-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .lm-founder-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .lm-founder-media {
    min-height: 300px;
    height: 300px;
    /* Constrain height on mobile */
  }

  .lm-founder-actions {
    justify-content: center;
  }
}

/* ==========================================================================
   CONSOLIDATED & RESPONSIVE WOOCOMMERCE STYLES
   ========================================================================== */


/* ==========================================================================
   WooCommerce: SAFE STABILITY PATCH (layout-neutral)
   ========================================================================== */

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img{
  max-height: 240px;
  width: 100%;
  object-fit: contain;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  box-sizing: border-box;
}



img{max-width:100%;height:auto;}

.site-logo img{height:auto;max-height:170px;}


/* --- WooCommerce product grid safety reset (fixes "purple bars"/background artifacts) --- */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:before,
.woocommerce ul.products li.product a:after,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  background: transparent !important;
  background-image: none !important;
}

.woocommerce ul.products li.product img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.woocommerce ul.products li.product a:before,
.woocommerce ul.products li.product a:after,
.woocommerce ul.products li.product .woocommerce-loop-product__link:before,
.woocommerce ul.products li.product .woocommerce-loop-product__link:after {
  content: none !important;
  display: none !important;
}
