/* 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; } }

.nym-store-js .woocommerce-pagination { display: none; }

/* 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); }
