:root {
  --acm-shell-max-width: 1200px;
  --acm-radius-lg: 16px;
  --acm-radius-md: 12px;
  --acm-bg: #f2f6f9;
  --acm-surface: #ffffff;
  --acm-surface-soft: #f8fbfd;
  --acm-ink: #112838;
  --acm-muted: #476071;
  --acm-accent: #007f74;
  --acm-accent-strong: #005a53;
  --acm-border: #d5e2eb;
  --acm-danger-bg: #fee2e2;
  --acm-danger-border: #fca5a5;
  --acm-danger-text: #7f1d1d;
  --acm-success-bg: #dbf6ef;
  --acm-success-border: #7fd6bf;
  --acm-success-text: #065f46;
  --acm-shadow: 0 20px 44px -34px rgba(0, 31, 48, 0.58);
  --acm-context-sticky-bg: #0b3150;
  --acm-context-sticky-text: #ffffff;
  --acm-context-sticky-border: #0b3150;
  --acm-context-sticky-width: 46px;
  --acm-context-sticky-font-size: 12px;
  --acm-context-sticky-top: 120px;
  --acm-context-top-height: 48px;
  --acm-context-overlay-bg: #0b3150;
  --acm-context-overlay-surface: #ffffff;
  --acm-context-overlay-text: #112838;
}

.acm-marketplace-shell,
.acm-search-shell,
.acm-dashboard-shell,
.acm-store-directory,
.acm-account-shell,
.acm-messages-shell,
.acm-offers-shell,
.acm-watchlist-shell,
.acm-disputes-shell,
.acm-shipping-shell,
.acm-reputation-shell,
.acm-returns-shell,
.acm-commerce-shell,
.acm-store-shell,
.acm-product-shell,
.acm-storefront-products {
  margin: 0 auto;
  max-width: var(--acm-shell-max-width);
}

body.acm-layout-fullwidth.et_right_sidebar #main-content .container:before,
body.acm-layout-fullwidth.et_left_sidebar #main-content .container:before,
body.acm-layout-fullwidth #main-content #sidebar,
body.acm-layout-fullwidth #main #sidebar,
body.acm-layout-fullwidth #main #secondary,
body.acm-layout-fullwidth #secondary.widget-area,
body.acm-layout-fullwidth #secondary,
body.acm-layout-fullwidth .sidebar-primary,
body.acm-layout-fullwidth .site-sidebar {
  display: none !important;
}

body.acm-layout-fullwidth #main-content .container,
body.acm-layout-fullwidth #content .container,
body.acm-layout-fullwidth #primary,
body.acm-layout-fullwidth #left-area,
body.acm-layout-fullwidth .content-area,
body.acm-layout-fullwidth .site-main {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.acm-layout-fullwidth #left-area {
  padding-right: 0 !important;
}

body.acm-layout-fullwidth .et_pb_section {
  width: 100%;
}

.acm-commerce-shell,
.acm-store-shell,
.acm-product-shell {
  margin-bottom: 1rem;
}

.acm-commerce-shell {
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-lg);
  box-shadow: var(--acm-shadow);
  overflow: hidden;
  padding: 1rem;
}

.acm-commerce-shell .woocommerce {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.acm-commerce-shell .woocommerce table.shop_table,
.acm-commerce-shell .woocommerce .cart_totals table {
  border-color: var(--acm-border);
}

.acm-commerce-shell--cart .woocommerce-cart-form,
.acm-commerce-shell--cart .cart-collaterals {
  width: 100%;
}

.acm-commerce-shell--cart .cart-collaterals .cart_totals {
  max-width: 440px;
}

.acm-commerce-shell--cart .wc-proceed-to-checkout {
  margin-bottom: 0;
}

.acm-store-featured-media {
  margin: 0 0 1rem;
  text-align: center;
}

.acm-store-featured-image {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-lg);
  box-shadow: var(--acm-shadow);
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-height: 420px;
  max-width: min(100%, 820px);
  object-fit: cover;
  width: auto;
}

.acm-storefront-meta {
  margin-bottom: 1rem;
}

.acm-storefront-meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.acm-storefront-meta-column {
  min-width: 0;
}

.acm-storefront-meta-column--details {
  align-content: start;
  display: grid;
  gap: 0.45rem;
}

.acm-storefront-meta-column--description > :first-child {
  margin-top: 0;
}

.acm-storefront-meta-column--description > :last-child {
  margin-bottom: 0;
}

.acm-storefront-tagline {
  color: var(--acm-ink);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.acm-storefront-location,
.acm-storefront-detail {
  color: var(--acm-muted);
  margin: 0.45rem 0 0;
}

.acm-storefront-map-wrap {
  margin-top: 0.8rem;
}

.acm-storefront-map-label {
  color: var(--acm-muted);
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  text-transform: uppercase;
}

.acm-storefront-map-frame {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  overflow: hidden;
  position: relative;
}

.acm-storefront-map-frame::after {
  background: radial-gradient(circle at 50% 50%, rgba(255, 85, 60, 0.38) 0%, rgba(255, 85, 60, 0.22) 18%, rgba(255, 85, 60, 0) 56%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.acm-storefront-map {
  border: 0;
  display: block;
  height: 190px;
  width: 100%;
}

.acm-product-shell .woocommerce-notices-wrapper {
  margin-bottom: 0.75rem;
}

.acm-context-nav {
  background: var(--acm-surface-soft);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  box-shadow: none;
  margin: 0 auto 0.85rem;
  max-width: var(--acm-shell-max-width);
  padding: 0.55rem 0.65rem;
}

.acm-breadcrumbs {
  color: var(--acm-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-breadcrumbs li {
  align-items: center;
  display: inline-flex;
}

.acm-breadcrumbs li + li::before {
  color: var(--acm-border);
  content: "/";
  margin: 0 0.35rem;
}

.acm-breadcrumbs a {
  color: var(--acm-muted);
  text-decoration: none;
}

.acm-breadcrumbs a:hover {
  color: var(--acm-ink);
}

.acm-breadcrumbs .is-current span {
  color: var(--acm-ink);
  font-weight: 700;
}

.acm-context-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  margin-top: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.acm-context-link {
  align-items: center;
  background: #fff;
  border: 1px solid var(--acm-border);
  border-radius: 10px;
  color: var(--acm-muted);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 0.32rem;
  line-height: 1.2;
  padding: 0.26rem 0.55rem;
  text-decoration: none;
  white-space: nowrap;
}

.acm-context-link:hover {
  border-color: var(--acm-accent);
  color: var(--acm-ink);
}

.acm-context-link.is-active {
  background: var(--acm-accent);
  border-color: var(--acm-accent);
  color: #fff;
}

.acm-context-link-icon {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  width: 14px;
}

.acm-context-link-label {
  display: inline-block;
}

.acm-context-flyout {
  display: none;
  margin-top: 0.45rem;
}

.acm-context-flyout-toggle {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}

.acm-context-flyout-toggle .dashicons {
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  width: 17px;
}

.acm-context-flyout-panel {
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

.acm-context-flyout--sticky {
  margin-top: 0;
}

.acm-context-flyout-toggle--sticky {
  background: var(--acm-context-sticky-bg);
  border: 1px solid var(--acm-context-sticky-border);
  border-radius: var(--acm-radius-md) 0 0 var(--acm-radius-md);
  box-shadow: var(--acm-shadow);
  color: var(--acm-context-sticky-text);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--acm-context-sticky-font-size);
  font-weight: 700;
  gap: 0.35rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.1;
  min-height: 132px;
  min-width: var(--acm-context-sticky-width);
  padding: 0.55rem 0.25rem;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.acm-context-flyout-toggle--sticky:hover {
  filter: brightness(1.05);
}

.acm-context-flyout-toggle--sticky .dashicons {
  color: currentcolor;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  transform: rotate(90deg);
  width: 14px;
}

.acm-context-flyout-panel--sticky {
  max-height: min(70vh, 540px);
  overflow-y: auto;
  width: min(340px, 82vw);
}

.acm-context-flyout--top-sticky {
  margin-top: 0;
}

.acm-context-flyout-toggle--top-sticky {
  align-items: center;
  background: var(--acm-context-sticky-bg);
  border: 1px solid var(--acm-context-sticky-border);
  border-radius: var(--acm-radius-md);
  color: var(--acm-context-sticky-text);
  cursor: pointer;
  display: flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  justify-content: space-between;
  min-height: var(--acm-context-top-height);
  padding: 0.45rem 0.75rem;
  width: 100%;
}

.acm-context-flyout-toggle--top-sticky:hover {
  filter: brightness(1.05);
}

.acm-context-flyout-toggle--top-sticky .dashicons {
  color: currentcolor;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  width: 17px;
}

.acm-context-flyout-panel--top-sticky {
  border-radius: 0 0 var(--acm-radius-md) var(--acm-radius-md);
  margin-top: 0;
  max-height: min(62vh, 500px);
  overflow-y: auto;
}

.acm-context-flyout-scroll-hint {
  color: var(--acm-muted);
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
}

.acm-context-flyout--fullscreen {
  margin-top: 0;
}

.acm-context-flyout-toggle--fullscreen {
  align-items: center;
  background: var(--acm-context-sticky-bg);
  border: 1px solid var(--acm-context-sticky-border);
  border-radius: var(--acm-radius-md);
  color: var(--acm-context-sticky-text);
  cursor: pointer;
  display: flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.55rem 0.75rem;
  width: 100%;
}

.acm-context-flyout-panel--fullscreen {
  background: var(--acm-context-overlay-bg);
  border: 0;
  border-radius: 0;
  color: var(--acm-context-overlay-text);
  inset: 0;
  margin: 0;
  padding: 1rem;
  position: fixed;
  z-index: 10050;
}

.acm-context-flyout-panel--fullscreen .acm-context-links--flyout {
  background: var(--acm-context-overlay-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  display: grid;
  gap: 0.45rem;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 0;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  padding: 0.7rem;
}

.acm-context-flyout-panel--fullscreen .acm-context-link {
  justify-content: flex-start;
  min-height: 46px;
  white-space: normal;
}

.acm-context-flyout-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.acm-context-flyout-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.acm-context-flyout-close {
  align-items: center;
  background: #fff;
  border: 1px solid var(--acm-border);
  border-radius: 999px;
  color: var(--acm-ink);
  cursor: pointer;
  display: inline-flex;
  gap: 0.35rem;
  min-height: 38px;
  padding: 0.35rem 0.75rem;
}

.acm-context-flyout-close span {
  font-size: 1rem;
  line-height: 1;
}

body.acm-context-overlay-open {
  overflow: hidden;
}

.acm-context-flyout-panel .acm-context-links {
  margin-top: 0;
  overflow: visible;
  padding-bottom: 0;
}

.acm-context-nav--mega_menu .acm-context-links {
  display: none;
}

.acm-has-mega-menu-item {
  position: relative;
}

.acm-context-mega-panel {
  left: 0;
  min-width: min(760px, 92vw);
  position: absolute;
  top: calc(100% + 0.4rem);
  z-index: 999;
}

.acm-context-mega-shell {
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  box-shadow: var(--acm-shadow);
  padding: 0.85rem;
}

.acm-context-mega-title {
  color: var(--acm-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.acm-context-mega-grid {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acm-context-mega-link {
  align-items: center;
  background: var(--acm-surface-soft);
  border: 1px solid var(--acm-border);
  border-radius: 10px;
  color: var(--acm-ink);
  display: flex;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.45rem 0.55rem;
  text-decoration: none;
}

.acm-context-mega-link:hover {
  border-color: var(--acm-accent);
  color: var(--acm-accent-strong);
}

.acm-context-mega-icon {
  color: var(--acm-accent);
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  width: 16px;
}

.acm-context-mega-text {
  color: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
}

.acm-shell-head h2,
.acm-storefront-products h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.1;
  margin: 0;
}

.acm-store-shell-head {
  margin-bottom: 1rem;
}

body.single-acm_store h1.entry-title,
body.post-type-acm_store h1.entry-title,
body.single-acm_store h1.main_title,
body.post-type-acm_store h1.main_title,
body.single-acm_store .et_pb_title_container h1,
body.post-type-acm_store .et_pb_title_container h1 {
  display: none !important;
}

.acm-shell-head p {
  color: var(--acm-muted);
  margin-top: 0.3rem;
}

.acm-card,
.acm-market-card,
.acm-store-card,
.acm-conversations,
.acm-chat-panel {
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-lg);
  box-shadow: var(--acm-shadow);
}

.acm-card {
  margin-bottom: 1rem;
  padding: 1rem;
}

.acm-filter-form,
.acm-form,
.acm-chat-form {
  display: grid;
  gap: 0.75rem;
}

.acm-filter-form {
  grid-template-columns: 1fr;
  margin: 1rem 0;
}

.acm-store-directory-filter-form {
  background: var(--acm-surface);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-lg);
  margin-bottom: 1rem;
  padding: 0.9rem;
}

.acm-store-directory-filter-form > div {
  min-width: 0;
}

.acm-store-directory-filter-form label {
  display: block;
  margin-bottom: 0.35rem;
}

.acm-store-directory-filter-form .acm-btn {
  align-self: end;
  white-space: nowrap;
}

.acm-store-filter-favorites {
  margin: 0;
  min-height: 46px;
}

.acm-store-filter-favorites input[type="checkbox"] {
  margin: 0;
}

.acm-store-favorite-form {
  margin: 0;
}

.acm-store-favorite-form .acm-btn {
  width: 100%;
}

.acm-btn--favorite {
  align-items: center;
  gap: 0.35rem;
}

.acm-btn--favorite span {
  color: #cb244f;
  font-size: 0.95rem;
  line-height: 1;
}

.acm-btn--favorite.is-active {
  background: #ffe9ef;
  border-color: #f7b4c7;
  color: #82153b;
}

.acm-search-form {
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}

.acm-search-fields {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.acm-search-fields > div {
  min-width: 0;
}

.acm-search-form label {
  display: block;
  margin-bottom: 0.35rem;
}

.acm-search-form input,
.acm-search-form select {
  box-sizing: border-box;
  width: 100%;
}

.acm-search-form .acm-btn {
  justify-self: start;
  white-space: nowrap;
}

.acm-search-pagination {
  margin-top: 1rem;
}

.acm-search-pagination .page-numbers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-search-pagination .page-numbers a,
.acm-search-pagination .page-numbers span {
  border: 1px solid var(--acm-border);
  border-radius: 999px;
  color: var(--acm-ink);
  display: inline-flex;
  font-size: 0.9rem;
  min-height: 38px;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
}

.acm-search-pagination .page-numbers .current {
  background: var(--acm-accent);
  border-color: var(--acm-accent);
  color: #fff;
}

.acm-filter-save-form {
  margin: 0 0 1rem;
}

.acm-filter-save-hint {
  color: var(--acm-muted);
  margin: 0 0 1rem;
}

.acm-filter-form input,
.acm-filter-form select,
.acm-form input,
.acm-form select,
.acm-form textarea,
.acm-chat-form textarea,
.acm-chat-form button,
.acm-btn,
.et_pb_section .acm-filter-form input,
.et_pb_section .acm-filter-form select,
.et_pb_section .acm-form input,
.et_pb_section .acm-form select,
.et_pb_section .acm-form textarea,
.et_pb_section .acm-chat-form textarea,
.et_pb_section .acm-chat-form button {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  font: inherit;
  min-height: 46px;
  padding: 0.65rem 0.8rem;
}

.acm-form textarea,
.acm-chat-form textarea {
  min-height: 110px;
  resize: vertical;
}

.acm-store-profile-form .wp-editor-wrap,
.acm-store-profile-form .wp-editor-container,
.acm-store-profile-form .mce-tinymce {
  width: 100%;
}

.acm-store-profile-form .wp-editor-wrap textarea {
  min-height: 180px;
}

.acm-store-featured-preview-wrap {
  margin-top: 0.25rem;
}

.acm-store-featured-preview {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  display: block;
  height: auto;
  margin-bottom: 0.45rem;
  max-width: 220px;
}

.acm-grid-2 {
  display: grid;
  gap: 0.8rem;
}

.acm-grid-3 {
  display: grid;
  gap: 0.8rem;
}

.acm-fieldset {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  margin: 0;
  padding: 0.85rem;
}

.acm-fieldset legend {
  color: var(--acm-muted);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0 0.3rem;
}

.acm-freight-quote-box {
  border-top: 1px solid var(--acm-border);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.acm-freight-quote-history {
  background: var(--acm-surface-soft);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  margin-top: 0.8rem;
  padding: 0.75rem;
}

.acm-checkbox {
  align-items: center;
  display: flex;
  gap: 0.45rem;
}

.acm-checkbox input[type="checkbox"] {
  min-height: 0;
  padding: 0;
}

.acm-table-wrap {
  overflow-x: auto;
}

.acm-table {
  border-collapse: collapse;
  min-width: 680px;
  width: 100%;
}

.acm-table th,
.acm-table td {
  border-bottom: 1px solid var(--acm-border);
  padding: 0.6rem 0.5rem;
  text-align: left;
  vertical-align: top;
}

.acm-table th {
  color: var(--acm-muted);
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.acm-offer-box,
.acm-watchlist-box {
  margin: 1rem 0;
}

.acm-inline-counter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.acm-inline-counter-form input {
  min-width: 130px;
}

.acm-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.acm-market-card,
.acm-store-card {
  overflow: hidden;
}

.acm-market-card-image,
.acm-store-card-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.acm-market-card-image--fallback,
.acm-store-card-image--fallback {
  background: linear-gradient(140deg, #003b56, #00a3a3 56%, #ffcd70);
}

.acm-market-card-body,
.acm-store-card-body {
  padding: 0.85rem 0.9rem 1rem;
}

.acm-market-card h3,
.acm-store-card h3 {
  margin: 0;
}

.acm-market-card h3 a,
.acm-store-card h3 a {
  color: var(--acm-ink);
  text-decoration: none;
}

.acm-market-card-price {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.35rem 0 0;
}

.acm-market-card-meta {
  color: var(--acm-muted);
  margin: 0.25rem 0 0;
}

.acm-rating-summary {
  color: var(--acm-ink);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.35rem 0 0;
}

.acm-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.acm-btn {
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.acm-btn:hover {
  transform: translateY(-1px);
}

.acm-btn--primary {
  background: var(--acm-accent);
  border-color: var(--acm-accent);
  color: #fff;
}

.acm-btn--primary:hover {
  background: var(--acm-accent-strong);
}

.acm-btn--ghost {
  background: var(--acm-surface-soft);
  color: #0d2d3f;
}

.acm-notice {
  border-radius: 12px;
  margin: 0 0 1rem;
  padding: 0.7rem 0.8rem;
}

.acm-notice--success {
  background: var(--acm-success-bg);
  border: 1px solid var(--acm-success-border);
  color: var(--acm-success-text);
}

.acm-notice--error {
  background: var(--acm-danger-bg);
  border: 1px solid var(--acm-danger-border);
  color: var(--acm-danger-text);
}

.acm-notice--info {
  background: #eaf4ff;
  border: 1px solid #91c5ff;
  color: #1d4d7b;
}

.acm-account-grid {
  display: grid;
  gap: 1rem;
}

.acm-inline-form {
  margin-top: 0.8rem;
}

.acm-listings-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-listings-list li {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.45rem 0;
}

.acm-pill {
  background: var(--acm-surface-soft);
  border: 1px solid var(--acm-border);
  border-radius: calc(var(--acm-radius-md) * 8);
  color: var(--acm-muted);
  font-size: 0.82rem;
  padding: 0.2rem 0.55rem;
  text-transform: capitalize;
}

.acm-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.acm-pagination a,
.acm-pagination .current {
  border: 1px solid var(--acm-border);
  border-radius: 10px;
  display: inline-flex;
  min-width: 40px;
  padding: 0.35rem 0.65rem;
  text-decoration: none;
}

.acm-pagination .current {
  background: var(--acm-accent);
  border-color: var(--acm-accent);
  color: #fff;
}

.acm-dispute-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.acm-rma-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.acm-store-reputation {
  margin-top: 1rem;
}

.acm-dispute-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-dispute-list li {
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 0.45rem;
}

.acm-dispute-list li.is-active {
  background: var(--acm-surface-soft);
  border-color: var(--acm-border);
}

.acm-dispute-list a {
  color: var(--acm-ink);
  display: grid;
  gap: 0.12rem;
  padding: 0.55rem;
  text-decoration: none;
}

.acm-dispute-list a span {
  color: var(--acm-muted);
  font-size: 0.9rem;
}

.acm-dispute-description {
  border-left: 3px solid var(--acm-border);
  margin: 1rem 0;
  padding-left: 0.75rem;
}

.acm-dispute-thread {
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  margin: 0.5rem 0 1rem;
  max-height: 380px;
  overflow-y: auto;
  padding: 0.7rem;
}

.acm-dispute-comment {
  background: var(--acm-surface-soft);
  border-radius: 10px;
  margin-bottom: 0.55rem;
  padding: 0.55rem 0.65rem;
}

.acm-dispute-comment header {
  align-items: center;
  color: var(--acm-muted);
  display: flex;
  font-size: 0.85rem;
  gap: 0.6rem;
  justify-content: space-between;
}

.acm-dispute-comment p {
  margin: 0.35rem 0 0;
  white-space: pre-wrap;
}

.acm-messages-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.acm-conversations {
  padding: 0.8rem;
}

.acm-conversations h2 {
  margin-top: 0;
}

.acm-conversations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-conversations li {
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 0.45rem;
}

.acm-conversations li.is-active {
  border-color: var(--acm-border);
  background: var(--acm-surface-soft);
}

.acm-conversations a {
  color: var(--acm-ink);
  display: grid;
  gap: 0.1rem;
  padding: 0.55rem;
  text-decoration: none;
}

.acm-conversations a span {
  color: var(--acm-muted);
  font-size: 0.9rem;
}

.acm-chat-panel {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 420px;
  padding: 0.8rem;
}

.acm-chat-messages {
  display: grid;
  gap: 0.55rem;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 0.3rem;
}

.acm-message {
  border-radius: 12px;
  max-width: 80%;
  padding: 0.55rem 0.7rem;
}

.acm-message header {
  align-items: center;
  display: flex;
  font-size: 0.83rem;
  gap: 0.55rem;
  justify-content: space-between;
}

.acm-message p {
  margin: 0.3rem 0 0;
  white-space: pre-wrap;
}

.acm-message--me {
  background: #d7f3ec;
  justify-self: end;
}

.acm-message--them {
  background: #edf3f7;
  justify-self: start;
}

.acm-chat-form {
  border-top: 1px solid var(--acm-border);
  margin-top: 0.8rem;
  padding-top: 0.8rem;
}

.acm-chat-form textarea {
  min-height: 100px;
  resize: vertical;
}

.acm-contact-seller-box {
  margin: 1rem 0;
}

.acm-product-meta {
  background: var(--acm-surface-soft);
  border: 1px solid var(--acm-border);
  border-radius: var(--acm-radius-md);
  margin: 0.8rem 0 1rem;
  padding: 0.75rem;
}

.acm-product-meta-list {
  display: grid;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.acm-product-meta-list li {
  color: var(--acm-ink);
}

@media (min-width: 760px) {
  .acm-context-nav--mobile_flyout .acm-context-links--desktop,
  .acm-context-nav--mobile_sticky_flyout .acm-context-links--desktop,
  .acm-context-nav--mobile_top_sticky_expand .acm-context-links--desktop,
  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-links--desktop,
  .acm-context-nav--mobile_fullscreen_overlay .acm-context-links--desktop {
    display: flex;
  }

  .acm-context-nav--mobile_flyout .acm-context-flyout,
  .acm-context-nav--mobile_sticky_flyout .acm-context-flyout,
  .acm-context-nav--mobile_top_sticky_expand .acm-context-flyout,
  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout,
  .acm-context-nav--mobile_fullscreen_overlay .acm-context-flyout {
    display: none;
  }

  .acm-storefront-meta-grid {
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.5fr);
  }

  .acm-filter-form:not(.acm-search-form) {
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  }

  .acm-store-directory-filter-form {
    align-items: end;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  }

  .acm-store-directory-filter-form .acm-store-filter-favorites {
    grid-column: 1 / -1;
  }

  .acm-store-favorite-form .acm-btn {
    width: auto;
  }

  .acm-search-form {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
  }

  .acm-search-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acm-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acm-grid-2,
  .acm-account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acm-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acm-messages-grid {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  body.acm-divi-mobile-menu-override.acm-divi-mobile-menu-override-ready #mobile_menu,
  body.acm-divi-mobile-menu-override.acm-divi-mobile-menu-override-ready ul.et_mobile_menu {
    display: none !important;
  }

  .acm-context-nav--hide-mobile-breadcrumbs .acm-breadcrumbs {
    display: none !important;
  }

  .acm-context-nav--hide-mobile-breadcrumbs .acm-context-links {
    margin-top: 0;
  }

  .acm-context-nav--mobile_flyout .acm-context-links--desktop,
  .acm-context-nav--mobile_sticky_flyout .acm-context-links--desktop,
  .acm-context-nav--mobile_top_sticky_expand .acm-context-links--desktop,
  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-links--desktop,
  .acm-context-nav--mobile_fullscreen_overlay .acm-context-links--desktop {
    display: none;
  }

  .acm-context-nav--mobile_flyout .acm-context-flyout,
  .acm-context-nav--mobile_sticky_flyout .acm-context-flyout,
  .acm-context-nav--mobile_top_sticky_expand .acm-context-flyout,
  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout,
  .acm-context-nav--mobile_fullscreen_overlay .acm-context-flyout {
    display: block;
  }

  .acm-context-nav--mobile_flyout .acm-context-links--flyout,
  .acm-context-nav--mobile_sticky_flyout .acm-context-links--flyout,
  .acm-context-nav--mobile_top_sticky_expand .acm-context-links--flyout,
  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-links--flyout,
  .acm-context-nav--mobile_fullscreen_overlay .acm-context-links--flyout {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible;
    padding-bottom: 0;
  }

  .acm-context-nav--mobile_flyout .acm-context-links--flyout .acm-context-link,
  .acm-context-nav--mobile_sticky_flyout .acm-context-links--flyout .acm-context-link,
  .acm-context-nav--mobile_top_sticky_expand .acm-context-links--flyout .acm-context-link,
  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-links--flyout .acm-context-link,
  .acm-context-nav--mobile_fullscreen_overlay .acm-context-links--flyout .acm-context-link {
    justify-content: flex-start;
    white-space: normal;
  }

  .acm-context-nav--mobile_sticky_flyout .acm-context-flyout--sticky {
    margin-top: 0;
    position: fixed;
    right: 0;
    top: var(--acm-context-sticky-top);
    z-index: 10020;
  }

  body.admin-bar .acm-context-nav--mobile_sticky_flyout .acm-context-flyout--sticky {
    top: calc(var(--acm-context-sticky-top) + 46px);
  }

  .acm-context-nav--mobile_sticky_flyout .acm-context-flyout-panel--sticky {
    margin-top: 0;
    position: fixed;
    right: calc(var(--acm-context-sticky-width) + 10px);
    top: var(--acm-context-sticky-top);
  }

  body.admin-bar .acm-context-nav--mobile_sticky_flyout .acm-context-flyout-panel--sticky {
    top: calc(var(--acm-context-sticky-top) + 46px);
  }

  .acm-context-nav--mobile_top_sticky_expand {
    padding-top: calc(var(--acm-context-top-height) + 0.4rem);
  }

  .acm-context-nav--mobile_top_sticky_expand.acm-context-nav--hide-mobile-breadcrumbs {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0.55rem;
    padding: calc(var(--acm-context-top-height) + 0.2rem) 0 0;
  }

  .acm-context-nav--mobile_top_sticky_expand .acm-context-flyout--top-sticky {
    left: 0;
    margin: 0 auto;
    padding: 0 0.6rem;
    position: fixed;
    right: 0;
    top: var(--acm-context-sticky-top);
    z-index: 10030;
  }

  body.admin-bar .acm-context-nav--mobile_top_sticky_expand .acm-context-flyout--top-sticky {
    top: calc(var(--acm-context-sticky-top) + 46px);
  }

  .acm-context-nav--mobile_top_sticky_expand .acm-context-flyout-panel--top-sticky {
    box-shadow: var(--acm-shadow);
  }

  .acm-context-nav--mobile_expandable_panel_only_override {
    padding-top: calc(var(--acm-context-top-height) + 0.4rem);
  }

  body.acm-divi-mobile-menu-override.acm-divi-mobile-menu-override-ready .acm-context-nav--mobile_expandable_panel_only_override {
    padding-top: 0;
  }

  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout--top-sticky {
    left: 0;
    margin: 0 auto;
    padding: 0 0.6rem;
    position: fixed;
    right: 0;
    top: var(--acm-context-sticky-top);
    z-index: 10030;
  }

  body.admin-bar .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout--top-sticky {
    top: calc(var(--acm-context-sticky-top) + 46px);
  }

  .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout-panel--top-sticky {
    box-shadow: var(--acm-shadow);
  }

  body.acm-divi-mobile-menu-override.acm-divi-mobile-menu-override-ready .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout-toggle--top-sticky {
    display: none !important;
  }

  body.acm-divi-mobile-menu-override.acm-divi-mobile-menu-override-ready .acm-context-nav--mobile_expandable_panel_only_override .acm-context-flyout-panel--top-sticky {
    border-radius: var(--acm-radius-md);
  }

  body.acm-divi-mobile-menu-override.acm-divi-mobile-menu-override-ready .acm-context-nav--mobile_expandable_panel_only_override.acm-context-nav--hide-mobile-breadcrumbs {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0.55rem;
    padding: 0;
  }

  .acm-context-nav--mobile_fullscreen_overlay .acm-context-links--flyout {
    overflow-y: auto;
  }
}

@media (max-width: 980px) {
  .acm-context-mega-panel {
    min-width: 0;
    position: static;
    top: auto;
  }

  .acm-context-mega-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .acm-commerce-shell {
    padding: 0.75rem;
  }

  .acm-commerce-shell--cart .cart-collaterals .cart_totals {
    float: none;
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .acm-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acm-dispute-layout {
    grid-template-columns: 320px minmax(0, 1fr);
  }

  .acm-rma-layout {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}
