/**
 * Shop + product-tag archive cards — formal catalog look.
 */

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) {
  --lk-shop-ink: #0b1f3a;
  --lk-shop-muted: #5b6b7c;
  --lk-shop-line: #d9e3ec;
  --lk-shop-accent: #001f3f;
  --lk-shop-accent-2: #0d6e6e;
  --lk-shop-soft: #f3f7fb;
  --lk-shop-radius: 10px;
  --lk-shop-title: 0.92rem;
  --lk-shop-meta: calc(var(--lk-shop-title) * 0.9);
  --lk-shop-grade: calc(var(--lk-shop-title) * 0.95);
}

/* 4 cards per row on desktop */
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container.elementor-grid,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-products-grid,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container.elementor-grid,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch;
}

@media (max-width: 1024px) {
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container.elementor-grid,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-products-grid,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container.elementor-grid,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container.elementor-grid,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-products-grid,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-loop-container.elementor-grid,
  :where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-products-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
  border: 1px solid var(--lk-shop-line);
  border-radius: var(--lk-shop-radius);
  box-shadow: 0 1px 2px rgba(11, 31, 58, 0.04);
  overflow: hidden;
  height: 100%;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop::before,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lk-shop-accent) 0%, var(--lk-shop-accent-2) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 3;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop:hover,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop:hover {
  border-color: #b7c9da;
  box-shadow:
    0 4px 10px rgba(11, 31, 58, 0.06),
    0 14px 28px rgba(11, 31, 58, 0.08);
  transform: translateY(-2px);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop:hover::before,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop:hover::before {
  opacity: 1;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__inner,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  background: transparent;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__media,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__media {
  position: relative;
  background: #fff;
  padding: 0.1875rem; /* 3px */
  border-bottom: 1px solid rgba(217, 227, 236, 0.7);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__media::after,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0) 42%
  );
  pointer-events: none;
  z-index: 1;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-logo,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-logo {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  left: auto;
  z-index: 3;
  width: 2.7rem; /* ~0.9 of previous visual size */
  height: 2.7rem;
  max-width: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 227, 236, 0.95);
  border-radius: 999px;
  padding: 0.3rem;
  line-height: 0;
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.08);
  text-decoration: none;
  color: var(--lk-shop-ink);
  overflow: hidden;
  box-sizing: border-box;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge--text,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge--text {
  line-height: 1.15;
  padding: 0.25rem;
  width: 2.7rem;
  height: 2.7rem;
  max-width: 2.7rem;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge-label,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge-label {
  display: block;
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--lk-shop-accent);
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: center;
  line-height: 1.15;
  max-height: 100%;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge img,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__company-badge img,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-logo img,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-logo img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  display: block;
  border-radius: 999px;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__image,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__image {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0;
  padding: 0.35rem 0.2rem 0.45rem; /* keep logo clear; outer media already has 3px */
  background: #fff !important;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__image img,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__image img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__body,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* RTL → physical right */
  gap: 0.35rem;
  padding: 0.85rem 0.8rem 0.55rem;
  flex: 1 1 auto;
  text-align: right;
  direction: rtl;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__title,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__title {
  margin: 0;
  font-size: var(--lk-shop-title);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: var(--lk-shop-ink);
  min-height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-self: stretch;
  text-align: right;
  direction: rtl;
  unicode-bidi: isolate;
  width: 100%;
  max-width: 100%;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__title a,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__title a {
  color: inherit;
  text-decoration: none;
  direction: rtl;
  unicode-bidi: isolate;
  text-align: right;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__title a:hover,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__title a:hover {
  color: var(--lk-shop-accent-2);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__grade,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__grade {
  margin: 0;
  font-size: var(--lk-shop-grade);
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: var(--lk-shop-muted);
  direction: ltr;
  unicode-bidi: isolate;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand {
  margin: 0.1rem 0 0;
  font-size: var(--lk-shop-meta);
  font-weight: 500;
  line-height: 1.35;
  color: var(--lk-shop-accent-2);
  width: 100%;
  display: flex;
  justify-content: flex-start; /* RTL body → physical right */
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-link,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35rem;
  flex-direction: row; /* text then icon → icon on physical right of text */
  direction: ltr;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-link > span,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-link > span {
  direction: rtl;
  unicode-bidi: isolate;
  font-weight: 500;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop a.lk-loop-item__brand-link:hover,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop a.lk-loop-item__brand-link:hover {
  text-decoration: underline;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-icon,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__brand-icon {
  flex: 0 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  fill: currentColor;
  padding: 0.2rem;
  box-sizing: content-box;
  background: rgba(13, 110, 110, 0.1);
  border-radius: 999px;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__footer,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__footer {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  margin-top: auto;
  padding: 0.65rem 0.75rem 0.8rem;
  border-top: 1px solid var(--lk-shop-line);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  direction: ltr; /* physical: CTA left, price right */
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-direction: row; /* text then icon → icon on physical right */
  direction: ltr;
  min-height: 2.15rem;
  padding: 0.35rem 0.75rem;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #0a2a4d 0%, var(--lk-shop-accent) 100%);
  color: #fff !important;
  font-size: var(--lk-shop-meta);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 4px 10px rgba(1, 30, 62, 0.22);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart span,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart span,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart-label,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart-label {
  direction: rtl;
  unicode-bidi: isolate;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart.loading,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart.loading {
  opacity: 0.72;
  pointer-events: none;
  cursor: wait;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart.added,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart.added {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #1a8f4a 0%, #147a3d 100%);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart svg,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart svg {
  flex: 0 0 auto;
  fill: currentColor;
  display: block;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart:hover,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__add-to-cart:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #128080 0%, var(--lk-shop-accent-2) 100%);
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 14px rgba(13, 110, 110, 0.28);
  transform: translateY(-1px);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price {
  margin: 0;
  font-size: var(--lk-shop-meta);
  font-weight: 700;
  color: var(--lk-shop-ink);
  line-height: 1.3;
  text-align: right;
  direction: rtl;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price .woocommerce-Price-amount,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price .amount,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price .woocommerce-Price-amount,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price .amount {
  color: inherit;
  font-weight: inherit;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__cart,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__cart,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price-bar,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__price-bar,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .added_to_cart,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .added_to_cart {
  display: none !important;
}

/* Eye icon: view cart — top-left of product image */
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  right: auto;
  z-index: 3;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(217, 227, 236, 0.95);
  box-shadow: 0 2px 8px rgba(11, 31, 58, 0.1);
  color: var(--lk-shop-accent);
  text-decoration: none;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.15s ease, color 0.15s ease;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart.is-visible,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart.is-visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart:hover,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart:hover {
  background: var(--lk-shop-accent);
  color: #fff;
  border-color: var(--lk-shop-accent);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart svg,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart svg {
  width: 1rem;
  height: 1rem;
  display: block;
  fill: currentColor;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart::after,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: auto;
  white-space: nowrap;
  padding: 0.28rem 0.5rem;
  border-radius: 6px;
  background: var(--lk-shop-ink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  direction: rtl;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-2px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(11, 31, 58, 0.18);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart:hover::after,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__view-cart:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Shop pagination */
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-archive-products__pagination,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-archive-products__pagination {
  margin: 1.75rem 0 0.5rem;
  display: flex;
  justify-content: center;
  width: 100%;
  direction: rtl;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination[hidden],
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination[hidden] {
  display: none !important;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination .page-numbers,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination .page-numbers,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-archive-products__pagination .page-numbers,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-archive-products__pagination .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination .page-numbers li,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination .page-numbers li {
  list-style: none;
  margin: 0;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination a.page-numbers,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination span.page-numbers,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination a.page-numbers,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.6rem;
  border: 1px solid var(--lk-shop-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--lk-shop-ink);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(11, 31, 58, 0.04);
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination a.page-numbers:hover,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination a.page-numbers:hover {
  background: var(--lk-shop-accent-2);
  border-color: var(--lk-shop-accent-2);
  color: #fff;
  box-shadow: 0 4px 12px rgba(13, 110, 110, 0.22);
  transform: translateY(-1px);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination span.page-numbers.current,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination span.page-numbers.current {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #0a2a4d 0%, var(--lk-shop-accent) 100%);
  border-color: var(--lk-shop-accent);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 4px 10px rgba(1, 30, 62, 0.2);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination span.page-numbers.dots,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination span.page-numbers.dots {
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: 1.5rem;
  color: var(--lk-shop-muted);
  font-weight: 700;
}

/* RTL: next → left (←), prev → right (→) — arrows from paginate_links only */
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination a.page-numbers.prev,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-shop-pagination a.page-numbers.next,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-archive-products__pagination a.page-numbers.prev,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-archive-products__pagination a.page-numbers.next {
  font-size: 1rem;
  line-height: 1;
  direction: ltr;
  unicode-bidi: isolate;
}

/* Hide leftover Elementor / Woo pagination on shop when our nav is present */
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-pagination,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .woocommerce-pagination,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .elementor-pagination,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .woocommerce-pagination {
  display: none !important;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options {
  position: absolute;
  inset: 0 0 auto 0;
  bottom: 0;
  z-index: 4;
  display: none;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.75rem 0.7rem 3.6rem;
  background: rgba(248, 252, 255, 0.62);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  backdrop-filter: blur(16px) saturate(1.25);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop.is-options-open .lk-loop-item__options {
  display: flex;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop.is-options-open .lk-loop-item__options[hidden] {
  display: flex;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  direction: rtl;
  color: #011e3e;
  font-size: 0.82rem;
  font-weight: 800;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-close {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(1, 30, 62, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #011e3e;
  font: inherit;
  line-height: 0;
  cursor: pointer;
  box-shadow: none;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-close svg {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  flex: 0 0 auto;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-close:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 0;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  direction: ltr;
  padding: 0.42rem 0.5rem 0.42rem 0.45rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(1, 30, 62, 0.1);
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(11, 31, 58, 0.06);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-name {
  flex: 1 1 auto;
  min-width: 0;
  direction: rtl;
  text-align: right;
  font-size: 0.78rem;
  font-weight: 700;
  color: #011e3e;
  line-height: 1.45;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-price {
  flex: 0 0 auto;
  direction: rtl;
  font-size: 0.74rem;
  font-weight: 800;
  color: #0d6e6e;
  white-space: nowrap;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-price .woocommerce-Price-amount,
:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-price .amount {
  font-weight: 800;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #0a2a4d 0%, var(--lk-shop-accent) 100%);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(1, 30, 62, 0.2);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart svg {
  width: 14px;
  height: 14px;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart-icon {
  display: block;
  fill: currentColor;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart-spinner {
  display: none !important;
  fill: none;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart.loading .lk-loop-item__options-cart-icon {
  display: none !important;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart.loading .lk-loop-item__options-cart-spinner {
  display: block !important;
  animation: lk-options-spin 0.7s linear infinite;
}

@keyframes lk-options-spin {
  to {
    transform: rotate(360deg);
  }
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #128080 0%, var(--lk-shop-accent-2) 100%);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart.loading {
  opacity: 0.7;
  pointer-events: none;
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options-cart.added {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 45%),
    linear-gradient(180deg, #1a8f4a 0%, #147a3d 100%);
}

:where(body.lk-shop-cards-archive, body.lk-light-product, body.tax-product_cat, body.tax-product_tag, body.woocommerce-shop, body.post-type-archive-product) .lk-loop-item--shop .lk-loop-item__options a.added_to_cart {
  display: none !important;
}
