/* Nymphaea Store Experience 1.2.1 */
.nymphaea-store-catalog,
.nymphaea-store-product {
  --nym-store-ink: #161513;
  --nym-store-muted: #746f69;
  --nym-store-line: rgba(22, 21, 19, .11);
  --nym-store-soft: #f7f3ee;
  --nym-store-warm: #efe7de;
  --nym-store-white: #fff;
  --nym-store-radius: 18px;
  --nym-store-shadow: 0 18px 50px rgba(39, 31, 24, .10);
}

.nymphaea-store-catalog .site-woocommerce,
.nymphaea-store-product .site-woocommerce {
  padding-top: clamp(24px, 4vw, 54px);
  padding-bottom: clamp(56px, 8vw, 108px);
}

/* Archive introduction */
.nym-store-archive-head {
  position: relative;
  display: grid;
  min-height: 230px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.9), transparent 28%),
    linear-gradient(135deg, #f1e8df, #faf8f5 62%);
  isolation: isolate;
}

.nym-store-archive-head.has-image {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 36%);
}

.nym-store-archive-head__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  padding: clamp(34px, 5vw, 72px);
}

.nym-store-kicker {
  margin-bottom: 12px;
  color: var(--nym-store-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rtl .nym-store-kicker,
[dir="rtl"] .nym-store-kicker {
  letter-spacing: 0;
}

.nym-store-archive-head h1 {
  margin: 0;
  color: var(--nym-store-ink);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.rtl .nym-store-archive-head h1,
[dir="rtl"] .nym-store-archive-head h1 {
  letter-spacing: 0;
}

.nym-store-archive-head p {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--nym-store-muted);
  font-size: 15px;
  line-height: 1.8;
}

.nym-store-archive-head__image {
  position: relative;
  min-height: 230px;
  overflow: hidden;
}

.nym-store-archive-head__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f5eee7 0, transparent 38%);
  content: "";
}

.rtl .nym-store-archive-head__image::after,
[dir="rtl"] .nym-store-archive-head__image::after {
  background: linear-gradient(-90deg, #f5eee7 0, transparent 38%);
}

.nym-store-archive-head__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nym-store-category-chips {
  display: flex;
  gap: 9px;
  margin: 0 0 28px;
  padding: 2px 1px 10px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: inline proximity;
}

.nym-store-category-chips::-webkit-scrollbar { display: none; }

.nym-store-category-chips a {
  flex: 0 0 auto;
  padding: 9px 15px 10px;
  border: 1px solid var(--nym-store-line);
  border-radius: 999px;
  color: var(--nym-store-ink);
  background: var(--nym-store-white);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}

.nym-store-category-chips a:hover,
.nym-store-category-chips a:focus-visible,
.nym-store-category-chips a[aria-current="page"] {
  border-color: var(--nym-store-ink);
  color: var(--nym-store-white);
  background: var(--nym-store-ink);
  text-decoration: none;
  transform: translateY(-1px);
}

/* Toolbar */
.nym-store-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid var(--nym-store-line);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 26px rgba(34,28,22,.04);
}

.nym-store-toolbar__count .woocommerce-result-count {
  float: none;
  margin: 0;
  color: var(--nym-store-muted);
  font-size: 13px;
}

.nym-store-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.nym-store-filter-toggle,
.nym-store-filter-drawer__head button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--nym-store-line);
  border-radius: 12px;
  color: var(--nym-store-ink);
  background: var(--nym-store-white);
  cursor: pointer;
}

.nym-store-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}

.nym-store-ordering select {
  min-width: 165px;
  height: 42px;
  padding: 0 36px 0 13px;
  border: 1px solid var(--nym-store-line);
  border-radius: 12px;
  color: var(--nym-store-ink);
  background-color: var(--nym-store-white);
  font-size: 13px;
}

.rtl .nym-store-ordering select,
[dir="rtl"] .nym-store-ordering select {
  padding-right: 13px;
  padding-left: 36px;
}

/* Product grid */
.nymphaea-store-catalog .site-woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin: 0 !important;
}

.nymphaea-store-catalog .site-woocommerce ul.products::before,
.nymphaea-store-catalog .site-woocommerce ul.products::after { display: none !important; }

.nymphaea-store-catalog .site-woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nymphaea-store-catalog .product-block {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--nym-store-line);
  border-radius: var(--nym-store-radius);
  background: var(--nym-store-white);
  box-shadow: 0 8px 28px rgba(36,29,23,.045);
  transition: transform .28s cubic-bezier(.2,.75,.25,1), box-shadow .28s ease, border-color .28s ease;
}

.nymphaea-store-catalog .product-block:hover {
  border-color: rgba(22,21,19,.23);
  box-shadow: var(--nym-store-shadow);
  transform: translateY(-5px);
}

.nymphaea-store-catalog .product-block::after { display: none !important; }

.nymphaea-store-catalog .product-thumbnail {
  position: relative;
  display: block !important;
  aspect-ratio: 4 / 5;
  overflow: hidden !important;
  background: var(--nym-store-soft);
}

.nymphaea-store-catalog .product-thumbnail > a,
.nymphaea-store-catalog .product-thumbnail > a img,
.nymphaea-store-catalog .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}

.nymphaea-store-catalog .product-thumbnail img {
  margin: 0 !important;
  object-fit: cover;
  transform: scale(1.001) !important;
  transition: transform .55s cubic-bezier(.2,.72,.2,1) !important;
}

.nymphaea-store-catalog .product-block:hover .product-thumbnail img { transform: scale(1.045) !important; }

.nymphaea-store-catalog .product-body {
  display: flex;
  height: auto !important;
  flex: 1;
  flex-direction: column;
  margin: 0 !important;
  padding: 15px 15px 14px;
}

.nymphaea-store-catalog .product-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.nymphaea-store-catalog .product-category { display: none !important; }

.nymphaea-store-catalog .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 !important;
  overflow: hidden;
  color: var(--nym-store-ink);
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.55;
  text-align: start !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nymphaea-store-catalog .product-price {
  margin-top: auto;
  padding-top: 8px;
}

.nymphaea-store-catalog .price {
  color: var(--nym-store-ink) !important;
  font-size: 13px !important;
  font-weight: 600;
  text-align: start !important;
}

.nymphaea-store-catalog .product-rating { margin-top: 6px; }

.nymphaea-store-catalog .product-button {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
}

.nymphaea-store-catalog .product-add-to-cart { flex: 1; }

.nymphaea-store-catalog .product-button .button {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px !important;
  border: 1px solid var(--nym-store-line) !important;
  border-radius: 999px !important;
  color: var(--nym-store-ink) !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.nymphaea-store-catalog .product-button .button:hover,
.nymphaea-store-catalog .product-button .button:focus-visible {
  border-color: var(--nym-store-ink) !important;
  color: var(--nym-store-white) !important;
  background: var(--nym-store-ink) !important;
}

.nymphaea-store-catalog .custom-badge,
.nymphaea-store-catalog .onsale {
  top: 10px !important;
  right: auto !important;
  left: 10px !important;
  z-index: 4;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
}

.rtl.nymphaea-store-catalog .custom-badge,
.rtl.nymphaea-store-catalog .onsale,
[dir="rtl"] .nymphaea-store-catalog .custom-badge,
[dir="rtl"] .nymphaea-store-catalog .onsale {
  right: 10px !important;
  left: auto !important;
}

/* Load more and skeletons */
.nym-store-load-more-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 34px;
  text-align: center;
}

.nym-store-load-more {
  display: inline-flex;
  min-width: 170px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--nym-store-ink);
  border-radius: 999px;
  color: var(--nym-store-white);
  background: var(--nym-store-ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.nym-store-load-more:hover,
.nym-store-load-more:focus-visible {
  box-shadow: 0 12px 30px rgba(22,21,19,.18);
  transform: translateY(-2px);
}

.nym-store-load-more[disabled] { opacity: .58; cursor: wait; transform: none; }

.nym-store-load-more__spinner {
  display: none;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255,255,255,.34);
  border-top-color: #fff;
  border-radius: 50%;
  animation: nymStoreSpin .7s linear infinite;
}

.nym-store-load-more.is-loading .nym-store-load-more__spinner { display: block; }
.nym-store-load-more__status { min-height: 20px; margin: 9px 0 0; color: var(--nym-store-muted); font-size: 12px; }

@keyframes nymStoreSpin { to { transform: rotate(360deg); } }

.nym-store-skeleton {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--nym-store-line);
  border-radius: var(--nym-store-radius);
  background: #fff;
}

.nym-store-skeleton::before {
  display: block;
  aspect-ratio: 4 / 5;
  background: linear-gradient(90deg, #f1efec 25%, #faf9f7 40%, #f1efec 65%);
  background-size: 300% 100%;
  content: "";
  animation: nymStoreShimmer 1.3s infinite linear;
}

.nym-store-skeleton::after {
  display: block;
  width: 72%;
  height: 54px;
  margin: 18px 14px;
  border-radius: 9px;
  background: linear-gradient(90deg, #f1efec 25%, #faf9f7 40%, #f1efec 65%);
  background-size: 300% 100%;
  content: "";
  animation: nymStoreShimmer 1.3s infinite linear;
}

@keyframes nymStoreShimmer { to { background-position: -300% 0; } }

/* Numbered links are retained only as a no-JS/AJAX-failure fallback. */
.nym-store-pagination-fallback.is-nym-hidden { display: none !important; }
.nym-store-pagination-fallback { margin-top: 30px; }

/* Mobile filter drawer */
.nym-store-filter-drawer[hidden] { display: none; }
.nym-store-filter-drawer { position: fixed; inset: 0; z-index: 10040; }
.nym-store-filter-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(15,14,13,.42); backdrop-filter: blur(3px); }
.nym-store-filter-drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: min(88vw, 390px);
  overflow-y: auto;
  background: #fff;
  box-shadow: -18px 0 50px rgba(0,0,0,.18);
  animation: nymDrawerIn .28s ease both;
}
.rtl .nym-store-filter-drawer__panel,
[dir="rtl"] .nym-store-filter-drawer__panel { right: auto; left: 0; box-shadow: 18px 0 50px rgba(0,0,0,.18); }
@keyframes nymDrawerIn { from { opacity: 0; transform: translateX(24px); } }
.rtl .nym-store-filter-drawer__panel,
[dir="rtl"] .nym-store-filter-drawer__panel { animation-name: nymDrawerInRtl; }
@keyframes nymDrawerInRtl { from { opacity: 0; transform: translateX(-24px); } }
.nym-store-filter-drawer__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; border-bottom: 1px solid var(--nym-store-line); background: rgba(255,255,255,.95); backdrop-filter: blur(10px); }
.nym-store-filter-drawer__head button { width: 40px; min-height: 40px; padding: 0; border-radius: 50%; }
.nym-store-filter-drawer__head i { font-size: 23px; }
.nym-store-filter-drawer__body { padding: 20px 18px 42px; }
body.nym-filter-open { overflow: hidden; }

/* Single product */
.nym-product-shell {
  display: grid;
  align-items: start;
  gap: clamp(30px, 5vw, 76px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
}

.nym-product-gallery,
.nym-product-summary {
  min-width: 0;
}

.nym-product-gallery {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: var(--nym-store-soft);
}

.nym-product-gallery .woocommerce-product-gallery { margin: 0 !important; }
.nym-product-gallery .woocommerce-product-gallery__image { overflow: hidden; border-radius: 22px; background: var(--nym-store-soft); }
.nym-product-gallery .woocommerce-product-gallery__image img { width: 100%; height: auto; object-fit: cover; }
.nym-product-gallery .flex-control-thumbs { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 10px !important; }
.nym-product-gallery .flex-control-thumbs li { float: none !important; width: auto !important; }
.nym-product-gallery .flex-control-thumbs img { aspect-ratio: 1 / 1.2; border: 1px solid transparent; border-radius: 10px; object-fit: cover; opacity: .62; transition: opacity .2s ease, border-color .2s ease; }
.nym-product-gallery .flex-control-thumbs img.flex-active,
.nym-product-gallery .flex-control-thumbs img:hover { border-color: var(--nym-store-ink); opacity: 1; }

.nym-product-summary {
  position: sticky;
  top: 108px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--nym-store-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(35,28,22,.065);
}

.nym-product-summary .summary { float: none !important; width: 100% !important; }
.nym-product-summary .product_title { margin: 10px 0 14px !important; color: var(--nym-store-ink); font-size: clamp(29px, 3.2vw, 46px) !important; font-weight: 600 !important; line-height: 1.14; }
.nym-product-summary .price { display: block; margin: 0 0 22px !important; color: var(--nym-store-ink) !important; font-size: 20px !important; font-weight: 600; }
.nym-product-summary .woocommerce-product-details__short-description { margin: 0 0 24px; color: var(--nym-store-muted); line-height: 1.8; }
.nym-product-summary .product_meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 10px; color: var(--nym-store-muted); font-size: 12px; }
.nym-product-summary form.cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; margin: 24px 0 0 !important; }
.nym-product-summary form.cart .variations { width: 100%; margin: 0 0 12px !important; }
.nym-product-summary form.cart .variations tr { display: grid; gap: 7px; margin-bottom: 14px; }
.nym-product-summary form.cart .variations th,
.nym-product-summary form.cart .variations td { display: block; width: 100%; padding: 0; text-align: start; }
.nym-product-summary form.cart select { width: 100%; min-height: 48px; border: 1px solid var(--nym-store-line); border-radius: 12px; }
.nym-product-summary form.cart .single_add_to_cart_button { flex: 1; min-height: 52px; border-radius: 999px !important; color: #fff !important; background: var(--nym-store-ink) !important; font-weight: 700 !important; }
.nym-product-summary .quantity { min-height: 52px; border-radius: 999px !important; }
.nym-product-summary .quantity .qty { min-height: 50px !important; }

.nym-product-service-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--nym-store-line);
}

.nym-product-service-points > div { display: flex; align-items: center; gap: 10px; color: var(--nym-store-muted); font-size: 13px; }
.nym-product-service-points i { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; color: var(--nym-store-ink); background: var(--nym-store-soft); font-size: 18px; }

.nymphaea-store-product .woocommerce-tabs,
.nymphaea-store-product .related,
.nymphaea-store-product .upsells {
  margin-top: clamp(48px, 7vw, 92px) !important;
}

.nymphaea-store-product .woocommerce-tabs {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--nym-store-line);
  border-radius: 24px;
  background: #fff;
}

.nymphaea-store-product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0 0 28px !important; padding: 0 !important; overflow-x: auto; }
.nymphaea-store-product .woocommerce-tabs ul.tabs::before { display: none !important; }
.nymphaea-store-product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 999px !important; background: transparent !important; }
.nymphaea-store-product .woocommerce-tabs ul.tabs li::before,
.nymphaea-store-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.nymphaea-store-product .woocommerce-tabs ul.tabs li a { padding: 10px 16px !important; border: 1px solid var(--nym-store-line); border-radius: 999px; color: var(--nym-store-muted) !important; }
.nymphaea-store-product .woocommerce-tabs ul.tabs li.active a { border-color: var(--nym-store-ink); color: #fff !important; background: var(--nym-store-ink); }

.nym-product-mobile-cart {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 9900;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  color: #fff;
  background: rgba(20,19,18,.94);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
  transform: translateY(calc(100% + 26px));
  transition: transform .28s ease;
}

.nym-product-mobile-cart.is-visible { transform: translateY(0); }
.nym-product-mobile-cart__copy { min-width: 0; flex: 1; }
.nym-product-mobile-cart__copy strong { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.nym-product-mobile-cart__copy span { color: rgba(255,255,255,.7); font-size: 11px; }
.nym-product-mobile-cart button { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 999px; color: #111; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.nym-product-mobile-cart button[disabled] { opacity: .55; cursor: not-allowed; }

/* Shared reveal system: content remains visible when JS is unavailable. */
.nym-motion-ready [data-nym-reveal],
.nym-motion-ready .nym-store-catalog-item-reveal {
  opacity: 0;
  will-change: opacity, transform, clip-path;
  transition:
    opacity .72s cubic-bezier(.2,.75,.25,1),
    transform .78s cubic-bezier(.2,.75,.25,1),
    clip-path .85s cubic-bezier(.2,.75,.25,1);
}
.nym-motion-ready [data-nym-reveal="rise"],
.nym-motion-ready .nym-store-catalog-item-reveal { transform: translate3d(0, 28px, 0); }
.nym-motion-ready [data-nym-reveal="left"] { transform: translate3d(-34px, 0, 0); }
.nym-motion-ready [data-nym-reveal="right"] { transform: translate3d(34px, 0, 0); }
.nym-motion-ready [data-nym-reveal="scale"] { transform: scale(.965); clip-path: inset(0 0 12% 0 round 24px); }
.nym-motion-ready [data-nym-reveal].is-revealed,
.nym-motion-ready .nym-store-catalog-item-reveal.is-revealed { opacity: 1; transform: none; clip-path: inset(0 0 0 0 round 0); }

@media (max-width: 1099px) {
  .nym-product-shell { grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 28px; }
  .nym-product-summary { top: 86px; }
}

@media (max-width: 767px) {
  .nymphaea-store-catalog .site-woocommerce,
  .nymphaea-store-product .site-woocommerce { padding-top: 16px; padding-bottom: 72px; }

  .nym-store-archive-head,
  .nym-store-archive-head.has-image { min-height: 0; grid-template-columns: 1fr; border-radius: 20px; }
  .nym-store-archive-head__copy { padding: 28px 22px 30px; }
  .nym-store-archive-head h1 { font-size: 35px; }
  .nym-store-archive-head p { display: -webkit-box; margin-top: 12px; overflow: hidden; font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .nym-store-archive-head__image { order: -1; min-height: 0; aspect-ratio: 16 / 8; }
  .nym-store-archive-head__image::after { background: linear-gradient(0deg, #f5eee7 0, transparent 45%); }

  .nym-store-category-chips { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding-right: 18px; padding-left: 18px; }
  .nym-store-toolbar { align-items: flex-start; flex-direction: column; padding: 12px; }
  .nym-store-toolbar__actions { width: 100%; }
  .nym-store-filter-toggle { flex: 0 0 auto; }
  .nym-store-ordering { flex: 1; }
  .nym-store-ordering .woocommerce-ordering,
  .nym-store-ordering select { width: 100%; min-width: 0; }

  .nymphaea-store-catalog .site-woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .nymphaea-store-catalog .product-block { border-radius: 14px; }
  .nymphaea-store-catalog .product-body { padding: 11px 10px 10px; }
  .nymphaea-store-catalog .woocommerce-loop-product__title { min-height: 38px; font-size: 12px !important; line-height: 1.5; }
  .nymphaea-store-catalog .price { font-size: 11px !important; }
  .nymphaea-store-catalog .product-button { margin-top: 8px; }
  .nymphaea-store-catalog .product-button .button { min-height: 35px; padding: 7px 6px !important; font-size: 10px !important; }
  .nymphaea-store-catalog .custom-badge,
  .nymphaea-store-catalog .onsale { top: 7px !important; left: 7px !important; padding: 4px 6px !important; font-size: 8px !important; }
  .rtl.nymphaea-store-catalog .custom-badge,
  .rtl.nymphaea-store-catalog .onsale,
  [dir="rtl"] .nymphaea-store-catalog .custom-badge,
  [dir="rtl"] .nymphaea-store-catalog .onsale { right: 7px !important; left: auto !important; }

  .nym-product-shell { display: block; }
  .nym-product-gallery { border-radius: 18px; }
  .nym-product-summary { position: static; margin-top: 18px; padding: 22px 18px; border-radius: 20px; }
  .nym-product-summary .product_title { font-size: 29px !important; }
  .nym-product-summary form.cart { gap: 9px; }
  .nym-product-summary form.cart .single_add_to_cart_button { min-height: 50px; }
  .nymphaea-store-product .woocommerce-tabs { margin-top: 42px !important; padding: 20px 16px; border-radius: 18px; }
  .nym-product-mobile-cart { display: flex; }
}

@media (max-width: 380px) {
  .nymphaea-store-catalog .site-woocommerce ul.products { gap: 8px; }
  .nymphaea-store-catalog .product-body { padding-right: 8px; padding-left: 8px; }
  .nym-product-mobile-cart button { padding-right: 13px; padding-left: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .nym-motion-ready [data-nym-reveal],
  .nym-motion-ready .nym-store-catalog-item-reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  .nymphaea-store-catalog .product-block,
  .nymphaea-store-catalog .product-thumbnail img,
  .nym-store-load-more,
  .nym-product-mobile-cart { transition: none !important; }
  .nym-store-load-more__spinner,
  .nym-store-skeleton::before,
  .nym-store-skeleton::after { animation: none !important; }
}

/* Varied archive-card entrances; content remains visible without JavaScript. */
.nym-motion-ready .nym-store-catalog-item-reveal[data-nym-store-card="left"] { transform: translate3d(-24px, 0, 0); }
.nym-motion-ready .nym-store-catalog-item-reveal[data-nym-store-card="right"] { transform: translate3d(24px, 0, 0); }
.nym-motion-ready .nym-store-catalog-item-reveal[data-nym-store-card="scale"] { transform: scale(.96); clip-path: inset(0 0 8% 0 round 18px); }
.nym-motion-ready .nym-store-catalog-item-reveal[data-nym-store-card="rise"] { transform: translate3d(0, 24px, 0); }
.nym-motion-ready .nym-store-catalog-item-reveal.is-revealed { transform: none; clip-path: inset(0 0 0 0 round 0); }

/* ========================================================================
   Nymphaea 1.2.3 — New Arrivals / Best Sellers collection pages
   ======================================================================== */
.nymphaea-curated-page .nym-curated-collection {
  min-height: 60vh;
  padding: clamp(44px, 6vw, 88px) 0 clamp(64px, 8vw, 110px);
  background: linear-gradient(180deg, #f8f3ee 0, #fff 310px);
}

.nymphaea-curated-page .nym-curated-collection__header {
  max-width: 760px;
  margin: 0 auto clamp(28px, 5vw, 56px);
  text-align: center;
}

.nymphaea-curated-page .nym-curated-collection__kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(40, 31, 25, .1);
  border-radius: 999px;
  color: #76695f;
  background: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nymphaea-curated-page .nym-curated-collection__header h1 {
  margin: 14px 0 8px;
  padding-bottom: .12em;
  overflow: visible;
  color: #171310;
  font-size: clamp(32px, 5.8vw, 68px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.3;
}

.rtl.nymphaea-curated-page .nym-curated-collection__header h1,
[dir="rtl"] .nymphaea-curated-page .nym-curated-collection__header h1 { letter-spacing: 0; }

.nymphaea-curated-page .nym-curated-collection__header p {
  max-width: 620px;
  margin: 0 auto;
  color: #756b64;
  font-size: 15px;
  line-height: 1.8;
}

.nymphaea-curated-page .nym-curated-collection__meta {
  margin-top: 12px;
  color: #998c83;
  font-size: 11px;
}

.nymphaea-curated-page .nym-curated-collection__categories { margin-bottom: 30px; }
.nymphaea-curated-page .nym-curated-collection__products ul.products { margin-top: 0 !important; }
.nymphaea-curated-page .nym-curated-collection__pagination { margin-top: 28px; }

.nymphaea-curated-page .nym-curated-collection__empty {
  display: grid;
  min-height: 300px;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 38px 20px;
  border: 1px solid rgba(38, 29, 23, .08);
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.nymphaea-curated-page .nym-curated-collection__empty i { font-size: 42px; }
.nymphaea-curated-page .nym-curated-collection__empty h2 { margin: 0; font-size: 22px; }

@media (max-width: 767px) {
  .nymphaea-curated-page .nym-curated-collection {
    padding: 34px 0 70px;
    background: linear-gradient(180deg, #f8f3ee 0, #fff 235px);
  }

  .nymphaea-curated-page .nym-curated-collection__header {
    margin-bottom: 24px;
    padding: 0 12px;
  }

  .nymphaea-curated-page .nym-curated-collection__header h1 {
    margin-top: 11px;
    padding-bottom: .18em;
    font-size: 31px;
    line-height: 1.5;
  }

  .nymphaea-curated-page .nym-curated-collection__header p {
    font-size: 13px;
    line-height: 1.75;
  }

  .nymphaea-curated-page .nym-curated-collection__categories {
    width: 100%;
    margin: 0 0 22px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}


/* ========================================================================
   Nymphaea 1.2.4 — unified curated archives and premium product detail
   ======================================================================== */
.nymphaea-curated-page {
  background: linear-gradient(180deg, #faf7f3 0, #fff 420px);
}

.nymphaea-curated-page .nym-curated-catalog {
  min-height: 62vh;
}

.nymphaea-curated-page .nym-store-archive-head {
  margin-top: 4px;
}

.nymphaea-store-catalog .product-thumbnail {
  aspect-ratio: 3 / 4;
}

.nymphaea-store-catalog .product-thumbnail img {
  object-position: center top;
}

.nym-product-context {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--nym-store-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}

.nym-product-context a {
  color: var(--nym-store-ink);
  text-decoration: none;
}

.nym-product-context a:hover,
.nym-product-context a:focus-visible { text-decoration: underline; }

.nymphaea-store-product .nym-product-gallery {
  background: linear-gradient(145deg, #f4eee8, #fbf9f7);
  box-shadow: 0 18px 55px rgba(38,30,24,.07);
}

.nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image {
  border-radius: 24px;
}

.nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  max-height: 900px;
  object-fit: contain;
  object-position: center top;
  background: #f8f4ef;
}

.nymphaea-store-product .nym-product-summary .product_title {
  text-wrap: balance;
}

.nymphaea-store-product .nym-product-summary .price {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--nym-store-line);
}

.nymphaea-store-product .nym-product-summary form.cart,
.nymphaea-store-product .nym-product-summary .preorder-form,
.nymphaea-store-product .nym-product-summary .checkout-single-form {
  padding: 18px;
  border: 1px solid var(--nym-store-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fcfaf8);
}

.nymphaea-store-product .nym-product-summary form.cart .variations label,
.nymphaea-store-product .nym-product-summary .checkout-single-form label,
.nymphaea-store-product .nym-product-summary .preorder-form label {
  color: var(--nym-store-ink);
  font-size: 12px;
  font-weight: 700;
}

.nymphaea-store-product .nym-product-summary input[type="text"],
.nymphaea-store-product .nym-product-summary input[type="number"],
.nymphaea-store-product .nym-product-summary select,
.nymphaea-store-product .nym-product-summary textarea {
  min-height: 48px;
  border: 1px solid var(--nym-store-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.nymphaea-store-product .nym-product-summary input:focus,
.nymphaea-store-product .nym-product-summary select:focus,
.nymphaea-store-product .nym-product-summary textarea:focus {
  border-color: rgba(22,21,19,.55) !important;
  outline: 3px solid rgba(22,21,19,.06);
}

.nymphaea-store-product .wcboost-variation-swatches {
  gap: 8px;
}

.nymphaea-store-product .wcboost-variation-swatches__item {
  min-width: 44px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
}

.nymphaea-store-product .stock,
.nymphaea-store-product .preorder-availability,
.nymphaea-store-product .woocommerce-variation-availability {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  color: #247642;
  background: #edf8f0;
  font-size: 11px;
  font-weight: 700;
}

.nymphaea-store-product .nym-product-after-summary .related > h2,
.nymphaea-store-product .nym-product-after-summary .upsells > h2 {
  margin-bottom: 24px;
  color: var(--nym-store-ink);
  font-size: clamp(24px, 3.5vw, 38px);
  line-height: 1.25;
}

@media (max-width: 767px) {
  .nymphaea-curated-page .nym-store-archive-head__image {
    aspect-ratio: 16 / 9;
  }

  .nymphaea-curated-page .nym-store-archive-head__copy {
    padding: 24px 20px 27px;
  }

  .nymphaea-curated-page .nym-store-archive-head h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .nymphaea-store-catalog .product-thumbnail {
    aspect-ratio: 3 / 4;
  }

  .nymphaea-store-product .site-woocommerce {
    padding-top: 10px;
  }

  .nymphaea-store-product .nym-product-gallery {
    margin-inline: -4px;
    border-radius: 18px;
    box-shadow: none;
  }

  .nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image {
    border-radius: 16px;
  }

  .nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image img {
    min-height: 64svh;
    max-height: 78svh;
    object-fit: contain;
  }

  .nymphaea-store-product .nym-product-gallery .flex-control-thumbs {
    display: flex !important;
    gap: 9px;
    margin: 11px 0 0 !important;
    padding: 0 3px 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .nymphaea-store-product .nym-product-gallery .flex-control-thumbs::-webkit-scrollbar { display: none; }

  .nymphaea-store-product .nym-product-gallery .flex-control-thumbs li {
    flex: 0 0 76px;
    width: 76px !important;
    scroll-snap-align: start;
  }

  .nymphaea-store-product .nym-product-gallery .flex-control-thumbs img {
    aspect-ratio: 3 / 4;
    border-radius: 12px;
  }

  .nymphaea-store-product .nym-product-summary {
    margin-top: 14px;
    padding: 22px 17px 24px;
    border-radius: 22px;
    box-shadow: 0 15px 44px rgba(35,28,22,.06);
  }

  .nymphaea-store-product .nym-product-summary .product_title {
    margin-top: 6px !important;
    font-size: 25px !important;
    line-height: 1.35;
  }

  .nymphaea-store-product .nym-product-summary .price {
    margin-bottom: 16px !important;
    font-size: 18px !important;
  }

  .nymphaea-store-product .nym-product-summary form.cart,
  .nymphaea-store-product .nym-product-summary .preorder-form,
  .nymphaea-store-product .nym-product-summary .checkout-single-form {
    gap: 10px;
    margin-top: 18px !important;
    padding: 15px;
    border-radius: 16px;
  }

  .nymphaea-store-product .nym-product-summary form.cart .single_add_to_cart_button {
    width: 100%;
    flex-basis: 100%;
  }

  .nymphaea-store-product .nym-product-summary .quantity {
    width: 100%;
    justify-content: space-between;
  }

  .nymphaea-store-product .nym-product-service-points {
    grid-template-columns: 1fr;
  }

  .nymphaea-store-product .nym-product-after-summary .related ul.products,
  .nymphaea-store-product .nym-product-after-summary .upsells ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 11px;
  }

  .nymphaea-store-product .nym-product-after-summary .related ul.products li.product,
  .nymphaea-store-product .nym-product-after-summary .upsells ul.products li.product {
    width: auto !important;
    margin: 0 !important;
  }
}

.nymphaea-store-product .nym-product-summary .custom-preorder-form {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(172,75,75,.16);
  border-radius: 18px;
  background: #fff8f6;
}

.nymphaea-store-product .nym-product-summary .custom-preorder-form .uk-alert,
.nymphaea-store-product .nym-product-summary .preorder-variation-notice {
  border: 0;
  border-radius: 14px;
  color: #723b32;
  background: #fbeae6;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .nymphaea-store-product .nym-product-summary .custom-preorder-form { padding: 15px; border-radius: 16px; }
}

.nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image > a {
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 4;
  align-items: center;
  justify-content: center;
  background: #f8f4ef;
}

.nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image > a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center top !important;
}

@media (max-width: 767px) {
  .nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image > a {
    min-height: min(68svh, 660px);
    max-height: 78svh;
  }

  .nymphaea-store-product .nym-product-gallery .woocommerce-product-gallery__image img {
    min-height: 0;
    max-height: none;
  }
}

/* ========================================================================
   Nymphaea 1.2.6 — stock clarity and rebuilt related products
   ======================================================================== */
.nymphaea-store-product .nym-product-gallery {
  position: relative;
}

.nymphaea-store-product .nym-product-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  color: #fff;
  background: #b83b3b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 9px 24px rgba(119, 38, 38, .24);
}

.nymphaea-store-product .nym-product-stock-badge--gallery {
  position: absolute;
  z-index: 12;
  top: 15px;
  inset-inline-start: 15px;
  padding: 9px 12px;
  pointer-events: none;
}

.nymphaea-store-product .nym-product-stock-badge i {
  font-size: 17px;
}

.nymphaea-store-product .nym-product-stock-panel {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 11px 0 15px;
  padding: 12px 13px;
  border: 1px solid rgba(184, 59, 59, .17);
  border-radius: 15px;
  color: #6d2f2f;
  background: linear-gradient(135deg, #fff8f6, #fcebea);
}

.nymphaea-store-product .nym-product-stock-panel > i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #b83b3b;
  font-size: 21px;
}

.nymphaea-store-product .nym-product-stock-panel span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.nymphaea-store-product .nym-product-stock-panel strong {
  font-size: 13px;
  line-height: 1.45;
}

.nymphaea-store-product .nym-product-stock-panel small {
  color: #8f6661;
  font-size: 10.5px;
  line-height: 1.6;
}

.nymphaea-store-product .nym-variation-availability-help {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 2px 0 10px;
  color: #7e6d63;
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.5;
}

.nymphaea-store-product .nym-variation-availability-help[hidden] {
  display: none !important;
}

.nymphaea-store-product .nym-variation-availability-help i {
  color: #a2685e;
  font-size: 16px;
}

.nymphaea-store-product .wcboost-variation-swatches__item.nym-is-unavailable,
.nymphaea-store-product .wcboost-variation-swatches__item.disabled,
.nymphaea-store-product .wcboost-variation-swatches__item.is-out-stock {
  position: relative;
  overflow: hidden;
  border-color: rgba(78, 65, 58, .22) !important;
  color: rgba(45, 38, 33, .42) !important;
  background: #f3f0ed !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  filter: grayscale(1);
  opacity: .48;
  pointer-events: none;
}

.nymphaea-store-product .wcboost-variation-swatches__item.nym-is-unavailable::before,
.nymphaea-store-product .wcboost-variation-swatches__item.nym-is-unavailable::after,
.nymphaea-store-product .wcboost-variation-swatches__item.disabled::before,
.nymphaea-store-product .wcboost-variation-swatches__item.disabled::after,
.nymphaea-store-product .wcboost-variation-swatches__item.is-out-stock::before,
.nymphaea-store-product .wcboost-variation-swatches__item.is-out-stock::after {
  position: absolute !important;
  z-index: 3 !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: calc(100% + 10px) !important;
  height: 1.5px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(137, 70, 70, .68) !important;
  content: "" !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform-origin: center !important;
}

.nymphaea-store-product .wcboost-variation-swatches__item.nym-is-unavailable::before,
.nymphaea-store-product .wcboost-variation-swatches__item.disabled::before,
.nymphaea-store-product .wcboost-variation-swatches__item.is-out-stock::before {
  transform: translate(-50%, -50%) rotate(35deg) !important;
}

.nymphaea-store-product .wcboost-variation-swatches__item.nym-is-unavailable::after,
.nymphaea-store-product .wcboost-variation-swatches__item.disabled::after,
.nymphaea-store-product .wcboost-variation-swatches__item.is-out-stock::after {
  transform: translate(-50%, -50%) rotate(-35deg) !important;
}

.nymphaea-store-product .variations select option:disabled {
  color: #9b8d86;
  background: #f1eeeb;
}

.nymphaea-store-product .nym-product.nym-product--unavailable form.cart .wcboost-variation-swatches__item,
.nymphaea-store-product .nym-product.nym-product--unavailable form.cart .variations select {
  opacity: .45;
  pointer-events: none;
}

.nymphaea-store-product .nym-product.nym-product--unavailable form.cart .single_add_to_cart_button,
.nymphaea-store-product .nym-product.nym-product--unavailable .nym-product-mobile-cart {
  display: none !important;
}


/* 1.2.6: one recommendation experience only. The custom rail merges curated
   upsells with automatic related products, so legacy core sections are hidden
   defensively if a late-loading extension re-registers them. */
.nymphaea-store-product .nym-product-after-summary > section.upsells.products,
.nymphaea-store-product .nym-product-after-summary > section.related.products {
  display: none !important;
}

/* Rebuilt related-products experience. */
.nymphaea-store-product .nym-related-products {
  position: relative;
  margin-top: clamp(36px, 6vw, 76px);
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(46, 35, 29, .08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(201,154,140,.12), transparent 34%),
    linear-gradient(145deg, #fbf7f3, #fff 70%);
}

.nymphaea-store-product .nym-related-products__header {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 23px;
}

.nymphaea-store-product .nym-related-products__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #9b7166;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nymphaea-store-product .nym-related-products__header h2 {
  margin: 0 0 5px;
  color: var(--nym-store-ink);
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.2;
}

.nymphaea-store-product .nym-related-products__header p {
  margin: 0;
  color: var(--nym-store-muted);
  font-size: 12px;
  line-height: 1.6;
}

.nymphaea-store-product .nym-related-products__controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.nymphaea-store-product .nym-related-products__controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(37, 29, 24, .12);
  border-radius: 50%;
  color: #241d19;
  background: #fff;
  box-shadow: 0 8px 22px rgba(40, 31, 26, .08);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.nymphaea-store-product .nym-related-products__controls button:hover,
.nymphaea-store-product .nym-related-products__controls button:focus-visible {
  color: #fff;
  background: #241d19;
  outline: 0;
  transform: translateY(-2px);
}

.nymphaea-store-product .nym-related-products__controls button:disabled {
  opacity: .3;
  cursor: default;
  transform: none;
}

.nymphaea-store-product .nym-related-products__controls i {
  font-size: 24px;
}

.nymphaea-store-product .nym-related-products__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.nymphaea-store-product .nym-related-products__viewport::-webkit-scrollbar {
  display: none;
}

.nymphaea-store-product .nym-related-products__list,
.nymphaea-store-product .nym-related-products__list.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.nymphaea-store-product .nym-related-products__list::before,
.nymphaea-store-product .nym-related-products__list::after {
  display: none !important;
}

.nymphaea-store-product .nym-related-products__list > li.product {
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: start;
}

.nymphaea-store-product .nym-related-products__list .product-block {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(45, 34, 28, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(45, 34, 28, .055);
}

.nymphaea-store-product .nym-related-products__list .product-thumbnail {
  display: block !important;
  aspect-ratio: 3 / 4;
  overflow: hidden !important;
  background: #eee8e3;
}

.nymphaea-store-product .nym-related-products__list .product-thumbnail > a,
.nymphaea-store-product .nym-related-products__list .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}

.nymphaea-store-product .nym-related-products__list .product-thumbnail img {
  margin: 0 !important;
  object-fit: cover;
  object-position: center top;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}

.nymphaea-store-product .nym-related-products__list .product-block:hover .product-thumbnail img {
  transform: scale(1.035);
}

.nymphaea-store-product .nym-related-products__list .product-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  margin: 0 !important;
  padding: 13px 12px 12px;
}

.nymphaea-store-product .nym-related-products__list .product-category {
  display: none !important;
}

.nymphaea-store-product .nym-related-products__list .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 40px;
  margin: 0 !important;
  overflow: hidden;
  color: #211b17;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.55;
  text-align: start !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nymphaea-store-product .nym-related-products__list .price {
  margin: 7px 0 0 !important;
  color: #211b17 !important;
  font-size: 11px !important;
  text-align: start !important;
}

.nymphaea-store-product .nym-related-products__list .product-button {
  gap: 7px;
  margin-top: auto;
  padding-top: 10px;
}

.nymphaea-store-product .nym-related-products__list .button {
  min-height: 38px;
  padding: 8px 7px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
}

.nymphaea-store-product .nym-related-products__progress {
  width: 92px;
  height: 4px;
  margin: 18px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(38,30,25,.11);
}

.nymphaea-store-product .nym-related-products__progress span {
  display: block;
  width: calc(var(--nym-related-progress, .16) * 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c99a8c, #2a211c);
  transition: width .2s ease;
}

@media (max-width: 767px) {
  .nymphaea-store-product .nym-product-stock-badge--gallery {
    top: 12px;
    inset-inline-start: 12px;
    padding: 8px 10px;
    font-size: 10.5px;
  }

  .nymphaea-store-product .nym-related-products {
    margin-inline: -4px;
    padding: 25px 0 24px;
    border-radius: 22px;
  }

  .nymphaea-store-product .nym-related-products__header {
    align-items: center;
    margin-bottom: 17px;
    padding-inline: 16px;
  }

  .nymphaea-store-product .nym-related-products__header h2 {
    font-size: 25px;
  }

  .nymphaea-store-product .nym-related-products__header p {
    font-size: 10.5px;
  }

  .nymphaea-store-product .nym-related-products__controls {
    gap: 6px;
  }

  .nymphaea-store-product .nym-related-products__controls button {
    width: 44px;
    height: 44px;
  }

  .nymphaea-store-product .nym-related-products__viewport {
    padding-inline: 16px 24px;
    scroll-padding-inline: 16px;
  }

  .nymphaea-store-product .nym-related-products__list,
  .nymphaea-store-product .nym-related-products__list.products {
    display: flex !important;
    width: max-content;
    gap: 11px;
  }

  .nymphaea-store-product .nym-related-products__list > li.product {
    flex: 0 0 clamp(142px, calc((100vw - 80px) / 2), 184px) !important;
    width: clamp(142px, calc((100vw - 80px) / 2), 184px) !important;
    max-width: clamp(142px, calc((100vw - 80px) / 2), 184px) !important;
  }

  .nymphaea-store-product .nym-related-products__list .product-body {
    padding: 11px 9px 10px;
  }

  .nymphaea-store-product .nym-related-products__list .woocommerce-loop-product__title {
    min-height: 36px;
    font-size: 11px !important;
  }

  .nymphaea-store-product .nym-related-products__list .price {
    font-size: 10px !important;
  }

  .nymphaea-store-product .nym-related-products__list .button {
    min-height: 34px;
    font-size: 9px !important;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .nymphaea-store-product .nym-related-products__list,
  .nymphaea-store-product .nym-related-products__list.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .nymphaea-store-product .nym-related-products__viewport {
    scroll-behavior: auto;
  }
}

.nymphaea-store-product .stock.out-of-stock,
.nymphaea-store-product .woocommerce-variation-availability .out-of-stock {
  color: #8d3434;
  background: #fcebea;
}

.nymphaea-store-product .wcboost-variation-swatches__wrapper .wcboost-variation-swatches__item.nym-is-unavailable {
  display: flex !important;
}
