@charset "UTF-8";

/*--------------------------------------------
  NM Gift Registry - Frontend Styles
  Aesthetic: Soft Nursery / Premium Gift
----------------------------------------------*/

:root {
  --nmgr-primary: #5bb7a6;
  --nmgr-primary-dark: #489e8e;
  --nmgr-primary-light: #e8f5f1;
  --nmgr-primary-subtle: #f2faf8;
  --nmgr-accent: #e8a87c;
  --nmgr-accent-light: #fdf3ec;
  --nmgr-text: #2d3436;
  --nmgr-text-muted: #7f8c8d;
  --nmgr-text-light: #b2bec3;
  --nmgr-bg: #fdfcfa;
  --nmgr-bg-warm: #faf8f5;
  --nmgr-border: #e8e4df;
  --nmgr-border-light: #f0ece7;
  --nmgr-shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --nmgr-shadow-md: 0 4px 12px rgba(0,0,0,0.06), 0 2px 4px rgba(0,0,0,0.04);
  --nmgr-shadow-lg: 0 10px 30px rgba(0,0,0,0.08), 0 4px 8px rgba(0,0,0,0.04);
  --nmgr-radius-sm: 8px;
  --nmgr-radius-md: 12px;
  --nmgr-radius-lg: 16px;
  --nmgr-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/*--------------------------------------------
  Animations
----------------------------------------------*/
.nmgr-animation-scaleshrink {
  animation-name: nmgr-animation-scaleshrink;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  outline: none !important;
}

@keyframes nmgr-animation-scaleshrink {
  50% {
    transform: scale(4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes nmgr-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------
  Add to Wishlist Button
----------------------------------------------*/
.nmgr-atw-btn.icon-heart {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  color: currentColor;
  outline: none;
  transition: transform var(--nmgr-transition), color var(--nmgr-transition);
}
.nmgr-atw-btn.icon-heart:hover {
  transform: scale(1.15);
  color: var(--nmgr-primary);
}
.nmgr-atw-btn.not-in-wishlist .in-wishlist-icon, .nmgr-atw-btn:not(.not-in-wishlist) .not-in-wishlist-icon {
  display: none;
}
.nmgr-atw-btn.on-thumbnail {
  position: absolute;
  padding: 10px;
  margin: 5px;
  display: inline-block;
  z-index: 1;
}
.nmgr-atw-btn.on-thumbnail.nmgr-left {
  left: 0;
}
.nmgr-atw-btn.on-thumbnail.nmgr-right {
  right: 0;
}
.nmgr-atw-btn.on-thumbnail.nmgr-top {
  top: 0;
}
.nmgr-atw-btn.on-thumbnail.nmgr-bottom {
  bottom: 0;
}

.nmgr-atw-wrapper {
  margin-bottom: 10px;
}

/*--------------------------------------------
  Utilities
----------------------------------------------*/
.nmgr-grey {
  color: var(--nmgr-text-muted);
}

.nmgr-field:not(.form-row-first):not(.form-row-last) {
  clear: both;
}

.is-nm-blocked {
  pointer-events: none;
}

.nmgr-field.nmgr-invalid .select2-selection,
.nmgr-field.nmgr-invalid input,
.nmgr-field.nmgr-invalid select,
.nmgr-field.nmgr-invalid textarea {
  border: 1px solid #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.nmgr-settings-error,
.nmgr-error-text {
  color: #e74c3c !important;
}

.nmgr-error-text {
  font-size: small;
}

.nmgr-text-center {
  text-align: center !important;
}

.nmgr-hide {
  display: none;
}

.nmgr-circle {
  border-radius: 50%;
}

.nmgr-cursor-help {
  cursor: help;
}

svg.nmgr-icon:not(.nmgr-hide) {
  display: inline-block;
}
svg.nmgr-icon.align-with-text {
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/*--------------------------------------------
  Main Template Wrapper
----------------------------------------------*/
.nmgr-template {
  max-width: 960px;
  margin: 0 auto;
  animation: nmgr-fadeInUp 0.5s ease-out both;
}

/*--------------------------------------------
  Wishlist Header (Hero Section)
----------------------------------------------*/
#nmgr-wishlist-content > .nmgr-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--nmgr-text);
  letter-spacing: -0.02em;
  margin-bottom: 0.25em;
  line-height: 1.3;
}

#nmgr-wishlist-content > .nmgr-display-name {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--nmgr-primary-dark);
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
}

#nmgr-wishlist-content > .nmgr-event-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 0.9rem;
  color: var(--nmgr-text-muted);
  margin-bottom: 0.75em;
}

.nmgr-event-date .nmgr-date-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

.nmgr-event-date .nmgr-date-text::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237f8c8d' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zM9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.6;
}

/* Days badge (was inline styled) */
.nmgr-days-badge {
  vertical-align: text-top;
  margin-left: 5px;
  padding: 0.3em 0.6em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: var(--nmgr-primary);
  border-radius: 2em;
  display: inline-block;
  font-size: 0.75em;
}

#nmgr-wishlist-content > .nmgr-description {
  font-size: 0.95rem;
  color: var(--nmgr-text-muted);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 2em;
}
#nmgr-wishlist-content > .nmgr-description p {
  margin: 0;
}

/* Decorative separator after header */
#nmgr-wishlist-content > .nmgr-description + .nmgr-account-template::before,
#nmgr-wishlist-content > .nmgr-event-date + .nmgr-account-template::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--nmgr-primary), var(--nmgr-accent));
  border-radius: 3px;
  margin: 0 auto 2em;
}

/*--------------------------------------------
  Dashboard / Menu
----------------------------------------------*/
.nmgr-dashboard {
  margin-bottom: 1.5em;
  padding: 0.75em 1em;
  background: var(--nmgr-bg-warm);
  border-radius: var(--nmgr-radius-md);
  border: 1px solid var(--nmgr-border-light);
}

.nmgr-dashboard .nmgr-menu-item {
  font-size: 0.85rem;
  padding: 0.4em 0.9em;
  border-radius: 2em;
  text-decoration: none !important;
  color: var(--nmgr-text-muted);
  transition: all var(--nmgr-transition);
  font-weight: 500;
}
.nmgr-dashboard .nmgr-menu-item:hover {
  background: var(--nmgr-primary-light);
  color: var(--nmgr-primary-dark);
}

.nmgr-messages-icon.nmgr-badge {
  text-decoration: none;
}

/*--------------------------------------------
  Sharing Section
----------------------------------------------*/
.nmgr-sharing {
  text-align: center;
  padding: 2em 0 1em;
  margin-top: 2em;
  border-top: 1px solid var(--nmgr-border-light);
}

.nmgr-sharing .nmgr-template-title.sharing {
  font-size: 1rem;
  font-weight: 500;
  color: var(--nmgr-text-muted);
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nmgr-sharing-options {
  display: inline-flex;
  gap: 0.75em;
}
.nmgr-sharing-options .share-item:not(:last-child) {
  margin-right: 0;
}

.nmgr-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 0;
  background-color: var(--nmgr-bg-warm);
  border: 1px solid var(--nmgr-border);
  border-radius: 50%;
  transition: all var(--nmgr-transition);
  text-decoration: none !important;
}
.nmgr-share-link svg {
  fill: var(--nmgr-text-muted) !important;
  transition: fill var(--nmgr-transition);
}
.nmgr-share-link:hover {
  background-color: var(--nmgr-primary);
  border-color: var(--nmgr-primary);
  transform: translateY(-2px);
  box-shadow: var(--nmgr-shadow-md);
}
.nmgr-share-link:hover svg {
  fill: #fff !important;
}

/* Share platform-specific hover colors */
.nmgr-share-on-facebook .nmgr-share-link:hover {
  background-color: #1877f2;
  border-color: #1877f2;
}
.nmgr-share-on-twitter .nmgr-share-link:hover {
  background-color: #0f1419;
  border-color: #0f1419;
}
.nmgr-share-on-pinterest .nmgr-share-link:hover {
  background-color: #e60023;
  border-color: #e60023;
}
.nmgr-share-on-whatsapp .nmgr-share-link:hover {
  background-color: #25d366;
  border-color: #25d366;
}
.nmgr-share-on-email .nmgr-share-link:hover {
  background-color: var(--nmgr-accent);
  border-color: var(--nmgr-accent);
}

/*--------------------------------------------
  Copy Link
----------------------------------------------*/
.nmgr-copy-wrapper {
  text-align: center;
  padding: 1em 0 2em;
}

.nmgr-copy-inner {
  margin-top: 7px;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.6em 1.2em;
  background: var(--nmgr-bg-warm);
  border: 1px dashed var(--nmgr-border);
  border-radius: 2em;
  font-size: 0.85rem;
  color: var(--nmgr-text-muted);
  transition: all var(--nmgr-transition);
}
.nmgr-copy-inner:hover {
  border-color: var(--nmgr-primary);
  color: var(--nmgr-primary-dark);
  background: var(--nmgr-primary-light);
}

.nmgr-copy-inner .nmgr-copy {
  border-bottom: none;
  margin-left: 0;
  word-break: break-all;
}

/*--------------------------------------------
  Table Base
----------------------------------------------*/
.nmgr-table {
  width: 100%;
  word-break: break-all;
  border-spacing: 0;
}
.nmgr-table .meta-item {
  font-size: 0.8125em;
  color: var(--nmgr-text-muted);
}
.nmgr-table thead {
  display: none;
}
.nmgr-table tbody th,
.nmgr-table td {
  padding: 1em;
  text-align: right;
  line-height: 1.5em;
  vertical-align: top;
  display: block;
}
.nmgr-table tbody th:not(:last-child),
.nmgr-table td:not(:last-child) {
  border-bottom: 1px solid var(--nmgr-border-light);
}
.nmgr-table tbody th[data-title]:before,
.nmgr-table td[data-title]:before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
  color: var(--nmgr-text);
}
.nmgr-table tbody th:after,
.nmgr-table td:after {
  content: "";
  clear: both;
  display: block;
}
.nmgr-table tr {
  margin-bottom: 1.25em;
  display: block;
  border: 1px solid var(--nmgr-border);
  border-radius: var(--nmgr-radius-md);
  background: #fff;
  box-shadow: var(--nmgr-shadow-sm);
  transition: box-shadow var(--nmgr-transition), transform var(--nmgr-transition);
}
.nmgr-table tr:hover {
  box-shadow: var(--nmgr-shadow-md);
}
.nmgr-table td {
  text-align: right;
}
@media (min-width: 768px) {
  .nmgr-table thead {
    display: table-header-group;
  }
  .nmgr-table thead th {
    line-height: 1;
    padding: 0.875em 1em;
    background-color: var(--nmgr-bg-warm);
    text-align: left;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--nmgr-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--nmgr-border);
  }
  .nmgr-table thead th:first-child {
    border-radius: var(--nmgr-radius-md) 0 0 0;
  }
  .nmgr-table thead th:last-child {
    border-radius: 0 var(--nmgr-radius-md) 0 0;
  }
  .nmgr-table thead .nmgr-arrow {
    float: right;
    position: relative;
    margin-right: -1em;
    padding-right: 0.4375em;
  }
  .nmgr-table tbody th,
  .nmgr-table td {
    padding: 1em;
    display: table-cell;
    text-align: left;
  }
  .nmgr-table tbody th[data-title]:before,
  .nmgr-table td[data-title]:before {
    content: "";
  }
  .nmgr-table tbody th:last-child,
  .nmgr-table td:last-child {
    border-bottom: 1px solid var(--nmgr-border-light);
  }
  .nmgr-table tr {
    margin-bottom: 0;
    display: table-row;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .nmgr-table tr:hover {
    background-color: var(--nmgr-primary-subtle);
    box-shadow: none;
  }
  .nmgr-table tbody tr {
    transition: background-color var(--nmgr-transition);
  }
}

/*--------------------------------------------
  Progress Bar
----------------------------------------------*/
.nmgr-progressbar {
  display: flex;
  align-items: center;
}
.nmgr-progressbar .progress-wrapper {
  flex-grow: 1;
  background-color: var(--nmgr-border-light);
  border-radius: 1em;
  overflow: hidden;
}
.nmgr-progressbar .progress-wrapper .progress {
  background: linear-gradient(90deg, var(--nmgr-primary), var(--nmgr-accent));
  height: 0.5em;
  border-radius: 1em;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.nmgr-progressbar .percent {
  margin-left: 0.875em;
  font-size: 0.8125em;
  font-weight: 600;
  color: var(--nmgr-primary-dark);
}

/*--------------------------------------------
  Borders
----------------------------------------------*/
.nmgr-border-top {
  border-top: 1px solid var(--nmgr-border);
}

.nmgr-border-bottom {
  border-bottom: 1px solid var(--nmgr-border);
}

/*--------------------------------------------
  After Table Row (Totals)
----------------------------------------------*/
.nmgr-after-table-row {
  text-align: right;
}
.nmgr-after-table-row table.total {
  margin-left: auto;
  padding: 0;
  border-collapse: collapse;
}
.nmgr-after-table-row table.total td, .nmgr-after-table-row table.total th {
  text-align: right;
  padding: 0.5em 0.75em;
}
.nmgr-after-table-row table.total .amount {
  font-weight: 700;
  color: var(--nmgr-text);
}

/*--------------------------------------------
  Checkbox Switch
----------------------------------------------*/
.nmgr-checkbox-switch {
  --nmgr_ts-bar-height: 20px;
  --nmgr_ts-bar-width: 44px;
  --nmgr_ts-bar-color: #eee;
  --nmgr_ts-knob-size: 22px;
  --nmgr_ts-knob-color: #fff;
  --nmgr_ts-switch-offset: calc(var(--nmgr_ts-knob-size) - var(--nmgr_ts-bar-height));
  --nmgr_ts-switch-width: calc(var(--nmgr_ts-bar-width) + var(--nmgr_ts-switch-offset));
  --nmgr_ts-transition-duration: 200ms;
  --nmgr_ts-switch-transition: all var(--nmgr_ts-transition-duration) ease-in-out;
  --nmgr_ts-switch-theme-rgb: 91, 183, 166;
  --nmgr_ts-switch-theme-color: rgb(var(--nmgr_ts-switch-theme-rgb));
  --nmgr_ts-switch-box-shadow: 0 0 var(--nmgr_ts-switch-offset) rgba(var(--nmgr_ts-switch-border-rgb), .5);
  --nmgr_ts-switch-margin: 8px;
  --nmgr_ts-switch-margin-top: 10px;
  --nmgr_ts-switch-margin-right: 13px;
  --nmgr_ts-switch-border-rgb: 17, 17, 17;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  box-sizing: border-box;
  min-width: var(--nmgr_ts-bar-width);
  min-height: var(--nmgr_ts-bar-height);
  user-select: none;
}
.nmgr-checkbox-switch.disabled, .nmgr-checkbox-switch.readonly {
  opacity: 0.4;
}
.nmgr-checkbox-switch > input {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.nmgr-checkbox-switch > label {
  --nmgr_ts-knob-x: calc((var(--nmgr_ts-bar-height) - var(--nmgr_ts-bar-width)) / 2);
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--nmgr_ts-bar-width);
  height: var(--nmgr_ts-bar-height);
  margin: var(--nmgr_ts-switch-margin-top) var(--nmgr_ts-switch-margin-right) !important;
  user-select: none;
}
.nmgr-checkbox-switch.label-before > label {
  order: -1;
}
.nmgr-checkbox-switch > :checked + label {
  --nmgr_ts-knob-x: calc((var(--nmgr_ts-bar-width) - var(--nmgr_ts-bar-height)) / 2);
}
.nmgr-checkbox-switch > label::before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: var(--nmgr_ts-bar-width);
  height: var(--nmgr_ts-bar-height);
  background: var(--nmgr_ts-bar-color);
  border: 1px solid rgba(var(--nmgr_ts-switch-border-rgb), 0.2);
  border-radius: var(--nmgr_ts-bar-height);
  opacity: 0.5;
  transition: var(--nmgr_ts-switch-transition);
  content: "";
}
.nmgr-checkbox-switch > :checked + label::before {
  background: var(--nmgr_ts-switch-theme-color);
  border-color: var(--nmgr_ts-switch-theme-color);
}
.nmgr-checkbox-switch > label::after {
  box-sizing: border-box;
  width: var(--nmgr_ts-knob-size);
  height: var(--nmgr_ts-knob-size);
  background: var(--nmgr_ts-knob-color);
  border-radius: 50%;
  box-shadow: var(--nmgr_ts-switch-box-shadow);
  transform: translateX(var(--nmgr_ts-knob-x));
  transition: var(--nmgr_ts-switch-transition);
  content: "";
}
.nmgr-checkbox-switch > :checked + label::after {
  background: var(--nmgr_ts-switch-theme-color);
}
.nmgr-checkbox-switch:not(.disabled):not(.readonly):hover > label::after,
.nmgr-checkbox-switch > :checked + label::after {
  box-shadow: var(--nmgr_ts-switch-box-shadow), 0 0 0 calc(var(--nmgr_ts-switch-margin-top) - 2px) rgba(var(--nmgr_ts-switch-theme-rgb), 0.2);
}

/*--------------------------------------------
  Account Template & Fieldset
----------------------------------------------*/
.nmgr-account-template fieldset {
  display: contents;
}

/*--------------------------------------------
  Navigation (Pagination)
----------------------------------------------*/
.nmgr-navs {
  text-align: right;
  padding: 1em 0;
}
.nmgr-navs > * {
  padding: 0.175em 0.625em;
}
.nmgr-navs > *:not(:last-child) {
  margin-right: 7px;
}
.nmgr-navs > .nmgr-nav {
  background: var(--nmgr-bg-warm);
  border-radius: 2em;
  color: var(--nmgr-text-light);
  text-decoration: none !important;
  display: inline-flex;
  border: 1px solid var(--nmgr-border-light);
  transition: all var(--nmgr-transition);
}
.nmgr-navs > .nmgr-nav:hover {
  color: var(--nmgr-primary-dark);
  border-color: var(--nmgr-primary);
  background: var(--nmgr-primary-light);
}
body.wp-admin .nmgr-navs {
  padding-right: 4px;
}

/*--------------------------------------------
  Ordering
----------------------------------------------*/
.nmgr-table thead [data-orderby] {
  position: relative;
  cursor: pointer;
  transition: color var(--nmgr-transition);
}
.nmgr-table thead [data-orderby]:hover {
  color: var(--nmgr-primary-dark);
}
.nmgr-table thead [data-orderby]:not([data-order=desc]):not([data-order=asc]):not(:hover):after {
  opacity: 0.35;
}
.nmgr-table thead [data-orderby]:after {
  position: absolute;
  padding-right: 1px;
  right: 0;
  content: "\2195";
}
.nmgr-table thead [data-orderby][data-order=desc]:after, .nmgr-table thead [data-orderby][data-order=asc]:hover:after {
  content: "\2193";
}
.nmgr-table thead [data-orderby][data-order=asc]:after, .nmgr-table thead [data-orderby][data-order=desc]:hover:after, .nmgr-table thead [data-orderby]:not([data-order=desc]):not([data-order=asc]):hover:after {
  content: "\2191";
}

/*--------------------------------------------
  jQuery UI Tooltip
----------------------------------------------*/
.nmgr-tooltip.ui-tooltip {
  border-radius: var(--nmgr-radius-sm);
  padding: 0.5em 1em;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  border: none;
  box-shadow: var(--nmgr-shadow-lg);
  background: var(--nmgr-text) !important;
  color: #ffffff !important;
  font-size: 0.85em;
  text-align: center;
}

/*--------------------------------------------
  jQuery UI Menu (Dropdown)
----------------------------------------------*/
.nmgr-dropdown,
.nmgr-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  outline: 0;
}

.nmgr-submenu {
  display: none;
}

.nmgr-dropdown.ui-menu {
  display: inline-block !important;
  border: none !important;
}
.nmgr-dropdown.ui-menu .ui-state-active {
  margin: 0 !important;
}
.nmgr-dropdown.ui-menu .nmgr-dropdown-btn.nmgr-default {
  margin: 0 !important;
  padding: 0.625em !important;
  border: none !important;
  color: var(--nmgr-text-muted) !important;
  display: inline-block;
  line-height: 0;
  border-radius: 50%;
  transition: all var(--nmgr-transition);
}
.nmgr-dropdown.ui-menu .nmgr-dropdown-btn.nmgr-default:hover {
  background: var(--nmgr-primary-light);
  color: var(--nmgr-primary-dark) !important;
}
.nmgr-dropdown.ui-menu .ui-menu-icon {
  display: none;
}
.nmgr-dropdown.ui-menu .ui-menu-item {
  padding: 0;
}
.nmgr-dropdown.ui-menu .nmgr-submenu.ui-menu {
  min-width: 10rem;
  border: 1px solid var(--nmgr-border) !important;
  border-radius: var(--nmgr-radius-sm);
  background-clip: padding-box;
  font-size: 1em !important;
  text-align: left;
  background: #fff !important;
  position: absolute;
  box-shadow: var(--nmgr-shadow-lg);
}
.nmgr-dropdown.ui-menu .nmgr-submenu.ui-menu .ui-menu-divider {
  height: 0;
  margin: 5px 0;
  border-top: 1px solid var(--nmgr-border-light);
}
.nmgr-dropdown.ui-menu .nmgr-submenu.ui-menu .nmgr-header {
  margin: 0;
  font-size: 0.875rem;
  color: var(--nmgr-text-muted) !important;
}
.nmgr-dropdown.ui-menu .nmgr-submenu.ui-menu .nmgr-text {
  color: var(--nmgr-text-light) !important;
}
.nmgr-dropdown.ui-menu .nmgr-submenu.ui-menu .ui-menu-item-wrapper {
  display: block;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: var(--nmgr-text);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 0;
  transition: all var(--nmgr-transition);
}
.nmgr-dropdown.ui-menu .nmgr-submenu.ui-menu .ui-menu-item-wrapper:not(.nmgr-disabled):hover {
  background: var(--nmgr-primary-light);
  color: var(--nmgr-primary-dark);
}

/*--------------------------------------------
  Badge
----------------------------------------------*/
.hang-badge {
  position: relative;
}
.hang-badge .nmgr-badge {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  left: 100%;
  border-radius: 50rem;
  height: inherit;
  width: inherit;
}

.nmgr-badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: var(--nmgr-primary);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2em;
}

/*--------------------------------------------
  Add to Cart Button Override
----------------------------------------------*/
.nmgr-add-to-cart-form button.nmgr_add_to_cart_button,
.nmgr_add_to_cart_button.button {
  background: var(--nmgr-primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2em !important;
  padding: 0.3em 0.85em !important;
  font-weight: 500 !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all var(--nmgr-transition) !important;
  text-transform: none;
  box-shadow: none;
  line-height: 1.4 !important;
}
.nmgr-add-to-cart-form button.nmgr_add_to_cart_button:hover,
.nmgr_add_to_cart_button.button:hover {
  background: var(--nmgr-primary-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(91, 183, 166, 0.35);
}

/*--------------------------------------------
  Quantity Input
----------------------------------------------*/
.nmgr-add-to-cart-form .quantity input.qty,
#nmgr-items input.quantity {
  border: 1px solid var(--nmgr-border);
  border-radius: var(--nmgr-radius-sm);
  padding: 0.4em 0.5em;
  text-align: center;
  transition: border-color var(--nmgr-transition), box-shadow var(--nmgr-transition);
}
.nmgr-add-to-cart-form .quantity input.qty:focus,
#nmgr-items input.quantity:focus {
  border-color: var(--nmgr-primary);
  box-shadow: 0 0 0 3px rgba(91, 183, 166, 0.15);
  outline: none;
}

/*--------------------------------------------
  Product Name Link
----------------------------------------------*/
.nmgr-product-name {
  color: var(--nmgr-text) !important;
  text-decoration: none !important;
  font-weight: 500;
  transition: color var(--nmgr-transition);
}
.nmgr-product-name:hover {
  color: var(--nmgr-primary) !important;
}

/*--------------------------------------------
  Hide Display Mode Toggle (grid/list)
----------------------------------------------*/
.nmgr-display-modes {
  display: none !important;
}

/*--------------------------------------------
  Thumbnail
----------------------------------------------*/
.nmgr-table .thumbnail img {
  border-radius: var(--nmgr-radius-sm);
  transition: transform var(--nmgr-transition);
}
.nmgr-table tr:hover .thumbnail img {
  transform: scale(1.03);
}
